]> git.pld-linux.org Git - packages/podbrowser.git/commitdiff
- added .desktop fixes
authortwittner <twittner@pld-linux.org>
Thu, 17 Nov 2005 17:28:44 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    podbrowser-desktop.patch -> 1.1
    podbrowser.spec -> 1.3

podbrowser-desktop.patch [new file with mode: 0644]
podbrowser.spec

diff --git a/podbrowser-desktop.patch b/podbrowser-desktop.patch
new file mode 100644 (file)
index 0000000..cf3f7d7
--- /dev/null
@@ -0,0 +1,22 @@
+--- podbrowser-0.08/podbrowser.desktop~        2005-11-17 01:52:30.859257416 +0100
++++ podbrowser-0.08/podbrowser.desktop 2005-11-17 01:56:18.163701888 +0100
+@@ -1,16 +1,13 @@
+ [Desktop Entry]
+ Version=1.0
+ Encoding=UTF-8
+-Name=Pod Browser
++Name=POD browser
+ Comment=Browse Perl Documentation
+ Type=Application
+ Exec=podbrowser
+ TryExec=
+ Icon=podbrowser.png
+-X-GNOME-DocPath=
+ Terminal=false
+-Name[en_GB]=Pod Browser
+-GenericName[en_GB]=
+-Comment[en_GB]=Browse Perl Documentation
+ StartupNotify=true
+-Categories=GNOME;Application;Development;X-Red-Hat-Base;
++Categories=GTK;Development;
++# vi:encoding=utf-8
index 6a031780ff2f2c98412e96a9ac79f5cf42a85036..9bc9a596c53f324b7a0e69f1212b9be2d8e60de8 100644 (file)
@@ -7,6 +7,7 @@ Group:          Development/Tools
 License:       GPL
 Source0:       http://jodrell.net/files/podbrowser/%{name}-%{version}.tar.gz
 # Source0-md5: 59f11c50e03f348e41de8058d0a30e0b
+Patch0:                %{name}-desktop.patch
 URL:           http://jodrell.net/projects/podbrowser
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -18,6 +19,7 @@ pragmatic modules and the default and user-installed modules.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} PREFIX=%{_prefix}
This page took 0.029144 seconds and 4 git commands to generate.