# Description : Adds communication between KDE and your smartphone # URL : https://projects.kde.org/projects/playground/base/kdeconnect-kde # Packdeconnectkager : alihan-ozturk28@hotmail.com # Depends on : kf5-extra-cmake-modules kf5-kio kf5-kcmutils qca-qt5 libfakekey qjson sshfs-fuse hicolor-icon-theme kf5-kwayland name=kdeconnect version=1.0.1 release=1 source=( http://download.kde.org/stable/$name/$version/src/$name-kde-$version.tar.xz) build() { mkdir -p build cd build cmake ../kdeconnect-kde \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DLIB_INSTALL_DIR=lib\ -DLIBEXEC_INSTALL_DIR=/usr/lib \ make make DESTDIR=$PKG install }