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

Jan de Groot jgc at archlinux.org
Fri Sep 15 21:02:13 UTC 2017


    Date: Friday, September 15, 2017 @ 21:02:12
  Author: jgc
Revision: 305632

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

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

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

Copied: libgnomekbd/repos/gnome-unstable-i686/PKGBUILD (from rev 305631, libgnomekbd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-15 21:02:12 UTC (rev 305632)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Keyboard management library"
+url="https://git.gnome.org/browse/libgnomekbd"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection' 'git')
+options=('!emptydirs')
+_commit=5377505dab8e0c2aa658eca5013c683c44159614  # tags/3.26.0^0
+source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305631, libgnomekbd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-15 21:02:12 UTC (rev 305632)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgnomekbd
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Keyboard management library"
+url="https://git.gnome.org/browse/libgnomekbd"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection' 'git')
+options=('!emptydirs')
+_commit=5377505dab8e0c2aa658eca5013c683c44159614  # tags/3.26.0^0
+source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --disable-schemas-compile --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list