From dc7c1517d1163de7fcde81086160537d1cd2e8a5 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 20 Sep 2011 23:57:25 +0200 Subject: gjs 1.29.17-2 ajout patch upstream --- gjs/Pkgfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gjs/Pkgfile') diff --git a/gjs/Pkgfile b/gjs/Pkgfile index b3c10d2..9136719 100644 --- a/gjs/Pkgfile +++ b/gjs/Pkgfile @@ -7,15 +7,19 @@ name=gjs version=1.29.17 -release=1 +release=2 -source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) +source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz + signal_gc.patch + gjs_context_gc_wrapper.patch) build() { unset MAKEFLAGS cd $name-$version + patch -p1 < ../signal_gc.patch + patch -p1 < ../gjs_context_gc_wrapper.patch sed -i 's|python|python2|' scripts/make-tests ./configure --prefix=/usr - make -j1 + make make DESTDIR=$PKG install } -- cgit v1.2.3-54-g00ecf