[arch-commits] Commit in xaos/trunk (ChangeLog PKGBUILD xaos.install)

Eric Bélanger eric at archlinux.org
Sat Feb 6 09:59:52 UTC 2010


    Date: Saturday, February 6, 2010 @ 04:59:51
  Author: eric
Revision: 67320

upgpkg: xaos 3.5-3
    Added aalib support, Removed unneeded depends, Improved description

Modified:
  xaos/trunk/ChangeLog
  xaos/trunk/PKGBUILD
  xaos/trunk/xaos.install

--------------+
 ChangeLog    |    7 +++++++
 PKGBUILD     |    8 ++++----
 xaos.install |    2 ++
 3 files changed, 13 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-02-06 09:43:02 UTC (rev 67319)
+++ ChangeLog	2010-02-06 09:59:51 UTC (rev 67320)
@@ -1,3 +1,10 @@
+2010-02-06  Eric Belanger  <eric at archlinux.org>
+
+	* xaos 3.5-3
+	* Added aalib support
+	* Removed unneeded depends
+	* Improved description
+
 2010-01-19  Eric Belanger  <eric at archlinux.org>
 
 	* xaos 3.5-2

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-06 09:43:02 UTC (rev 67319)
+++ PKGBUILD	2010-02-06 09:59:51 UTC (rev 67320)
@@ -4,12 +4,12 @@
 
 pkgname=xaos
 pkgver=3.5
-pkgrel=2
-pkgdesc="XaoS is a fast portable real-time interactive fractal zoomer"
+pkgrel=3
+pkgdesc="A fast portable real-time interactive fractal zoomer"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/xaos/"
 license=('GPL')
-depends=('slang' 'gsl' 'ncurses' 'libpng' 'zlib' 'aalib' 'gpm' 'libxxf86vm' 'libxxf86dga' 'texinfo')
+depends=('gsl' 'libpng' 'aalib')
 options=('!makeflags')
 install=xaos.install
 source=(http://downloads.sourceforge.net/sourceforge/xaos/${pkgname}-${pkgver}.tar.gz)
@@ -18,7 +18,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --with-gsl --with-aa-driver || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }

Modified: xaos.install
===================================================================
--- xaos.install	2010-02-06 09:43:02 UTC (rev 67319)
+++ xaos.install	2010-02-06 09:59:51 UTC (rev 67320)
@@ -2,6 +2,7 @@
 filelist=(xaos.info.gz)
 
 post_install() {
+  [ -x usr/bin/install-info ] || return 0
   for file in ${filelist[@]}; do
     install-info $infodir/$file $infodir/dir 2> /dev/null
   done
@@ -12,6 +13,7 @@
 }
 
 pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
   for file in ${filelist[@]}; do
     install-info --delete $infodir/$file $infodir/dir 2> /dev/null
   done




More information about the arch-commits mailing list