summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-09-19 21:21:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-09-19 21:21:18 (GMT)
commit65d0a6f21f35cc902aca9c49a881e577181eb315 (patch)
tree65f004c864420c3824430802983860da8bc59d7a /abs/core-testing
parent3427dd35878f59c11953b26f5cc34c3dd47f9d8c (diff)
downloadlinhes_pkgbuild-65d0a6f21f35cc902aca9c49a881e577181eb315.zip
linhes_pkgbuild-65d0a6f21f35cc902aca9c49a881e577181eb315.tar.gz
linhes_pkgbuild-65d0a6f21f35cc902aca9c49a881e577181eb315.tar.bz2
gtk2: updated to archversion and removed libcups support
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/gtk2/PKGBUILD6
-rw-r--r--abs/core-testing/gtk2/__changelog1
2 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/gtk2/PKGBUILD b/abs/core-testing/gtk2/PKGBUILD
index 7d9c9f9..819001d 100644
--- a/abs/core-testing/gtk2/PKGBUILD
+++ b/abs/core-testing/gtk2/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gtk2
pkgver=2.20.1
-pkgrel=2
+pkgrel=3
pkgdesc="The GTK+ Toolkit (v2)"
arch=('i686' 'x86_64')
url="http://www.gtk.org/"
install=gtk2.install
-depends=('atk>=1.30.0' 'pango>=1.28.0' 'libxcursor' 'libxinerama' 'libxrandr>=1.3.0' 'libxi>=1.3' 'libxcomposite' 'libxdamage' 'heimdal>=1.3.2' 'gnutls>=2.8.6' 'shared-mime-info' 'cairo>=1.8.10' 'libtiff>=3.9.2-2' 'libcups>=1.4.2-3')
+depends=('atk>=1.30.0' 'pango>=1.28.0' 'libxcursor' 'libxinerama' 'libxrandr>=1.3.0' 'libxi>=1.3' 'libxcomposite' 'libxdamage' 'heimdal>=1.3.2' 'gnutls>=2.8.6' 'shared-mime-info' 'cairo>=1.8.10' 'libtiff>=3.9.2-2' )
makedepends=('pkgconfig' 'gtk-doc' 'gobject-introspection')
replaces=('gtkprint-cups' 'gail')
conflicts=('gtkprint-cups' 'gail')
@@ -30,7 +30,7 @@ build() {
CXX=/bin/false ./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --with-xinput=yes \
- --without-libjasper \
+ --without-libjasper --without-cups\
--with-included-loaders=png || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
diff --git a/abs/core-testing/gtk2/__changelog b/abs/core-testing/gtk2/__changelog
new file mode 100644
index 0000000..1384183
--- /dev/null
+++ b/abs/core-testing/gtk2/__changelog
@@ -0,0 +1 @@
+removed cups support -jm