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

Florian Pritz bluewind at nymeria.archlinux.org
Mon Jun 3 19:50:51 UTC 2013


    Date: Monday, June 3, 2013 @ 21:50:50
  Author: bluewind
Revision: 92305

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 92304, xbindkeys/trunk/PKGBUILD)
  xbindkeys/repos/community-staging-x86_64/
  xbindkeys/repos/community-staging-x86_64/PKGBUILD
    (from rev 92304, 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 92304, xbindkeys/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-06-03 19:50:50 UTC (rev 92305)
@@ -0,0 +1,27 @@
+# $Id$
+# 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.5
+pkgrel=4
+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=('4b66a05594dbc6888c0a6439351aa66d')
+
+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 92304, xbindkeys/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-06-03 19:50:50 UTC (rev 92305)
@@ -0,0 +1,27 @@
+# $Id$
+# 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.5
+pkgrel=4
+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=('4b66a05594dbc6888c0a6439351aa66d')
+
+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