milis/talimatname/genel/k/kdeconnect/talimat

27 lines
657 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: KDE ve akıllı telefonunuz arasında iletişim kurar
# URL : https://projects.kde.org/projects/playground/base/kdeconnect-kde
# Packdeconnectkager : alihan-ozturk28@hotmail.com
# Gerekler: git kf5-extra-cmake-modules kf5-kio kf5-kcmutils qca-qt5 libfakekey qjson sshfs-fuse hicolor-icon-theme kf5-kwayland
isim=kdeconnect
surum=0.9g
devir=1
kaynak=()
derle() {
git clone git://anongit.kde.org/kdeconnect-kde.git
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
}