mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pixman to 0.43.4-1
This commit is contained in:
parent
49311fb956
commit
e5b991c9b5
3 changed files with 11 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = pixman
|
pkgbase = pixman
|
||||||
pkgdesc = The pixel-manipulation library for X and cairo
|
pkgdesc = The pixel-manipulation library for X and cairo
|
||||||
pkgver = 0.43.2
|
pkgver = 0.43.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://cgit.freedesktop.org/pixman/
|
url = https://cgit.freedesktop.org/pixman/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = pixman
|
||||||
makedepends = libpng
|
makedepends = libpng
|
||||||
depends = glibc
|
depends = glibc
|
||||||
provides = libpixman-1.so
|
provides = libpixman-1.so
|
||||||
source = https://xorg.freedesktop.org/releases/individual/lib/pixman-0.43.2.tar.xz
|
source = https://xorg.freedesktop.org/releases/individual/lib/pixman-0.43.4.tar.xz
|
||||||
sha512sums = 1a1d21b86b3c6784c4c2606b7069723b4dbb747eac9fce95bca86516787840379ffd49abc42d11e7143e85c32c85496f33c2562c7a910ca6f963599affdc3224
|
sha512sums = b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36
|
||||||
|
|
||||||
pkgname = pixman
|
pkgname = pixman
|
||||||
|
|
6
extra/pixman/.nvchecker.toml
Normal file
6
extra/pixman/.nvchecker.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[pixman]
|
||||||
|
source = "gitlab"
|
||||||
|
gitlab = "pixman/pixman"
|
||||||
|
host = "gitlab.freedesktop.org"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "pixman-"
|
|
@ -6,7 +6,7 @@
|
||||||
# - disable x86 extensions (mmx, sse2, ssse3)
|
# - disable x86 extensions (mmx, sse2, ssse3)
|
||||||
|
|
||||||
pkgname=pixman
|
pkgname=pixman
|
||||||
pkgver=0.43.2
|
pkgver=0.43.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The pixel-manipulation library for X and cairo"
|
pkgdesc="The pixel-manipulation library for X and cairo"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -16,7 +16,7 @@ depends=('glibc')
|
||||||
makedepends=('meson' 'libpng')
|
makedepends=('meson' 'libpng')
|
||||||
provides=('libpixman-1.so')
|
provides=('libpixman-1.so')
|
||||||
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz)
|
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz)
|
||||||
sha512sums=('1a1d21b86b3c6784c4c2606b7069723b4dbb747eac9fce95bca86516787840379ffd49abc42d11e7143e85c32c85496f33c2562c7a910ca6f963599affdc3224')
|
sha512sums=('b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36')
|
||||||
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
|
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue