* update lxtask to 0.1.10-3

This commit is contained in:
Alexander Baldeck 2024-09-20 13:52:54 +02:00
parent 3feac705c4
commit a94f784730
2 changed files with 29 additions and 2 deletions

22
lxde/lxtask/.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = lxtask
pkgdesc = Task manager of the LXDE Desktop
pkgver = 0.1.10
pkgrel = 3
url = https://lxde.org/
arch = x86_64
license = GPL2
makedepends = intltool
depends = gtk2
depends = gtk3
source = https://downloads.sourceforge.net/lxde/lxtask-0.1.10.tar.xz
sha256sums = 2216df9bc4bb2d80733e788966512ac58c421e0a0a1ff85210f34a29d1eb4e2c
pkgname = lxtask
groups = lxde
depends = gtk2
pkgname = lxtask-gtk3
pkgdesc = Task manager of the LXDE Desktop (GTK+ 3 version)
groups = lxde-gtk3
depends = gtk3
conflicts = lxtask

View File

@ -7,16 +7,21 @@
pkgbase=lxtask
pkgname=(lxtask lxtask-gtk3)
pkgver=0.1.10
pkgrel=2
pkgrel=3
pkgdesc='Task manager of the LXDE Desktop'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('GPL2')
url='https://lxde.org/'
depends=('gtk2' 'gtk3')
makedepends=('intltool' 'autoconf-archive')
makedepends=('intltool')
source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
sha256sums=('2216df9bc4bb2d80733e788966512ac58c421e0a0a1ff85210f34a29d1eb4e2c')
prepare() {
cd $pkgbase-$pkgver
autoreconf -fiv
}
build() {
# GTK+ 2 version
[ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2