mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pixman: update to 0.38.2.
This commit is contained in:
parent
c2d2aa67a7
commit
58b6cac10d
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'pixman'
|
# Template file for 'pixman'
|
||||||
pkgname=pixman
|
pkgname=pixman
|
||||||
version=0.38.0
|
version=0.38.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gtk" # do not require gtk+!
|
configure_args="--disable-gtk" # do not require gtk+!
|
||||||
hostmakedepends="pkg-config perl"
|
hostmakedepends="pkg-config perl"
|
||||||
short_desc="Library of low-level pixel manipulation routines"
|
short_desc="Library of low-level pixel manipulation routines"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="https://wiki.freedesktop.org/xorg/"
|
||||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=b768e3f7895ddebdc0f07478729d9cec4fe0a9d2201f828c900d67b0e5b436a8
|
checksum=fd5b0f97e1b24f7ea3d1d7da520ec150fb540172549ef40a43012683dcba9c90
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue