[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/16.04.2-1-19-g6095d3e

Maximiliano Curia maxy at moszumanska.debian.org
Sat Sep 10 17:04:01 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=a1ed1cc

The following commit has been merged in the master branch:
commit a1ed1cc1c3f09c43051e70f3af6a56fb0bd2eee0
Author: Martin Walch <walch.martin at web.de>
Date:   Sun Apr 24 22:29:18 2016 +0200

    Make kded happy by prepending "kded_" to the X-KDE-Library value "ktp_integration_module"
    
    kded complains:
    
    > found kded module "ktp_integration_module" by prepending 'kded_' to the library path, please fix your metadata.
    
    Fix it by prepending kded_ in the corresponding file ktp_integration_module.desktop.
    
    REVIEW: 127736
---
 ktp_integration_module.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ktp_integration_module.desktop b/ktp_integration_module.desktop
index 225de36..c3e145d 100644
--- a/ktp_integration_module.desktop
+++ b/ktp_integration_module.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Type=Service
 X-KDE-ServiceTypes=KDEDModule
-X-KDE-Library=ktp_integration_module
+X-KDE-Library=kded_ktp_integration_module
 X-KDE-DBus-ModuleName=ktp_integration_module
 X-KDE-Kded-autoload=false
 X-KDE-Kded-load-on-demand=true

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list