aboutsummaryrefslogtreecommitdiffstats
path: root/main/libepoxy
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-26 09:51:51 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-26 10:45:24 +0100
commitac4b5da9e124b16b2eefeec749577688f3d5d7c9 (patch)
tree46380b2eeed64bf1217968329ef4acd924a09c2f /main/libepoxy
parent72791270f623488129730106dde8d1f598c5a624 (diff)
downloadaports-ac4b5da9e124b16b2eefeec749577688f3d5d7c9.tar.bz2
aports-ac4b5da9e124b16b2eefeec749577688f3d5d7c9.tar.xz
main/libepoxy: upgrade to 1.5.4
Diffstat (limited to 'main/libepoxy')
-rw-r--r--main/libepoxy/APKBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/main/libepoxy/APKBUILD b/main/libepoxy/APKBUILD
index 2ae14b65d3..5688a3e154 100644
--- a/main/libepoxy/APKBUILD
+++ b/main/libepoxy/APKBUILD
@@ -1,28 +1,24 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libepoxy
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=0
pkgdesc="Direct Rendering Manager runtime library"
url="https://github.com/anholt/libepoxy"
arch="all"
license="MIT"
options="!check" # Requires dlvsym
-depends=""
depends_dev="libx11-dev mesa-dev"
makedepends="$depends_dev autoconf automake libtool util-macros python3"
-install=""
subpackages="$pkgname-dev"
source="https://github.com/anholt/libepoxy/releases/download/$pkgver/libepoxy-$pkgver.tar.xz"
prepare() {
- cd "$builddir"
default_prepare
autoreconf -vif
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -34,13 +30,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make install DESTDIR="$pkgdir"
}
-sha512sums="746dfe2a0a91319abd3906c75f81f6b895117f39120e0d8897db1daec1b6d2e91e1318f0dfe588c81907727b0a6dd1a7e4a819ee6b3063a23875312570464720 libepoxy-1.5.3.tar.xz"
+sha512sums="7bde6fe7164aaa88b6e476dafb13391c551c530267936a1456e242d2bf648117f319788ba089100b3f773444098a894db6d27326b47dc4ae26db4766308d7510 libepoxy-1.5.4.tar.xz"