summaryrefslogtreecommitdiffstats
path: root/glade2/Pkgfile
diff options
context:
space:
mode:
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
+}
+