gimp: update to 2.8.20
This commit is contained in:
parent
8e19c31a61
commit
5b838ce495
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gimp'.
|
||||
pkgname=gimp
|
||||
version=2.8.18
|
||||
revision=3
|
||||
version=2.8.20
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-aa --without-gvfs --enable-gimp-console
|
||||
|
@ -13,20 +13,13 @@ makedepends="libpng-devel gtk+-devel lcms2-devel
|
|||
libmng-devel libXpm-devel libcurl-devel babl-devel gegl-devel pygtk-devel
|
||||
libgudev-devel jasper-devel poppler-glib-devel ghostscript-devel iso-codes"
|
||||
short_desc="The GNU image manipulation program"
|
||||
conf_files="
|
||||
/etc/gimp/2.0/gimprc
|
||||
/etc/gimp/2.0/gtkrc
|
||||
/etc/gimp/2.0/templaterc
|
||||
/etc/gimp/2.0/unitrc
|
||||
/etc/gimp/2.0/sessionrc
|
||||
/etc/gimp/2.0/controllerrc
|
||||
/etc/gimp/2.0/menurc"
|
||||
conf_files="/etc/gimp/2.0/*"
|
||||
depends="desktop-file-utils hicolor-icon-theme iso-codes"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gimp.org"
|
||||
homepage="https://www.gimp.org"
|
||||
license="GPL-3"
|
||||
distfiles="http://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
|
||||
checksum=39dd2247c678deaf5cc664397d3c6bd4fb910d3472290fd54b52b441b5815441
|
||||
distfiles="https://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
|
||||
checksum=939ca1df70be865c672ffd654f4e20f188121d01601c5c90237214101533c805
|
||||
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/107/steps/shell_3/logs/stdio"
|
||||
|
||||
libgimp_package() {
|
||||
|
@ -49,7 +42,7 @@ gimp-devel_package() {
|
|||
gimp-python_package() {
|
||||
lib32disabled=yes
|
||||
depends="pygtk"
|
||||
pycompile_dirs="usr/lib/gimp/2.0/python"
|
||||
pycompile_dirs="usr/lib/gimp/2.0"
|
||||
short_desc+=" - python bindings"
|
||||
pkg_install() {
|
||||
vmove usr/lib/gimp/2.0/python
|
||||
|
|
Loading…
Reference in New Issue