[arch-commits] CVS update of extra/games/frozen-bubble (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jan 11 04:26:37 UTC 2008


    Date: Thursday, January 10, 2008 @ 23:26:37
  Author: eric
    Path: /home/cvs-extra/extra/games/frozen-bubble

Modified: PKGBUILD (1.13 -> 1.14)

upgpkg: frozen-bubble 2.1.0-2
removed pod file, added license


----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


Index: extra/games/frozen-bubble/PKGBUILD
diff -u extra/games/frozen-bubble/PKGBUILD:1.13 extra/games/frozen-bubble/PKGBUILD:1.14
--- extra/games/frozen-bubble/PKGBUILD:1.13	Thu Jan  3 23:36:32 2008
+++ extra/games/frozen-bubble/PKGBUILD	Thu Jan 10 23:26:37 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.13 2008/01/04 04:36:32 kevin Exp $
+# $Id: PKGBUILD,v 1.14 2008/01/11 04:26:37 eric Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 # Contributer: Brandon Niemczyk <maccorin at cfl.rr.com>
 
@@ -8,6 +8,7 @@
 pkgdesc="A game in which you throw colorful bubbles and build groups to destroy the bubbles"
 arch=(i686 x86_64)
 url="http://www.frozen-bubble.org"
+license=('GPL2')
 depends=('sdl_perl' 'sdl_mixer' 'perl-locale-gettext' 'sdl_pango')
 makedepends=('imagemagick')
 source=(http://www.frozen-bubble.org/data/${pkgname}-${pkgver}.tar.bz2 \
@@ -28,4 +29,7 @@
   make DESTDIR=${startdir}/pkg PREFIX=/usr install || return 1
   install -D -m644 icons/frozen-bubble-icon-64x64.png ${startdir}/pkg/usr/share/pixmaps/frozen-bubble.png || return 1
   install -D -m644 ${startdir}/src/frozen-bubble.desktop ${startdir}/pkg/usr/share/applications/frozen-bubble.desktop || return 1
+
+  find $startdir/pkg -name '.packlist' -delete
+  find $startdir/pkg -name '*.pod' -delete
 }




More information about the arch-commits mailing list