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

Ionut Biru ibiru at archlinux.org
Fri Mar 9 12:35:49 UTC 2012


    Date: Friday, March 9, 2012 @ 07:35:48
  Author: ibiru
Revision: 152736

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

Added:
  libgnomekbd/repos/gnome-unstable-i686/
  libgnomekbd/repos/gnome-unstable-i686/PKGBUILD
    (from rev 152735, libgnomekbd/trunk/PKGBUILD)
  libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install
    (from rev 152735, libgnomekbd/trunk/libgnomekbd.install)
  libgnomekbd/repos/gnome-unstable-x86_64/
  libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 152735, libgnomekbd/trunk/PKGBUILD)
  libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install
    (from rev 152735, libgnomekbd/trunk/libgnomekbd.install)

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

Copied: libgnomekbd/repos/gnome-unstable-i686/PKGBUILD (from rev 152735, libgnomekbd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-09 12:35:48 UTC (rev 152736)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.3.90
+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%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c5c8dbb43f2b2b772d4411d788b288283edb5e47bc8de9fd38b6a9dfe788482')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install (from rev 152735, libgnomekbd/trunk/libgnomekbd.install)
===================================================================
--- gnome-unstable-i686/libgnomekbd.install	                        (rev 0)
+++ gnome-unstable-i686/libgnomekbd.install	2012-03-09 12:35:48 UTC (rev 152736)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 152735, libgnomekbd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-09 12:35:48 UTC (rev 152736)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.3.90
+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%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c5c8dbb43f2b2b772d4411d788b288283edb5e47bc8de9fd38b6a9dfe788482')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install (from rev 152735, libgnomekbd/trunk/libgnomekbd.install)
===================================================================
--- gnome-unstable-x86_64/libgnomekbd.install	                        (rev 0)
+++ gnome-unstable-x86_64/libgnomekbd.install	2012-03-09 12:35:48 UTC (rev 152736)
@@ -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