diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/xplanet | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/xplanet')
-rw-r--r-- | community/xplanet/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/xplanet/PKGBUILD b/community/xplanet/PKGBUILD index a05cfd112..8da9880f9 100644 --- a/community/xplanet/PKGBUILD +++ b/community/xplanet/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 94933 2013-08-01 07:01:30Z bpiotrowski $ +# $Id: PKGBUILD 101195 2013-11-19 11:02:23Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=xplanet pkgver=1.3.0 -pkgrel=3 +pkgrel=4 pkgdesc="An Xearth wannabe" arch=(i686 x86_64) url="http://xplanet.sourceforge.net/" license=('GPL') -depends=('pango' 'libungif' 'libtiff' 'libxss') +depends=('pango' 'giflib' 'libtiff' 'libxss') source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz giflib6.patch) md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692' @@ -23,7 +23,6 @@ prepare() { build() { cd $srcdir/$pkgname-$pkgver - unset LDFLAGS ./configure --prefix=/usr --with-freetype make } |