mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cropgui: update to 0.5
This commit is contained in:
parent
b10dbd311b
commit
f132a1a010
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- install.sh
|
|
||||||
+++ install.sh
|
|
||||||
@@ -12,7 +12,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
site_packages () {
|
|
||||||
- $PYTHON -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib()'
|
|
||||||
+ $PYTHON -c 'import distutils.sysconfig; print(distutils.sysconfig.get_python_lib())'
|
|
||||||
}
|
|
||||||
|
|
||||||
usage () {
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cropgui'
|
# Template file for 'cropgui'
|
||||||
pkgname=cropgui
|
pkgname=cropgui
|
||||||
version=0.4
|
version=0.5
|
||||||
revision=4
|
revision=1
|
||||||
hostmakedepends="which python3"
|
hostmakedepends="which python3"
|
||||||
depends="python3 python3-Pillow python3-gobject
|
depends="python3 python3-Pillow python3-gobject
|
||||||
libjpeg-turbo-tools ImageMagick exiftool"
|
libjpeg-turbo-tools ImageMagick exiftool"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
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=c1d6eca0b5a5750cd69a1de3fa73a5f444e5064f1cb23d3344554f66196d5513
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue