summaryrefslogtreecommitdiff
path: root/community/gtk2+extra
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/gtk2+extra
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/gtk2+extra')
-rw-r--r--community/gtk2+extra/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/gtk2+extra/PKGBUILD b/community/gtk2+extra/PKGBUILD
new file mode 100644
index 000000000..022689753
--- /dev/null
+++ b/community/gtk2+extra/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 27873 2010-09-29 08:19:27Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
+
+pkgname=gtk2+extra
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="GtkExtra is a useful set of widgets for creating GUI's for the Xwindows system using GTK+"
+arch=(i686 x86_64)
+url="http://gtkextra.sourceforge.net/"
+depends=('gtk2')
+license=('LGPL')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/gtkextra/$pkgver/gtk%2Bextra-$pkgver.tar.gz)
+md5sums=('10779394f39d39115fa3fd0f3dea4436')
+
+build() {
+ cd $srcdir/gtk+extra-$pkgver
+# patch -Np0 -i ../gtksheet_unref.patch
+# patch -Np1 -i ../gtk2-2.18.3-build-fix.patch
+ ./configure --prefix=/usr
+ make || return 1
+ make DESTDIR=$pkgdir install
+}