libgdiplus: update to 5.6.

This commit is contained in:
Kyra Zimmer 2018-03-12 03:22:55 +01:00 committed by Leаh Neukirchen
parent 22864c1dcd
commit 6d4f4a3d94

View file

@ -1,17 +1,25 @@
# Template file for 'libgdiplus'
pkgname=libgdiplus
version=4.2
version=5.6
revision=1
build_style=gnu-configure
configure_args="--with-cairo=system"
hostmakedepends="pkg-config"
hostmakedepends="pkg-config automake libtool"
makedepends="tiff-devel cairo-devel giflib-devel glib-devel libexif-devel libpng-devel"
short_desc="An Open Source Implementation of the GDI+ API"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.mono-project.com/"
license="LGPL-2.1, MPL-1.1, MIT"
distfiles="http://download.mono-project.com/sources/${pkgname}/$pkgname-$version.tar.gz"
checksum=f332b9b8b44fd1c50b8d8d01a7296360b806c790b8297614739b3de1edbadfeb
distfiles="https://github.com/mono/${pkgname}/archive/${version}.tar.gz"
checksum=6a75e4a476695cd6a1475fd6b989423ecf73978fd757673669771d8a6e13f756
pre_configure() {
autoreconf -fiv
}
post_install() {
vlicense LICENSE
}
libgdiplus-devel_package() {
short_desc+=" - development files"
@ -22,3 +30,4 @@ libgdiplus-devel_package() {
vmove usr/lib/pkgconfig
}
}