cropgui: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:04:06 -04:00
parent 1778cf81d2
commit 33cd5342b5

View file

@ -1,10 +1,9 @@
# Template file for 'cropgui' # Template file for 'cropgui'
pkgname=cropgui pkgname=cropgui
version=0.6 version=0.6
revision=1 revision=2
hostmakedepends="which python3" hostmakedepends="which python3-setuptools"
depends="python3 python3-Pillow python3-gobject depends="python3-Pillow python3-gobject libjpeg-turbo-tools ImageMagick exiftool gtk+3"
libjpeg-turbo-tools ImageMagick exiftool gtk+3"
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.0-or-later" license="GPL-2.0-or-later"