kdeconnect.düzenlendi
This commit is contained in:
parent
8e5d589281
commit
7db4636e58
|
@ -1,15 +1,18 @@
|
||||||
# Description : Adds communication between KDE and your smartphone
|
# Description : Adds communication between KDE and your smartphone
|
||||||
# URL : https://projects.kde.org/projects/playground/base/kdeconnect-kde
|
# URL : https://projects.kde.org/projects/playground/base/kdeconnect-kde
|
||||||
# Packdeconnectkager : alihan-ozturk28@hotmail.com
|
# 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
|
name=kdeconnect
|
||||||
version=1.0.1
|
version=0.9g
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=( http://download.kde.org/stable/$name/$version/src/$name-kde-$version.tar.xz)
|
source=()
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
||||||
|
git clone git://anongit.kde.org/kdeconnect-kde.git
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake ../kdeconnect-kde \
|
cmake ../kdeconnect-kde \
|
||||||
|
@ -21,4 +24,3 @@ cmake ../kdeconnect-kde \
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue