mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gd: update to 2.3.3.
This commit is contained in:
parent
dbc0961fc0
commit
63a5ed2498
1 changed files with 12 additions and 4 deletions
|
@ -1,20 +1,27 @@
|
||||||
# Template file for 'gd'
|
# Template file for 'gd'
|
||||||
pkgname=gd
|
pkgname=gd
|
||||||
version=2.3.2
|
version=2.3.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-xpm"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
|
makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
|
||||||
fontconfig-devel"
|
fontconfig-devel libXpm-devel"
|
||||||
# There needs to be a font installed for fontconfig/basic test
|
# There needs to be a font installed for fontconfig/basic test
|
||||||
checkdepends="liberation-fonts-ttf"
|
checkdepends="liberation-fonts-ttf"
|
||||||
short_desc="Graphics library for the dynamic creation of images"
|
short_desc="Graphics library for the dynamic creation of images"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="custom:BSD-like"
|
license="custom:BSD-like"
|
||||||
homepage="http://www.libgd.org/"
|
homepage="http://www.libgd.org/"
|
||||||
|
changelog="https://raw.githubusercontent.com/libgd/libgd/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
|
distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
|
||||||
checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
|
checksum=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
|
||||||
|
make_check=ci-skip # https://github.com/libgd/libgd/issues/745
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
# Without this some tests fail
|
||||||
|
# `tmpdir failed to be used or initialized (/tmp)`
|
||||||
|
export TMPDIR=/tmp
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -30,6 +37,7 @@ gd-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gd-progs_package() {
|
gd-progs_package() {
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc+=" - utilities"
|
short_desc+=" - utilities"
|
||||||
|
|
Loading…
Add table
Reference in a new issue