summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-05-18 13:41:51 +0200
committerNicola Murino2020-05-18 13:41:51 +0200
commit9362d7382775aaae35d7560630022543f200fbdd (patch)
tree3d872caef4de2342d8bd58f09d8f2da22854dd31
parent5a7fe6f9b9abc8edf1309fcc471370d23101af67 (diff)
downloadaur-9362d7382775aaae35d7560630022543f200fbdd.tar.gz
Update to 0.40.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD28
2 files changed, 8 insertions, 36 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ca2345dbfff..dfa48972ac07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-pixman
pkgdesc = The pixel-manipulation library for X and cairo (mingw-w64)
- pkgver = 0.38.4
- pkgrel = 8
+ pkgver = 0.40.0
+ pkgrel = 1
url = http://xorg.freedesktop.org
arch = any
license = custom
@@ -11,16 +11,8 @@ pkgbase = mingw-w64-pixman
options = staticlibs
options = !strip
options = !buildflags
- source = http://xorg.freedesktop.org/releases/individual/lib/pixman-0.38.4.tar.bz2
- source = 4851d4e20f66f540cd61fb69851df17671fc90d2.patch
- source = be0d3e699401f8230fa88c28c52d73c57f13f327.patch
- source = fd5c0da57985a430912907d4a898ed1ddb854ead.patch
- source = afc6c935f1b52ca74d96f1ea2cbfb3e47ffb7fd4.patch
- sha256sums = 84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550
- sha256sums = 8b4cdf460a1a3298aeb156c75b304c19d52421ad064f64866f002355bed94a06
- sha256sums = 3103cb4c482d150acdc08f901a1383bd5a6e044653dc3afc5b73919f73f529d1
- sha256sums = 2efc53fe4f0831441921884b4fb2896fbd14b865892c9cd5df4dfcd260c9bb41
- sha256sums = 8a708e65b528e73898c6b9690a1920d25fc3106928c28959694af3a5edad999b
+ source = http://xorg.freedesktop.org/releases/individual/lib/pixman-0.40.0.tar.xz
+ sha512sums = 8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270
pkgname = mingw-w64-pixman
diff --git a/PKGBUILD b/PKGBUILD
index 23d5c009da4b..0630ea7cd25e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-pixman
-pkgver=0.38.4
-pkgrel=8
+pkgver=0.40.0
+pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo (mingw-w64)"
arch=(any)
url="http://xorg.freedesktop.org"
@@ -9,31 +9,11 @@ license=("custom")
makedepends=(mingw-w64-meson mingw-w64-libpng)
depends=(mingw-w64-gcc)
options=(staticlibs !strip !buildflags)
-source=("http://xorg.freedesktop.org/releases/individual/lib/pixman-${pkgver}.tar.bz2"
- "4851d4e20f66f540cd61fb69851df17671fc90d2.patch"
- "be0d3e699401f8230fa88c28c52d73c57f13f327.patch"
- "fd5c0da57985a430912907d4a898ed1ddb854ead.patch"
- "afc6c935f1b52ca74d96f1ea2cbfb3e47ffb7fd4.patch")
-sha256sums=('84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550'
- '8b4cdf460a1a3298aeb156c75b304c19d52421ad064f64866f002355bed94a06'
- '3103cb4c482d150acdc08f901a1383bd5a6e044653dc3afc5b73919f73f529d1'
- '2efc53fe4f0831441921884b4fb2896fbd14b865892c9cd5df4dfcd260c9bb41'
- '8a708e65b528e73898c6b9690a1920d25fc3106928c28959694af3a5edad999b')
+source=("http://xorg.freedesktop.org/releases/individual/lib/pixman-${pkgver}.tar.xz")
+sha512sums=('8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
-prepare() {
- cd ${srcdir}/pixman-${pkgver}
- # https://gitlab.freedesktop.org/pixman/pixman/commit/4851d4e20f66f540cd61fb69851df17671fc90d2.patch
- patch -Np1 -i ../4851d4e20f66f540cd61fb69851df17671fc90d2.patch
- # https://gitlab.freedesktop.org/pixman/pixman/commit/be0d3e699401f8230fa88c28c52d73c57f13f327.patch
- patch -Np1 -i ../be0d3e699401f8230fa88c28c52d73c57f13f327.patch
- # https://gitlab.freedesktop.org/pixman/pixman/commit/fd5c0da57985a430912907d4a898ed1ddb854ead.patch
- patch -Np1 -i ../fd5c0da57985a430912907d4a898ed1ddb854ead.patch
- # https://gitlab.freedesktop.org/pixman/pixman/commit/afc6c935f1b52ca74d96f1ea2cbfb3e47ffb7fd4.patch
- patch -Np1 -i ../afc6c935f1b52ca74d96f1ea2cbfb3e47ffb7fd4.patch
-}
-
build() {
for _arch in ${_architectures}; do
mkdir -p "${srcdir}/pixman-${pkgver}/build-${_arch}"