From d8680ab1d8ca94e7f2f08b567baaa870b5cf8323 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Sun, 5 Nov 2023 15:42:24 +0100 Subject: [PATCH] guake: update to 3.10. --- srcpkgs/guake/template | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template index 53a6a2c5ff45e..30501ae9d79ba 100644 --- a/srcpkgs/guake/template +++ b/srcpkgs/guake/template @@ -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 " 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