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

Alexander Rødseth arodseth at archlinux.org
Sun Jan 18 21:46:00 UTC 2015


    Date: Sunday, January 18, 2015 @ 22:46:00
  Author: arodseth
Revision: 126171

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

Added:
  bspwm/repos/community-i686/PKGBUILD
    (from rev 126170, bspwm/trunk/PKGBUILD)
  bspwm/repos/community-x86_64/PKGBUILD
    (from rev 126170, bspwm/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: bspwm/repos/community-i686/PKGBUILD (from rev 126170, bspwm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-18 21:46:00 UTC (rev 126171)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=bspwm
+pkgver=0.8.9
+pkgrel=4
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/bspwm'
+license=('custom:BSD')
+depends=('libxcb' 'xcb-util' 'xcb-util-wm')
+optdepends=('sxhkd: to define keyboard and pointer bindings'
+            'xtitle-git: for the example panel'
+	    'sutils-git: for the example panel'
+	    'bar-aint-recursive: for the example panel'
+	    'terminus-font: for the example panel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/baskerville/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bspwm/repos/community-x86_64/PKGBUILD (from rev 126170, bspwm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-18 21:46:00 UTC (rev 126171)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=bspwm
+pkgver=0.8.9
+pkgrel=4
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/bspwm'
+license=('custom:BSD')
+depends=('libxcb' 'xcb-util' 'xcb-util-wm')
+optdepends=('sxhkd: to define keyboard and pointer bindings'
+            'xtitle-git: for the example panel'
+	    'sutils-git: for the example panel'
+	    'bar-aint-recursive: for the example panel'
+	    'terminus-font: for the example panel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/baskerville/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  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