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

Jan Steffens heftig at archlinux.org
Tue Mar 27 10:44:53 UTC 2012


    Date: Tuesday, March 27, 2012 @ 06:44:52
  Author: heftig
Revision: 154358

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

Added:
  libgnomekbd/repos/gnome-unstable-i686/PKGBUILD
    (from rev 154357, libgnomekbd/trunk/PKGBUILD)
  libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install
    (from rev 154357, libgnomekbd/trunk/libgnomekbd.install)
  libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 154357, libgnomekbd/trunk/PKGBUILD)
  libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install
    (from rev 154357, 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	2012-03-27 10:43:08 UTC (rev 154357)
+++ gnome-unstable-i686/PKGBUILD	2012-03-27 10:44:52 UTC (rev 154358)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgnomekbd
-pkgver=3.4.0.1
-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=('d2e4af0f4b81656f816e491a23165a6ed7695c0e09202fd1dcffd9c27c8e4af1')
-
-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/PKGBUILD (from rev 154357, libgnomekbd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-27 10:44:52 UTC (rev 154358)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.4.0.2
+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=('6e6c8956adbd39f1c3a8ec5c77bcf7ffbdaa54320398015d1174cd5003664e39')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-i686/libgnomekbd.install
===================================================================
--- gnome-unstable-i686/libgnomekbd.install	2012-03-27 10:43:08 UTC (rev 154357)
+++ gnome-unstable-i686/libgnomekbd.install	2012-03-27 10:44:52 UTC (rev 154358)
@@ -1,11 +0,0 @@
-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-i686/libgnomekbd.install (from rev 154357, libgnomekbd/trunk/libgnomekbd.install)
===================================================================
--- gnome-unstable-i686/libgnomekbd.install	                        (rev 0)
+++ gnome-unstable-i686/libgnomekbd.install	2012-03-27 10:44:52 UTC (rev 154358)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2012-03-27 10:43:08 UTC (rev 154357)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-27 10:44:52 UTC (rev 154358)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgnomekbd
-pkgver=3.4.0.1
-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=('d2e4af0f4b81656f816e491a23165a6ed7695c0e09202fd1dcffd9c27c8e4af1')
-
-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/PKGBUILD (from rev 154357, libgnomekbd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-27 10:44:52 UTC (rev 154358)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.4.0.2
+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=('6e6c8956adbd39f1c3a8ec5c77bcf7ffbdaa54320398015d1174cd5003664e39')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/libgnomekbd.install
===================================================================
--- gnome-unstable-x86_64/libgnomekbd.install	2012-03-27 10:43:08 UTC (rev 154357)
+++ gnome-unstable-x86_64/libgnomekbd.install	2012-03-27 10:44:52 UTC (rev 154358)
@@ -1,11 +0,0 @@
-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/libgnomekbd.install (from rev 154357, libgnomekbd/trunk/libgnomekbd.install)
===================================================================
--- gnome-unstable-x86_64/libgnomekbd.install	                        (rev 0)
+++ gnome-unstable-x86_64/libgnomekbd.install	2012-03-27 10:44:52 UTC (rev 154358)
@@ -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