diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-28 09:08:13 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-28 09:08:13 (GMT) |
commit | 428e5178d79eb900bbe515665b2d6c6a4b0d0f89 (patch) | |
tree | 5cf7c10428f1d0afe62eeee70105bd447ea69b99 /abs/core-testing/glib/PKGBUILD | |
parent | f6276f03790fc2302054a8242339def7b6792557 (diff) | |
parent | 568da1387066e54f0eceb57fd8f53bd0eba87974 (diff) | |
download | linhes_pkgbuild-428e5178d79eb900bbe515665b2d6c6a4b0d0f89.zip linhes_pkgbuild-428e5178d79eb900bbe515665b2d6c6a4b0d0f89.tar.gz linhes_pkgbuild-428e5178d79eb900bbe515665b2d6c6a4b0d0f89.tar.bz2 |
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/glib/PKGBUILD')
-rw-r--r-- | abs/core-testing/glib/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/glib/PKGBUILD b/abs/core-testing/glib/PKGBUILD index cb97a5b..42f4420 100644 --- a/abs/core-testing/glib/PKGBUILD +++ b/abs/core-testing/glib/PKGBUILD @@ -4,13 +4,13 @@ pkgname=glib pkgver=1.2.10 -pkgrel=8 +pkgrel=10 pkgdesc="Common C routines used by Gtk+ and other libs" arch=('i686' 'x86_64') url="http://www.gtk.org/" license=('LGPL') depends=('glibc') -options=('!libtool' '!emptydirs') +options=('!libtool' '!emptydirs' '!docs' ) source=(ftp://ftp.gtk.org/pub/gtk/v1.2/$pkgname-$pkgver.tar.gz \ gcc340.patch \ aclocal-fixes.patch) |