e0a1c84e2d
[ci skip]
20 lines
785 B
Bash
20 lines
785 B
Bash
# Template file for 'milou'
|
|
pkgname=milou
|
|
version=5.18.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules kdoctools kpackage qt5-host-tools
|
|
gettext qt5-qmake"
|
|
makedepends="krunner-devel kitemmodels-devel"
|
|
short_desc="KDE dedicated search application built on top of Baloo"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-2.0-or-later, LPGL-2.1-or-later"
|
|
homepage="https://projects.kde.org/projects/plasma/milou"
|
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=3a74fe8846cca7e1d01c614d5112f44f93042e0b20c60cf0c6ec10b8f18bd4c6
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
|
|
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
|
fi
|