[arch-commits] Commit in caribou/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jan 24 00:28:29 UTC 2016


    Date: Sunday, January 24, 2016 @ 01:28:29
  Author: heftig
Revision: 258533

FS#47870 caribou needs python2

Modified:
  caribou/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-23 21:46:16 UTC (rev 258532)
+++ PKGBUILD	2016-01-24 00:28:29 UTC (rev 258533)
@@ -4,12 +4,12 @@
 
 pkgname=caribou
 pkgver=0.4.19
-pkgrel=1
+pkgrel=2
 pkgdesc="A text entry and UI navigation application (on-screen keyboard)"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Caribou"
 license=(LGPL)
-depends=(at-spi2-atk python-atspi python-gobject gtk3 libxklavier libgee clutter dconf)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee clutter dconf)
 makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala)
 install=caribou.install
 options=(!emptydirs)
@@ -18,10 +18,12 @@
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr --sysconfdir=/etc \
     --libexecdir=/usr/lib/$pkgname \
     --disable-static \
-    --disable-schemas-compile
+    --disable-schemas-compile \
+    PYTHON=/usr/bin/python2
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



More information about the arch-commits mailing list