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

Eli Schwartz eschwartz at archlinux.org
Wed Apr 3 14:07:19 UTC 2019


    Date: Wednesday, April 3, 2019 @ 14:07:19
  Author: eschwartz
Revision: 448325

upgpkg: guake 3.5.0-1

upstream release

Modified:
  guake/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-03 13:49:50 UTC (rev 448324)
+++ PKGBUILD	2019-04-03 14:07:19 UTC (rev 448325)
@@ -5,15 +5,16 @@
 # Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
 
 pkgname=guake
-pkgver=3.4.0
-pkgrel=3
+pkgver=3.5.0
+pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
 url="http://guake-project.org/"
 license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
+         'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
 makedepends=('git')
-_commit=2a497694efb8ce1f6e1500eb3a71864276eb0b28  # tags/3.4.0
+_commit=51dff399c358b09f37ef76e51a134a2fa51d94c7  # tags/3.5.0
 source=("git+https://github.com/Guake/guake#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -22,18 +23,6 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-
-  # 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() {
   cd $pkgname
   make



More information about the arch-commits mailing list