New package: kded-5.26.0
This commit is contained in:
parent
4b4d7bf243
commit
ffea78f171
3 changed files with 25 additions and 0 deletions
|
@ -2666,6 +2666,8 @@ libkdeinit5_klauncher.so kinit-5.26.0_1
|
|||
libKF5NewStuff.so.5 knewstuff-5.26.0_1
|
||||
libKF5NotifyConfig.so.5 knotifyconfig-5.26.0_1
|
||||
libKF5Parts.so.5 kparts-5.26.0_1
|
||||
libKF5Activities.so.5 kactivities5-5.26.0_1
|
||||
libkdeinit5_kded5.so kded-5.26.0_1
|
||||
liblmdb.so.0 lmdb-0.9.18_2
|
||||
libisns.so.0 libisns-0.96_1
|
||||
libz80ex.so.1 z80ex-1.1.21_1
|
||||
|
|
1
srcpkgs/kded-devel
Symbolic link
1
srcpkgs/kded-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kded
|
22
srcpkgs/kded/template
Normal file
22
srcpkgs/kded/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'kded'
|
||||
pkgname=kded
|
||||
version=5.26.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
makedepends="kdoctools-devel kinit-devel"
|
||||
short_desc="Central daemon of KDE workspaces"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kded"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=145892109c2984ee62e3cb485b2f62f9c29a9d88e181c7e475989bb700946866
|
||||
|
||||
kded-devel_package() {
|
||||
short_desc+=" - development"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue