milis/talimatname/genel/kdeconnect/talimat

27 lines
667 B
Plaintext
Raw Normal View History

2016-07-25 01:42:35 +02:00
# Description : Adds communication between KDE and your smartphone
# URL : https://projects.kde.org/projects/playground/base/kdeconnect-kde
# Packdeconnectkager : alihan-ozturk28@hotmail.com
2016-10-08 12:05:25 +02:00
# Depends on : git kf5-extra-cmake-modules kf5-kio kf5-kcmutils qca-qt5 libfakekey qjson sshfs-fuse hicolor-icon-theme kf5-kwayland
2016-07-25 01:42:35 +02:00
name=kdeconnect
2016-10-08 12:05:25 +02:00
version=0.9g
2016-07-25 01:42:35 +02:00
release=1
2016-10-08 12:05:25 +02:00
source=()
2016-07-25 01:42:35 +02:00
build() {
2016-10-08 12:05:25 +02:00
git clone git://anongit.kde.org/kdeconnect-kde.git
2016-07-25 01:42:35 +02:00
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
}