2017-07-16 18:40:41 +00:00
|
|
|
# Template file for 'gscreenshot'
|
|
|
|
pkgname=gscreenshot
|
|
|
|
version=2.7.3
|
|
|
|
revision=1
|
2017-08-15 17:11:55 +00:00
|
|
|
noarch=yes
|
2017-07-16 18:40:41 +00:00
|
|
|
build_style=python-module
|
2017-08-15 17:11:55 +00:00
|
|
|
pycompile_module="gscreenshot"
|
2017-07-16 18:40:41 +00:00
|
|
|
hostmakedepends="python scrot python-setuptools"
|
2017-08-15 17:11:55 +00:00
|
|
|
depends="python-Pillow python-gobject scrot"
|
2017-07-16 18:40:41 +00:00
|
|
|
short_desc="GUI front-end for the scrot program"
|
|
|
|
maintainer="Rui Flora <rui.flora@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/thenaterhood/gscreenshot"
|
|
|
|
distfiles="https://github.com/thenaterhood/gscreenshot/archive/v${version}.tar.gz"
|
|
|
|
checksum=8868e3966648852cd5aa76ec350ff11d9970850d714c2fdd49f7ec55d4c7d464
|
2017-08-15 17:11:55 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
ln -sf gscreenshot2 ${DESTDIR}/usr/bin/gscreenshot
|
|
|
|
ln -sf gscreenshot-cli2 ${DESTDIR}/usr/bin/gscreenshot-cli
|
|
|
|
}
|