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

Jan de Groot jgc at archlinux.org
Fri Aug 19 11:08:59 UTC 2016


    Date: Friday, August 19, 2016 @ 11:08:58
  Author: jgc
Revision: 273949

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  caribou/repos/extra-i686/PKGBUILD
    (from rev 273948, caribou/trunk/PKGBUILD)
  caribou/repos/extra-x86_64/PKGBUILD
    (from rev 273948, caribou/trunk/PKGBUILD)
Deleted:
  caribou/repos/extra-i686/PKGBUILD
  caribou/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  104 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   52 ------------------------
 extra-x86_64/PKGBUILD |   52 ------------------------
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-08-19 11:08:53 UTC (rev 273948)
+++ extra-i686/PKGBUILD	2016-08-19 11:08:58 UTC (rev 273949)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Adam Hani Schakaki <krzd at krzd.net>
-
-pkgname=caribou
-pkgver=0.4.20+12+g31103d1
-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 python-atspi python-gobject gtk3 libxklavier libgee clutter dconf)
-makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala git gnome-common)
-options=(!emptydirs)
-source=('git://git.gnome.org/caribou#commit=31103d19f57acf556245d82338793c4471ca966a')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^CARIBOU_//' -e 's/_/./g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/$pkgname \
-    --disable-static \
-    --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-i686/PKGBUILD (from rev 273948, caribou/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-08-19 11:08:58 UTC (rev 273949)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Adam Hani Schakaki <krzd at krzd.net>
+
+pkgname=caribou
+pkgver=0.4.21+0+g36e3d0f
+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 python-atspi python-gobject gtk3 libxklavier libgee clutter dconf)
+makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala git gnome-common)
+options=(!emptydirs)
+source=('git://git.gnome.org/caribou#commit=36e3d0fc89f0c5a61b1e2c3dd3c7970cd1b18f94')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^CARIBOU_//' -e 's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-08-19 11:08:53 UTC (rev 273948)
+++ extra-x86_64/PKGBUILD	2016-08-19 11:08:58 UTC (rev 273949)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Adam Hani Schakaki <krzd at krzd.net>
-
-pkgname=caribou
-pkgver=0.4.20+12+g31103d1
-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 python-atspi python-gobject gtk3 libxklavier libgee clutter dconf)
-makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala git gnome-common)
-options=(!emptydirs)
-source=('git://git.gnome.org/caribou#commit=31103d19f57acf556245d82338793c4471ca966a')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^CARIBOU_//' -e 's/_/./g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/$pkgname \
-    --disable-static \
-    --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-x86_64/PKGBUILD (from rev 273948, caribou/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-08-19 11:08:58 UTC (rev 273949)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Adam Hani Schakaki <krzd at krzd.net>
+
+pkgname=caribou
+pkgver=0.4.21+0+g36e3d0f
+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 python-atspi python-gobject gtk3 libxklavier libgee clutter dconf)
+makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala git gnome-common)
+options=(!emptydirs)
+source=('git://git.gnome.org/caribou#commit=36e3d0fc89f0c5a61b1e2c3dd3c7970cd1b18f94')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^CARIBOU_//' -e 's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list