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

Eli Schwartz eschwartz at archlinux.org
Fri Mar 29 19:44:10 UTC 2019


    Date: Friday, March 29, 2019 @ 19:44:09
  Author: eschwartz
Revision: 446063

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 46 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-29 19:43:52 UTC (rev 446062)
+++ PKGBUILD	2019-03-29 19:44:09 UTC (rev 446063)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# 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.4.0
-pkgrel=2
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/"
-license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
-makedepends=('git')
-_commit=2a497694efb8ce1f6e1500eb3a71864276eb0b28  # tags/3.4.0
-source=("git+https://github.com/Guake/guake#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Revert use_mouse code to previous behavior (FS#61243)
-  git cherry-pick -n 6918843b6d110f70a372e01eff09d4fe7280969a
-}
-
-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 446062, guake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-29 19:44:09 UTC (rev 446063)
@@ -0,0 +1,46 @@
+# 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.4.0
+pkgrel=3
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/"
+license=('GPL')
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+makedepends=('git')
+_commit=2a497694efb8ce1f6e1500eb3a71864276eb0b28  # tags/3.4.0
+source=("git+https://github.com/Guake/guake#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Revert use_mouse code to previous behavior (FS#61243)
+  git cherry-pick -n 6918843b6d110f70a372e01eff09d4fe7280969a
+  # add option to restore pre-vte-0.5.6 color behavior
+  # https://github.com/Guake/guake/issues/1507
+  git cherry-pick -n 94836b19c82dd62c66468b26d95a9a016a22e45f
+  # previous commit applies cleanly but with different API on master
+  sed -i 's/notebook_manager/notebook/g' guake/gsettings.py
+}
+
+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