7d028f5860
Closes: #11394 [via git-merge-pr]
20 lines
717 B
Bash
20 lines
717 B
Bash
# Template file for 'kaffeine'
|
|
pkgname=kaffeine
|
|
version=2.0.14
|
|
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=2c73fd473f0579cffa7e797e3d00c41b09d7fb4dee486bb507877a56bd1d7f3a
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|