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

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 17 10:54:12 UTC 2021


    Date: Sunday, October 17, 2021 @ 10:54:12
  Author: arojas
Revision: 1030687

Update to 3.8.0

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 10:46:22 UTC (rev 1030686)
+++ PKGBUILD	2021-10-17 10:54:12 UTC (rev 1030687)
@@ -5,8 +5,8 @@
 # Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
 
 pkgname=guake
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
 url="http://guake-project.org/"
@@ -14,7 +14,7 @@
 depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
          'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
 makedepends=('git')
-_commit=903491aa1d019ba1c8f17179a208eef2434ee949  # tags/3.7.0
+_commit=f95cd6797ced8e1989ed7adc929cfd59e51f5a32
 source=("git+https://github.com/Guake/guake#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,6 +23,11 @@
   git describe --tags | sed 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  git cherry-pick -n b1c6d8c54a008a12d05396d9da2181584656108f # Fix metainfo install dir
+}
+
 build() {
   cd $pkgname
   make



More information about the arch-commits mailing list