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

Balló György bgyorgy at archlinux.org
Mon Jan 15 01:19:28 UTC 2018


    Date: Monday, January 15, 2018 @ 01:19:28
  Author: bgyorgy
Revision: 282293

upgpkg: guake 3.0.0-2

Fix crash if no transparency available

Modified:
  guake/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 01:15:30 UTC (rev 282292)
+++ PKGBUILD	2018-01-15 01:19:28 UTC (rev 282293)
@@ -6,7 +6,7 @@
 
 pkgname=guake
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
 url="http://guake-project.org/"
@@ -29,6 +29,9 @@
   # Remove dependency on python-pbr
   sed -i "/import pbr.version/d
           s/__version__ = pbr.version.VersionInfo('guake').version_string()/__version__ = '$pkgver'/" guake/__init__.py
+
+  # Fix crash if no transparency available
+  sed -i 's/self.window.set_visual(screen.get_system_visual)/self.window.set_visual(screen.get_system_visual())/' guake/guake_app.py
 }
 
 build() {



More information about the arch-commits mailing list