]> git.pld-linux.org Git - packages/funguloids.git/commitdiff
- *.desktop
authorarvenil <arvenil@pld-linux.org>
Mon, 28 May 2007 09:50:08 +0000 (09:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    funguloids.desktop -> 1.1
    funguloids.spec -> 1.2

funguloids.desktop [new file with mode: 0644]
funguloids.spec

diff --git a/funguloids.desktop b/funguloids.desktop
new file mode 100644 (file)
index 0000000..6ff9078
--- /dev/null
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Those Funny Funguloids
+Comment=
+Comment[pl]=
+Comment=Arcade game
+Comment[pl]=Gra zręcznościowa
+Exec=funguloids
+Icon=funguloids
+Type=Application
+Categories=Game;ArcadeGame;
+Encoding=UTF-8
+# vi: encoding=utf-8
index a0adec508838b5ecc73f63c5a774e18d0cb81bd0..f569107003465e39d6d7ceb399f30a73c3152fdc 100644 (file)
@@ -1,7 +1,6 @@
 # TODO:
 # - pl descryptions
 # - docs need to be included in package
-# - *.desktop file
 # - patches propably need love too
 #
 Summary:       Those Funny Funguloids - a nice little piece of entertainment
@@ -12,6 +11,7 @@ License:      zlib/libpng
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/funguloids/%{name}-linux-%{version}.tar.bz2
 # Source0-md5: 45ef7a0da156d7b65627a674fcfb12f0
+Source1:       %{name}.desktop
 Patch0:                %{name}-lua51.patch
 Patch1:                %{name}-path.patch
 URL:           http://funguloids.sourceforge.net/
@@ -58,6 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 mv -f $RPM_BUILD_ROOT%{_prefix}/games/%{name} $RPM_BUILD_ROOT%{_bindir}
 
+cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -67,3 +69,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/%{name}
 %{_datadir}/games/%{name}
 %{_pixmapsdir}/%{name}.png
+%{_desktopdir}/%{name}.desktop
This page took 0.192449 seconds and 4 git commands to generate.