20 lines
917 B
Bash
20 lines
917 B
Bash
# Template file for 'kdeconnect'
|
|
pkgname=kdeconnect
|
|
version=21.04.3
|
|
revision=1
|
|
wrksrc="kdeconnect-kde-${version}"
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
|
|
qt5-qmake python3 kdoctools kcoreaddons gettext"
|
|
makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
|
|
qt5-declarative-devel libfakekey-devel kwayland-devel
|
|
qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
|
|
depends="kde-cli-tools qca-qt5-ossl fuse-sshfs kirigami2 qt5-quickcontrols"
|
|
checkdepends="qca-qt5-ossl"
|
|
short_desc="Multi-platform app that allows your devices to communicate"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/KDE/kdeconnect-kde"
|
|
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-kde-${version}.tar.xz"
|
|
checksum=fe5c857b588276cff575bbc0a6cf2b58da84cd4bcf6267b745f9f0b2c26ec28b
|
|
python_version=3
|