Date: Sunday, March 11, 2018 @ 19:31:54 Author: heftig Revision: 318628
3.26.0+5+g1c1b585-1 Modified: libgnomekbd/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-11 19:31:09 UTC (rev 318627) +++ PKGBUILD 2018-03-11 19:31:54 UTC (rev 318628) @@ -2,16 +2,15 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libgnomekbd -pkgver=3.26.0 +pkgver=3.26.0+5+g1c1b585 pkgrel=1 pkgdesc="Keyboard management library" url="https://git.gnome.org/browse/libgnomekbd" -arch=('x86_64') -license=('LGPL') -depends=('libxklavier' 'gtk3' 'dconf') -makedepends=('intltool' 'gobject-introspection' 'git') -options=('!emptydirs') -_commit=5377505dab8e0c2aa658eca5013c683c44159614 # tags/3.26.0^0 +arch=(x86_64) +license=(LGPL) +depends=(libxklavier gtk3 dconf) +makedepends=(intltool gobject-introspection git) +_commit=1c1b585dfb76c2d22affc0a090c404571981b2bd # master source=("git://git.gnome.org/libgnomekbd#commit=$_commit") sha256sums=('SKIP') @@ -27,7 +26,7 @@ build() { cd "$pkgname" - ./configure --prefix=/usr --sysconfdir=/etc \ + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-schemas-compile --disable-static sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make
