[arch-commits] Commit in celestia/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Mon Jan 18 21:47:43 UTC 2010
Date: Monday, January 18, 2010 @ 16:47:42
Author: ibiru
Revision: 63841
upgpkg: celestia 1.6.0-2
libjpeg8/libpng1.4.0 rebuild
Modified:
celestia/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-18 21:37:51 UTC (rev 63840)
+++ PKGBUILD 2010-01-18 21:47:42 UTC (rev 63841)
@@ -4,28 +4,30 @@
pkgname=celestia
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Real-time space simulation"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.shatters.net/celestia/"
-depends=('gtk2' 'libtheora' 'lua' 'gtkglext' 'glut' 'libxmu' 'mesa' 'libjpeg>=7')
+depends=('gtk2' 'libtheora' 'lua' 'gtkglext' 'glut' 'libxmu' 'mesa' 'libjpeg>=8')
options=('!makeflags')
source=(http://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz
- 'celestia-1.5.1-gcc44.patch')
+ celestia-1.5.1-gcc44.patch libpng14.patch)
md5sums=('9b96a8e7666ab5a26f032b9d605e023d'
- '0c606dbd3a641afb1b0725428db854c8')
+ '0c606dbd3a641afb1b0725428db854c8'
+ '829c0860659272a9f55aedf096ee4216')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
# build patch
patch -Np0 < ${srcdir}/celestia-1.5.1-gcc44.patch || return 1
+ patch -Np1 -i ${srcdir}/libpng14.patch || return 1
./configure --prefix=/usr \
--with-lua=/usr \
--datadir=/usr/share \
- --with-gtk
+ --with-gtk
make || return 1
make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list