summaryrefslogtreecommitdiffstats
path: root/extra/gtk3/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-09-19 20:32:00 +0200
committertnut <tnut at nutyx dot com>2011-09-19 20:32:00 +0200
commitc0bc3c9beb39f6e0247b91540dba4b128658298b (patch)
tree537b367ba13e2fd929b0ad480977ac7703210501 /extra/gtk3/Pkgfile
parent898edbb92fad9561bab42e6b51484681b3b08f32 (diff)
downloadnutyx-pakxe-c0bc3c9beb39f6e0247b91540dba4b128658298b.tar.gz
nutyx-pakxe-c0bc3c9beb39f6e0247b91540dba4b128658298b.tar.bz2
nutyx-pakxe-c0bc3c9beb39f6e0247b91540dba4b128658298b.tar.xz
nutyx-pakxe-c0bc3c9beb39f6e0247b91540dba4b128658298b.zip
ajout gtk3 3.1.90-1
Diffstat (limited to 'extra/gtk3/Pkgfile')
-rw-r--r--extra/gtk3/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/gtk3/Pkgfile b/extra/gtk3/Pkgfile
new file mode 100644
index 000000000..3afc36155
--- /dev/null
+++ b/extra/gtk3/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Librairie multiplatforme permettant des interfaces graphiques
+# URL: http://www.gtk.org/
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on: atk, cairo, pango, gdk-pixbuf, xorg-libxi, colord, libcups, gtk, shared-mime-info
+# Run on: atk,cairo,pango,gdk-pixbuf,xorg-libxi,colord,libcups,gtk,shared-mime-info
+name=gtk3
+version=3.1.90
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${version%.*}/gtk+-$version.tar.xz)
+
+build() {
+ cd gtk+-$version
+ CXX=/bin/false ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --sysconfdir=/etc \
+ --enable-colord=yes \
+ --enable-gtk2-dependency \
+ --disable-schemas-compile \
+ --enable-x11-backend \
+ --with-x
+ make
+ make DESTDIR=$PKG install
+}
+