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

Eric Bélanger eric at archlinux.org
Tue Jan 19 08:05:30 UTC 2010


    Date: Tuesday, January 19, 2010 @ 03:05:29
  Author: eric
Revision: 64002

upgpkg: xaos 3.5-2
    Rebuilt for libpng 1.4 and libjpeg 8

Modified:
  xaos/trunk/ChangeLog
  xaos/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    8 +++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-01-19 08:04:06 UTC (rev 64001)
+++ ChangeLog	2010-01-19 08:05:29 UTC (rev 64002)
@@ -1,3 +1,8 @@
+2010-01-19  Eric Belanger  <eric at archlinux.org>
+
+	* xaos 3.5-2
+	* Rebuilt for libpng 1.4 and libjpeg 8
+
 2009-07-21  Eric Belanger  <eric at archlinux.org>
 
 	* xaos 3.5-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-19 08:04:06 UTC (rev 64001)
+++ PKGBUILD	2010-01-19 08:05:29 UTC (rev 64002)
@@ -4,12 +4,13 @@
 
 pkgname=xaos
 pkgver=3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="XaoS is 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>=1.4rc5-5' 'gpm>=1.20.4' 'libxxf86vm' 'libxxf86dga' 'texinfo')
+depends=('slang' 'gsl' 'ncurses' 'libpng' 'zlib' 'aalib' 'gpm' 'libxxf86vm' 'libxxf86dga' 'texinfo')
+options=('!makeflags')
 install=xaos.install
 source=(http://downloads.sourceforge.net/sourceforge/xaos/${pkgname}-${pkgver}.tar.gz)
 md5sums=('465d1469b276501a58bf325e493ea591')
@@ -20,7 +21,4 @@
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-  
-  rm "${pkgdir}/usr/share/info/dir" || return 1
-  gzip "${pkgdir}/usr/share/info/xaos.info" || return 1
 }




More information about the arch-commits mailing list