desktop/kdeconnect/PKGBUILD
2018-01-17 09:03:35 +00:00

33 lines
820 B
Bash

source ../kdeapps.conf
pkgname=kdeconnect
pkgver=1.2.1
pkgrel=1
epoch=1
pkgdesc='Adds communication between KDE and your smartphone'
arch=(x86_64)
url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
license=(GPL2)
depends=(kio kcmutils qca-qt5 libfakekey hicolor-icon-theme kwayland telepathy-qt5)
makedepends=(extra-cmake-modules python3 kdoctools)
optdepends=('sshfs: remote filesystem browser')
install=$pkgname.install
screenshot=('http://albertvaka.files.wordpress.com/2013/08/kcm.png')
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-v$pkgver.tar.xz")
sha1sums=('a0763f862324f906d89ecf5294052d6a58e14a35')
prepare() {
mkdir -p build
}
build() {
cd build
cmake_kf5 ../kdeconnect-kde-v$pkgver
make
}
package() {
cd build
make DESTDIR="$pkgdir" install
}