Merge pull request #68 from giresun28/master

kdeconnect.düzenlendi
This commit is contained in:
Milis İşletim Sistemi 2016-10-08 07:31:22 +03:00 committed by GitHub
commit af2f538c5c
1 changed files with 6 additions and 4 deletions

View File

@ -1,15 +1,18 @@
# 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
# Depends on : git 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
version=0.9g
release=1
source=( http://download.kde.org/stable/$name/$version/src/$name-kde-$version.tar.xz)
source=()
build() {
git clone git://anongit.kde.org/kdeconnect-kde.git
mkdir -p build
cd build
cmake ../kdeconnect-kde \
@ -21,4 +24,3 @@ cmake ../kdeconnect-kde \
make
make DESTDIR=$PKG install
}