2011/devel/game/arcade/lbreakout2 - lbreakout2 is ready

H. İbrahim Güngör paketler-commits at pardus.org.tr
Thu Oct 21 09:52:04 EEST 2010


Author: igungor
Date: Thu Oct 21 09:52:04 2010
New Revision: 103057

Added:
   2011/devel/game/arcade/lbreakout2/
      - copied from r103050, 2009/devel/game/arcade/lbreakout2/
Modified:
   2011/devel/game/arcade/lbreakout2/actions.py
   2011/devel/game/arcade/lbreakout2/pspec.xml
Log:
lbreakout2 is ready

---
 actions.py |    3 ++-
 pspec.xml  |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: 2011/devel/game/arcade/lbreakout2/actions.py
=================================================================
--- 2009/devel/game/arcade/lbreakout2/actions.py	(original)
+++ 2011/devel/game/arcade/lbreakout2/actions.py	Thu Oct 21 09:52:04 2010
@@ -18,10 +18,11 @@
 
 def install():
     autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
-    pisitools.dodoc("AUTHORS", "ChangeLog", "README", "TODO")
 
     pisitools.insinto("/usr/share/pixmaps", "client/gfx/win_icon.png", "lbreakout2.png")
     pisitools.domove("/%s/%s/lbreakout2/" % (get.docDIR(), get.srcNAME()), "/%s/%s/html" % (get.docDIR(), get.srcNAME()))
     pisitools.remove("/usr/share/icons/lbreakout48.gif")
 
     pisitools.domo("po/tr.po", "tr", "lbreakout2.mo")
+
+    pisitools.dodoc("AUTHORS", "ChangeLog", "README", "TODO")

Modified: 2011/devel/game/arcade/lbreakout2/pspec.xml
=================================================================
--- 2009/devel/game/arcade/lbreakout2/pspec.xml	(original)
+++ 2011/devel/game/arcade/lbreakout2/pspec.xml	Thu Oct 21 09:52:04 2010
@@ -15,9 +15,9 @@
         <Description>The polished successor to LBreakout offers you a new challenge in more than 50 levels with loads of new bonuses (goldshower, joker, explosive balls, bonus magnet, ...), maluses (chaos, darkness, weak balls, malus magnet, ...) and special bricks (growing bricks, explosive bricks, regenerative bricks, indestructible bricks, chaotic bricks). And if you're through with all the levels you can create complete new levelsets with the integrated easy-to-use level editor or challenge other people via LAN or Internet in either deathmatch or normal levelsets.</Description>
         <Archive sha1sum="dc0bdde272351945b48a09277275ac3fd5d513f4" type="targz">mirrors://sourceforge/lgames/lbreakout2-2.6.2.tar.gz</Archive>
         <BuildDependencies>
-            <Dependency>libsdl</Dependency>
-            <Dependency>sdl-mixer</Dependency>
-            <Dependency>sdl-net</Dependency>
+            <Dependency>libsdl-devel</Dependency>
+            <Dependency>sdl-mixer-devel</Dependency>
+            <Dependency>sdl-net-devel</Dependency>
         </BuildDependencies>
         <Patches>
             <Patch>tr_latin1.patch</Patch>    <!-- lbreakout has static fonts, real patch is replaced with a latin1 one, until these are solved -->


More information about the paketler-commits mailing list