16df14d3ae
[ci skip]
26 lines
833 B
Bash
26 lines
833 B
Bash
# Template file for 'kcmutils'
|
|
pkgname=kcmutils
|
|
version=5.74.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="kcoreaddons extra-cmake-modules
|
|
qt5-host-tools qt5-qmake python3 gettext"
|
|
makedepends="kdeclarative-devel"
|
|
short_desc="Utilities for KDE System Settings modules"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.0-or-later, LGPL-2.0-only"
|
|
homepage="https://invent.kde.org/frameworks/kcmutils"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=c2d54364997ed75961ad875d73a667f6bc8d6732cfacd7ad40ba84c594d567c7
|
|
|
|
kcmutils-devel_package() {
|
|
short_desc+=" - development"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/qt5/mkspecs
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|