mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/xload: upgrade to 1.1.3
This commit is contained in:
parent
d475af395d
commit
4f5b5ada93
@ -1,16 +1,15 @@
|
||||
# Maintainer: Taner Tas <taner76@gmail.com>
|
||||
pkgname=xload
|
||||
pkgver="1.1.2"
|
||||
pkgver="1.1.3"
|
||||
pkgrel=0
|
||||
pkgdesc="System load average display for X"
|
||||
url="https://xorg.freedesktop.org/"
|
||||
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"
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
export CFLAGS="$CFLAGS -DRLOADSTUB"
|
||||
@ -28,8 +27,7 @@ build() {
|
||||
}
|
||||
|
||||
check(){
|
||||
cd "$builddir"
|
||||
make check
|
||||
make -C "$builddir" check
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -37,4 +35,4 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="9c83d26bbb135cc0f2b3ef7f25b081cda5d080dd02b1c89195b40825a7d71211965b34336c853eb455472d9748f3edf64108455584b34b81673e2548806f423d xload-1.1.2.tar.bz2"
|
||||
sha512sums="8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5 xload-1.1.3.tar.bz2"
|
||||
|
Loading…
Reference in New Issue
Block a user