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

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 14:59:17
  Author: fyan
Revision: 216243

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxklavier/repos/extra-i686/PKGBUILD
(from rev 216242, libxklavier/trunk/PKGBUILD)
  libxklavier/repos/extra-x86_64/PKGBUILD
(from rev 216242, libxklavier/trunk/PKGBUILD)
Deleted:
  libxklavier/repos/extra-i686/PKGBUILD
  libxklavier/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-02 12:56:20 UTC (rev 216242)
+++ extra-i686/PKGBUILD 2014-07-02 12:59:17 UTC (rev 216243)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.3
-pkgrel=2
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection')
-options=('!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/extra-i686/PKGBUILD (from rev 216242, 
libxklavier/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-02 12:59:17 UTC (rev 216243)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.3
+pkgrel=3
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'libxfixes' 
'iso-codes')
+makedepends=('gobject-introspection')
+options=('!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-02 12:56:20 UTC (rev 216242)
+++ extra-x86_64/PKGBUILD   2014-07-02 12:59:17 UTC (rev 216243)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.3
-pkgrel=2
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection')
-options=('!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/extra-x86_64/PKGBUILD (from rev 216242, 
libxklavier/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-02 12:59:17 UTC (rev 216243)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.3
+pkgrel=3
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'libxfixes' 
'iso-codes')
+makedepends=('gobject-introspection')
+options=('!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd 

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

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 16:28:47
  Author: fyan
Revision: 216246

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxklavier/repos/extra-i686/PKGBUILD
(from rev 216244, libxklavier/trunk/PKGBUILD)
  libxklavier/repos/extra-x86_64/PKGBUILD
(from rev 216244, libxklavier/trunk/PKGBUILD)
Deleted:
  libxklavier/repos/extra-i686/PKGBUILD
  libxklavier/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-02 14:28:40 UTC (rev 216245)
+++ extra-i686/PKGBUILD 2014-07-02 14:28:47 UTC (rev 216246)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.3
-pkgrel=3
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'libxfixes' 
'iso-codes')
-makedepends=('gobject-introspection')
-options=('!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/extra-i686/PKGBUILD (from rev 216244, 
libxklavier/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-02 14:28:47 UTC (rev 216246)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.4
+pkgrel=1
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes')
+options=('!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.zip;)
+sha256sums=('d5d2c135e3227142f5b455b9ffdf3e05be4b1e85a6c2882f8e905cc30c362d3e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-02 14:28:40 UTC (rev 216245)
+++ extra-x86_64/PKGBUILD   2014-07-02 14:28:47 UTC (rev 216246)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.3
-pkgrel=3
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'libxfixes' 
'iso-codes')
-makedepends=('gobject-introspection')
-options=('!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/extra-x86_64/PKGBUILD (from rev 216244, 
libxklavier/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-02 14:28:47 UTC (rev 216246)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.4
+pkgrel=1
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes')
+options=('!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.zip;)
+sha256sums=('d5d2c135e3227142f5b455b9ffdf3e05be4b1e85a6c2882f8e905cc30c362d3e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr 

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

2014-07-01 Thread Felix Yan
Date: Tuesday, July 1, 2014 @ 12:26:18
  Author: fyan
Revision: 215995

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxklavier/repos/extra-i686/PKGBUILD
(from rev 215994, libxklavier/trunk/PKGBUILD)
  libxklavier/repos/extra-x86_64/PKGBUILD
(from rev 215994, libxklavier/trunk/PKGBUILD)
Deleted:
  libxklavier/repos/extra-i686/PKGBUILD
  libxklavier/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-01 10:24:21 UTC (rev 215994)
+++ extra-i686/PKGBUILD 2014-07-01 10:26:18 UTC (rev 215995)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.3
-pkgrel=1
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection')
-options=('!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/extra-i686/PKGBUILD (from rev 215994, 
libxklavier/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-01 10:26:18 UTC (rev 215995)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.3
+pkgrel=2
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
+options=('!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-01 10:24:21 UTC (rev 215994)
+++ extra-x86_64/PKGBUILD   2014-07-01 10:26:18 UTC (rev 215995)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.3
-pkgrel=1
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection')
-options=('!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/extra-x86_64/PKGBUILD (from rev 215994, 
libxklavier/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-01 10:26:18 UTC (rev 215995)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.3
+pkgrel=2
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
+options=('!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir 

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

2012-09-25 Thread Jan Steffens
Date: Tuesday, September 25, 2012 @ 07:40:49
  Author: heftig
Revision: 167099

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

Added:
  libxklavier/repos/gnome-unstable-i686/
  libxklavier/repos/gnome-unstable-i686/PKGBUILD
(from rev 167098, libxklavier/trunk/PKGBUILD)
  libxklavier/repos/gnome-unstable-x86_64/
  libxklavier/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167098, libxklavier/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   28 
 gnome-unstable-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libxklavier/repos/gnome-unstable-i686/PKGBUILD (from rev 167098, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-25 11:40:49 UTC (rev 167099)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.3
+pkgrel=1
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libxklavier/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167098, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-25 11:40:49 UTC (rev 167099)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.3
+pkgrel=1
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:22:43
  Author: ibiru
Revision: 152731

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

Added:
  libxklavier/repos/gnome-unstable-i686/
  libxklavier/repos/gnome-unstable-i686/PKGBUILD
(from rev 152730, libxklavier/trunk/PKGBUILD)
  libxklavier/repos/gnome-unstable-x86_64/
  libxklavier/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152730, libxklavier/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   27 +++
 gnome-unstable-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libxklavier/repos/gnome-unstable-i686/PKGBUILD (from rev 152730, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 12:22:43 UTC (rev 152731)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.2.1
+pkgrel=1
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libxklavier/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152730, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:22:43 UTC (rev 152731)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.2.1
+pkgrel=1
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:31:57
  Author: ibiru
Revision: 152734

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

Added:
  libxklavier/repos/gnome-unstable-i686/PKGBUILD
(from rev 152733, libxklavier/trunk/PKGBUILD)
  libxklavier/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152733, libxklavier/trunk/PKGBUILD)
Deleted:
  libxklavier/repos/gnome-unstable-i686/PKGBUILD
  libxklavier/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   55 +++
 gnome-unstable-x86_64/PKGBUILD |   55 +++
 2 files changed, 56 insertions(+), 54 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-09 12:30:45 UTC (rev 152733)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 12:31:57 UTC (rev 152734)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.2.1
-pkgrel=1
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-options=('!libtool' '!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/gnome-unstable-i686/PKGBUILD (from rev 152733, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 12:31:57 UTC (rev 152734)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.2.1
+pkgrel=2
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:30:45 UTC (rev 152733)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:31:57 UTC (rev 152734)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.2.1
-pkgrel=1
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-options=('!libtool' '!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152733, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:31:57 UTC (rev 152734)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.2.1
+pkgrel=2
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure 

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

2012-02-24 Thread Ionut Biru
Date: Friday, February 24, 2012 @ 13:04:26
  Author: ibiru
Revision: 151075

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxklavier/repos/extra-i686/PKGBUILD
(from rev 151074, libxklavier/trunk/PKGBUILD)
  libxklavier/repos/extra-x86_64/PKGBUILD
(from rev 151074, libxklavier/trunk/PKGBUILD)
Deleted:
  libxklavier/repos/extra-i686/PKGBUILD
  libxklavier/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   56 
 extra-x86_64/PKGBUILD |   56 
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-24 18:02:48 UTC (rev 151074)
+++ extra-i686/PKGBUILD 2012-02-24 18:04:26 UTC (rev 151075)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.1
-pkgrel=1
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('pkgconfig')
-options=('!libtool' '!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1d7e8a6ed842d415d2f95b827e7d04ecf515ed5be2aaee262a8dd1c5cbe10ff1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libxklavier/repos/extra-i686/PKGBUILD (from rev 151074, 
libxklavier/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-24 18:04:26 UTC (rev 151075)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.1
+pkgrel=2
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1d7e8a6ed842d415d2f95b827e7d04ecf515ed5be2aaee262a8dd1c5cbe10ff1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-24 18:02:48 UTC (rev 151074)
+++ extra-x86_64/PKGBUILD   2012-02-24 18:04:26 UTC (rev 151075)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.1
-pkgrel=1
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('pkgconfig')
-options=('!libtool' '!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1d7e8a6ed842d415d2f95b827e7d04ecf515ed5be2aaee262a8dd1c5cbe10ff1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libxklavier/repos/extra-x86_64/PKGBUILD (from rev 151074, 
libxklavier/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-24 18:04:26 UTC (rev 151075)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.1
+pkgrel=2
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1d7e8a6ed842d415d2f95b827e7d04ecf515ed5be2aaee262a8dd1c5cbe10ff1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb