~alpine/aports

community/foot: upgrade to 1.9.1 v1 APPLIED

Alex McGrath <amk@amk.ie>
Alex McGrath: 1
 community/foot: upgrade to 1.9.1

 1 files changed, 3 insertions(+), 5 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3700/mbox | git am -3
Learn more about email & git

[PATCH] community/foot: upgrade to 1.9.1 Export this patch

Alex McGrath <amk@amk.ie>
---
 community/foot/APKBUILD | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/community/foot/APKBUILD b/community/foot/APKBUILD
index 5110219d3a..01c11da4d4 100644
--- a/community/foot/APKBUILD
+++ b/community/foot/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex McGrath <amk@amk.ie>
pkgname=foot
pkgver=1.9.0
pkgrel=1
pkgver=1.9.1
pkgrel=0
pkgdesc="A fast, lightweight and minimalistic Wayland terminal emulator"
url="https://codeberg.org/dnkl/foot.git"
arch="all"
@@ -33,9 +33,7 @@ builddir="$srcdir/foot"

build() {
	export CFLAGS="$CFLAGS -O3"	 # -O3 as the package is intended to use it
	# TODO remove custom-terminfo-install-location=no in 1.9.1
	abuild-meson \
		-Dcustom-terminfo-install-location=no \
		-Dterminfo=disabled \
		. output
	meson compile -C output
@@ -48,5 +46,5 @@ package() {
}

sha512sums="
ffdefd0d42c1a2092af9d6aaf6cd1d33f017424177a3144d317d2bbc502afa1373db9bb5d0042847ff704c76667198e16e5ab861907db2451941517109f2db62  foot-1.9.0.tar.gz
8f2925ce8a19fd98ac612723d7594cb741c3222d180632c1719e693b17380dc12d1188cc309377add1cecbc9fe05ea4c75df7fe5603a42f153cc05489345614e  foot-1.9.1.tar.gz
"
-- 
2.33.0