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

Jan Steffens heftig at archlinux.org
Tue Oct 13 08:44:27 UTC 2015


    Date: Tuesday, October 13, 2015 @ 10:44:27
  Author: heftig
Revision: 249196

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

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

------------------------------+
 /PKGBUILD                    |   84 +++++++++++++++++++++++++++++++++++++++++
 /caribou.install             |   26 ++++++++++++
 extra-i686/PKGBUILD          |   42 --------------------
 extra-i686/caribou.install   |   13 ------
 extra-x86_64/PKGBUILD        |   42 --------------------
 extra-x86_64/caribou.install |   13 ------
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-10-13 08:43:50 UTC (rev 249195)
+++ extra-i686/PKGBUILD	2015-10-13 08:44:27 UTC (rev 249196)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Adam Hani Schakaki <krzd at krzd.net>
-
-pkgname=caribou
-pkgver=0.4.18.1
-pkgrel=3
-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)
-install=caribou.install
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aefadf125a647fc68696f4134e99ee43dca121da5de8e1edf6eab5664a9f3150')
-
-build() {
-  cd $pkgname-$pkgver
-  ./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-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-i686/PKGBUILD (from rev 249195, caribou/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-10-13 08:44:27 UTC (rev 249196)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Adam Hani Schakaki <krzd at krzd.net>
+
+pkgname=caribou
+pkgver=0.4.19
+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)
+install=caribou.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2f0bd0c14c5f94cf5ac3a7627018919addf7a054ac84aaa8e62356957c175a44')
+
+build() {
+  cd $pkgname-$pkgver
+  ./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-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/caribou.install
===================================================================
--- extra-i686/caribou.install	2015-10-13 08:43:50 UTC (rev 249195)
+++ extra-i686/caribou.install	2015-10-13 08:44:27 UTC (rev 249196)
@@ -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/extra-i686/caribou.install (from rev 249195, caribou/trunk/caribou.install)
===================================================================
--- extra-i686/caribou.install	                        (rev 0)
+++ extra-i686/caribou.install	2015-10-13 08:44:27 UTC (rev 249196)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-10-13 08:43:50 UTC (rev 249195)
+++ extra-x86_64/PKGBUILD	2015-10-13 08:44:27 UTC (rev 249196)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Adam Hani Schakaki <krzd at krzd.net>
-
-pkgname=caribou
-pkgver=0.4.18.1
-pkgrel=3
-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)
-install=caribou.install
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aefadf125a647fc68696f4134e99ee43dca121da5de8e1edf6eab5664a9f3150')
-
-build() {
-  cd $pkgname-$pkgver
-  ./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-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-x86_64/PKGBUILD (from rev 249195, caribou/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-13 08:44:27 UTC (rev 249196)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Adam Hani Schakaki <krzd at krzd.net>
+
+pkgname=caribou
+pkgver=0.4.19
+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)
+install=caribou.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2f0bd0c14c5f94cf5ac3a7627018919addf7a054ac84aaa8e62356957c175a44')
+
+build() {
+  cd $pkgname-$pkgver
+  ./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-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/caribou.install
===================================================================
--- extra-x86_64/caribou.install	2015-10-13 08:43:50 UTC (rev 249195)
+++ extra-x86_64/caribou.install	2015-10-13 08:44:27 UTC (rev 249196)
@@ -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/extra-x86_64/caribou.install (from rev 249195, caribou/trunk/caribou.install)
===================================================================
--- extra-x86_64/caribou.install	                        (rev 0)
+++ extra-x86_64/caribou.install	2015-10-13 08:44:27 UTC (rev 249196)
@@ -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