2024-04-18 07:19:59 +02:00
|
|
|
# Template file for 'kf6-kiconthemes'
|
|
|
|
pkgname=kf6-kiconthemes
|
2024-06-12 08:04:10 +02:00
|
|
|
version=6.3.0
|
2024-06-24 08:06:29 +02:00
|
|
|
revision=2
|
2024-04-18 07:19:59 +02:00
|
|
|
build_style=cmake
|
2024-05-11 09:42:08 +02:00
|
|
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
|
|
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
2024-04-18 07:19:59 +02:00
|
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
|
|
|
qt6-declarative-host-tools gettext"
|
|
|
|
makedepends="breeze-icons kf6-karchive-devel kf6-kcolorscheme-devel
|
2024-06-24 08:06:29 +02:00
|
|
|
qt6-svg-devel kf6-kconfigwidgets-devel qt6-base-private-devel"
|
2024-04-18 07:19:59 +02:00
|
|
|
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"
|
2024-06-12 08:04:10 +02:00
|
|
|
checksum=945394afc9f8207924bf07f9a6de3bee7fcd523bce87e0004d62767ab37cc303
|
2024-04-18 07:19:59 +02:00
|
|
|
|
|
|
|
kf6-kiconthemes-devel_package() {
|
2024-06-24 08:06:29 +02:00
|
|
|
depends="${makedepends//private-} ${sourcepkg}>=${version}_${revision}"
|
2024-04-18 07:19:59 +02:00
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/cmake
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
}
|
|
|
|
}
|