mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gscreenshot: update to 3.3.0.
This commit is contained in:
parent
666eaaad1c
commit
5d5d69dd19
1 changed files with 15 additions and 10 deletions
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'gscreenshot'
|
# Template file for 'gscreenshot'
|
||||||
pkgname=gscreenshot
|
pkgname=gscreenshot
|
||||||
version=2.17.1
|
version=3.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools gettext"
|
hostmakedepends="python3-setuptools gettext go-md2man"
|
||||||
depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"
|
# refer to https://github.com/thenaterhood/gscreenshot#installation
|
||||||
short_desc="GUI front-end for the scrot program"
|
# for optional dependencies across system configurations
|
||||||
|
depends="gtk+3 python3-setuptools python3-Pillow python3-gobject"
|
||||||
|
checkdepends="${depends} python3-mock python3-pytest"
|
||||||
|
short_desc="GUI for multiple screenshot backends including scrot, PIL, and grim"
|
||||||
maintainer="Rui Flora <rui.flora@gmail.com>"
|
maintainer="Rui Flora <rui.flora@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/thenaterhood/gscreenshot"
|
homepage="https://github.com/thenaterhood/gscreenshot"
|
||||||
distfiles="https://github.com/thenaterhood/gscreenshot/archive/v${version}.tar.gz"
|
distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=f0cdf81e9ab483e11c04ed27141ac37dd6f24415968bc5f4c874e7b17ca5958d
|
checksum=f05e695676cda97483c6cdbebaba9a708b5791e544e977016a772325a1d37231
|
||||||
# doesn't ship any tests
|
|
||||||
make_check=no
|
do_check() {
|
||||||
|
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue