summaryrefslogtreecommitdiffstats
path: root/caribou/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'caribou/Pkgfile')
-rwxr-xr-xcaribou/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/caribou/Pkgfile b/caribou/Pkgfile
index f33bd3e..dea00ca 100755
--- a/caribou/Pkgfile
+++ b/caribou/Pkgfile
@@ -6,14 +6,12 @@
# Run on: gtk3,pygobject3,clutter,libgee,libxklavier,json-glib
name=caribou
-version=0.3.5
+version=0.3.91
release=1
-source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
- import_from_gi.repository.patch)
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
- patch -p1 < ../import_from_gi.repository.patch
sed "s|/usr/bin/python|/usr/bin/python2|" -i tools/make_schema.py tools/fix_gir.py
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--disable-schemas-compile\