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

Antonio Rojas arojas at archlinux.org
Sat Sep 17 09:25:03 UTC 2016


    Date: Saturday, September 17, 2016 @ 09:25:03
  Author: arojas
Revision: 276634

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

Added:
  libkeybinder3/repos/testing-i686/
  libkeybinder3/repos/testing-i686/PKGBUILD
    (from rev 276633, libkeybinder3/trunk/PKGBUILD)
  libkeybinder3/repos/testing-x86_64/
  libkeybinder3/repos/testing-x86_64/PKGBUILD
    (from rev 276633, libkeybinder3/trunk/PKGBUILD)

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

Copied: libkeybinder3/repos/testing-i686/PKGBUILD (from rev 276633, libkeybinder3/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-09-17 09:25:03 UTC (rev 276634)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=libkeybinder3
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="A library for registering global keyboard shortcuts"
+arch=('i686' 'x86_64')
+url="https://github.com/engla/keybinder/tree/keybinder-3.0"
+license=('MIT')
+depends=('gtk3')
+makedepends=('gtk-doc' 'gobject-introspection')
+optdepends=('lua-lgi: lua bindings')
+source=(http://archive.ubuntu.com/ubuntu/pool/universe/k/keybinder-3.0/keybinder-3.0_${pkgver}.orig.tar.gz)
+sha1sums=('f7505c952da4238992b6497bd30654cc08c755be')
+
+build() {
+  cd keybinder-3.0-${pkgver}
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd keybinder-3.0-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libkeybinder3/repos/testing-x86_64/PKGBUILD (from rev 276633, libkeybinder3/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-09-17 09:25:03 UTC (rev 276634)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=libkeybinder3
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="A library for registering global keyboard shortcuts"
+arch=('i686' 'x86_64')
+url="https://github.com/engla/keybinder/tree/keybinder-3.0"
+license=('MIT')
+depends=('gtk3')
+makedepends=('gtk-doc' 'gobject-introspection')
+optdepends=('lua-lgi: lua bindings')
+source=(http://archive.ubuntu.com/ubuntu/pool/universe/k/keybinder-3.0/keybinder-3.0_${pkgver}.orig.tar.gz)
+sha1sums=('f7505c952da4238992b6497bd30654cc08c755be')
+
+build() {
+  cd keybinder-3.0-${pkgver}
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd keybinder-3.0-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list