28 lines
980 B
Bash
28 lines
980 B
Bash
# Template file for 'kf6-kiconthemes'
|
|
pkgname=kf6-kiconthemes
|
|
version=6.7.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
|
qt6-declarative-host-tools gettext"
|
|
makedepends="libbreeze-icons-devel kf6-karchive-devel kf6-kcolorscheme-devel
|
|
qt6-svg-devel kf6-kconfigwidgets-devel qt6-base-private-devel"
|
|
short_desc="KDE Icon GUI utilities"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/kiconthemes"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=be25bff1f5f65edd45b24ff9beda44b04c0e22d193e72458c96a5c591b70b968
|
|
|
|
kf6-kiconthemes-devel_package() {
|
|
depends="${makedepends//private-} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|