mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
cropgui: fix order of parameters
With this ordering of parameters for ./install.sh the binary is installed in /usr/bin instead of /.
This commit is contained in:
parent
042378a403
commit
efb347e69f
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'cropgui'
|
# Template file for 'cropgui'
|
||||||
pkgname=cropgui
|
pkgname=cropgui
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="python"
|
hostmakedepends="which"
|
||||||
makedepends="python"
|
makedepends="python"
|
||||||
depends="python python-Pillow python-gobject2 pygtk libjpeg-turbo-tools
|
depends="python python-Pillow python-gobject2
|
||||||
ImageMagick exiftool"
|
pygtk libjpeg-turbo-tools ImageMagick exiftool"
|
||||||
short_desc="Gtk frontend for lossless cropping of jpeg images"
|
short_desc="Gtk frontend for lossless cropping of jpeg images"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/jepler/cropgui"
|
homepage="https://github.com/jepler/cropgui"
|
||||||
distfiles="https://github.com/jepler/cropgui/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jepler/cropgui/archive/v${version}.tar.gz"
|
||||||
checksum=bf5a5b14032d01799f8d942790e316203f33a7c007eedf23e57c79d5a47d6fb1
|
checksum=bf5a5b14032d01799f8d942790e316203f33a7c007eedf23e57c79d5a47d6fb1
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
./install.sh -f gtk -t "$PKGDESTDIR" -p /usr -P python2
|
./install.sh -f gtk -t "$PKGDESTDIR" -P python -p /usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue