[paketler-commits] r52835 - 2008/applications/games/wesnoth

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
8 Eyl 2008 Pzt 19:22:15 EEST


Author: eki
Date: Mon Sep  8 19:22:15 2008
New Revision: 52835

Modified:
   2008/applications/games/wesnoth/actions.py
   2008/applications/games/wesnoth/pspec.xml
Log:
merge :  Fix installation dirs, desktop files and icons

Modified: 2008/applications/games/wesnoth/actions.py
=================================================================
--- 2008/applications/games/wesnoth/actions.py	(original)
+++ 2008/applications/games/wesnoth/actions.py	Mon Sep  8 19:22:15 2008
@@ -7,6 +7,7 @@
 
 from pisi.actionsapi import autotools
 from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
 
 def setup():
     autotools.configure("--disable-gnome1 \
@@ -19,6 +20,7 @@
     autotools.make()
 
 def install():
-    autotools.install()
+    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
 
-    pisitools.dodoc("NEWS", "doc/README")
+    pisitools.rename("/%s/%s" % (get.docDIR(), get.srcNAME()), get.srcTAG())
+    pisitools.dodoc("COPYING", "README", "players_changelog", "copyright")

Modified: 2008/applications/games/wesnoth/pspec.xml
=================================================================
--- 2008/applications/games/wesnoth/pspec.xml	(original)
+++ 2008/applications/games/wesnoth/pspec.xml	Mon Sep  8 19:22:15 2008
@@ -9,6 +9,7 @@
             <Email>ahmet at zion.gen.tr</Email>
         </Packager>
         <License>GPLv2</License>
+        <Icon>wesnoth-icon</Icon>
         <IsA>app:gui</IsA>
         <Summary>A fantasy turn-based strategy game</Summary>
         <Description>The Battle for Wesnoth is a turn-based strategy game with a fantasy theme. Build up a great army, gradually turning raw recruits into hardened veterans. In later games, recall your toughest warriors and form a deadly host against whom none can stand! Choose units from a large pool of specialists, and hand-pick a force with the right strengths to fight well on different terrains against all manner of opposition.</Description>
@@ -42,6 +43,13 @@
     </Package>
 
     <History>
+        <Update release="12">
+            <Date>2008-09-08</Date>
+            <Version>1.4.4</Version>
+            <Comment>Fix installation dirs, desktop files and icons</Comment>
+            <Name>Onur Küçük</Name>
+            <Email>onur at pardus.org.tr</Email>
+        </Update>
         <Update release="11">
             <Date>2008-08-01</Date>
             <Version>1.4.4</Version>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi