summaryrefslogtreecommitdiff
path: root/user/libxcursor
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-17 21:19:43 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-17 21:19:43 +0000
commitacd41acd462017cdd1d267b5ab0613b2d9d80338 (patch)
tree2cffb1ebd61ea4e7b739564228f6702e8c9b610a /user/libxcursor
parentca1098e1fc059aa4c13edbcb13fe2f3c70c52d69 (diff)
downloadpackages-acd41acd462017cdd1d267b5ab0613b2d9d80338.tar.gz
packages-acd41acd462017cdd1d267b5ab0613b2d9d80338.tar.bz2
packages-acd41acd462017cdd1d267b5ab0613b2d9d80338.tar.xz
packages-acd41acd462017cdd1d267b5ab0613b2d9d80338.zip
user/libxcursor: bump to 1.2.0
Diffstat (limited to 'user/libxcursor')
-rw-r--r--user/libxcursor/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/user/libxcursor/APKBUILD b/user/libxcursor/APKBUILD
index 857cc5114..6aff75fef 100644
--- a/user/libxcursor/APKBUILD
+++ b/user/libxcursor/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libxcursor
-pkgver=1.1.15
-pkgrel=1
+pkgver=1.2.0
+pkgrel=0
pkgdesc="X cursor management library"
url="https://www.X.Org/"
arch="all"
license="MIT"
subpackages="$pkgname-dev $pkgname-doc"
-depends=
+depends=""
makedepends="libx11-dev libxfixes-dev libxrender-dev util-macros xorgproto-dev"
source="https://www.X.Org/releases/individual/lib/libXcursor-$pkgver.tar.bz2"
builddir="$srcdir"/libXcursor-$pkgver
@@ -17,7 +17,6 @@ builddir="$srcdir"/libXcursor-$pkgver
# - CVE-2017-16612
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,13 +26,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="53ad0fa2afd7b4cf1108b560e44ea71abdf5c55a18df243d7123942513589c927f5c105395f790d8769959e0129db54264e6aac7efd51a5f1aec270379b1f2f5 libXcursor-1.1.15.tar.bz2"
+sha512sums="2b12d0fd17e311ce269dbba58588698885815eb07aa44d48525ed5cd9e5f379bb90138a792a191e2f74888ab10b3ca9a4f507f21de0984ed79748973ab927a03 libXcursor-1.2.0.tar.bz2"