kf6-baloo: update to 6.5.0.
This commit is contained in:
parent
a9d4ad709c
commit
bf48f9729e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kf6-baloo'
|
||||
pkgname=kf6-baloo
|
||||
version=6.3.0
|
||||
version=6.5.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||
|
@ -16,7 +16,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/baloo"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=87af96e58d9303479e628b7c801665631b6e5698e1ba9526f415cf6f3755a064
|
||||
checksum=d8046cb6e7df1d5b8310aed4e4dc71ec8379b602744b90d08fa9f14bda47a6af
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
|
@ -28,6 +28,7 @@ kf6-baloo-devel_package() {
|
|||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in New Issue