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

Dan Printzell wild at archlinux.org
Sat Apr 7 03:24:31 UTC 2018


    Date: Saturday, April 7, 2018 @ 03:24:30
  Author: wild
Revision: 314634

upgpkg: tilix 1.7.7-2

Applied upstream patch to build agains gtkd-3.8.0

Modified:
  tilix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-07 03:23:10 UTC (rev 314633)
+++ PKGBUILD	2018-04-07 03:24:30 UTC (rev 314634)
@@ -5,7 +5,7 @@
 
 pkgname="tilix"
 pkgver=1.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix"
@@ -14,11 +14,16 @@
 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=('9c8ba7734c61fee7efcd3c75548c996216383092e4d33472aeaa457ddfdb3828')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        "gtkd-3.8.0.patch::$url/commit/76ac251da7f6e639a1a49d1c4d4ad48e135ab79f.patch")
+sha256sums=('9c8ba7734c61fee7efcd3c75548c996216383092e4d33472aeaa457ddfdb3828'
+            '9be77af2bd98a2353c23e86405a26a6cc253ca4affb66bb1bf341503bcd2d9b5')
 
 prepare() {
     cd "$pkgname-$pkgver"
+
+    patch -p1 -i "$srcdir/gtkd-3.8.0.patch"
+
     ./autogen.sh
 }
 



More information about the arch-commits mailing list