guake: update to 3.5.0.

This commit is contained in:
maxice8 2019-04-03 18:26:22 -03:00 committed by maxice8
parent 7f68a070ea
commit 30fe491f28

View file

@ -1,7 +1,7 @@
# Template file for 'guake' # Template file for 'guake'
pkgname=guake pkgname=guake
version=3.4.0 version=3.5.0
revision=2 revision=1
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
pycompile_module="guake" pycompile_module="guake"
@ -9,25 +9,25 @@ hostmakedepends="python3-setuptools"
makedepends="python3-devel python3-pbr" makedepends="python3-devel python3-pbr"
depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject
python3-pbr vte3" python3-pbr vte3"
checkdepends="python3-flake8 python3-pylint python3-pytest" checkdepends="python3-flake8 python3-pylint python3-pytest python3-pipenv"
short_desc="Drop-down terminal for GNOME" short_desc="Drop-down terminal for GNOME"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://guake-project.org/" homepage="http://guake-project.org/"
distfiles="https://github.com/Guake/guake/archive/${version}.tar.gz" distfiles="https://github.com/Guake/guake/archive/${version}.tar.gz"
checksum=54551c25b63612b73d176df5d222133b0b3b48d6ac5cfce33320f077b4702c49 checksum=6de0c1f7bfe07eded14a50a6841f1d762a025f1826a1054ae1b5b0328faec108
post_extract() { post_extract() {
export PBR_VERSION=5.1.1 export PBR_VERSION=5.1.3
make generate-paths generate-mo make generate-paths generate-mo
} }
pre_build() { pre_build() {
export PBR_VERSION=5.1.1 export PBR_VERSION=5.1.3
} }
do_check() { do_check() {
sed -i 's/from mock/from unittest.mock/g' guake/tests/test_quick_open.py vsed -i 's/from mock/from unittest.mock/g' guake/tests/test_quick_open.py
make test make test
} }