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

Ionut Biru ibiru at archlinux.org
Wed Sep 21 21:33:41 UTC 2011


    Date: Wednesday, September 21, 2011 @ 17:33:41
  Author: ibiru
Revision: 138412

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2011-09-21 21:31:55 UTC (rev 138411)
+++ gnome-unstable-i686/PKGBUILD	2011-09-21 21:33:41 UTC (rev 138412)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgnomekbd
-pkgver=3.1.90
-pkgrel=1
-pkgdesc="Gnome keyboard library"
-url="http://gswitchit.sourceforge.net"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libxklavier>=5.1' '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=('bbe4ee869c6d3feabe9610255918e632dcfc873a76c1a462b92be8154456afc6')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 138411, libgnomekbd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2011-09-21 21:33:41 UTC (rev 138412)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.1.92
+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=('4b8166b33ae8d11847d6eeb35b1ca005ad3eb84fdedceb00aa0397c4ca641522')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-i686/libgnomekbd.install
===================================================================
--- gnome-unstable-i686/libgnomekbd.install	2011-09-21 21:31:55 UTC (rev 138411)
+++ gnome-unstable-i686/libgnomekbd.install	2011-09-21 21:33:41 UTC (rev 138412)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install (from rev 138411, libgnomekbd/trunk/libgnomekbd.install)
===================================================================
--- gnome-unstable-i686/libgnomekbd.install	                        (rev 0)
+++ gnome-unstable-i686/libgnomekbd.install	2011-09-21 21:33:41 UTC (rev 138412)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2011-09-21 21:31:55 UTC (rev 138411)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-21 21:33:41 UTC (rev 138412)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgnomekbd
-pkgver=3.1.90
-pkgrel=1
-pkgdesc="Gnome keyboard library"
-url="http://gswitchit.sourceforge.net"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libxklavier>=5.1' '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=('bbe4ee869c6d3feabe9610255918e632dcfc873a76c1a462b92be8154456afc6')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 138411, libgnomekbd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-21 21:33:41 UTC (rev 138412)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.1.92
+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=('4b8166b33ae8d11847d6eeb35b1ca005ad3eb84fdedceb00aa0397c4ca641522')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/libgnomekbd.install
===================================================================
--- gnome-unstable-x86_64/libgnomekbd.install	2011-09-21 21:31:55 UTC (rev 138411)
+++ gnome-unstable-x86_64/libgnomekbd.install	2011-09-21 21:33:41 UTC (rev 138412)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/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/libgnomekbd.install (from rev 138411, libgnomekbd/trunk/libgnomekbd.install)
===================================================================
--- gnome-unstable-x86_64/libgnomekbd.install	                        (rev 0)
+++ gnome-unstable-x86_64/libgnomekbd.install	2011-09-21 21:33:41 UTC (rev 138412)
@@ -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