Skip to content

Commit

Permalink
gscreenshot: update to 3.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 committed Jan 27, 2023
1 parent e5fd53e commit 7dffc6d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions srcpkgs/gscreenshot/template
@@ -1,15 +1,18 @@
# Template file for 'gscreenshot'
pkgname=gscreenshot
version=2.17.1
revision=2
version=3.2.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools gettext"
hostmakedepends="python3-setuptools gettext go-md2man"
depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"
short_desc="GUI front-end for the scrot program"
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>"
license="GPL-2.0-or-later"
license="GPL-2.0-only"
homepage="https://github.com/thenaterhood/gscreenshot"
distfiles="https://github.com/thenaterhood/gscreenshot/archive/v${version}.tar.gz"
checksum=f0cdf81e9ab483e11c04ed27141ac37dd6f24415968bc5f4c874e7b17ca5958d
# doesn't ship any tests
make_check=no
distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz"
checksum=a98ecbe501f4d49824238af6fbb09fa71b5bbe6af32cfcf60b6cbe814b3e3250

do_check() {
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)
}

0 comments on commit 7dffc6d

Please sign in to comment.