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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:41:05 UTC 2018


    Date: Friday, November 9, 2018 @ 21:41:04
  Author: felixonmars
Revision: 404734

archrelease: copy trunk to community-staging-x86_64

Added:
  xbindkeys/repos/community-staging-x86_64/
  xbindkeys/repos/community-staging-x86_64/PKGBUILD
    (from rev 404733, xbindkeys/trunk/PKGBUILD)

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

Copied: xbindkeys/repos/community-staging-x86_64/PKGBUILD (from rev 404733, xbindkeys/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 21:41:04 UTC (rev 404734)
@@ -0,0 +1,26 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+
+pkgname=xbindkeys
+pkgver=1.8.6
+pkgrel=3
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('x86_64')
+url="http://www.nongnu.org/xbindkeys/xbindkeys.html"
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c6ea9db56e075dae0697497e2ed390cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list