mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
New package: kf6-kcolorscheme-6.1.0
This commit is contained in:
parent
1312471268
commit
95d4880726
3 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
1
srcpkgs/kf6-kcolorscheme-devel
Symbolic link
1
srcpkgs/kf6-kcolorscheme-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kf6-kcolorscheme
|
24
srcpkgs/kf6-kcolorscheme/template
Normal file
24
srcpkgs/kf6-kcolorscheme/template
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue