Date: Sunday, January 23, 2022 @ 01:02:18 Author: wild Revision: 1113526
upgpkg: tilix 1.9.4-7: Rebuilt against new ldc Modified: tilix/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-23 01:01:56 UTC (rev 1113525) +++ PKGBUILD 2022-01-23 01:02:18 UTC (rev 1113526) @@ -1,4 +1,4 @@ -# Maintainer: Dan Printzell <[email protected]> +# Maintainer: Dan Printzell <[email protected]> # Maintainer: Filipe LaĆns (FFY00) <[email protected]> # Contributor: dsboger <https://github.com/dsboger> # Contributor: Carl George < arch at cgtx dot us > @@ -5,7 +5,7 @@ pkgname=tilix pkgver=1.9.4 -pkgrel=6 +pkgrel=7 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3" arch=('x86_64') url="https://github.com/gnunn1/tilix" @@ -19,6 +19,10 @@ prepare() { mkdir -p build + + cd "$srcdir"/$pkgname-$pkgver + # Fixes "ERROR: Function does not take positional arguments." + sed -i "/i18n.merge_file/{n;d}" data/meson.build } build() { @@ -26,6 +30,7 @@ # Build with LDC export DC=ldc + export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')" arch-meson ../$pkgname-$pkgver
