New package: elisa-0.2.1
This commit is contained in:
parent
ee4e6ad061
commit
0b34af1f97
1 changed files with 22 additions and 0 deletions
22
srcpkgs/elisa/template
Normal file
22
srcpkgs/elisa/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'elisa'
|
||||
pkgname=elisa
|
||||
version=0.2.1
|
||||
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"
|
||||
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=b0ee2d3ea01d573ffc53ca8719ca48c831597f408e3803ae5e7606fd3dfbfe7e
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kconfig-devel kcoreaddons-devel"
|
||||
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
||||
fi
|
Loading…
Reference in a new issue