gscreenshot: use the right build_style

This commit is contained in:
Alessio Sergi 2017-08-20 11:40:14 +02:00
parent 61e2e6fd98
commit 42359864c8

View file

@ -1,20 +1,15 @@
# Template file for 'gscreenshot'
pkgname=gscreenshot
version=2.7.3
revision=1
revision=2
noarch=yes
build_style=python-module
build_style=python2-module
pycompile_module="gscreenshot"
hostmakedepends="python scrot python-setuptools"
depends="python-Pillow python-gobject scrot"
hostmakedepends="python-setuptools"
depends="python-setuptools python-Pillow python-gobject scrot"
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
post_install() {
ln -sf gscreenshot2 ${DESTDIR}/usr/bin/gscreenshot
ln -sf gscreenshot-cli2 ${DESTDIR}/usr/bin/gscreenshot-cli
}