[x-tile] Update to 2.0

Mohamed ElMorabity melmorabity at fedoraproject.org
Sun Jul 10 14:50:40 UTC 2011


commit 2e47976fe7679e5ed47018778f0ffb89e834920e
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Sun Jul 10 16:48:02 2011 +0200

    Update to 2.0

 .gitignore  |    1 +
 sources     |    2 +-
 x-tile.spec |   18 +++++++++---------
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8afe5b..0d27eef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ x-tile-1.5.2.tar.gz
 /x-tile-1.8.5.tar.gz
 /x-tile-1.8.6.tar.gz
 /x-tile-1.9.tar.gz
+/x-tile-2.0.tar.gz
diff --git a/sources b/sources
index 339e193..4b7b9fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7439fefdba9b57d0b75586ab3e8d9cb  x-tile-1.9.tar.gz
+be31aee53edfa87c0a8a9d148c43a95a  x-tile-2.0.tar.gz
diff --git a/x-tile.spec b/x-tile.spec
index bbb13ac..dd9e00d 100644
--- a/x-tile.spec
+++ b/x-tile.spec
@@ -1,5 +1,5 @@
 Name:           x-tile
-Version:        1.9
+Version:        2.0
 Release:        1%{?dist}
 Summary:        A GTK application to tile windows in different ways
 
@@ -42,18 +42,14 @@ sed -i "s|cons.AVAILABLE_LANGS|$LANGUAGES|" setup.py
 
 
 %install
-# Only the "ng" version is provided since the GNOME 2 applets are no longer
-%{__python} setup.py --no-panel-applet install \
+%{__python} setup.py install \
   --no-compile \
   --root $RPM_BUILD_ROOT
 
-# Link to former x-tile executable to x-tile-ng
-ln -s %{name}-ng $RPM_BUILD_ROOT%{_bindir}/%{name}
-
 # Remove useless header
 rm $RPM_BUILD_ROOT%{_datadir}/%{name}/glade/*.h
 
-desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-ng.desktop
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
 
@@ -62,14 +58,18 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-ng.desktop
 %defattr(-,root,root,-)
 %doc license
 %{_bindir}/%{name}
-%{_bindir}/%{name}-ng
 %{_datadir}/%{name}
-%{_datadir}/applications/%{name}-ng.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/*.svg
 %{python_sitelib}/*.egg-info
 
 
 %changelog
+* Sun Jul 10 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 2.0-1
+- Update to 2.0
+- There is now a single version of x-tile (no more "ng" version), since x-tile
+  sets now an icon in the notification zone
+
 * Sun Jun 26 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.9-1
 - Update to 1.9
 - Only provide the "no applet" version of x-tile since the applet is no loger


More information about the scm-commits mailing list