summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gtk2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/gtk2/PKGBUILD')
-rw-r--r--abs/core-testing/gtk2/PKGBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/abs/core-testing/gtk2/PKGBUILD b/abs/core-testing/gtk2/PKGBUILD
deleted file mode 100644
index 819001d..0000000
--- a/abs/core-testing/gtk2/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 79610 2010-05-04 20:23:20Z ibiru $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=gtk2
-pkgver=2.20.1
-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' )
-makedepends=('pkgconfig' 'gtk-doc' 'gobject-introspection')
-replaces=('gtkprint-cups' 'gail')
-conflicts=('gtkprint-cups' 'gail')
-provides=('gail=1.22.3')
-options=('!libtool' '!docs')
-backup=(etc/gtk-2.0/gtkrc)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.20/gtk+-${pkgver}.tar.bz2
- xid-collision-debug.patch
- revert_64bit_fix.patch)
-sha256sums=('0e081731d21e34ff45c82199490c2889504fa8b3c7e117c043e82ababaec0f65'
- 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
- '20f3a03760f765b68b85b614810e5df4a689b609da1ae200aa30072475121b4c')
-
-build() {
- cd "${srcdir}/gtk+-${pkgver}"
- patch -Np1 -i "${srcdir}/xid-collision-debug.patch" || return 1
- patch -RNp1 -i ${srcdir}/revert_64bit_fix.patch || retun 1
-
- CXX=/bin/false ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --with-xinput=yes \
- --without-libjasper --without-cups\
- --with-included-loaders=png || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
-
- echo 'gtk-fallback-icon-theme = "gnome"' > "${pkgdir}/etc/gtk-2.0/gtkrc" || return 1
-}