]> git.pld-linux.org Git - packages/doomsday.git/commitdiff
- add Exhumed icons
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Aug 2009 21:23:42 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doomsday.spec -> 1.22

doomsday.spec

index 7879826873c97cca8f072cbf36f320022089bfca..3c313877fabdbb94d7eb81318bd3c0808b20e222 100644 (file)
@@ -8,10 +8,16 @@ Summary(pl.UTF-8):    jDoom, jHeretic i jHexen dla Linuksa
 Name:          doomsday
 Version:       1.9.0
 Release:       0.%{subver}.%{rel}
-License:       GPL v2
+License:       GPL v2 / CC 3.0 (icons)
 Group:         Applications/Games
 Source0:       http://dl.sourceforge.net/deng/deng-%{version}-%{subver}.tar.gz
 # Source0-md5: 08ecaec83c088dc0ce08a08c3a58374a
+Source1:       http://www.iconarchive.com/icons/3xhumed/mega-games-pack-26/Doom-1-48x48.png
+# Source1-md5: b7b7a9389eba56679e5db65d95c06803
+Source2:       http://www.iconarchive.com/icons/3xhumed/mega-games-pack-23/Hexen-1-48x48.png
+# Source2-md5: 573845e6e747f68617ac67f3a87dc78e
+Source3:       http://www.iconarchive.com/icons/3xhumed/mega-games-pack-28/Heretic-I-1-48x48.png
+# Source3-md5: c89e36c49eabe2846137f313a5250308
 URL:           http://www.doomsdayhq.com/
 BuildRequires: OpenAL-devel
 BuildRequires: OpenGL-GLU-devel
@@ -52,12 +58,17 @@ install -d $RPM_BUILD_ROOT%{_desktopdir}
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
+cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/doom.png
+cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/hexen.png
+cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}/heretic.png
+
 cat <<EOF > $RPM_BUILD_ROOT%{_desktopdir}/%{name}-doom.desktop
 [Desktop Entry]
 Name=Doom
 Comment=Doom for linux
 Exec=doomsday -game jdoom
-#Icon=hexen.png
+Icon=doom.png
 Terminal=false
 Type=Application
 Categories=Game;FirstPersonGame;
@@ -70,7 +81,7 @@ cat <<EOF > $RPM_BUILD_ROOT%{_desktopdir}/%{name}-hexen.desktop
 Name=Hexen
 Comment=Hexen for linux
 Exec=doomsday -game jhexen
-#Icon=heretic.png
+Icon=hexen.png
 Terminal=false
 Type=Application
 Categories=Game;FirstPersonGame;
@@ -83,7 +94,7 @@ cat <<EOF > $RPM_BUILD_ROOT%{_desktopdir}/%{name}-heretic.desktop
 Name=Heretic
 Comment=Heretic for linux
 Exec=doomsday -game jheretic
-#Icon=heretic.png
+Icon=heretic.png
 Terminal=false
 Type=Application
 Categories=Game;FirstPersonGame;
@@ -117,3 +128,4 @@ fi
 %attr(755,root,root) %{_libdir}/libjhexen.so
 %{_datadir}/deng
 %{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
This page took 0.114215 seconds and 4 git commands to generate.