mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: kf6-kded-6.1.0
This commit is contained in:
parent
42ec0dbad6
commit
ceb32c3970
2 changed files with 26 additions and 0 deletions
1
srcpkgs/kf6-kded-devel
Symbolic link
1
srcpkgs/kf6-kded-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kf6-kded
|
25
srcpkgs/kf6-kded/template
Normal file
25
srcpkgs/kf6-kded/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'kf6-kded'
|
||||||
|
pkgname=kf6-kded
|
||||||
|
version=6.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
build_helper=qemu
|
||||||
|
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake"
|
||||||
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||||
|
kf6-kdoctools kf6-kconfig"
|
||||||
|
makedepends="kf6-kconfig-devel kf6-kcoreaddons-devel kf6-kcrash-devel
|
||||||
|
kf6-kdbusaddons-devel kf6-kservice-devel"
|
||||||
|
short_desc="KDE Daemon"
|
||||||
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://invent.kde.org/frameworks/kded"
|
||||||
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||||
|
checksum=b18d0ef236995c19da926e5ba3f248689850ffde660eb86b18ab68e87b119ba1
|
||||||
|
|
||||||
|
kf6-kded-devel_package() {
|
||||||
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue