Date: Monday, December 12, 2022 @ 20:26:33
Author: wild
Revision: 1358907
upgpkg: tilix 1.9.5-4: Add Nautilus 43 patch
Modified:
tilix/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-12 20:09:53 UTC (rev 1358906)
+++ PKGBUILD 2022-12-12 20:26:33 UTC (rev 1358907)
@@ -5,7 +5,7 @@
pkgname=tilix
pkgver=1.9.5
-pkgrel=3
+pkgrel=4
pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
arch=('x86_64')
url="https://github.com/gnunn1/tilix"
@@ -14,10 +14,15 @@
makedepends=('ldc' 'po4a' 'meson' 'appstream')
optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e25335a3f7ab06779b957d08ffaf7698c966c3b5179d002f82ce41c692fc0b89')
+source=(
+ "$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+ "Add-compatibility-with-Nautilus-43.patch::$url/pull/2115.patch"
+)
+sha256sums=('e25335a3f7ab06779b957d08ffaf7698c966c3b5179d002f82ce41c692fc0b89'
+ '5ad54f9627d0035f6025b684ffab831341d8bdcf597b3f4a8146b09014c418b5')
prepare() {
+ patch --directory="$pkgname-$pkgver" --forward --strip=1 --input
"$srcdir"/Add-compatibility-with-Nautilus-43.patch
mkdir -p build
}
@@ -26,7 +31,8 @@
# Build with LDC
export DC=ldc
- export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')"
+ export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto//')"
+ export DFLAGS="--flto=full"
arch-meson ../$pkgname-$pkgver