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

Alexander Rødseth arodseth at archlinux.org
Mon Feb 16 13:08:47 UTC 2015


    Date: Monday, February 16, 2015 @ 14:08:47
  Author: arodseth
Revision: 127798

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

Added:
  sxhkd/repos/community-i686/PKGBUILD
    (from rev 127797, sxhkd/trunk/PKGBUILD)
  sxhkd/repos/community-x86_64/PKGBUILD
    (from rev 127797, sxhkd/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: sxhkd/repos/community-i686/PKGBUILD (from rev 127797, sxhkd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-16 13:08:47 UTC (rev 127798)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=sxhkd
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Simple X hotkey daemon'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/sxhkd'
+license=('custom:BSD')
+depends=('libxcb' 'xcb-util-keysyms')
+makedepends=('xcb-util' 'git')
+source=("git://github.com/baskerville/sxhkd.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname"
+  make PREFIX="/usr" DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sxhkd/repos/community-x86_64/PKGBUILD (from rev 127797, sxhkd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-16 13:08:47 UTC (rev 127798)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=sxhkd
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Simple X hotkey daemon'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/sxhkd'
+license=('custom:BSD')
+depends=('libxcb' 'xcb-util-keysyms')
+makedepends=('xcb-util' 'git')
+source=("git://github.com/baskerville/sxhkd.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname"
+  make PREFIX="/usr" DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list