[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2020-05-07 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:21:43
  Author: allan
Revision: 382607

upgpkg: libxklavier 5.4-3: .BUILDINFO rebuild

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:16:49 UTC (rev 382606)
+++ PKGBUILD2020-05-07 06:21:43 UTC (rev 382607)
@@ -3,7 +3,7 @@
 
 pkgname=libxklavier
 pkgver=5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="High-level API for X Keyboard Extension"
 arch=(x86_64)
 license=('LGPL')


[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:57:30
  Author: jgc
Revision: 311593

upgpkg: libxklavier 5.4-2

Switch to HTTPS, use git instead of downloading a snapshot from cgit

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:52:02 UTC (rev 311592)
+++ PKGBUILD2017-12-03 22:57:30 UTC (rev 311593)
@@ -4,19 +4,25 @@
 
 pkgname=libxklavier
 pkgver=5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="High-level API for X Keyboard Extension"
 arch=(x86_64)
 license=('LGPL')
 depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes')
+makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes' git)
 options=('!emptydirs')
-url="http://gswitchit.sourceforge.net;
-source=("http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.zip;)
-sha256sums=('d5d2c135e3227142f5b455b9ffdf3e05be4b1e85a6c2882f8e905cc30c362d3e')
+url="https://www.freedesktop.org/wiki/Software/LibXklavier/;
+_commit=396955bd2ba2db34a42b3807b03155fcc11dfe50  # tags/libxklavier-5.4^0
+source=("git+https://anongit.freedesktop.org/git/libxklavier#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libxklavier-//;s/-/+/g'
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
   --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
   make
@@ -23,6 +29,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 14:56:20
  Author: fyan
Revision: 216242

upgpkg: libxklavier 5.3-3

added xfixes in dependencies to fix libxi backend

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 10:06:41 UTC (rev 216241)
+++ PKGBUILD2014-07-02 12:56:20 UTC (rev 216242)
@@ -4,11 +4,11 @@
 
 pkgname=libxklavier
 pkgver=5.3
-pkgrel=2
+pkgrel=3
 pkgdesc=High-level API for X Keyboard Extension
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'libxfixes' 
'iso-codes')
 makedepends=('gobject-introspection')
 options=('!emptydirs')
 url=http://gswitchit.sourceforge.net;



[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 16:27:38
  Author: fyan
Revision: 216244

upgpkg: libxklavier 5.4-1

- new upstream release in new url (new makedepends were added because of the 
source change)
- fix FS#41046 by specifying --with-xkb-bin-base
  The long version of the story: The package xorg-xkbcomp was in the dependency 
of xkeyboard-config, and moved to its makedepends afterwards in commit:
  
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/xkeyboard-configid=88d59820b2c552acf62c8af8241365401959992e

  Then the path of xkbcomp was not detected by libxklavier during configure, 
which causes it to fail. Rather than adding xorg-xkbcomp to makedepends, Just 
specifying the path is enough, and Fedora did it too.
- fix libxi support by adding libxfixes to makedepends (or XInput won't be 
detected during configure)

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 12:59:17 UTC (rev 216243)
+++ PKGBUILD2014-07-02 14:27:38 UTC (rev 216244)
@@ -3,22 +3,22 @@
 # Contributor: Arjan Timmerman ar...@archlinux.org
 
 pkgname=libxklavier
-pkgver=5.3
-pkgrel=3
+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' 'libxfixes' 
'iso-codes')
-makedepends=('gobject-introspection')
+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://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
+source=(http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.zip;)
+sha256sums=('d5d2c135e3227142f5b455b9ffdf3e05be4b1e85a6c2882f8e905cc30c362d3e')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
   make
 }
 



[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2014-07-01 Thread Felix Yan
Date: Tuesday, July 1, 2014 @ 12:24:21
  Author: fyan
Revision: 215994

upgpkg: libxklavier 5.3-2

mtree rebuild

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 10:08:48 UTC (rev 215993)
+++ PKGBUILD2014-07-01 10:24:21 UTC (rev 215994)
@@ -4,7 +4,7 @@
 
 pkgname=libxklavier
 pkgver=5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=High-level API for X Keyboard Extension
 arch=(i686 x86_64)
 license=('LGPL')



[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2012-09-25 Thread Jan Steffens
Date: Tuesday, September 25, 2012 @ 07:39:54
  Author: heftig
Revision: 167098

5.3

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-25 11:36:27 UTC (rev 167097)
+++ PKGBUILD2012-09-25 11:39:54 UTC (rev 167098)
@@ -3,8 +3,8 @@
 # Contributor: Arjan Timmerman ar...@archlinux.org
 
 pkgname=libxklavier
-pkgver=5.2.1
-pkgrel=2
+pkgver=5.3
+pkgrel=1
 pkgdesc=High-level API for X Keyboard Extension
 arch=(i686 x86_64)
 license=('LGPL')
@@ -12,8 +12,8 @@
 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')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:21:23
  Author: ibiru
Revision: 152730

update to 5.2.1

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 12:14:55 UTC (rev 152729)
+++ PKGBUILD2012-03-09 12:21:23 UTC (rev 152730)
@@ -3,26 +3,25 @@
 # Contributor: Arjan Timmerman ar...@archlinux.org
 
 pkgname=libxklavier
-pkgver=5.1
-pkgrel=2
+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')
-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')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
   --with-xkb-base=/usr/share/X11/xkb --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:30:45
  Author: ibiru
Revision: 152733

add introspection support

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 12:25:04 UTC (rev 152732)
+++ PKGBUILD2012-03-09 12:30:45 UTC (rev 152733)
@@ -4,11 +4,12 @@
 
 pkgname=libxklavier
 pkgver=5.2.1
-pkgrel=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)



[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2011-02-13 Thread Ionut Biru
Date: Sunday, February 13, 2011 @ 15:31:57
  Author: ibiru
Revision: 109917

upgpkg: libxklavier 5.1-1
update to 5.1. warning, possible breaking xfce

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-13 20:27:46 UTC (rev 109916)
+++ PKGBUILD2011-02-13 20:31:57 UTC (rev 109917)
@@ -3,22 +3,26 @@
 # Contributor: Arjan Timmerman ar...@archlinux.org
 
 pkgname=libxklavier
-pkgver=5.0
+pkgver=5.1
 pkgrel=1
 pkgdesc=High-level API for X Keyboard Extension
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libxkbfile=1.0.5' 'libxml2=2.7.6' 'glib2=2.22.3' 
'xkeyboard-config=1.6' 'libxi=1.2.1' 'iso-codes=3.10.1')
+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=('dfd94b17a752b2839281764f0a16af2b338024c8867c10fba7015f276dec4db0')
+sha256sums=('1d7e8a6ed842d415d2f95b827e7d04ecf515ed5be2aaee262a8dd1c5cbe10ff1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libxklavier/trunk (PKGBUILD)

2010-02-13 Thread Jan de Groot
Date: Saturday, February 13, 2010 @ 04:51:41
  Author: jgc
Revision: 68544

upgpkg: libxklavier 5.0-1
Update to 5.0

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-13 09:20:38 UTC (rev 68543)
+++ PKGBUILD2010-02-13 09:51:41 UTC (rev 68544)
@@ -3,18 +3,17 @@
 # Contributor: Arjan Timmerman ar...@archlinux.org
 
 pkgname=libxklavier
-pkgver=4.0
+pkgver=5.0
 pkgrel=1
 pkgdesc=High-level API for X Keyboard Extension
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libxkbfile=1.0.5' 'libxml2=2.7.3' 'glib2=2.21.4' 
'xkeyboard-config=1.6' 'libxi=1.2.1' 'iso-codes=3.10.1')
+depends=('libxkbfile=1.0.5' 'libxml2=2.7.6' 'glib2=2.22.3' 
'xkeyboard-config=1.6' 'libxi=1.2.1' 'iso-codes=3.10.1')
 makedepends=('pkgconfig')
 options=('!libtool' '!emptydirs')
 url=http://gswitchit.sourceforge.net;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('37c6e9fb8b436d6a646a6eea09cf196baad28756')
-md5sums=('1b714ba04835fb49511f9e1444a5ea4c')
+sha256sums=('dfd94b17a752b2839281764f0a16af2b338024c8867c10fba7015f276dec4db0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}