summaryrefslogtreecommitdiff
path: root/user/pixman
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-01 17:34:43 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-01 17:34:43 +0000
commit4de7c4e83a6b252578a05d9ec9b853359820fae9 (patch)
tree0400bad117c52d4780c97accd102b84bda33fa71 /user/pixman
parenta6c12cf8695e9327ac2441d6213b9a6768413de1 (diff)
downloadpackages-4de7c4e83a6b252578a05d9ec9b853359820fae9.tar.gz
packages-4de7c4e83a6b252578a05d9ec9b853359820fae9.tar.bz2
packages-4de7c4e83a6b252578a05d9ec9b853359820fae9.tar.xz
packages-4de7c4e83a6b252578a05d9ec9b853359820fae9.zip
user/pixman: bugfix bump to 0.36.0
Diffstat (limited to 'user/pixman')
-rw-r--r--user/pixman/APKBUILD8
-rw-r--r--user/pixman/float-header-fix.patch16
2 files changed, 3 insertions, 21 deletions
diff --git a/user/pixman/APKBUILD b/user/pixman/APKBUILD
index 607a49afb..b694941e9 100644
--- a/user/pixman/APKBUILD
+++ b/user/pixman/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=pixman
-pkgver=0.34.0
-pkgrel=5
+pkgver=0.36.0
+pkgrel=0
pkgdesc="Low-level pixel manipulation library"
url="https://www.X.Org/"
arch="all"
@@ -9,7 +9,6 @@ license="MIT"
subpackages="$pkgname-dev $pkgname-dbg"
makedepends="perl linux-headers"
source="https://www.X.Org/releases/individual/lib/$pkgname-$pkgver.tar.bz2
- float-header-fix.patch
stacksize-reduction.patch
"
@@ -35,6 +34,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="755a3f5596e7bd9710abc8e5bfd341adaf2177f5b21f7aaae7f85b8fb57580ea48df586ad32bf6adef6ce0430e7cadaa57754a2fa466bc4b15bf70ee64cd1418 pixman-0.34.0.tar.bz2
-5064da221fe406e58169df0b07df7123ccf65487e654dba9e0903122480363c2b4e11ec0a14ac546658c747934509f2f66e3d0d078d6dd0ac92505c24b0e9ee9 float-header-fix.patch
+sha512sums="ed99c85a8ce11f52659da61bff599c0405ae0069c30434bdef7238bc9f18e83e6d534cddf38c14d753943edbaeba580c5005ad7575f27e469ca7be7878678d21 pixman-0.36.0.tar.bz2
3d75e7328e6eaaa6e8f4defa4402db815764369f94b81be38fba07933267fe24b03b591dd4c3f3544cb090650153728bfbdd81a91acaf19524c3d08f61427f63 stacksize-reduction.patch"
diff --git a/user/pixman/float-header-fix.patch b/user/pixman/float-header-fix.patch
deleted file mode 100644
index 5c151a14f..000000000
--- a/user/pixman/float-header-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./pixman/pixman-private.h.orig
-+++ ./pixman/pixman-private.h
-@@ -1,5 +1,3 @@
--#include <float.h>
--
- #ifndef PIXMAN_PRIVATE_H
- #define PIXMAN_PRIVATE_H
-
-@@ -30,6 +28,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <stddef.h>
-+#include <float.h>
-
- #include "pixman-compiler.h"
-