[SCM] kcron packaging branch, master, updated. debian/14.12.2-1-6-g902ca6b

Jeremy Lainé sharky at moszumanska.debian.org
Mon Jul 27 20:31:06 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kcron.git;a=commitdiff;h=902ca6b

The following commit has been merged in the master branch:
commit 902ca6b046f61d6438988420c3b772039a715c53
Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Jul 27 22:30:59 2015 +0200

    Add a patch to set a valid category for the control module.
---
 debian/changelog                      |  1 +
 debian/patches/fix_kcm_category.patch | 20 ++++++++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 250981e..bc1c281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kcron (4:15.04.3-1~) UNRELEASED; urgency=medium
   [ Jeremy Lainé ]
   * New upstream release (15.04.3).
   * Fix kde-config-cron.install for KF5.
+  * Add a patch to set a valid category for the control module.
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 23 Apr 2015 16:31:16 +0200
 
diff --git a/debian/patches/fix_kcm_category.patch b/debian/patches/fix_kcm_category.patch
new file mode 100644
index 0000000..f90b400
--- /dev/null
+++ b/debian/patches/fix_kcm_category.patch
@@ -0,0 +1,20 @@
+Description: Set the systemsettings category to "session"
+
+The upstream kcm_cron.desktop file specifies "system-administration" as the
+category for the kde control module, but this category was removed in KF5.
+As a result, the control module is not visible in systemsettings.
+
+Author: Jeremy Lainé <jeremy.laine at m4x.org>
+Bug: https://bugs.kde.org/show_bug.cgi?id=347028
+
+--- a/src/kcm_cron.desktop	2015-02-19 07:12:38.000000000 +0100
++++ b/src/kcm_cron.desktop	2015-07-27 22:24:45.764004782 +0200
+@@ -9,7 +9,7 @@
+ X-KDE-Library=kcm_cron
+ X-KDE-ParentApp=kcontrol
+ 
+-X-KDE-System-Settings-Parent-Category=system-administration
++X-KDE-System-Settings-Parent-Category=session
+ 
+ Name=Task Scheduler
+ Name[ast]=Organizador de xeres
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d39675f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_kcm_category.patch

-- 
kcron packaging



More information about the pkg-kde-commits mailing list