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

Jan Steffens heftig at archlinux.org
Fri Feb 2 14:11:15 UTC 2018


    Date: Friday, February 2, 2018 @ 14:11:15
  Author: heftig
Revision: 315763

0.50.2+6+g7fe155b9-1

Modified:
  vte3/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-02 12:54:23 UTC (rev 315762)
+++ PKGBUILD	2018-02-02 14:11:15 UTC (rev 315763)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.50.2
+pkgver=0.50.2+6+g7fe155b9
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 url="https://wiki.gnome.org/Apps/Terminal/VTE"
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 depends=(gtk3 pcre2 gnutls)
 makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
-_commit=8de154e7114de86389b826d7ee60bc93a9d7ba5b  # tags/0.50.2^0
+_commit=7fe155b9284dfe300901764028391db71b2ec6ee  # vte-0-50
 source=("git+https://git.gnome.org/browse/vte#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,6 +23,10 @@
 
 prepare() {
   cd vte
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=778926
+  git cherry-pick -n 809e79770b4dea34d64574710ce429a86855fdb2
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list