summaryrefslogtreecommitdiffstats
path: root/gjs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gjs/Pkgfile')
-rw-r--r--gjs/Pkgfile10
1 files changed, 7 insertions, 3 deletions
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
}