[Lunar-commits] <moonbase> warzone2100: put icon in proper dir
Paul Bredbury
brebs at lunar-linux.org
Thu Sep 3 01:00:40 CEST 2009
commit 9d41b729b18cf0e0f35d60c2c4d5e48753093c96
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Thu Sep 3 06:00:40 2009 +0700
warzone2100: put icon in proper dir
The correct directory for desktop icons is /usr/share/pixmaps/ rather than /usr/share/icons/.
---
games/warzone2100/BUILD | 2 +-
games/warzone2100/DETAILS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games/warzone2100/BUILD b/games/warzone2100/BUILD
index c8e3f49..da1229b 100644
--- a/games/warzone2100/BUILD
+++ b/games/warzone2100/BUILD
@@ -4,7 +4,7 @@
sedit "s:#undef _XOPEN_SOURCE::" config.h.in &&
sedit "s:KICK_TYPE;:KICK_TYPE = ERROR_NOERROR;:" src/multiint.c &&
- sedit "s:\$(DESTDIR)\$(icondir):/usr/share/icons:" icons/Makefile.in &&
+ sedit "s:\$(DESTDIR)\$(icondir):/usr/share/pixmaps:" icons/Makefile.in &&
sedit "s:\$(DESTDIR)\$(applicationdir):/usr/share/applications:" icons/Makefile.in &&
default_game_build
diff --git a/games/warzone2100/DETAILS b/games/warzone2100/DETAILS
index 13b1313..2d8ecbd 100644
--- a/games/warzone2100/DETAILS
+++ b/games/warzone2100/DETAILS
@@ -5,7 +5,7 @@
SOURCE_VFY=sha1:d61bd1a87f0a6c1184c640987f759b1ac702b9e1
WEB_SITE=http://wz2100.net
ENTERED=20090606
- UPDATED=20090831
+ UPDATED=20090901
MAINTAINER=florin at lunar-linux.org
SHORT="3D realtime strategy game"
More information about the Lunar-commits
mailing list