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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:32:16 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:32:16
  Author: ibiru
Revision: 138996

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

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

---------------------+
 PKGBUILD            |   28 ++++++++++++++++++++++++++++
 libgnomekbd.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Copied: libgnomekbd/repos/testing-x86_64/PKGBUILD (from rev 138832, libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:32:16 UTC (rev 138996)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.2.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%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('810ff305bbf076f6689911cf7b040d2113f501311a866abc37aa6bf5b28e1a2b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgnomekbd/repos/testing-x86_64/libgnomekbd.install (from rev 138832, libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install)
===================================================================
--- testing-x86_64/libgnomekbd.install	                        (rev 0)
+++ testing-x86_64/libgnomekbd.install	2011-09-28 19:32:16 UTC (rev 138996)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/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