gscreenshot: use the right build_style
This commit is contained in:
parent
61e2e6fd98
commit
42359864c8
1 changed files with 4 additions and 9 deletions
|
@ -1,20 +1,15 @@
|
||||||
# Template file for 'gscreenshot'
|
# Template file for 'gscreenshot'
|
||||||
pkgname=gscreenshot
|
pkgname=gscreenshot
|
||||||
version=2.7.3
|
version=2.7.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="gscreenshot"
|
pycompile_module="gscreenshot"
|
||||||
hostmakedepends="python scrot python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-Pillow python-gobject scrot"
|
depends="python-setuptools python-Pillow python-gobject scrot"
|
||||||
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"
|
license="GPL-2"
|
||||||
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=8868e3966648852cd5aa76ec350ff11d9970850d714c2fdd49f7ec55d4c7d464
|
checksum=8868e3966648852cd5aa76ec350ff11d9970850d714c2fdd49f7ec55d4c7d464
|
||||||
|
|
||||||
post_install() {
|
|
||||||
ln -sf gscreenshot2 ${DESTDIR}/usr/bin/gscreenshot
|
|
||||||
ln -sf gscreenshot-cli2 ${DESTDIR}/usr/bin/gscreenshot-cli
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue