summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin Kofler <kevin.kofler@chello.at>2011-11-18 00:26:53 +0100
committerKevin Kofler <kevin.kofler@chello.at>2011-11-21 15:51:44 +0100
commit57a5fe1147ba269e42b0f52366b5440355e7e82a (patch)
treee2e45bf71ecb9c17eb1d4c09e8948b61f08a59de /docs
parentd16ec6c516f23f53857142a496131d6cf3c56e33 (diff)
Allow the Plasma version to be specified for PK_PROVIDES_ENUM_PLASMA_SERVICE.
In order to support both KDE Plasma Workspaces 4 (libplasma 1) and the upcoming KDE Plasma Workspaces 5 (libplasma 2), we need to also accept query strings of the plasma5(dataengine-weather) format, not just the dataengine-weather format implicitly assumed to be plasma4.
Diffstat (limited to 'docs')
-rw-r--r--docs/provides-component-naming.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/provides-component-naming.txt b/docs/provides-component-naming.txt
index 139fc374..393d7ce3 100644
--- a/docs/provides-component-naming.txt
+++ b/docs/provides-component-naming.txt
@@ -31,8 +31,12 @@ POSTSCRIPT_DRIVER:
to underscores.
Example: "postscriptdriver(epson;stylus_d92;)"
-PLASMA_SERVICE: A string in the format of "servicetype-name",
- e.g. "plasma4(dataengine-weather)".
+PLASMA_SERVICE: A string in the format of
+ "plasma<version>(servicetype-name)" (where <version> is
+ currently expected to be 4 or 5), e.g.
+ "plasma4(dataengine-weather)". For backwards
+ compatibility, "servicetype-name" will be treated the
+ same as "plasma4(servicetype-name)".
SHARED_LIB: Name of a shared library
Example: "libpackagekit-glib2.so.14"