summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-06-14 17:39:50 +0200
committer Eric Hameleers <alien@slackware.com>2015-06-14 17:39:50 +0200
commit1d14519b336026a1093b2769bf5b3db26c46db36 (patch)
tree6f393d7ccde991552df92fd0ccd8dd789488efe5
parentea7824ae140949e93523f21ec9496fcd6d52fdc0 (diff)
downloadktown-1d14519b336026a1093b2769bf5b3db26c46db36.tar.gz
ktown-1d14519b336026a1093b2769bf5b3db26c46db36.tar.xz
kde4-extragear: added kdeconnect4.
This package allows Dolphion in Plasma 5 (which is still based on KDE4) to access the filesystem on an Android device. It contains the bare necessities of the kdeconnect4 package which is part of KDE 4.14.3 and is co-installable with kdeconnect-framework.
-rw-r--r--kde/make/kdeconnect410
-rw-r--r--kde/modularize1
-rw-r--r--kde/modules/kde4-extragear1
-rw-r--r--kde/pkgsrc/kdeconnect41
-rw-r--r--kde/slack-desc/kdeconnect419
5 files changed, 32 insertions, 0 deletions
diff --git a/kde/make/kdeconnect4 b/kde/make/kdeconnect4
new file mode 100644
index 0000000..d8e2698
--- /dev/null
+++ b/kde/make/kdeconnect4
@@ -0,0 +1,10 @@
+make $NUMJOBS || make || exit 1
+cd interfaces
+ make install DESTDIR=$PKG || exit 1
+cd -
+cd kio
+ make install DESTDIR=$PKG || exit 1
+cd -
+cd fileitemactionplugin
+ make install DESTDIR=$PKG || exit 1
+cd -
diff --git a/kde/modularize b/kde/modularize
index 3a0cdf9..63b7714 100644
--- a/kde/modularize
+++ b/kde/modularize
@@ -388,4 +388,5 @@ kio-mtp
libktorrent
ktorrent
partitionmanager
+kdeconnect4
diff --git a/kde/modules/kde4-extragear b/kde/modules/kde4-extragear
index 2a5ea89..b517eb4 100644
--- a/kde/modules/kde4-extragear
+++ b/kde/modules/kde4-extragear
@@ -16,4 +16,5 @@ kio-mtp
#libktorrent
#ktorrent
partitionmanager
+kdeconnect4
diff --git a/kde/pkgsrc/kdeconnect4 b/kde/pkgsrc/kdeconnect4
new file mode 100644
index 0000000..30dffe3
--- /dev/null
+++ b/kde/pkgsrc/kdeconnect4
@@ -0,0 +1 @@
+kde4-extragear/kdeconnect-kde
diff --git a/kde/slack-desc/kdeconnect4 b/kde/slack-desc/kdeconnect4
new file mode 100644
index 0000000..aa45f71
--- /dev/null
+++ b/kde/slack-desc/kdeconnect4
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kdeconnect4: kdeconnect4 (Integrate Android with the KDE Desktop)
+kdeconnect4:
+kdeconnect4: KDE Connect is a module to connect KDE with your smartphone.
+kdeconnect4: Prominent features are: clipboard share, notifications sync,
+kdeconnect4: multimedia remote control over secured network connections.
+kdeconnect4: Please note you will need to install KDE Connect on Android
+kdeconnect4: for this app to work:
+kdeconnect4: https://play.google.com/store/apps/details?id=org.kde.kdeconnect4_tp
+kdeconnect4: This package provides support for Dolphin (kdelibs4) in Plasma5.
+kdeconnect4: See also:
+kdeconnect4: http://albertvaka.wordpress.com/2013/08/05/introducing-kde-connect/