Date: Thursday, March 30, 2017 @ 21:45:57
  Author: bluewind
Revision: 220139

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: xbindkeys/repos/community-staging-i686/PKGBUILD (from rev 220138, 
xbindkeys/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-03-30 21:45:57 UTC (rev 220139)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Thayer Williams <[email protected]>
+
+pkgname=xbindkeys
+pkgver=1.8.6
+pkgrel=2
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('i686' '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
+}

Copied: xbindkeys/repos/community-staging-x86_64/PKGBUILD (from rev 220138, 
xbindkeys/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-30 21:45:57 UTC (rev 220139)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Thayer Williams <[email protected]>
+
+pkgname=xbindkeys
+pkgver=1.8.6
+pkgrel=2
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('i686' '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
+}

Reply via email to