From 0e498436b6e4f26c5c2098f9cd8f5532a99b8f05 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Mon, 9 May 2022 06:57:59 +0000 Subject: [PATCH] testing/xload: upgrade to 1.1.4 --- testing/xload/APKBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/testing/xload/APKBUILD b/testing/xload/APKBUILD index 3de87faa888d..773e24789cfd 100644 --- a/testing/xload/APKBUILD +++ b/testing/xload/APKBUILD @@ -1,21 +1,19 @@ # Maintainer: Taner Tas <taner76@gmail.com> pkgname=xload -pkgver="1.1.3" +pkgver=1.1.4 pkgrel=0 pkgdesc="System load average display for X" url="https://xorg.freedesktop.org" arch="all" license="MIT" -depends="libintl" makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev gettext-dev" subpackages="$pkgname-doc" -source="https://www.x.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2" +source="https://www.x.org/archive/individual/app/xload-$pkgver.tar.xz" build() { export CFLAGS="$CFLAGS -DRLOADSTUB" export LIBS="$LIBS -lintl" - cd "$builddir" - ./configure \ + ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ @@ -26,13 +24,14 @@ build() { make } -check(){ - make -C "$builddir" check +check() { + make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5 xload-1.1.3.tar.bz2" +sha512sums=" +114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2 xload-1.1.4.tar.xz +" -- GitLab