gscreenshot: update to 2.15.0.

Also:
- add gettext to dependencies to compile translations
- don't try to run non-existent tests (by ericonr)

Closes: #31287 [via git-merge-pr]
This commit is contained in:
mobinmob 2021-06-04 19:25:31 +03:00 committed by Érico Nogueira
parent 9c2a5884f7
commit 6f4f42629b

View file

@ -1,14 +1,15 @@
# Template file for 'gscreenshot' # Template file for 'gscreenshot'
pkgname=gscreenshot pkgname=gscreenshot
version=2.13.0 version=2.15.0
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools gettext"
depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot" depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"
checkdepends="$depends"
short_desc="GUI front-end for the scrot program" short_desc="GUI front-end for the scrot program"
maintainer="Rui Flora <rui.flora@gmail.com>" maintainer="Rui Flora <rui.flora@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
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/v${version}.tar.gz"
checksum=a528892eb761fc628dee4372b63a02d92d12c14ddddbf4f0aa56047cfa015d92 checksum=d707d763236d397079a5c3063754fe2be0391513b1b448cb0b92c2a5aef8ba63
# doesn't ship any tests
make_check=no