rpms/x-tile/devel x-tile-1.4-desktop.patch, NONE, 1.1 import.log, 1.1, 1.2 x-tile.spec, 1.1, 1.2

Mohamed ElMorabity melmorabity at fedoraproject.org
Sat May 15 03:18:39 UTC 2010


Author: melmorabity

Update of /cvs/pkgs/rpms/x-tile/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18564/devel

Modified Files:
	import.log x-tile.spec 
Added Files:
	x-tile-1.4-desktop.patch 
Log Message:
- Remove useless Requires python-psutil
- Correct Icon entry in desktop file


x-tile-1.4-desktop.patch:
 x-tile.desktop |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE x-tile-1.4-desktop.patch ---
diff -up x-tile/linux/x-tile.desktop.orig x-tile/linux/x-tile.desktop
--- x-tile/linux/x-tile.desktop.orig	2010-03-05 19:00:11.000000000 +0100
+++ x-tile/linux/x-tile.desktop	2010-05-14 13:57:40.539114708 +0200
@@ -6,7 +6,7 @@ Comment[it]=Piastrellamento delle Finest
 Comment[ru]=Мозаичное размещение окон на рабочем столе
 Comment[zh_TW]=在你的桌面排列視窗
 Exec=x-tile --without-panel
-Icon=/usr/share/pixmaps/x-tile.svg
+Icon=x-tile
 Terminal=false
 Type=Application
 StartupNotify=true


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	26 Apr 2010 20:41:01 -0000	1.1
+++ import.log	15 May 2010 03:18:38 -0000	1.2
@@ -1 +1,2 @@
 x-tile-1_4-2_fc12:HEAD:x-tile-1.4-2.fc12.src.rpm:1272313830
+x-tile-1_4-3_fc12:HEAD:x-tile-1.4-3.fc12.src.rpm:1273893481


Index: x-tile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/devel/x-tile.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- x-tile.spec	26 Apr 2010 20:41:01 -0000	1.1
+++ x-tile.spec	15 May 2010 03:18:38 -0000	1.2
@@ -1,12 +1,14 @@
 Name:           x-tile
 Version:        1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A GNOME panel applet to tile windows
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://open.vitaminap.it/en/x_tile.htm
 Source0:        http://open.vitaminap.it/software/%{name}_%{version}.tar.gz
+# Fix the Icon entry in the desktop file
+Patch0:         x-tile-1.4-desktop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -14,7 +16,6 @@ Requires:       gnome-python2-applet
 Requires:       gnome-python2-gconf
 # Required to own /usr/lib/bonobo/servers
 Requires:       libbonobo
-Requires:       python-psutil
 BuildArch:      noarch
 
 %description
@@ -26,6 +27,7 @@ for programmers referring to documentati
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1 -b .desktop
 chmod a-x {glade,linux}/*
 
 # Remove shebangs
@@ -81,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 14 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.4-3
+- Remove useless Requires python-psutil
+- Correct Icon entry in desktop file
+
 * Sat Apr 24 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.4-2
 - Use install instead of cp
 



More information about the scm-commits mailing list