* update xfce4-systemload-plugin to 1.3.3-1

This commit is contained in:
Alexander Baldeck 2025-01-23 14:34:59 +01:00
parent f0b36ceaf3
commit 37e507cf6b
2 changed files with 9 additions and 15 deletions

View File

@ -1,17 +1,16 @@
pkgbase = xfce4-systemload-plugin
pkgdesc = System load plugin for the Xfce panel
pkgver = 1.3.2
pkgrel = 4
pkgver = 1.3.3
pkgrel = 1
url = https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start
arch = x86_64
groups = xfce4-goodies
license = BSD-2-Clause
makedepends = git
makedepends = intltool
makedepends = xfce4-dev-tools
depends = xfce4-panel
depends = libgtop
source = git+https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin.git#tag=xfce4-systemload-plugin-1.3.2
sha256sums = 93fc07d6216ac83111f5271f1dd76c22799467deb172d502baeaf2d39904625b
source = git+https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin.git#tag=xfce4-systemload-plugin-1.3.3
sha256sums = 531d8b2750345b2828a375d6c6133153e14763ab0cb1de25b9da5fc438fb2c7a
pkgname = xfce4-systemload-plugin

View File

@ -5,25 +5,20 @@
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=xfce4-systemload-plugin
pkgver=1.3.2
pkgrel=4
pkgver=1.3.3
pkgrel=1
pkgdesc="System load plugin for the Xfce panel"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('BSD-2-Clause')
url="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start"
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libgtop')
makedepends=('git' 'intltool' 'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin.git#tag=$pkgname-$pkgver"
xfce4-systemload-plugin-1.3.2-32bit.patch)
sha256sums=('93fc07d6216ac83111f5271f1dd76c22799467deb172d502baeaf2d39904625b'
'fb35cfd13c479ed7a3af1d7d36120fab1def9af10b1bcff6fa0cf40224d204f4')
makedepends=('git' 'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin.git#tag=$pkgname-$pkgver")
sha256sums=('531d8b2750345b2828a375d6c6133153e14763ab0cb1de25b9da5fc438fb2c7a')
prepare() {
cd $pkgname
patch -Np1 -i ${srcdir}/xfce4-systemload-plugin-1.3.2-32bit.patch
NOCONFIGURE=1 ./autogen.sh
}