Date: Saturday, May 13, 2023 @ 22:30:58
Author: arojas
Revision: 1460720
archrelease: copy trunk to community-any
Added:
guake/repos/community-any/PKGBUILD
(from rev 1460719, guake/trunk/PKGBUILD)
Deleted:
guake/repos/community-any/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 35 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-13 22:30:55 UTC (rev 1460719)
+++ PKGBUILD 2023-05-13 22:30:58 UTC (rev 1460720)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: Eli Schwartz <[email protected]>
-# Contributor: Angel Velasquez <[email protected]>
-# Contributor: Wilson Pinto Júnior (N3RD3X) <[email protected]>
-# Contributor: Attila Bukor <[email protected]>
-
-pkgname=guake
-pkgver=3.9.0
-pkgrel=3
-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' 'python-yaml')
-makedepends=('git' 'python-setuptools-scm')
-_commit=1e8ea6f14dd8ba511aab929a601d1a8fa3a910dd
-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
-}
Copied: guake/repos/community-any/PKGBUILD (from rev 1460719,
guake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-13 22:30:58 UTC (rev 1460720)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Eli Schwartz <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Wilson Pinto Júnior (N3RD3X) <[email protected]>
+# Contributor: Attila Bukor <[email protected]>
+
+pkgname=guake
+pkgver=3.10
+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' 'python-yaml')
+makedepends=('git' 'python-pip')
+_commit=a011f8afad5f2519f489d10cf4277bdea28f0ec9
+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
+}