[arch-commits] Commit in caribou/repos (6 files)

Jan Steffens heftig at archlinux.org
Fri Mar 30 16:48:17 UTC 2012


    Date: Friday, March 30, 2012 @ 12:48:17
  Author: heftig
Revision: 154774

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  caribou/repos/gnome-unstable-i686/
  caribou/repos/gnome-unstable-i686/PKGBUILD
    (from rev 154773, caribou/trunk/PKGBUILD)
  caribou/repos/gnome-unstable-i686/caribou.install
    (from rev 154773, caribou/trunk/caribou.install)
  caribou/repos/gnome-unstable-x86_64/
  caribou/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 154773, caribou/trunk/PKGBUILD)
  caribou/repos/gnome-unstable-x86_64/caribou.install
    (from rev 154773, caribou/trunk/caribou.install)

---------------------------------------+
 gnome-unstable-i686/PKGBUILD          |   36 ++++++++++++++++++++++++++++++++
 gnome-unstable-i686/caribou.install   |   13 +++++++++++
 gnome-unstable-x86_64/PKGBUILD        |   36 ++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/caribou.install |   13 +++++++++++
 4 files changed, 98 insertions(+)

Copied: caribou/repos/gnome-unstable-i686/PKGBUILD (from rev 154773, caribou/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-30 16:48:17 UTC (rev 154774)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Adam Hani Schakaki <krzd at krzd.net>
+
+pkgname=caribou
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Caribou"
+license=('LGPL')
+depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/caribou \
+    --disable-gtk2-module \
+    --disable-static \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/gnome-unstable-i686/caribou.install (from rev 154773, caribou/trunk/caribou.install)
===================================================================
--- gnome-unstable-i686/caribou.install	                        (rev 0)
+++ gnome-unstable-i686/caribou.install	2012-03-30 16:48:17 UTC (rev 154774)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

Copied: caribou/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154773, caribou/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-30 16:48:17 UTC (rev 154774)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Adam Hani Schakaki <krzd at krzd.net>
+
+pkgname=caribou
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Caribou"
+license=('LGPL')
+depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/caribou \
+    --disable-gtk2-module \
+    --disable-static \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/gnome-unstable-x86_64/caribou.install (from rev 154773, caribou/trunk/caribou.install)
===================================================================
--- gnome-unstable-x86_64/caribou.install	                        (rev 0)
+++ gnome-unstable-x86_64/caribou.install	2012-03-30 16:48:17 UTC (rev 154774)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}




More information about the arch-commits mailing list