[arch-commits] Commit in guake/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Sunday, October 17, 2021 @ 10:54:34
  Author: arojas
Revision: 1030688

archrelease: copy trunk to community-any

Added:
  guake/repos/community-any/PKGBUILD
    (from rev 1030687, guake/trunk/PKGBUILD)
Deleted:
  guake/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 40 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 10:54:12 UTC (rev 1030687)
+++ PKGBUILD	2021-10-17 10:54:34 UTC (rev 1030688)
@@ -1,35 +0,0 @@
-# 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>
-
-pkgname=guake
-pkgver=3.7.0
-pkgrel=2
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/"
-license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
-         'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
-makedepends=('git')
-_commit=903491aa1d019ba1c8f17179a208eef2434ee949  # tags/3.7.0
-source=("git+https://github.com/Guake/guake#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  sed -i '/-m pip install -r requirements.txt/d' Makefile
-  make DESTDIR="$pkgdir" PREFIX='/usr' COMPILE_SCHEMA=0 install
-}

Copied: guake/repos/community-any/PKGBUILD (from rev 1030687, guake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-17 10:54:34 UTC (rev 1030688)
@@ -0,0 +1,40 @@
+# 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>
+
+pkgname=guake
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/"
+license=('GPL')
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
+         'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+makedepends=('git')
+_commit=f95cd6797ced8e1989ed7adc929cfd59e51f5a32
+source=("git+https://github.com/Guake/guake#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n b1c6d8c54a008a12d05396d9da2181584656108f # Fix metainfo install dir
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  sed -i '/-m pip install -r requirements.txt/d' Makefile
+  make DESTDIR="$pkgdir" PREFIX='/usr' COMPILE_SCHEMA=0 install
+}



More information about the arch-commits mailing list