New package: kcompletion-5.26.0
This commit is contained in:
parent
09f067c465
commit
bfe8c1e184
@ -2638,6 +2638,7 @@ libKF5Archive.so.5 karchive-5.26.0_1
|
|||||||
libKF5Codecs.so.5 kcodecs-5.26.0_1
|
libKF5Codecs.so.5 kcodecs-5.26.0_1
|
||||||
libKF5ConfigCore.so.5 kconfig-5.26.0_1
|
libKF5ConfigCore.so.5 kconfig-5.26.0_1
|
||||||
libKF5ConfigGui.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
|
liblmdb.so.0 lmdb-0.9.18_2
|
||||||
libisns.so.0 libisns-0.96_1
|
libisns.so.0 libisns-0.96_1
|
||||||
libz80ex.so.1 z80ex-1.1.21_1
|
libz80ex.so.1 z80ex-1.1.21_1
|
||||||
|
1
srcpkgs/kcompletion-devel
Symbolic link
1
srcpkgs/kcompletion-devel
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
kcompletion
|
24
srcpkgs/kcompletion/template
Normal file
24
srcpkgs/kcompletion/template
Normal file
@ -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 <denis.revin@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user