[arch-commits] Commit in guake/repos/community-any (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Mon May 13 14:38:01 UTC 2019
Date: Monday, May 13, 2019 @ 14:38:01
Author: eschwartz
Revision: 467139
archrelease: copy trunk to community-any
Added:
guake/repos/community-any/PKGBUILD
(from rev 467138, guake/trunk/PKGBUILD)
Deleted:
guake/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-13 14:37:49 UTC (rev 467138)
+++ PKGBUILD 2019-05-13 14:38:01 UTC (rev 467139)
@@ -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.6.2
-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=654b89715dafe4d0398f5f6e7e1c080a0f6bacf3 # tags/3.6.2
-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 467138, guake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-13 14:38:01 UTC (rev 467139)
@@ -0,0 +1,35 @@
+# 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.6.3
+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=f58c0aba29c8e848d0d1c7b13a370db72e938084 # tags/3.6.3
+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
+}
More information about the arch-commits
mailing list