summaryrefslogtreecommitdiff
path: root/user/xstdcmap
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 02:48:51 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 02:48:51 +0000
commit0c5360cbaf58fdbed997ac40ba4068e941bf4259 (patch)
treeba9548c07e3869d5a89d257483d34c2d87a0b564 /user/xstdcmap
parentf6ce56d3d093c861e01bd84ff44389179526c4ef (diff)
downloadpackages-0c5360cbaf58fdbed997ac40ba4068e941bf4259.tar.gz
packages-0c5360cbaf58fdbed997ac40ba4068e941bf4259.tar.bz2
packages-0c5360cbaf58fdbed997ac40ba4068e941bf4259.tar.xz
packages-0c5360cbaf58fdbed997ac40ba4068e941bf4259.zip
user/xstdcmap: bump to 1.0.4
Diffstat (limited to 'user/xstdcmap')
-rw-r--r--user/xstdcmap/APKBUILD16
1 files changed, 3 insertions, 13 deletions
diff --git a/user/xstdcmap/APKBUILD b/user/xstdcmap/APKBUILD
index 5c2622cf3..076ac3256 100644
--- a/user/xstdcmap/APKBUILD
+++ b/user/xstdcmap/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xstdcmap
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=0
pkgdesc="Define standard X11 colour map properties"
url="https://www.X.Org/"
@@ -10,17 +10,9 @@ license="X11"
depends=""
makedepends="libx11-dev libxmu-dev util-macros xorgproto-dev"
subpackages="$pkgname-doc"
-source="https://www.x.org/releases/individual/app/xstdcmap-$pkgver.tar.bz2"
-
-prepare() {
- cd "$builddir"
- default_prepare
- chmod a+w config.sub
- update_config_sub
-}
+source="https://www.X.Org/releases/individual/app/xstdcmap-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -32,13 +24,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="8037ddb9c6b8f3a65d35637a1fca2b1b6c7e76afce5c13b1947cf72c3ca87679aa2ed05caf308d90549432b7fe029a522a99f32701bd0087c140bf4fafdb4d49 xstdcmap-1.0.3.tar.bz2"
+sha512sums="2adbb0aec1766341e04090efa962241ff6c9e32c612851b7221cec0ee16852107d406a08ec5251070f39df882c13e3c8c9edcd88f278187a9f373e1727643a8f xstdcmap-1.0.4.tar.bz2"