[weasel-commit] Source: kdegames=4.3.3-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 24 Jun 2010 01:25:02 -0400

================================
kdegames:source=4.3.3-1 (previous: 4.3.2-1)
cvc rdiff kdegames -1 /weasel.rpath.org@wgl:3-devel/4.3.3-1
================================
4.3.3-1 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun 24 01:11:50 2010
    kdegames 4.3.3

kdegames.recipe: changed
Index: kdegames.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- kdegames.recipe /weasel.rpath.org@wgl:3-devel/4.3.2-1
+++ kdegames.recipe /weasel.rpath.org@wgl:3-devel/4.3.3-1
@@ -1,16 +1,23 @@
 #
-# Copyright (c) 2008 Filip Brcic <brcha@xxxxxxx>
+# Copyright (c) 2008-2010 Filip Brcic <brcha@xxxxxxx>
 # Distributed under the terms of the GNU General Public License v3
 #
 
 loadSuperClass('kdecorepackage')
 class Kdegames(kdeCorePackageRecipe):
     name = 'kdegames'
-    version = '4.3.2'
+    version = '4.3.3'
 
     buildRequires = [
-        'desktop-file-utils:runtime', 'qca:devel',
+        'desktop-file-utils:runtime', 'qca:devel', 'libggz:devel',
+        'qca:devel', 'ggz-client-libs:devel',
+        'ggz-client-libs:runtime', 'libXi:devel', 'libXt:devel',
         ]
+
+    shortDesc  = 'KDE Games'
+    url        = 'http://www.kde.org'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'KDE' ]
 
     modulesVerify = True
 
@@ -26,8 +33,8 @@
         'kbattleship',
         'kblackbox',
         'kblocks',
+        'kbounce',
         'kbreakout',
-        'kbounce',
         'kdiamond',
         'kfourinline',
         'kgoldrunner',
@@ -48,14 +55,69 @@
         'ksirk',
         'kspaceduel',
         'ksquares',
-        'ksudoku',
         'ktron',
         'ktuberling',
         'kubrick',
         'libkdegames',
         'libkmahjongg',
         'lskat',
-    ]
-
+        'ksudoku',
+        ]
     for app in apps:
         modules.append((app, app))
+
+    shortDescs = [
+        ('bomber', 'KDE arcade bombing game'),
+        ('bovo', 'Five-in-a-row Board Game'),
+        ('kapman', 'Pac-Man clone for KDE'),
+        ('katomic', 'KDE Atomic Entertainment Game'),
+        ('kbattleship', 'The KDE Battleship clone'),
+        ('kblackbox', 'KDE Blackbox Game'),
+        ('kblocks', 'Kblocks is a single-player Tetris-like game'),
+        ('kbounce', 'KDE Bounce Ball Game'),
+        ('kbreakout', 'A Breakout-like game for KDE'),
+        ('kdiamond', 'KDiamond is a three-in-a-row game'),
+        ('kfourinline', 'KDE four-in-a-row game'),
+        ('kgoldrunner', 'KGoldrunner is a game of action and puzzle solving'),
+        ('killbots', 'Kill the bots or they kill you!'),
+        ('kiriki', 'Kiriki - a gtali clone for KDE4'),
+        ('kjumpingcube', 'Tactical one or two player game'),
+        ('klines', 'Kolor Lines - a little game about balls and how to get rid 
of them'),
+        ('kmahjongg', 'Mahjongg for KDE'),
+        ('kmines', 'KMines is a classic mine sweeper game'),
+        ('knetwalk', 'Knetwalk is the kde version of the popular NetWalk game 
for system administrators'),
+        ('kolf', 'KDE Minigolf Game'),
+        ('kollision', 'A simple ball dodging game'),
+        ('konquest', 'Galactic Strategy KDE Game'),
+        ('kpat', 'KDE patience game'),
+        ('kreversi', 'KDE Board Game'),
+        ('ksame', 'Same Game - a little game about balls and how to get rid of 
them'),
+        ('kshisen', 'A KDE game similiar to Mahjongg'),
+        ('ksirk', 'Ksirk is a KDE port of the board game risk'),
+        ('kspaceduel', 'KDE Space Game'),
+        ('ksquares', 'KSquares is an implementation of the game squares for 
KDE4'),
+        ('ktron', 'KDE Tron game'),
+        ('ktuberling', 'KDE potato game for kids'),
+        ('kubrick', 'Kubrick is a games based on "Rubik\'s Cube" puzzle.'),
+        ('libkdegames', 'Base library common to many KDE games'),
+        ('libkmahjongg', 'LibKMahjongg for KDE'),
+        ('lskat', 'Skat game for KDE'),
+        ('ksudoku', 'KDE Sudoku'),
+        ]
+
+    def postUnpack(r):
+        # cmake is doing this really weird
+        r.Replace('register_ggz_module', '#register_ggz_module',
+                  'kbattleship/src/CMakeLists.txt',
+                  'kreversi/CMakeLists.txt',
+                  'ksquares/src/CMakeLists.txt')
+
+    def postInstall(r):
+        # Install GGZ module descriptions
+        for (d, n) in [ ('kbattleship/src', 'kbattleship'),
+                        ('kreversi', 'kreversi'),
+                        ('ksquares/src', 'ksquares'),
+                        ]:
+            r.Install(d + '/module.dsc',
+                      '%(datadir)s/ggz/modules/' + n + '.dsc')
+            r.PackageSpec(n, '%(datadir)s/ggz/modules/' + n + '.dsc')


kdegames-4.3.3.tar.bz2: new
kdegames-4.3.2.tar.bz2: removed

Committed by: brcha

Other related posts: