pkgname=kde-cli-tools pkgver=6.0.4 pkgrel=1 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" arch=('x86_64') url="https://kde.org/plasma-desktop" license=('LGPL-2.0-or-later') groups=('plasma') depends=('gcc-libs' 'glibc' 'kcmutils' 'kcompletion' 'kconfig' 'kcoreaddons' 'kdesu' 'ki18n' 'kiconthemes' 'kio' 'kparts' 'kservice' 'kwidgetsaddons' 'kwindowsystem' 'qt6-qtbase' 'qt6-qtsvg' 'bash') makedepends=('extra-cmake-modules' 'cmake' 'kdoctools' 'docbook-xml' 'docbook-xsl') source=(https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz) sha256sums=(39d6e93ee2e274d3a4b878d46b761be7cb338ee261325f326ce291a0ec95ae6d) build() { cd ${pkgname}-${pkgver} cmake -B flarebird-build -Wno-dev \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBEXECDIR=libexec \ -DKDE_INSTALL_LIBDIR=lib64 \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_QT5=OFF \ -DBUILD_TESTING=OFF cmake --build flarebird-build } package() { cd ${pkgname}-${pkgver} DESTDIR=${pkgdir} cmake --install flarebird-build }