* update liquidshell to 1.10.0-1

This commit is contained in:
Alexander Baldeck 2025-03-13 10:08:31 +01:00
parent 208c765bec
commit c177c72596

49
kde/liquidshell/PKGBUILD Normal file
View File

@ -0,0 +1,49 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=liquidshell
pkgver=1.10.0
pkgrel=1
pkgdesc='Basic desktop shell using QtWidgets'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://invent.kde.org/system/liquidshell'
license=(GPL-3.0-or-later)
depends=(bluez-qt
gcc-libs
glibc
karchive
kcmutils
kcolorscheme
kconfig
kcoreaddons
kcrash
kdbusaddons
ki18n
kiconthemes
kio
kitemviews
knewstuff
knotifications
kservice
kstatusnotifieritem # Dbus
kwidgetsaddons
kwindowsystem
kxmlgui
networkmanager-qt
qt6-base
sh
solid)
makedepends=(extra-cmake-modules)
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('27adb52c1ee292f853921414b46ac8968f39126c5c7e8afb169abb2736c3f604'
'SKIP')
validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller <kollix@aon.at>
build() {
cmake -B build -S $pkgname-$pkgver
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}