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

Jan Steffens heftig at archlinux.org
Mon Nov 12 20:12:14 UTC 2012


    Date: Monday, November 12, 2012 @ 15:12:13
  Author: heftig
Revision: 170864

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

Added:
  caribou/repos/extra-i686/PKGBUILD
    (from rev 170862, caribou/trunk/PKGBUILD)
  caribou/repos/extra-i686/caribou.install
    (from rev 170862, caribou/trunk/caribou.install)
  caribou/repos/extra-x86_64/PKGBUILD
    (from rev 170863, caribou/trunk/PKGBUILD)
  caribou/repos/extra-x86_64/caribou.install
    (from rev 170863, caribou/trunk/caribou.install)
Deleted:
  caribou/repos/extra-i686/PKGBUILD
  caribou/repos/extra-i686/caribou.install
  caribou/repos/extra-i686/fix-crash.patch
  caribou/repos/extra-x86_64/PKGBUILD
  caribou/repos/extra-x86_64/caribou.install
  caribou/repos/extra-x86_64/fix-crash.patch

------------------------------+
 extra-i686/PKGBUILD          |   75 +++++++++++++++++++----------------------
 extra-i686/caribou.install   |   26 +++++++-------
 extra-i686/fix-crash.patch   |   25 -------------
 extra-x86_64/PKGBUILD        |   75 +++++++++++++++++++----------------------
 extra-x86_64/caribou.install |   26 +++++++-------
 extra-x86_64/fix-crash.patch |   25 -------------
 6 files changed, 98 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-12 20:12:03 UTC (rev 170863)
+++ extra-i686/PKGBUILD	2012-11-12 20:12:13 UTC (rev 170864)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Adam Hani Schakaki <krzd at krzd.net>
-
-pkgname=caribou
-pkgver=0.4.4
-pkgrel=2
-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=('intltool' 'docbook-xsl')
-install=caribou.install
-options=(!libtool !emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz
-        fix-crash.patch)
-sha256sums=('823c53afec88d43f06ddce63e0d1aac79d783f498502a0617d8be0cffc6a7de2'
-            '813229104fcb15ae5d3c197362fa7474a4963eb31d241d4f5354f7000d03f9e1')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-crash.patch
-  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/extra-i686/PKGBUILD (from rev 170862, caribou/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-12 20:12:13 UTC (rev 170864)
@@ -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.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' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('intltool' 'docbook-xsl')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('22fba681b3e6041494ac4fa41b8286957bade0cc6158c110fe8f3c980af6913d')
+
+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:

Deleted: extra-i686/caribou.install
===================================================================
--- extra-i686/caribou.install	2012-11-12 20:12:03 UTC (rev 170863)
+++ extra-i686/caribou.install	2012-11-12 20:12:13 UTC (rev 170864)
@@ -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 170862, caribou/trunk/caribou.install)
===================================================================
--- extra-i686/caribou.install	                        (rev 0)
+++ extra-i686/caribou.install	2012-11-12 20:12:13 UTC (rev 170864)
@@ -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-i686/fix-crash.patch
===================================================================
--- extra-i686/fix-crash.patch	2012-11-12 20:12:03 UTC (rev 170863)
+++ extra-i686/fix-crash.patch	2012-11-12 20:12:13 UTC (rev 170864)
@@ -1,25 +0,0 @@
-From a8fb1d8fba1e9557a3370edd62501f0a866c6774 Mon Sep 17 00:00:00 2001
-From: Daiki Ueno <ueno at unixuser.org>
-Date: Fri, 02 Nov 2012 06:19:47 +0000
-Subject: Fix border-image slice values in antler's gtk CSS
-
-According to CSS spec, border-image slice values are not denoted
-with length units.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=687409
----
-diff --git a/data/antler/style.css b/data/antler/style.css
-index 0e830dc..7553cf6 100644
---- a/data/antler/style.css
-+++ b/data/antler/style.css
-@@ -12,7 +12,7 @@
- .antler-keyboard-button {
-   border-width: 0px;
-   border-radius: 2px;
--  border-image: url("dark-key-border.svg") 2px 2px 2px 2px repeat stretch;
-+  border-image: url("dark-key-border.svg") 2 2 2 2 repeat stretch;
-   font: Sans 14px;
-   background-image: -gtk-gradient (linear,
- 				     left top,
---
-cgit v0.9.0.2

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-12 20:12:03 UTC (rev 170863)
+++ extra-x86_64/PKGBUILD	2012-11-12 20:12:13 UTC (rev 170864)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Adam Hani Schakaki <krzd at krzd.net>
-
-pkgname=caribou
-pkgver=0.4.4
-pkgrel=2
-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=('intltool' 'docbook-xsl')
-install=caribou.install
-options=(!libtool !emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz
-        fix-crash.patch)
-sha256sums=('823c53afec88d43f06ddce63e0d1aac79d783f498502a0617d8be0cffc6a7de2'
-            '813229104fcb15ae5d3c197362fa7474a4963eb31d241d4f5354f7000d03f9e1')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-crash.patch
-  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/extra-x86_64/PKGBUILD (from rev 170863, caribou/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-12 20:12:13 UTC (rev 170864)
@@ -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.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' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('intltool' 'docbook-xsl')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('22fba681b3e6041494ac4fa41b8286957bade0cc6158c110fe8f3c980af6913d')
+
+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:

Deleted: extra-x86_64/caribou.install
===================================================================
--- extra-x86_64/caribou.install	2012-11-12 20:12:03 UTC (rev 170863)
+++ extra-x86_64/caribou.install	2012-11-12 20:12:13 UTC (rev 170864)
@@ -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 170863, caribou/trunk/caribou.install)
===================================================================
--- extra-x86_64/caribou.install	                        (rev 0)
+++ extra-x86_64/caribou.install	2012-11-12 20:12:13 UTC (rev 170864)
@@ -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/fix-crash.patch
===================================================================
--- extra-x86_64/fix-crash.patch	2012-11-12 20:12:03 UTC (rev 170863)
+++ extra-x86_64/fix-crash.patch	2012-11-12 20:12:13 UTC (rev 170864)
@@ -1,25 +0,0 @@
-From a8fb1d8fba1e9557a3370edd62501f0a866c6774 Mon Sep 17 00:00:00 2001
-From: Daiki Ueno <ueno at unixuser.org>
-Date: Fri, 02 Nov 2012 06:19:47 +0000
-Subject: Fix border-image slice values in antler's gtk CSS
-
-According to CSS spec, border-image slice values are not denoted
-with length units.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=687409
----
-diff --git a/data/antler/style.css b/data/antler/style.css
-index 0e830dc..7553cf6 100644
---- a/data/antler/style.css
-+++ b/data/antler/style.css
-@@ -12,7 +12,7 @@
- .antler-keyboard-button {
-   border-width: 0px;
-   border-radius: 2px;
--  border-image: url("dark-key-border.svg") 2px 2px 2px 2px repeat stretch;
-+  border-image: url("dark-key-border.svg") 2 2 2 2 repeat stretch;
-   font: Sans 14px;
-   background-image: -gtk-gradient (linear,
- 				     left top,
---
-cgit v0.9.0.2




More information about the arch-commits mailing list