From 385b43b27afb3bf73f1e65ddc62fa1658e18adb8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 11 Feb 2019 22:01:58 -0200 Subject: [PATCH] pixman: update to 0.38.0. --- srcpkgs/pixman/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pixman/template b/srcpkgs/pixman/template index f67de2ed089..58b40d86a58 100644 --- a/srcpkgs/pixman/template +++ b/srcpkgs/pixman/template @@ -1,6 +1,6 @@ # Template file for 'pixman' pkgname=pixman -version=0.36.0 +version=0.38.0 revision=1 build_style=gnu-configure configure_args="--disable-gtk" # do not require gtk+! @@ -10,13 +10,14 @@ maintainer="Juan RP " license="MIT" homepage="http://xorg.freedesktop.org" distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2" -checksum=fd92c0cc99183977e54a278d7c595ee094a8e75724c03faf3796d1e49f7780dc +checksum=b768e3f7895ddebdc0f07478729d9cec4fe0a9d2201f828c900d67b0e5b436a8 pre_configure() { case "$XBPS_TARGET_MACHINE" in arm*) configure_args+=" --disable-arm-iwmmxt --disable-arm-iwmmxt2";; esac } + post_install() { vlicense COPYING }