mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
pixman: update to 0.32.0.
This commit is contained in:
parent
349dc49c4c
commit
ff7464d4ea
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'pixman'.
|
# Template build file for 'pixman'.
|
||||||
pkgname=pixman
|
pkgname=pixman
|
||||||
version=0.30.2
|
version=0.32.0
|
||||||
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+!
|
||||||
|
@ -10,14 +10,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=4fbb51788fe7cbd8abb5f80aed95ec878704e57a06328f7bebe0306e3822c96c
|
checksum=9d41612a6dd836726d4a681126a8d2db86fed2240a8ec027a4bfa2796e870e47
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/$pkgname
|
vinstall COPYING 644 usr/share/licenses/$pkgname
|
||||||
}
|
}
|
||||||
|
|
||||||
pixman-devel_package() {
|
pixman-devel_package() {
|
||||||
depends="pixman-${version}_${revision}"
|
depends="pixman>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
@ -29,6 +29,6 @@ pixman-devel_package() {
|
||||||
|
|
||||||
pixman_package() {
|
pixman_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue