extra/pixman to 0.43.0-1

This commit is contained in:
Kevin Mihelich 2024-01-09 19:38:01 +00:00
parent aee648cf5e
commit fb5760b090
2 changed files with 17 additions and 3 deletions

15
extra/pixman/.SRCINFO Normal file
View file

@ -0,0 +1,15 @@
pkgbase = pixman
pkgdesc = The pixel-manipulation library for X and cairo
pkgver = 0.43.0
pkgrel = 1
url = https://cgit.freedesktop.org/pixman/
arch = x86_64
license = custom
makedepends = meson
makedepends = libpng
depends = glibc
provides = libpixman-1.so
source = https://xorg.freedesktop.org/releases/individual/lib/pixman-0.43.0.tar.xz
sha512sums = a90399b8c6aec218abb2f419fb5d6894acf9f4c7acb4fd3893b0b7c805ba47c82ee7efb363be59bb1a15b6997b2dddb7dba062a165503b035e1124fff1b271c9
pkgname = pixman

View file

@ -6,7 +6,7 @@
# - disable x86 extensions (mmx, sse2, ssse3)
pkgname=pixman
pkgver=0.42.2
pkgver=0.43.0
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo"
arch=(x86_64)
@ -14,10 +14,9 @@ url="https://cgit.freedesktop.org/pixman/"
license=('custom')
depends=('glibc')
makedepends=('meson' 'libpng')
options=('debug')
provides=('libpixman-1.so')
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz)
sha512sums=('3476e2676e66756b1af61b1e532cd80c985c191fb7956eb01702b419726cce99e79163b7f287f74f66414680e7396d13c3fee525cd663f12b6ac4877070ff4e8')
sha512sums=('a90399b8c6aec218abb2f419fb5d6894acf9f4c7acb4fd3893b0b7c805ba47c82ee7efb363be59bb1a15b6997b2dddb7dba062a165503b035e1124fff1b271c9')
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
build() {