[arch-commits] Commit in keybinder2/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 14:16:20 UTC 2020


    Date: Tuesday, July 7, 2020 @ 14:16:19
  Author: felixonmars
Revision: 658792

archrelease: copy trunk to community-staging-x86_64

Added:
  keybinder2/repos/community-staging-x86_64/
  keybinder2/repos/community-staging-x86_64/PKGBUILD
    (from rev 658791, keybinder2/trunk/PKGBUILD)

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

Copied: keybinder2/repos/community-staging-x86_64/PKGBUILD (from rev 658791, keybinder2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 14:16:19 UTC (rev 658792)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Guillaume ALAUX <guillaume at archlinux.org>
+
+pkgname=('libkeybinder2')
+pkgbase=keybinder2
+_realname=keybinder
+pkgver=0.3.1
+pkgrel=4
+pkgdesc='Library for registering global keyboard shortcuts'
+arch=('x86_64')
+url='https://github.com/kupferlauncher/keybinder'
+license=('GPL')
+depends=('gtk2')
+makedepends=('gobject-introspection')
+source=(https://github.com/kupferlauncher/$_realname/releases/download/v$pkgver/$_realname-$pkgver.tar.gz)
+sha256sums=('879f07130ac64792ddb9fd758e6673119283bda37d75573787ae22af8684a240')
+
+build() {
+  cd $_realname-$pkgver
+  ./configure --prefix=/usr --disable-python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libkeybinder2() {
+  cd $_realname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list