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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 21:24:29 UTC 2020


    Date: Tuesday, July 7, 2020 @ 21:24:29
  Author: felixonmars
Revision: 660396

archrelease: copy trunk to community-staging-x86_64

Added:
  bspwm/repos/community-staging-x86_64/
  bspwm/repos/community-staging-x86_64/PKGBUILD
    (from rev 660394, bspwm/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: bspwm/repos/community-staging-x86_64/PKGBUILD (from rev 660394, bspwm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 21:24:29 UTC (rev 660396)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=bspwm
+pkgver=0.9.9
+pkgrel=2
+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() {
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  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