diff --git a/common/shlibs b/common/shlibs index 0b559c61eb9..b48a2252c08 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2638,6 +2638,7 @@ libKF5Archive.so.5 karchive-5.26.0_1 libKF5Codecs.so.5 kcodecs-5.26.0_1 libKF5ConfigCore.so.5 kconfig-5.26.0_1 libKF5ConfigGui.so.5 kconfig-5.26.0_1 +libKF5Completion.so.5 kcompletion-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 diff --git a/srcpkgs/kcompletion-devel b/srcpkgs/kcompletion-devel new file mode 120000 index 00000000000..b571cdfebd2 --- /dev/null +++ b/srcpkgs/kcompletion-devel @@ -0,0 +1 @@ +kcompletion \ No newline at end of file diff --git a/srcpkgs/kcompletion/template b/srcpkgs/kcompletion/template new file mode 100644 index 00000000000..d636ae5835f --- /dev/null +++ b/srcpkgs/kcompletion/template @@ -0,0 +1,24 @@ +# Template file for 'kcompletion' +pkgname=kcompletion +version=5.26.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules" +makedepends="kconfig-devel kwidgetsaddons-devel" +short_desc="KDE Powerful completion framework" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/kcompletion" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=fa50bb46867cbbb531d7ed1ed306f201526155ff13a7e47ed1ad697c333670b8 + +kcompletion-devel_package() { + short_desc+=" - development" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/qt5/mkspecs + vmove usr/lib/cmake + vmove usr/lib/*.so + } +}