[arch-commits] Commit in bspwm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Jul 29 08:52:27 UTC 2019
Date: Monday, July 29, 2019 @ 08:52:26
Author: arodseth
Revision: 494484
archrelease: copy trunk to community-x86_64
Added:
bspwm/repos/community-x86_64/PKGBUILD
(from rev 494483, bspwm/trunk/PKGBUILD)
Deleted:
bspwm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-29 08:52:21 UTC (rev 494483)
+++ PKGBUILD 2019-07-29 08:52:26 UTC (rev 494484)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Bastien Dejean <nihilhill at gmail.com>
-
-pkgname=bspwm
-pkgver=0.9.7
-pkgrel=1
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=(x86_64)
-url='https://github.com/baskerville/bspwm'
-license=(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')
-source=("git+$url#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
- make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
- cd "$pkgname"
-
- make PREFIX=/usr DESTDIR="$pkgdir" install
-
- # BSD 2-clause
- 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 494483, bspwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-29 08:52:26 UTC (rev 494484)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=bspwm
+pkgver=0.9.8
+pkgrel=1
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=(x86_64)
+url='https://github.com/baskerville/bspwm'
+license=(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')
+source=("git+$url#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+ make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+ cd "$pkgname"
+
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+
+ # BSD 2-clause
+ 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