aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2020-11-19 13:28:18 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-11-20 07:44:32 +0000
commit0ceb2492dbcae58139ef29eac593ae2ab3df224c (patch)
tree9e231df475ca9c788b30c55b7f3c5362383d98f6
parentef8ba6e7e93013c1b5ff285a311965d9788543df (diff)
testing/i3wm-gaps: upgrade to 4.19
-rw-r--r--testing/i3wm-gaps/APKBUILD23
1 files changed, 6 insertions, 17 deletions
diff --git a/testing/i3wm-gaps/APKBUILD b/testing/i3wm-gaps/APKBUILD
index bc3f4030005..433f72fe9e7 100644
--- a/testing/i3wm-gaps/APKBUILD
+++ b/testing/i3wm-gaps/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=i3wm-gaps
-pkgver=4.18.3
+pkgver=4.19
pkgrel=0
pkgdesc="Improved dynamic tiling window manager with additional features"
url="https://github.com/Airblader/i3"
@@ -11,30 +11,19 @@ depends_dev="$pkgname=$pkgver-r$pkgrel"
makedepends="bison flex libxcb-dev xcb-util-cursor-dev
xcb-util-keysyms-dev xcb-util-wm-dev libev-dev pango-dev cairo-dev
yajl-dev startup-notification-dev pcre-dev libxkbcommon-dev
- xcb-util-xrm-dev asciidoc perl xmlto autoconf automake libtool"
+ xcb-util-xrm-dev asciidoc perl xmlto meson"
subpackages="$pkgname-doc"
source="i3wm-$pkgver.tar.gz::https://github.com/Airblader/i3/archive/$pkgver.tar.gz"
builddir="$srcdir/i3-$pkgver"
options="!check" # missing perl bindings for libxcb
-prepare() {
- default_prepare
- autoreconf -vfi
-}
-
build() {
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-builddir
- make
+ abuild-meson -Dmans=true -Ddocs=true . output
+ meson compile ${JOBS:+-j ${JOBS}} -C output
}
package() {
- make DESTDIR="$pkgdir/" install
-
- install -d "$pkgdir/usr/share/man/man1"
- install -m644 man/*.1 "$pkgdir"/usr/share/man/man1/
+ DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="e562ea1d75300cb69005d6f5ee8e3d05c8c7cfe1046154b9798f554fa81946f9ff6f8967d5acae2e2e4cbd4e2bce865119edba5e8c1e12febb6122e9c7f63534 i3wm-4.18.3.tar.gz"
+sha512sums="db09203256172cc4807189bbf16d793c9203c908d2e75cbb7d973d1f0338f6e3734afe68ffe1c43ef3e43e5b2c6dba1ab9135625e4d42d10a9ea6f44f673d384 i3wm-4.19.tar.gz"