# Template file for 'gscreenshot' pkgname=gscreenshot version=3.4.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools gettext go-md2man" # refer to https://github.com/thenaterhood/gscreenshot#installation # 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 " license="GPL-2.0-only" homepage="https://github.com/thenaterhood/gscreenshot" distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz" checksum=dd435bb1dfc4e5c3ead3526bd59db5b24be001e9ba2fd9193a2c6b5b8f63ec76 do_check() { (cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test) }