22 lines
879 B
Bash
22 lines
879 B
Bash
# Template file for 'elisa'
|
|
pkgname=elisa
|
|
version=0.4.2
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules kdoctools qt5-host-tools"
|
|
makedepends="baloo5-devel kcmutils-devel qt5-multimedia-devel qt5-plugin-mysql
|
|
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds
|
|
qt5-quickcontrols2-devel kirigami2-devel vlc-devel"
|
|
depends="qt5-graphicaleffects qt5-quickcontrols"
|
|
short_desc="Simple and flexible music player"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://community.kde.org/Elisa"
|
|
distfiles="${KDE_SITE}/elisa/${version}/elisa-${version}.tar.xz"
|
|
checksum=fc2496cad8b52daafa2c28fd033d8bd47e842de3ef3865cf0bffdd84a8712a6d
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel"
|
|
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
|
fi
|