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

2020-08-06 Thread Alexander Rødseth via arch-commits
Date: Thursday, August 6, 2020 @ 09:37:07
  Author: arodseth
Revision: 670683

upgpkg: bspwm 0.9.10-1

Modified:
  bspwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-06 09:20:11 UTC (rev 670682)
+++ PKGBUILD2020-08-06 09:37:07 UTC (rev 670683)
@@ -2,8 +2,8 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.9
-pkgrel=2
+pkgver=0.9.10
+pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=(x86_64)
 url='https://github.com/baskerville/bspwm'
@@ -12,7 +12,7 @@
 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")
+source=("git+$url#commit=2492695ad47c7ae8c630bdf22328334f57e41c1a") # tag: 
0.9.10
 md5sums=('SKIP')
 
 build() {


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 21:24:20
  Author: felixonmars
Revision: 660393

upgpkg: bspwm 0.9.9-2: reproducibility rebuild

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 21:24:18 UTC (rev 660392)
+++ PKGBUILD2020-07-07 21:24:20 UTC (rev 660393)
@@ -3,7 +3,7 @@
 
 pkgname=bspwm
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=(x86_64)
 url='https://github.com/baskerville/bspwm'


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

2020-07-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 7, 2020 @ 21:16:09
  Author: foutrelis
Revision: 660260

Add -fcommon workaround for GCC 10

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 21:16:09 UTC (rev 660259)
+++ PKGBUILD2020-07-07 21:16:09 UTC (rev 660260)
@@ -16,6 +16,7 @@
 md5sums=('SKIP')
 
 build() {
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   make -C "$pkgname" PREFIX=/usr
 }
 


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

2019-08-19 Thread Alexander Rødseth via arch-commits
Date: Monday, August 19, 2019 @ 11:57:50
  Author: arodseth
Revision: 500163

upgpkg: bspwm 0.9.9-1

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-19 11:54:45 UTC (rev 500162)
+++ PKGBUILD2019-08-19 11:57:50 UTC (rev 500163)
@@ -2,7 +2,7 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=(x86_64)


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

2019-07-29 Thread Alexander Rødseth via arch-commits
Date: Monday, July 29, 2019 @ 08:52:21
  Author: arodseth
Revision: 494483

upgpkg: bspwm 0.9.8-1

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-29 08:52:02 UTC (rev 494482)
+++ PKGBUILD2019-07-29 08:52:21 UTC (rev 494483)
@@ -2,7 +2,7 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=(x86_64)


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

2019-02-24 Thread Alexander Rødseth via arch-commits
Date: Sunday, February 24, 2019 @ 14:55:11
  Author: arodseth
Revision: 435513

upgpkg: bspwm 0.9.7-1

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-24 13:46:40 UTC (rev 435512)
+++ PKGBUILD2019-02-24 14:55:11 UTC (rev 435513)
@@ -2,7 +2,7 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=(x86_64)


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

2019-02-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, February 14, 2019 @ 10:57:51
  Author: arodseth
Revision: 432185

upgpkg: bspwm 0.9.6-1

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 09:42:13 UTC (rev 432184)
+++ PKGBUILD2019-02-14 10:57:51 UTC (rev 432185)
@@ -1,19 +1,18 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-makedepends=('git')
-depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
+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')
-# AUR: bar-aint-recursive, sutils, xtitle
-source=("git+https://github.com/baskerville/$pkgname#tag=$pkgver";)
+source=("git+$url#tag=$pkgver")
 md5sums=('SKIP')
 
 build() {
@@ -24,6 +23,8 @@
   cd "$pkgname"
 
   make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  # BSD 2-clause
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2018-04-09 Thread Alexander Rødseth via arch-commits
Date: Monday, April 9, 2018 @ 10:31:30
  Author: arodseth
Revision: 315407

upgpkg: bspwm 0.9.5-1

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-09 09:39:46 UTC (rev 315406)
+++ PKGBUILD2018-04-09 10:31:30 UTC (rev 315407)
@@ -3,7 +3,7 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64')


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

2018-03-29 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 29, 2018 @ 13:53:34
  Author: arodseth
Revision: 313392

upgpkg: bspwm 0.9.4-1

Modified:
  bspwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 13:46:38 UTC (rev 313391)
+++ PKGBUILD2018-03-29 13:53:34 UTC (rev 313392)
@@ -3,8 +3,8 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64')
 url='https://github.com/baskerville/bspwm'


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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 09:08:03
  Author: arodseth
Revision: 264728

upgpkg: bspwm 0.9.3-2

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 08:48:31 UTC (rev 264727)
+++ PKGBUILD2017-10-30 09:08:03 UTC (rev 264728)
@@ -4,19 +4,17 @@
 
 pkgname=bspwm
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 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')
+depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
 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")
+# AUR: bar-aint-recursive, sutils, xtitle
+source=("git+https://github.com/baskerville/$pkgname#tag=$pkgver";)
 md5sums=('SKIP')
 
 build() {


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

2017-07-14 Thread Alexander Rødseth
Date: Friday, July 14, 2017 @ 21:54:09
  Author: arodseth
Revision: 245134

upgpkg: bspwm 0.9.3-1

Modified:
  bspwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-14 21:52:58 UTC (rev 245133)
+++ PKGBUILD2017-07-14 21:54:09 UTC (rev 245134)
@@ -3,7 +3,7 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
@@ -31,4 +31,4 @@
 }
 
 # getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:44:16
  Author: arodseth
Revision: 194015

upgpkg: bspwm 0.9.2-1

Modified:
  bspwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:27:15 UTC (rev 194014)
+++ PKGBUILD2016-10-30 15:44:16 UTC (rev 194015)
@@ -3,19 +3,19 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+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=('libxcb' 'xcb-util' 'xcb-util-wm')
+depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
 makedepends=('git')
 optdepends=('sxhkd: to define keyboard and pointer bindings'
-'terminus-font: for the example panel'
 'bar-aint-recursive: for the example panel'
 'xtitle: for the example panel'
-'sutils: for the example panel')
+'sutils: for the example panel'
+'xdo: for the example panel')
 source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
 md5sums=('SKIP')
 


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

2016-03-19 Thread Alexander Rødseth
Date: Friday, March 18, 2016 @ 00:37:10
  Author: arodseth
Revision: 167048

upgpkg: bspwm 0.9.1-2

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 22:38:13 UTC (rev 167047)
+++ PKGBUILD2016-03-17 23:37:10 UTC (rev 167048)
@@ -4,13 +4,13 @@
 
 pkgname=bspwm
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/bspwm'
 license=('custom:BSD')
 depends=('libxcb' 'xcb-util' 'xcb-util-wm')
-makedepends=('gendesk' 'git')
+makedepends=('git')
 optdepends=('sxhkd: to define keyboard and pointer bindings'
 'terminus-font: for the example panel'
 'bar-aint-recursive: for the example panel'
@@ -19,10 +19,6 @@
 source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
 md5sums=('SKIP')
 
-prepare() {
-  gendesk -f -n -wm --pkgname "$pkgname" --exec "$pkgname-session"
-}
-
 build() {
   make -C "$pkgname" PREFIX=/usr
 }
@@ -32,8 +28,6 @@
 
   make PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/xsessions/$pkgname.desktop"
 }
 
 # getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1


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

2016-03-16 Thread Alexander Rødseth
Date: Wednesday, March 16, 2016 @ 10:23:18
  Author: arodseth
Revision: 166918

upgpkg: bspwm 0.9.1-1

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-16 09:12:29 UTC (rev 166917)
+++ PKGBUILD2016-03-16 09:23:18 UTC (rev 166918)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/bspwm'
@@ -12,10 +12,10 @@
 depends=('libxcb' 'xcb-util' 'xcb-util-wm')
 makedepends=('gendesk' 'git')
 optdepends=('sxhkd: to define keyboard and pointer bindings'
-'xtitle-git: for the example panel'
- 'sutils-git: for the example panel'
- 'bar-aint-recursive: for the example panel'
- 'terminus-font: for the example panel')
+'terminus-font: for the example panel'
+'bar-aint-recursive: for the example panel'
+'xtitle: for the example panel'
+'sutils: for the example panel')
 source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
 md5sums=('SKIP')
 


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

2015-08-02 Thread Alexander Rødseth
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
===
--- PKGBUILD2015-08-02 16:30:54 UTC (rev 137726)
+++ PKGBUILD2015-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:


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

2015-03-16 Thread Alexander Rødseth
Date: Tuesday, March 17, 2015 @ 01:18:18
  Author: arodseth
Revision: 129392

upgpkg: bspwm 0.9-1

Modified:
  bspwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 00:14:47 UTC (rev 129391)
+++ PKGBUILD2015-03-17 00:18:18 UTC (rev 129392)
@@ -3,8 +3,8 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.8.9
-pkgrel=5
+pkgver=0.9
+pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/bspwm'


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

2015-01-18 Thread Alexander Rødseth
Date: Monday, January 19, 2015 @ 00:28:11
  Author: arodseth
Revision: 126190

added .desktop entry

Modified:
  bspwm/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 16 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-18 22:39:06 UTC (rev 126189)
+++ PKGBUILD2015-01-18 23:28:11 UTC (rev 126190)
@@ -4,28 +4,36 @@
 
 pkgname=bspwm
 pkgver=0.8.9
-pkgrel=4
+pkgrel=5
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/bspwm'
 license=('custom:BSD')
 depends=('libxcb' 'xcb-util' 'xcb-util-wm')
+makedepends=('gendesk' 'git')
 optdepends=('sxhkd: to define keyboard and pointer bindings'
 'xtitle-git: for the example panel'
-   'sutils-git: for the example panel'
-   'bar-aint-recursive: for the example panel'
-   'terminus-font: for the example panel')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/baskerville/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55')
+ 'sutils-git: for the example panel'
+ 'bar-aint-recursive: for the example panel'
+ 'terminus-font: for the example panel')
+source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
+md5sums=('SKIP')
 
+prepare() {
+  gendesk -f -n -wm --pkgname "$pkgname" --exec "$pkgname"
+}
+
 build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
+  make -C "$pkgname" PREFIX=/usr
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
+
   make PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/xsessions/$pkgname.desktop"
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-01-18 Thread Alexander Rødseth
Date: Sunday, January 18, 2015 @ 23:39:06
  Author: arodseth
Revision: 126189

Credits

Modified:
  bspwm/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-18 22:28:54 UTC (rev 126188)
+++ PKGBUILD2015-01-18 22:39:06 UTC (rev 126189)
@@ -1,5 +1,6 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# $Id$
 # Maintainer: Alexander Rødseth 
+# Contributor: Bastien Dejean 
 
 pkgname=bspwm
 pkgver=0.8.9


Property changes on: bspwm/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property