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

Eli Schwartz eschwartz at archlinux.org
Sun Apr 28 16:49:49 UTC 2019


    Date: Sunday, April 28, 2019 @ 16:49:48
  Author: eschwartz
Revision: 455095

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-28 16:49:27 UTC (rev 455094)
+++ PKGBUILD	2019-04-28 16:49:48 UTC (rev 455095)
@@ -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.5.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=51dff399c358b09f37ef76e51a134a2fa51d94c7  # tags/3.5.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 455094, guake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-28 16:49:48 UTC (rev 455095)
@@ -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.1
+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=6cb283eb9d9125a615ea489765ecea2b0ae2d6af  # tags/3.6.1
+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