summaryrefslogtreecommitdiff
path: root/user/libxau
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-10 01:34:58 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-10 01:34:58 +0000
commit9edff6f4493d61b16efe972a577bfd70f547fefb (patch)
treec4c873508ef6cfe5d994e97b7bfc1a5a9b1f426e /user/libxau
parentda97fc05d9b4c67148dd252f5a91a157b329934b (diff)
downloadpackages-9edff6f4493d61b16efe972a577bfd70f547fefb.tar.gz
packages-9edff6f4493d61b16efe972a577bfd70f547fefb.tar.bz2
packages-9edff6f4493d61b16efe972a577bfd70f547fefb.tar.xz
packages-9edff6f4493d61b16efe972a577bfd70f547fefb.zip
user/libxau: bump to 1.0.9, modernise
Diffstat (limited to 'user/libxau')
-rw-r--r--user/libxau/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/user/libxau/APKBUILD b/user/libxau/APKBUILD
index 6a6ef4542..cb233affc 100644
--- a/user/libxau/APKBUILD
+++ b/user/libxau/APKBUILD
@@ -1,19 +1,18 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libxau
-pkgver=1.0.8
-pkgrel=3
+pkgver=1.0.9
+pkgrel=0
pkgdesc="X11 authorisation library"
url="https://www.X.Org/"
arch="all"
license="X11"
-depends=
+depends=""
makedepends="xorgproto-dev util-macros"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.X.Org/releases/individual/lib/libXau-$pkgver.tar.bz2"
builddir="$srcdir"/libXau-$pkgver
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,15 +22,13 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
install -m755 -d "$pkgdir"/usr/share/licenses/$pkgname
install -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="9f933d22f8f2411ae770094589cbe170c631a1437d572664e0fa6b9608e6ec39deef752f2dd6408ab45acdf01bf1827ef3ced640a33da787d9cfb546f12397b5 libXau-1.0.8.tar.bz2"
+sha512sums="3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562 libXau-1.0.9.tar.bz2"