mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
guake: update to 3.10.
This commit is contained in:
parent
d7d4ab41e0
commit
6d6f6d4f6b
1 changed files with 8 additions and 10 deletions
|
@ -1,19 +1,21 @@
|
|||
# Template file for 'guake'
|
||||
pkgname=guake
|
||||
version=3.7.0
|
||||
revision=4
|
||||
version=3.10
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="gettext python3-setuptools python3-pbr"
|
||||
hostmakedepends="gettext python3-setuptools_scm python3-pbr python3-wheel"
|
||||
makedepends="python3-devel python3-pbr"
|
||||
depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject
|
||||
python3-pbr vte3 libwnck python3-setuptools"
|
||||
depends="desktop-file-utils libkeybinder3 libnotify libutempter libwnck python3-dbus python3-gobject
|
||||
python3-setuptools_scm python3-cairo python3-yaml vte3"
|
||||
checkdepends="python3-flake8 python3-pylint python3-pytest python3-pipenv"
|
||||
short_desc="Drop-down terminal for GNOME"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://guake-project.org/"
|
||||
distfiles="${PYPI_SITE}/g/guake/guake-${version}.tar.gz"
|
||||
checksum=31fd7d6f62aa0a5e0121e240682e6a9e5ce61cdb266f9438987837f52d552e47
|
||||
checksum=c0eed162959638b26903281dccaa6db0d41fb94e3ed3cb3a4dbf44dfd3f8c129
|
||||
# Tests not shipped in PYPI tarball
|
||||
make_check=no
|
||||
|
||||
pre_build() {
|
||||
GUAKE_SCHEMA_DIR="/usr/share/glib-2.0/schemas"
|
||||
|
@ -26,10 +28,6 @@ pre_build() {
|
|||
guake/paths.py
|
||||
}
|
||||
|
||||
do_check() {
|
||||
vsed -i 's/from mock/from unittest.mock/g' guake/tests/test_quick_open.py
|
||||
make test
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} COMPILE_SCHEMA=0 install-locale install-schemas
|
||||
|
|
Loading…
Add table
Reference in a new issue