[arch-commits] Commit in bspwm/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Aug 2 16:43:31 UTC 2015


    Date: Sunday, August 2, 2015 @ 18:43:31
  Author: arodseth
Revision: 137727

Fix for FS#45777

Modified:
  bspwm/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-02 16:30:54 UTC (rev 137726)
+++ PKGBUILD	2015-08-02 16:43:31 UTC (rev 137727)
@@ -4,7 +4,7 @@
 
 pkgname=bspwm
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/bspwm'
@@ -20,7 +20,7 @@
 md5sums=('SKIP')
 
 prepare() {
-  gendesk -f -n -wm --pkgname "$pkgname" --exec "$pkgname"
+  gendesk -f -n -wm --pkgname "$pkgname" --exec "$pkgname-session"
 }
 
 build() {
@@ -36,4 +36,5 @@
     "$pkgdir/usr/share/xsessions/$pkgname.desktop"
 }
 
+# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list