21 lines
717 B
Bash
21 lines
717 B
Bash
# Template file for 'kaffeine'
|
|
pkgname=kaffeine
|
|
version=2.0.13
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules pkg-config"
|
|
makedepends="kidletime-devel kio-devel vlc-devel
|
|
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
|
qt5-plugin-sqlite qt5-plugin-tds"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
short_desc="KDE media player"
|
|
homepage="https://www.kde.org/applications/multimedia/kaffeine/"
|
|
license="GPL-2"
|
|
distfiles="https://download.kde.org/stable/kaffeine/kaffeine-${version}.tar.xz"
|
|
checksum=1ac52ac811a9c9e88fcd466a7df13860fcd749cd125e7d533f589e6a6ee176fd
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|