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

Eli Schwartz eschwartz at archlinux.org
Fri Mar 29 19:43:52 UTC 2019


    Date: Friday, March 29, 2019 @ 19:43:52
  Author: eschwartz
Revision: 446062

upgpkg: guake 3.4.0-3

backport patch to fix invisible text with new vte on some applications

Modified:
  guake/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-29 19:34:51 UTC (rev 446061)
+++ PKGBUILD	2019-03-29 19:43:52 UTC (rev 446062)
@@ -1,4 +1,5 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
 # Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Wilson Pinto Júnior (N3RD3X) <n3rd3x at linuxmail.org>
 # Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
@@ -5,7 +6,7 @@
 
 pkgname=guake
 pkgver=3.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
 url="http://guake-project.org/"
@@ -26,6 +27,11 @@
 
   # Revert use_mouse code to previous behavior (FS#61243)
   git cherry-pick -n 6918843b6d110f70a372e01eff09d4fe7280969a
+  # add option to restore pre-vte-0.5.6 color behavior
+  # https://github.com/Guake/guake/issues/1507
+  git cherry-pick -n 94836b19c82dd62c66468b26d95a9a016a22e45f
+  # previous commit applies cleanly but with different API on master
+  sed -i 's/notebook_manager/notebook/g' guake/gsettings.py
 }
 
 build() {



More information about the arch-commits mailing list