Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
bspwm


Commits:
2cbdaf60 by Alexander F. Rødseth at 2024-07-29T00:14:14+02:00
upgpkg: 0.9.10-4

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = bspwm
+       pkgdesc = Tiling window manager based on binary space partitioning
+       pkgver = 0.9.10
+       pkgrel = 4
+       url = https://github.com/baskerville/bspwm
+       arch = x86_64
+       license = BSD-2-Clause
+       makedepends = git
+       depends = xcb-util
+       depends = xcb-util-keysyms
+       depends = xcb-util-wm
+       optdepends = sxhkd: to define keyboard and pointer bindings
+       optdepends = xdo: for the example panel
+       source = 
git+https://github.com/baskerville/bspwm#commit=2492695ad47c7ae8c630bdf22328334f57e41c1a
+       b2sums = 
f3102065c339401eef0ca982033b626808abee4955a145760949b2c50f9e041f205a633d4f8d211fc25735b4857596f132a1a88b7d602d086c47cfc322ca41fb
+
+pkgname = bspwm


=====================================
PKGBUILD
=====================================
@@ -3,31 +3,25 @@
 
 pkgname=bspwm
 pkgver=0.9.10
-pkgrel=3
+pkgrel=4
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=(x86_64)
 url='https://github.com/baskerville/bspwm'
 license=(BSD-2-Clause)
 makedepends=(git)
-depends=(xcb-util xcb-util-wm xcb-util-keysyms)
+depends=(xcb-util xcb-util-keysyms xcb-util-wm)
 optdepends=('sxhkd: to define keyboard and pointer bindings'
             'xdo: for the example panel')
 source=("git+$url#commit=2492695ad47c7ae8c630bdf22328334f57e41c1a") # tag: 
0.9.10
-md5sums=('SKIP')
+b2sums=('f3102065c339401eef0ca982033b626808abee4955a145760949b2c50f9e041f205a633d4f8d211fc25735b4857596f132a1a88b7d602d086c47cfc322ca41fb')
 
 build() {
   CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  make -C "$pkgname" PREFIX=/usr
+  make -C $pkgname PREFIX=/usr
 }
 
 package() {
-  cd "$pkgname"
-
+  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:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bspwm/-/commit/2cbdaf602e4f79749e7aca75feded6f2d2118cab

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bspwm/-/commit/2cbdaf602e4f79749e7aca75feded6f2d2118cab
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to