mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
milou: update to 5.13.3.
This commit is contained in:
parent
6bf4cb3513
commit
c05323829b
1 changed files with 12 additions and 6 deletions
|
@ -1,14 +1,20 @@
|
||||||
# Template file for 'milou'
|
# Template file for 'milou'
|
||||||
pkgname=milou
|
pkgname=milou
|
||||||
version=5.12.0
|
version=5.13.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="extra-cmake-modules"
|
hostmakedepends="extra-cmake-modules kdoctools kpackage qt5-host-tools
|
||||||
makedepends="krunner-devel kdoctools"
|
qt5-qmake"
|
||||||
|
makedepends="krunner-devel"
|
||||||
short_desc="KDE dedicated search application built on top of Baloo"
|
short_desc="KDE dedicated search application built on top of Baloo"
|
||||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later, LPGL-2.1-or-later"
|
||||||
homepage="https://projects.kde.org/projects/plasma/milou"
|
homepage="https://projects.kde.org/projects/plasma/milou"
|
||||||
distfiles="http://download.kde.org/stable/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=3c95f4e1267e3539be09ee54336097a6ca3fe2af74d0234ea54c930999739bf6
|
checksum=49bea3c5ccb22e40af91122689c67cde42a3cde37c9a4b41f4fc2cccb6dd9323
|
||||||
|
nocross="/bin/sh: /usr/aarch64-linux-musl/usr/bin/desktoptojson: cannot execute binary file"
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue