[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:05 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=d3a3793

The following commit has been merged in the master branch:
commit d3a379386e32a39da5ff25e973ccaad432a2e901
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Nov 10 04:02:03 2014 +0100

    Install a desktop file to use the plasmoid in a windowed mode
    
    It uses a --statusnotifier modifier that will be available since
    plasma 5.2 that will place it in the system tray.
---
 CMakeLists.txt                |  2 ++
 kdeconnect-non-plasma.desktop | 11 +++++++++++
 2 files changed, 13 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84d45ea..b4678cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,3 +33,5 @@ add_subdirectory(cli)
 add_subdirectory(fileitemactionplugin)
 
 add_subdirectory(tests)
+
+install(PROGRAMS kdeconnect-non-plasma.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
diff --git a/kdeconnect-non-plasma.desktop b/kdeconnect-non-plasma.desktop
new file mode 100755
index 0000000..60b7ae4
--- /dev/null
+++ b/kdeconnect-non-plasma.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=KDE Connect
+Comment=Reach out to your devices
+Exec=plasmawindowed org.kde.kdeconnect --statusnotifier
+Icon=kdeconnect
+Type=Application
+Terminal=false
+Categories=Qt;KDE;Network
+
+NotShowIn=KDE;Plasma
+

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list