New package: kf6-kcolorscheme-6.1.0

This commit is contained in:
John 2024-02-29 21:12:35 +01:00 committed by Đoàn Trần Công Danh
parent 1312471268
commit 95d4880726
3 changed files with 26 additions and 0 deletions

View File

@ -1941,6 +1941,7 @@ libKF6Archive.so.6 kf6-karchive-6.0.0_1
libKF6Attica.so.6 kf6-attica-6.0.0_1
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
libKF6Codecs.so.6 kf6-kcodecs-6.0.0_1
libKF6ColorScheme.so.6 kf6-kcolorscheme-6.0.0_1
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
libKF6ConfigQml.so.6 kf6-kconfig-6.0.0_1
libKF6ConfigGui.so.6 kf6-kconfig-6.0.0_1

View File

@ -0,0 +1 @@
kf6-kcolorscheme

View File

@ -0,0 +1,24 @@
# Template file for 'kf6-kcolorscheme'
pkgname=kf6-kcolorscheme
version=6.1.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
gettext"
makedepends="kf6-kconfig-devel kf6-kguiaddons-devel kf6-ki18n-devel"
short_desc="Classes to read and interact with KColorScheme"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kcolorscheme"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=c30aa87f3a606807c4068dab0080392bdca49f8fbef18553e1a7de0f7c5b036a
kf6-kcolorscheme-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}