summaryrefslogtreecommitdiffstats
path: root/glade2/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-05-13 12:49:44 +0200
committerpiernov <piernov@piernov.org>2012-05-13 20:14:08 +0200
commitbf96ec9c7944c1ec78c31146f5bbe834763427a6 (patch)
treebf5cc069eee46628e3339bbe6bbd2b2fd07d0e14 /glade2/Pkgfile
parentfa3c605b6c647ae979fc70389a6c34c72453bfc9 (diff)
downloadnutyx-extra-bf96ec9c7944c1ec78c31146f5bbe834763427a6.tar.gz
nutyx-extra-bf96ec9c7944c1ec78c31146f5bbe834763427a6.tar.bz2
nutyx-extra-bf96ec9c7944c1ec78c31146f5bbe834763427a6.tar.xz
nutyx-extra-bf96ec9c7944c1ec78c31146f5bbe834763427a6.zip
ajout glade2 2.12.2-1
(cherry picked from commit 16cf858c5f7719d22ca6184e889d1a4c59bd960c)
Diffstat (limited to 'glade2/Pkgfile')
-rwxr-xr-xglade2/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/glade2/Pkgfile b/glade2/Pkgfile
new file mode 100755
index 000000000..e29acc79c
--- /dev/null
+++ b/glade2/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Permet de charger l'interface glade sans recompiler
+# URL: http://www.jamesh.id.au/software/libglade/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gtk, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama, rarian
+# Run on: gtk
+
+name=glade2
+version=2.12.2
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/glade/${version%.*}/glade-$version.tar.bz2
+ http://nutyx.meticul/eu/files/patchs/$name/$name-gtk-01.patch)
+
+build() {
+ cd glade-$version
+ patch -Np1 -i ../$name-gtk-01.patch
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --mandir=/usr/share/man --localstatedir=/var --disable-static \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}
+