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 1b167f7..74a04fa 100755
--- a/caribou/Pkgfile
+++ b/caribou/Pkgfile
@@ -6,7 +6,7 @@
# Run on: gtk3,pygobject3,clutter,libgee,libxklavier,json-glib,desktop-file-utils
name=caribou
-version=0.3.91
+version=0.3.92
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -15,9 +15,7 @@ build() {
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\
- --disable-scrollkeeper \
- --enable-gtk2-module \
- --enable-gtk3-module
+ --disable-scrollkeeper
make
make DESTDIR=$PKG install
}