rpms/pyroom/devel pyroom.desktop-patch, NONE, 1.1 pyroom.spec, 1.3, 1.4

Sven Lankes slankes at fedoraproject.org
Sat Nov 1 22:18:21 UTC 2008


Author: slankes

Update of /cvs/pkgs/rpms/pyroom/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15207

Modified Files:
	pyroom.spec 
Added Files:
	pyroom.desktop-patch 
Log Message:
add patch for .desktop-file


--- NEW FILE pyroom.desktop-patch ---
--- pyroom.desktop-orig	2008-11-01 23:04:52.000000000 +0100
+++ pyroom.desktop	2008-11-01 23:08:11.000000000 +0100
@@ -1,11 +1,13 @@
 [Desktop Entry]
+Encoding=UTF-8
 Version=1.0
 Name=PyRoom
 Icon=/usr/share/pyroom/pyroom.png
 Comment=Distraction free full-screen text editor
-Exec=/usr/bin/pyroom
+Exec=/usr/bin/pyroom %U
 Terminal=false
 Type=Application
-Categories=GNOME;GTK;Office;
+MimeType=text/plain;
+Categories=GNOME;GTK;Office;TextEditor;Utility
 StartupNotify=false
 Name[en_US]=PyRoom


Index: pyroom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyroom/devel/pyroom.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyroom.spec	1 Nov 2008 21:38:55 -0000	1.3
+++ pyroom.spec	1 Nov 2008 22:17:51 -0000	1.4
@@ -2,13 +2,14 @@
 
 Name:           pyroom
 Version:        0.3.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        PyRoom is a full screen text editor and a clone of Writeroom
 
 Group:          Applications/Editors
 License:        GPLv3+
 URL:            http://pyroom.org/ 
 Source0:        http://edge.launchpad.net/pyroom/0.3/0.3.1.1/+download/pyroom-0.3.1.1.tar.gz
+Patch0:         pyroom.desktop-patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch 
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %{__python} setup.py build
@@ -52,6 +54,9 @@
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Sat Nov 01 2008 Sven Lankes <sven at lank.es> - 0.3.1.1-3
+- add %U to .desktop-file
+
 * Sat Nov 01 2008 Sven Lankes <sven at lank.es> - 0.3.1.1-2
 - add missing BR
 




More information about the fedora-extras-commits mailing list