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

Jan de Groot jgc at archlinux.org
Thu Sep 10 11:02:07 UTC 2015


    Date: Thursday, September 10, 2015 @ 13:02:07
  Author: jgc
Revision: 245719

upgpkg: caribou 0.4.18.1-2

Build with python 3.x

Modified:
  caribou/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-10 10:08:03 UTC (rev 245718)
+++ PKGBUILD	2015-09-10 11:02:07 UTC (rev 245719)
@@ -4,26 +4,20 @@
 
 pkgname=caribou
 pkgver=0.4.18.1
-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 python2-atspi python2-gobject gtk3 libxklavier libgee clutter dconf)
-makedepends=(intltool docbook-xsl gtk2 gobject-introspection)
+depends=(at-spi2-atk python-atspi python-gobject gtk3 libxklavier libgee clutter dconf)
+makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala)
 install=caribou.install
 options=(!emptydirs)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
 sha256sums=('aefadf125a647fc68696f4134e99ee43dca121da5de8e1edf6eab5664a9f3150')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g tools/{fix_gir,make_schema}.py
-}
-
 build() {
   cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr --sysconfdir=/etc \
     --libexecdir=/usr/lib/$pkgname \
     --disable-static \



More information about the arch-commits mailing list