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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:45:59 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:45:58
  Author: jgc
Revision: 169282

db-move: moved libgnomekbd from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libgnomekbd/repos/testing-i686/
  libgnomekbd/repos/testing-i686/PKGBUILD
    (from rev 169277, libgnomekbd/repos/gnome-unstable-i686/PKGBUILD)
  libgnomekbd/repos/testing-i686/libgnomekbd.install
    (from rev 169277, libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install)
  libgnomekbd/repos/testing-x86_64/
  libgnomekbd/repos/testing-x86_64/PKGBUILD
    (from rev 169277, libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD)
  libgnomekbd/repos/testing-x86_64/libgnomekbd.install
    (from rev 169277, libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install)
Deleted:
  libgnomekbd/repos/gnome-unstable-i686/
  libgnomekbd/repos/gnome-unstable-x86_64/

------------------------------------+
 testing-i686/PKGBUILD              |   28 ++++++++++++++++++++++++++++
 testing-i686/libgnomekbd.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD            |   28 ++++++++++++++++++++++++++++
 testing-x86_64/libgnomekbd.install |   11 +++++++++++
 4 files changed, 78 insertions(+)

Copied: libgnomekbd/repos/testing-i686/PKGBUILD (from rev 169277, libgnomekbd/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:45:58 UTC (rev 169282)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Gnome keyboard library"
+url="http://gswitchit.sourceforge.net"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=libgnomekbd.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c41ea5b0f64da470925ba09f9f1b46b26b82d4e433e594b2c71eab3da8856a09')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnomekbd/repos/testing-i686/libgnomekbd.install (from rev 169277, libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install)
===================================================================
--- testing-i686/libgnomekbd.install	                        (rev 0)
+++ testing-i686/libgnomekbd.install	2012-10-18 19:45:58 UTC (rev 169282)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: libgnomekbd/repos/testing-x86_64/PKGBUILD (from rev 169277, libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:45:58 UTC (rev 169282)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Gnome keyboard library"
+url="http://gswitchit.sourceforge.net"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=libgnomekbd.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c41ea5b0f64da470925ba09f9f1b46b26b82d4e433e594b2c71eab3da8856a09')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnomekbd/repos/testing-x86_64/libgnomekbd.install (from rev 169277, libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install)
===================================================================
--- testing-x86_64/libgnomekbd.install	                        (rev 0)
+++ testing-x86_64/libgnomekbd.install	2012-10-18 19:45:58 UTC (rev 169282)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list