From 7ac5361fde326b0dad7637ab1cdf5804986407ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burkhard=20L=C3=BCck?= Date: Wed, 5 Dec 2012 15:50:30 +0100 Subject: [PATCH 1/3] move to proper place to get picked up by scripty --- CMakeLists.txt | 2 + man-plasmapkg.1.docbook | 107 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 CMakeLists.txt create mode 100644 man-plasmapkg.1.docbook diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 000000000..f846cd5ec --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,2 @@ +kde4_create_manpage(man-plasmapkg.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR}) + diff --git a/man-plasmapkg.1.docbook b/man-plasmapkg.1.docbook new file mode 100644 index 000000000..223ba6229 --- /dev/null +++ b/man-plasmapkg.1.docbook @@ -0,0 +1,107 @@ + + +]> + + + +KDE User's Manual +2012-12-05 +K Desktop Environment + + + +plasmapkg +1 + + + +plasmapkg +Install, list, remove Plasma packages + + + + +plasmapkg + + path + + type + path + path + + + name + path +KDE Generic Options +Qt Generic Options + + + + +Description +plasmapkg is a command line tool to +install, list, remove Plasma packages. + + + + +Options + + + + path +Generate a SHA1 hash for the package at path. + + + +For install or remove, operates on packages installed for all users. + + + type +The type of package, ⪚ theme, wallpaper, plasmoid, dataengine, runner, layout-template, &etc; [plasmoid]. + + + path +Install the package at path. + + + path +Upgrade the package at path. + + + +List installed packages. + + + name +Remove the package named name. + + + path +Absolute path to the package root. If not supplied, then the standard data +directories for this &kde; session will be searched instead. + + + + + + + +See Also + +More detailed user documentation is available from help:/plasma-desktop +(either enter this URL into &konqueror;, or run +khelpcenter +help:/plasma-desktop). + + + + +Authors +plasmapkg was written by +AaronSeigo aseigo@kde.org. + + + From fee3913bc5a0a59e9faf2e32374704e0cc62fed7 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 5 Mar 2014 00:03:32 +0100 Subject: [PATCH 2/3] Use DocBookXML 4.5 for documentation --- man-plasmapkg.1.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man-plasmapkg.1.docbook b/man-plasmapkg.1.docbook index 223ba6229..8b089b6b0 100644 --- a/man-plasmapkg.1.docbook +++ b/man-plasmapkg.1.docbook @@ -1,5 +1,5 @@ - ]> From ab99522a50c07528b820385a9e62f65ad0e0ebf1 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 7 Mar 2014 16:27:08 +0100 Subject: [PATCH 3/3] Port the cmake scripts with regards to documentation Needs a small change in KDocTools --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f846cd5ec..93b1d241e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,2 +1,2 @@ -kde4_create_manpage(man-plasmapkg.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR}) +kdoctools_create_manpage(man-plasmapkg.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})