New package: baloo5-5.26.0
This commit is contained in:
parent
feebfc13e8
commit
0fc88bef2d
|
@ -2677,6 +2677,8 @@ libKF5People.so.5 kpeople-5.26.0_1
|
||||||
libKF5XmlRpcClient.so.5 kxmlrpcclient-5.26.0_1
|
libKF5XmlRpcClient.so.5 kxmlrpcclient-5.26.0_1
|
||||||
libKF5BluezQt.so.6 bluez-qt5-5.26.0_1
|
libKF5BluezQt.so.6 bluez-qt5-5.26.0_1
|
||||||
libKF5FileMetaData.so.3 kfilemetadata5-5.26.0_1
|
libKF5FileMetaData.so.3 kfilemetadata5-5.26.0_1
|
||||||
|
libKF5Baloo.so.5 baloo5-5.26.0_1
|
||||||
|
libKF5BalooEngine.so.5 baloo5-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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
baloo5
|
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'baloo5'
|
||||||
|
pkgname=baloo5
|
||||||
|
version=5.26.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
wrksrc="${pkgname%5}-${version}"
|
||||||
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
makedepends="kfilemetadata5-devel kidletime-devel kio-devel lmdb-devel"
|
||||||
|
depends="hicolor-icon-theme"
|
||||||
|
short_desc="A framework for searching and managing metadata"
|
||||||
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://projects.kde.org/projects/frameworks/baloo5"
|
||||||
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz"
|
||||||
|
checksum=dedd54b468e799cf0fc6e4f69e05659605907a026ec02895fc3bc250ab13f331
|
||||||
|
|
||||||
|
baloo5-devel_package() {
|
||||||
|
short_desc+=" - development"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue