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

Jan de Groot jgc at archlinux.org
Tue Mar 22 06:35:08 UTC 2016


    Date: Tuesday, March 22, 2016 @ 07:35:07
  Author: jgc
Revision: 262222

upgpkg: caribou 0.4.20-1

Modified:
  caribou/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-22 06:33:02 UTC (rev 262221)
+++ PKGBUILD	2016-03-22 06:35:07 UTC (rev 262222)
@@ -3,18 +3,18 @@
 # Contributor: Adam Hani Schakaki <krzd at krzd.net>
 
 pkgname=caribou
-pkgver=0.4.19
-pkgrel=2
+pkgver=0.4.20
+pkgrel=1
 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)
+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=('2f0bd0c14c5f94cf5ac3a7627018919addf7a054ac84aaa8e62356957c175a44')
+sha256sums=('3a6664d5698c2b62a6c1c115743630d339ac237a7324bb354f2e5d55b4bb50d9')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,8 +22,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
     --libexecdir=/usr/lib/$pkgname \
     --disable-static \
-    --disable-schemas-compile \
-    PYTHON=/usr/bin/python2
+    --disable-schemas-compile
 
   # 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