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

2020-11-15 Thread Morten Linderud via arch-commits
Date: Sunday, November 15, 2020 @ 20:22:52
  Author: foxboron
Revision: 754745

upgpkg: i3-gaps 4.19-1

Modified:
  i3-gaps/trunk/PKGBUILD

--+
 PKGBUILD |   34 --
 1 file changed, 12 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 20:07:27 UTC (rev 754744)
+++ PKGBUILD2020-11-15 20:22:52 UTC (rev 754745)
@@ -2,8 +2,7 @@
 # Contributor: Ingo Bürk 
 
 pkgname=i3-gaps
-_pkgsourcename=i3
-pkgver=4.18.3
+pkgver=4.19
 pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
@@ -15,7 +14,7 @@
 depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
  'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
  'libxkbcommon-x11')
-makedepends=('bison' 'flex' 'asciidoc' 'xmlto')
+makedepends=('bison' 'flex' 'asciidoc' 'xmlto' 'meson')
 optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
 'dmenu: As menu.'
 'i3lock: For locking your screen.'
@@ -25,30 +24,21 @@
 backup=(etc/i3/config)
 options=('docs')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('e87b5f5da1f026cf9261aec03de62305720cb0e7fd312245b2b9101aca6ad2ba')
+sha256sums=('dbd739dae5c16a94763dac0a7407d0307f0814f7bf48b99591b772820c874b4f')
 
-prepare(){
-  mkdir build
-  cd "${_pkgsourcename}-${pkgver}"
-  autoreconf -fvi
-}
-
 build() {
-  cd build
-
-  ../i3-$pkgver/configure \
---disable-sanitizers \
---prefix=/usr \
---sysconfdir=/etc
-  make
+  cd "i3-${pkgver}"
+  arch-meson \
+-Ddocs=true \
+-Dmans=true \
+  ../build
+  meson compile -C ../build
 }
 
 package() {
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dt "$pkgdir/usr/share/man/man1" -m644 man/*.1
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 ../i3-$pkgver/LICENSE
+  cd "i3-${pkgver}"
+  DESTDIR="$pkgdir" meson install -C ../build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-10-21 Thread Morten Linderud via arch-commits
Date: Wednesday, October 21, 2020 @ 14:23:49
  Author: foxboron
Revision: 727844

upgpkg: i3-gaps 4.18.3-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-21 13:10:07 UTC (rev 727843)
+++ PKGBUILD2020-10-21 14:23:49 UTC (rev 727844)
@@ -3,8 +3,8 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.18.2
-pkgrel=2
+pkgver=4.18.3
+pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
@@ -24,16 +24,13 @@
 'perl-anyevent-i3: For i3-save-tree')
 backup=(etc/i3/config)
 options=('docs')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;
-
"fix-tray.patch::https://github.com/i3/i3/commit/838b600fead202416013db5c1b57f7031f06bed6.diff;)
-sha256sums=('cc03cc008f51792b3c2fd5c8815ec213f8040385865fa558b0c78d5dc5f7150d'
-'bade69559a83187375dbe12a23079225ad443fb90d23383647cdc7998e617d0c')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
+sha256sums=('e87b5f5da1f026cf9261aec03de62305720cb0e7fd312245b2b9101aca6ad2ba')
 
 prepare(){
   mkdir build
   cd "${_pkgsourcename}-${pkgver}"
   autoreconf -fvi
-  patch -Np1 < "$srcdir/fix-tray.patch"
 }
 
 build() {


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

2020-08-10 Thread Morten Linderud via arch-commits
Date: Monday, August 10, 2020 @ 18:24:06
  Author: foxboron
Revision: 674025

upgpkg: i3-gaps 4.18.2-2 - Fixes FS#67414 

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-10 18:22:12 UTC (rev 674024)
+++ PKGBUILD2020-08-10 18:24:06 UTC (rev 674025)
@@ -4,7 +4,7 @@
 pkgname=i3-gaps
 _pkgsourcename=i3
 pkgver=4.18.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
@@ -24,13 +24,16 @@
 'perl-anyevent-i3: For i3-save-tree')
 backup=(etc/i3/config)
 options=('docs')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('cc03cc008f51792b3c2fd5c8815ec213f8040385865fa558b0c78d5dc5f7150d')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;
+
"fix-tray.patch::https://github.com/i3/i3/commit/838b600fead202416013db5c1b57f7031f06bed6.diff;)
+sha256sums=('cc03cc008f51792b3c2fd5c8815ec213f8040385865fa558b0c78d5dc5f7150d'
+'bade69559a83187375dbe12a23079225ad443fb90d23383647cdc7998e617d0c')
 
 prepare(){
   mkdir build
   cd "${_pkgsourcename}-${pkgver}"
   autoreconf -fvi
+  patch -Np1 < "$srcdir/fix-tray.patch"
 }
 
 build() {


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

2020-07-26 Thread Morten Linderud via arch-commits
Date: Sunday, July 26, 2020 @ 19:54:05
  Author: foxboron
Revision: 665381

upgpkg: i3-gaps 4.18.2-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 19:18:51 UTC (rev 665380)
+++ PKGBUILD2020-07-26 19:54:05 UTC (rev 665381)
@@ -3,8 +3,8 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.18.1
-pkgrel=2
+pkgver=4.18.2
+pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('3f709e7b38938fa152ca730b9940634c5b1bcf3d9db38d023b30820d522df31d')
+sha256sums=('cc03cc008f51792b3c2fd5c8815ec213f8040385865fa558b0c78d5dc5f7150d')
 
 prepare(){
   mkdir build


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

2020-05-17 Thread Morten Linderud via arch-commits
Date: Sunday, May 17, 2020 @ 16:00:41
  Author: foxboron
Revision: 628249

upgpkg: i3-gaps 4.18.1-2

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-17 15:47:15 UTC (rev 628248)
+++ PKGBUILD2020-05-17 16:00:41 UTC (rev 628249)
@@ -4,7 +4,7 @@
 pkgname=i3-gaps
 _pkgsourcename=i3
 pkgver=4.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
@@ -37,6 +37,7 @@
   cd build
 
   ../i3-$pkgver/configure \
+--disable-sanitizers \
 --prefix=/usr \
 --sysconfdir=/etc
   make


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

2020-04-25 Thread Morten Linderud via arch-commits
Date: Saturday, April 25, 2020 @ 10:41:15
  Author: foxboron
Revision: 620627

upgpkg: i3-gaps 4.18.1-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 10:39:05 UTC (rev 620626)
+++ PKGBUILD2020-04-25 10:41:15 UTC (rev 620627)
@@ -3,7 +3,7 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.18
+pkgver=4.18.1
 pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
@@ -25,12 +25,11 @@
 backup=(etc/i3/config)
 options=('docs')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('5bd49039a0b9199a08ec752164c8bca6f8bfc7f307cd60ed9b09c833a3165813')
+sha256sums=('3f709e7b38938fa152ca730b9940634c5b1bcf3d9db38d023b30820d522df31d')
 
 prepare(){
   mkdir build
   cd "${_pkgsourcename}-${pkgver}"
-
   autoreconf -fvi
 }
 


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

2020-02-18 Thread Morten Linderud via arch-commits
Date: Tuesday, February 18, 2020 @ 08:06:03
  Author: foxboron
Revision: 575665

upgpkg: i3-gaps 4.18-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-18 07:51:53 UTC (rev 575664)
+++ PKGBUILD2020-02-18 08:06:03 UTC (rev 575665)
@@ -3,7 +3,7 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.17.1
+pkgver=4.18
 pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
@@ -23,9 +23,9 @@
 'perl-json-xs: For i3-save-tree'
 'perl-anyevent-i3: For i3-save-tree')
 backup=(etc/i3/config)
-options=('docs' '!strip')
+options=('docs')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('10d75b32786f54cc8854287478f83ff428e6996b73b3cd9b6ba86cee2adf570a')
+sha256sums=('5bd49039a0b9199a08ec752164c8bca6f8bfc7f307cd60ed9b09c833a3165813')
 
 prepare(){
   mkdir build


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

2019-09-01 Thread Morten Linderud via arch-commits
Date: Sunday, September 1, 2019 @ 11:11:20
  Author: foxboron
Revision: 506054

upgpkg: i3-gaps 4.17.1-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-01 11:11:08 UTC (rev 506053)
+++ PKGBUILD2019-09-01 11:11:20 UTC (rev 506054)
@@ -3,7 +3,7 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.17
+pkgver=4.17.1
 pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs' '!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('4fbe0d80f8ef8814f266705318885e15e316774e98fb26f40199e51ed2eea2ed')
+sha256sums=('10d75b32786f54cc8854287478f83ff428e6996b73b3cd9b6ba86cee2adf570a')
 
 prepare(){
   mkdir build


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

2019-08-07 Thread Morten Linderud via arch-commits
Date: Wednesday, August 7, 2019 @ 18:53:10
  Author: foxboron
Revision: 498188

upgpkg: i3-gaps 4.17-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 18:49:32 UTC (rev 498187)
+++ PKGBUILD2019-08-07 18:53:10 UTC (rev 498188)
@@ -3,7 +3,7 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.16.1
+pkgver=4.17
 pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs' '!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('135c780e4733c3117238fd984ec5716a7feb9b6fea782fbc6b51bb862e6a7ecb')
+sha256sums=('4fbe0d80f8ef8814f266705318885e15e316774e98fb26f40199e51ed2eea2ed')
 
 prepare(){
   mkdir build


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

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:45:07
  Author: foxboron
Revision: 428471

upgpkg: i3-gaps 4.16.1-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:40:09 UTC (rev 428470)
+++ PKGBUILD2019-01-29 21:45:07 UTC (rev 428471)
@@ -3,7 +3,7 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.16
+pkgver=4.16.1
 pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs' '!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('c933bc4c37cddd23d703f1453dcbab6e9cd7ed7f2c54177339eb88977c09a299')
+sha256sums=('135c780e4733c3117238fd984ec5716a7feb9b6fea782fbc6b51bb862e6a7ecb')
 
 prepare(){
   mkdir build


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

2018-11-04 Thread Morten Linderud via arch-commits
Date: Sunday, November 4, 2018 @ 16:13:05
  Author: foxboron
Revision: 401475

upgpkg: i3-gaps 4.16-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 14:52:40 UTC (rev 401474)
+++ PKGBUILD2018-11-04 16:13:05 UTC (rev 401475)
@@ -3,8 +3,8 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.15.0.1
-pkgrel=2
+pkgver=4.16
+pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs' '!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('543998c0cc2a7f7ec7dfe849bc85cbadb442ce2286f34d7afc437a346d5c469b')
+sha256sums=('c933bc4c37cddd23d703f1453dcbab6e9cd7ed7f2c54177339eb88977c09a299')
 
 prepare(){
   mkdir build


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

2018-03-13 Thread Morten Linderud via arch-commits
Date: Tuesday, March 13, 2018 @ 17:47:10
  Author: foxboron
Revision: 307411

upgpkg: i3-gaps 4.15.0.1-2

Updated to 4.15.0.1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 17:12:17 UTC (rev 307410)
+++ PKGBUILD2018-03-13 17:47:10 UTC (rev 307411)
@@ -3,8 +3,8 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.15
-pkgrel=1
+pkgver=4.15.0.1
+pkgrel=2
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs' '!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('8059e4694eebcc5208e48e4d89522e970cc5ece1f66328e9a7f9d37e2d90ac26')
+sha256sums=('543998c0cc2a7f7ec7dfe849bc85cbadb442ce2286f34d7afc437a346d5c469b')
 
 prepare(){
   mkdir build


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

2018-03-11 Thread Morten Linderud via arch-commits
Date: Sunday, March 11, 2018 @ 15:24:07
  Author: foxboron
Revision: 306178

upgpkg: i3-gaps 4.15-1

Updated to 4.15

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-11 14:55:15 UTC (rev 306177)
+++ PKGBUILD2018-03-11 15:24:07 UTC (rev 306178)
@@ -3,14 +3,14 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.14.1
-pkgrel=2
+pkgver=4.15
+pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
 license=('BSD')
 provides=('i3-wm')
-conflicts=('i3-wm' 'i3bar')
+conflicts=('i3-wm')
 groups=('i3')
 depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
  'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs' '!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('47a226a5a750a6146ad47d56a7a45d7d71fea18e833b6b9565f45205c99bd685')
+sha256sums=('8059e4694eebcc5208e48e4d89522e970cc5ece1f66328e9a7f9d37e2d90ac26')
 
 prepare(){
   mkdir build