mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: kf6-kiconthemes-6.1.0
This commit is contained in:
parent
93b221b5bd
commit
9533db2f32
3 changed files with 28 additions and 0 deletions
|
@ -1956,6 +1956,8 @@ libKF6DocTools.so.6 kf6-kdoctools-6.0.0_1
|
||||||
libKF6GuiAddons.so.6 kf6-kguiaddons-6.0.0_1
|
libKF6GuiAddons.so.6 kf6-kguiaddons-6.0.0_1
|
||||||
libKF6I18nLocaleData.so.6 kf6-ki18n-6.0.0_1
|
libKF6I18nLocaleData.so.6 kf6-ki18n-6.0.0_1
|
||||||
libKF6I18n.so.6 kf6-ki18n-6.0.0_1
|
libKF6I18n.so.6 kf6-ki18n-6.0.0_1
|
||||||
|
libKF6IconThemes.so.6 kf6-kiconthemes-6.0.0_1
|
||||||
|
libKF6IconWidgets.so.6 kf6-kiconthemes-6.0.0_1
|
||||||
libKF6Package.so.6 kf6-kpackage-6.0.0_1
|
libKF6Package.so.6 kf6-kpackage-6.0.0_1
|
||||||
libKF6Service.so.6 kf6-kservice-6.0.0_1
|
libKF6Service.so.6 kf6-kservice-6.0.0_1
|
||||||
libKF6Solid.so.6 kf6-solid-6.0.0_1
|
libKF6Solid.so.6 kf6-solid-6.0.0_1
|
||||||
|
|
1
srcpkgs/kf6-kiconthemes-devel
Symbolic link
1
srcpkgs/kf6-kiconthemes-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kf6-kiconthemes
|
25
srcpkgs/kf6-kiconthemes/template
Normal file
25
srcpkgs/kf6-kiconthemes/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'kf6-kiconthemes'
|
||||||
|
pkgname=kf6-kiconthemes
|
||||||
|
version=6.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||||
|
qt6-declarative-host-tools gettext"
|
||||||
|
makedepends="breeze-icons kf6-karchive-devel kf6-kcolorscheme-devel
|
||||||
|
qt6-svg-devel kf6-kconfigwidgets-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=f557bd269fafe617eb8d4b7ac2959609f96cce3ea8b1b3ac231063a726927bb0
|
||||||
|
|
||||||
|
kf6-kiconthemes-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