gegl: update to 0.4.2.

This commit is contained in:
Enno Boland 2018-05-25 11:42:14 +02:00 committed by Enno Boland
parent 53b8c2ac75
commit f5bdb31ff6
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'gegl'. # Template build file for 'gegl'.
pkgname=gegl pkgname=gegl
version=0.4.0 version=0.4.2
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-docs --without-sdl --without-libopenraw configure_args="--disable-docs --without-sdl --without-libopenraw
--without-libavformat --without-graphviz --without-lua --without-libspiro --without-libavformat --without-graphviz --without-lua --without-libspiro
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3.0, LGPL-3.0" license="GPL-3.0, LGPL-3.0"
homepage="https://www.gimp.org" homepage="https://www.gimp.org"
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2" distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
checksum=d04d2bfa0ff5a4bcfe7566f7418929a9c80f0109fa248ea4ff19538b3e99f0c5 checksum=6a358bc19d20b8ac1daf645cc8b53cdc2ea6f9c98a6036179a57045a26a07f8d
gegl-devel_package() { gegl-devel_package() {
depends="libglib-devel gegl>=${version}_${revision}" depends="libglib-devel gegl>=${version}_${revision}"
@ -22,6 +22,6 @@ gegl-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so" vmove "usr/lib/libgegl-0.4.so"
} }
} }