[arch-commits] Commit in libkeybinder3/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:49:26 UTC 2018


    Date: Friday, November 9, 2018 @ 23:49:25
  Author: felixonmars
Revision: 338817

archrelease: copy trunk to staging-x86_64

Added:
  libkeybinder3/repos/staging-x86_64/
  libkeybinder3/repos/staging-x86_64/PKGBUILD
    (from rev 338816, libkeybinder3/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: libkeybinder3/repos/staging-x86_64/PKGBUILD (from rev 338816, libkeybinder3/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 23:49:25 UTC (rev 338817)
@@ -0,0 +1,29 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=libkeybinder3
+pkgver=0.3.2
+pkgrel=2
+pkgdesc="A library for registering global keyboard shortcuts"
+arch=('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=(https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v$pkgver/keybinder-3.0-$pkgver.tar.gz{,.sig})
+sha1sums=('d23c12440b54cb0f40e7e876c22001dc7b5714b0'
+          'SKIP')
+validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A44445') # Ulrik Sverdrup <ulrik.sverdrup at gmail.com>
+
+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