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

Ionut Biru ibiru at archlinux.org
Tue Sep 27 11:27:06 UTC 2011


    Date: Tuesday, September 27, 2011 @ 07:27:06
  Author: ibiru
Revision: 138586

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2011-09-27 11:26:07 UTC (rev 138585)
+++ gnome-unstable-i686/PKGBUILD	2011-09-27 11:27:06 UTC (rev 138586)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Adam Hani Schakaki <krzd at krzd.net>
-
-pkgname=caribou
-pkgver=0.3.92
-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=('pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool' 'clutter')
-install=caribou.install
-options=(!libtool !emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.3/$pkgname-$pkgver.tar.xz)
-sha256sums=('51143b32ff7a59be2aa199ec48d5276b035861c29be8434d3f16231171eee939')
-
-build() {
-  cd "$srcdir/$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 "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/gnome-unstable-i686/PKGBUILD (from rev 138585, caribou/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2011-09-27 11:27:06 UTC (rev 138586)
@@ -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.0
+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=('pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'clutter')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('9d9aeab26956371e9a8e807e2554be5ca08e32f6a27632598065cf2e85e66d16')
+
+build() {
+  cd "$srcdir/$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 "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/caribou.install
===================================================================
--- gnome-unstable-i686/caribou.install	2011-09-27 11:26:07 UTC (rev 138585)
+++ gnome-unstable-i686/caribou.install	2011-09-27 11:27:06 UTC (rev 138586)
@@ -1,13 +0,0 @@
-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-i686/caribou.install (from rev 138585, caribou/trunk/caribou.install)
===================================================================
--- gnome-unstable-i686/caribou.install	                        (rev 0)
+++ gnome-unstable-i686/caribou.install	2011-09-27 11:27:06 UTC (rev 138586)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2011-09-27 11:26:07 UTC (rev 138585)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-27 11:27:06 UTC (rev 138586)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Adam Hani Schakaki <krzd at krzd.net>
-
-pkgname=caribou
-pkgver=0.3.92
-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=('pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool' 'clutter')
-install=caribou.install
-options=(!libtool !emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.3/$pkgname-$pkgver.tar.xz)
-sha256sums=('51143b32ff7a59be2aa199ec48d5276b035861c29be8434d3f16231171eee939')
-
-build() {
-  cd "$srcdir/$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 "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/gnome-unstable-x86_64/PKGBUILD (from rev 138585, caribou/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-27 11:27:06 UTC (rev 138586)
@@ -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.0
+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=('pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'clutter')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('9d9aeab26956371e9a8e807e2554be5ca08e32f6a27632598065cf2e85e66d16')
+
+build() {
+  cd "$srcdir/$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 "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/caribou.install
===================================================================
--- gnome-unstable-x86_64/caribou.install	2011-09-27 11:26:07 UTC (rev 138585)
+++ gnome-unstable-x86_64/caribou.install	2011-09-27 11:27:06 UTC (rev 138586)
@@ -1,13 +0,0 @@
-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/caribou.install (from rev 138585, caribou/trunk/caribou.install)
===================================================================
--- gnome-unstable-x86_64/caribou.install	                        (rev 0)
+++ gnome-unstable-x86_64/caribou.install	2011-09-27 11:27:06 UTC (rev 138586)
@@ -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