From 65d0a6f21f35cc902aca9c49a881e577181eb315 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 19 Sep 2010 21:21:18 +0000 Subject: gtk2: updated to archversion and removed libcups support --- abs/core-testing/gtk2/PKGBUILD | 6 +++--- abs/core-testing/gtk2/__changelog | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 abs/core-testing/gtk2/__changelog 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 -- cgit v0.12