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

Dan Printzell wild at archlinux.org
Sun Sep 15 20:51:28 UTC 2019


    Date: Sunday, September 15, 2019 @ 20:51:28
  Author: wild
Revision: 510795

upgpkg: tilix 1.9.3-4

Rebuilt against new ldc

Modified:
  tilix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 19:34:47 UTC (rev 510794)
+++ PKGBUILD	2019-09-15 20:51:28 UTC (rev 510795)
@@ -5,7 +5,7 @@
 
 pkgname=tilix
 pkgver=1.9.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix"
@@ -14,12 +14,17 @@
 makedepends=('ldc' 'po4a')
 optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
             'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('f1b4dbbd60f4b9a91e0ab0954e3e6b8ebe5442d5fbb760a554a733903e44a1de')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        "Avoid_calling_values_on_a_shared_object.patch::https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3.patch")
+sha256sums=('f1b4dbbd60f4b9a91e0ab0954e3e6b8ebe5442d5fbb760a554a733903e44a1de'
+            '29bbdb44fa026af00d82230376a0c18e4947d7c7cfbe1838a6cbb81733f6ba0a')
 
 prepare() {
     cd "$pkgname-$pkgver"
 
+    # Fixes compilation: https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3
+    patch -p1 < "$srcdir"/Avoid_calling_values_on_a_shared_object.patch
+
     ./autogen.sh
 }
 



More information about the arch-commits mailing list