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

Alexander Rødseth arodseth at archlinux.org
Mon Oct 30 09:08:18 UTC 2017


    Date: Monday, October 30, 2017 @ 09:08:18
  Author: arodseth
Revision: 264729

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

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

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 -----------------------
 community-x86_64/PKGBUILD |   34 -----------------------
 3 files changed, 64 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-30 09:08:03 UTC (rev 264728)
+++ community-i686/PKGBUILD	2017-10-30 09:08:18 UTC (rev 264729)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Bastien Dejean <nihilhill at gmail.com>
-
-pkgname=bspwm
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
-makedepends=('git')
-optdepends=('sxhkd: to define keyboard and pointer bindings'
-            'bar-aint-recursive: for the example panel'
-            'xtitle: for the example panel'
-            'sutils: for the example panel'
-            'xdo: for the example panel')
-source=("git://github.com/baskerville/$pkgname#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"
-}
-
-# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
-# vim: ts=2 sw=2 et:

Copied: bspwm/repos/community-i686/PKGBUILD (from rev 264728, bspwm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-30 09:08:18 UTC (rev 264729)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=bspwm
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/bspwm'
+license=('custom:BSD')
+makedepends=('git')
+depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
+optdepends=('sxhkd: to define keyboard and pointer bindings'
+            'xdo: for the example panel')
+            # AUR: bar-aint-recursive, sutils, xtitle
+source=("git+https://github.com/baskerville/$pkgname#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"
+}
+
+# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-30 09:08:03 UTC (rev 264728)
+++ community-x86_64/PKGBUILD	2017-10-30 09:08:18 UTC (rev 264729)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Bastien Dejean <nihilhill at gmail.com>
-
-pkgname=bspwm
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
-makedepends=('git')
-optdepends=('sxhkd: to define keyboard and pointer bindings'
-            'bar-aint-recursive: for the example panel'
-            'xtitle: for the example panel'
-            'sutils: for the example panel'
-            'xdo: for the example panel')
-source=("git://github.com/baskerville/$pkgname#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"
-}
-
-# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
-# vim: ts=2 sw=2 et:

Copied: bspwm/repos/community-x86_64/PKGBUILD (from rev 264728, bspwm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-30 09:08:18 UTC (rev 264729)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=bspwm
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/bspwm'
+license=('custom:BSD')
+makedepends=('git')
+depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
+optdepends=('sxhkd: to define keyboard and pointer bindings'
+            'xdo: for the example panel')
+            # AUR: bar-aint-recursive, sutils, xtitle
+source=("git+https://github.com/baskerville/$pkgname#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"
+}
+
+# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list