Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libplasma6 for openSUSE:Factory 
checked in at 2026-03-19 17:34:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libplasma6 (Old)
 and      /work/SRC/openSUSE:Factory/.libplasma6.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libplasma6"

Thu Mar 19 17:34:52 2026 rev:42 rq:1340960 version:6.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libplasma6/libplasma6.changes    2026-03-04 
21:01:42.171718284 +0100
+++ /work/SRC/openSUSE:Factory/.libplasma6.new.8177/libplasma6.changes  
2026-03-19 17:35:22.312824238 +0100
@@ -1,0 +2,12 @@
+Wed Mar 18 11:05:30 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.3:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.3
+- Changes since 6.6.2:
+  * Update version for new release 6.6.3
+  * widgets/menubaritem: Make them a bit more round
+  * plasmacomponents3/SwitchIndicator: update sizing on theme change 
(kde#516542)
+  * plasmacomponents3/SwitchIndicator: Fix 'active' elements being shown when 
inactive (kde#504116)
+
+-------------------------------------------------------------------

Old:
----
  libplasma-6.6.2.tar.xz
  libplasma-6.6.2.tar.xz.sig

New:
----
  libplasma-6.6.3.tar.xz
  libplasma-6.6.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libplasma6.spec ++++++
--- /var/tmp/diff_new_pack.EAYash/_old  2026-03-19 17:35:23.352867332 +0100
+++ /var/tmp/diff_new_pack.EAYash/_new  2026-03-19 17:35:23.352867332 +0100
@@ -27,7 +27,7 @@
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without released
 Name:           libplasma6
-Version:        6.6.2
+Version:        6.6.3
 Release:        0
 Summary:        Plasma library and runtime components based upon KF6 and Qt6
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later

++++++ libplasma-6.6.2.tar.xz -> libplasma-6.6.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libplasma-6.6.2/CMakeLists.txt 
new/libplasma-6.6.3/CMakeLists.txt
--- old/libplasma-6.6.2/CMakeLists.txt  2026-03-03 10:33:10.000000000 +0100
+++ new/libplasma-6.6.3/CMakeLists.txt  2026-03-17 12:04:36.000000000 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(PROJECT_VERSION "6.6.2")
+set(PROJECT_VERSION "6.6.3")
 project(libplasma VERSION ${PROJECT_VERSION})
 
 set(QT_MIN_VERSION "6.10.0")
-set(PROJECT_DEP_VERSION "6.6.2")
+set(PROJECT_DEP_VERSION "6.6.3")
 set(KF6_MIN_VERSION "6.22.0")
 
 set(CMAKE_CXX_STANDARD 20)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libplasma-6.6.2/src/declarativeimports/plasmacomponents3/SwitchIndicator.qml
 
new/libplasma-6.6.3/src/declarativeimports/plasmacomponents3/SwitchIndicator.qml
--- 
old/libplasma-6.6.2/src/declarativeimports/plasmacomponents3/SwitchIndicator.qml
    2026-03-03 10:33:10.000000000 +0100
+++ 
new/libplasma-6.6.3/src/declarativeimports/plasmacomponents3/SwitchIndicator.qml
    2026-03-17 12:04:36.000000000 +0100
@@ -32,6 +32,16 @@
         imagePath: "widgets/switch"
         // FIXME
         colorSet: root.control.Kirigami.Theme.colorSet
+        onRepaintNeeded: {
+            inactive.implicitHeight = Qt.binding(() =>
+            switchSvg.hasElement("hint-bar-size")
+                ? switchSvg.elementSize("hint-bar-size").height
+                : button.implicitHeight)
+            inactive.implicitWidth = Qt.binding(() =>
+            switchSvg.hasElement("hint-bar-size")
+                ? switchSvg.elementSize("hint-bar-size").width
+                : root.implicitHeight * 2)
+        }
     }
 
     KSvg.FrameSvgItem {
@@ -53,6 +63,8 @@
         prefix: "inactive"
     }
     KSvg.FrameSvgItem {
+        // active should never show up when in inactive state (0)
+        visible: root.control.position > 0
         anchors {
             left: inactive.left
             top: inactive.top
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libplasma-6.6.2/src/desktoptheme/breeze/widgets/menubaritem.svg 
new/libplasma-6.6.3/src/desktoptheme/breeze/widgets/menubaritem.svg
--- old/libplasma-6.6.2/src/desktoptheme/breeze/widgets/menubaritem.svg 
2026-03-03 10:33:10.000000000 +0100
+++ new/libplasma-6.6.3/src/desktoptheme/breeze/widgets/menubaritem.svg 
2026-03-17 12:04:36.000000000 +0100
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg
-   inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
+   inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
    sodipodi:docname="menubaritem.svg"
    version="1.1"
    viewBox="0 0 126 34"
    id="svg2"
    width="126"
-   height="34"
+   height="42"
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
    xmlns="http://www.w3.org/2000/svg";
@@ -17,14 +17,14 @@
      inkscape:window-maximized="1"
      inkscape:window-y="0"
      inkscape:window-x="0"
-     inkscape:cy="-5.0381356"
-     inkscape:cx="48.790365"
-     inkscape:zoom="5.6568545"
+     inkscape:cy="19.968749"
+     inkscape:cx="70.687497"
+     inkscape:zoom="16.000001"
      inkscape:current-layer="svg2"
      showgrid="true"
      id="namedview317"
-     inkscape:window-height="1016"
-     inkscape:window-width="1920"
+     inkscape:window-height="1375"
+     inkscape:window-width="3440"
      inkscape:pageshadow="2"
      inkscape:pageopacity="0"
      guidetolerance="10"
@@ -69,7 +69,7 @@
         }
     </style>
   <g
-     transform="translate(-172,-62)"
+     transform="translate(-170,-62)"
      id="normal-center">
     <path
        id="path34"
@@ -79,18 +79,30 @@
   </g>
   <g
      fill-rule="evenodd"
-     transform="translate(0,4)"
+     transform="matrix(3,0,0,3,2,-54)"
      id="normal-bottomleft">
     <path
+       id="path7"
+       d="M -1.7e-7,30 H 2 v 0.5 H -1.7e-7 Z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        fill="transparent"
        d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        id="rect833-7-3" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="translate(4,4)"
+     transform="matrix(1,0,0,3,6,-54)"
      id="normal-bottom">
     <path
+       id="path8"
+       d="M 26,30.500001 H 4 v -0.5 h 22 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.5" />
+    <path
        fill="transparent"
        d="m -26,-30 h 22 v 2 h -22 z"
        transform="scale(-1)"
@@ -98,35 +110,52 @@
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(1,0,0,-1,0,30)"
+     transform="matrix(3,0,0,-3,2,88)"
      id="normal-topleft">
     <path
+       id="path5"
+       d="M 2,30.5 H -5e-8 V 30 H 2 Z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        fill="transparent"
        d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        id="rect833-7-3-1" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(1,0,0,-1,4,30)"
+     transform="matrix(1,0,0,-3,6,88)"
      id="normal-top">
     <path
+       id="path3"
+       d="M 26,30.500001 H 4 v -0.5 h 22 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.5" />
+    <path
        fill="transparent"
-       d="m -26,-30 h 22 v 2 h -22 z"
-       transform="scale(-1)"
+       d="M 26,30 H 4 v -2 h 22 z"
        id="rect829-6-0" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(0,1,1,0,8.0771261,0)"
+     transform="matrix(0,3,3,0,-50,-2)"
      id="normal-topright">
     <path
+       id="path4"
+       d="M -0.5,30 V 28 H 0 v 2 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        fill="transparent"
        d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        id="rect833-7-3-6" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(0,1,1,0,8,2)"
+     transform="matrix(0,1,3,0,-50,2)"
      id="normal-right">
     <path
        fill="transparent"
@@ -136,16 +165,22 @@
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(-1,0,0,1,36,4)"
+     transform="matrix(-3,0,0,3,34,-54)"
      id="normal-bottomright">
     <path
+       id="path6"
+       d="m -2,30 h 2 v 0.5 h -2 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        fill="transparent"
        d="m -2,28 c 0,1.108 0.892,2 2,2 v -2 z"
        id="rect833-7-3-7" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="rotate(90,14,16)"
+     transform="matrix(0,1,-3,0,92,2)"
      id="normal-left">
     <path
        fill="transparent"
@@ -156,25 +191,25 @@
   <path
      fill-rule="evenodd"
      fill="#ff00ff"
-     d="m 18,0 h 2 v 6 h -2 z"
+     d="m 20,-2 h 2 v 8 h -2 z"
      id="normal-hint-top-margin"
-     style="display:inline;fill:#ed333b;stroke-width:0.999996" />
+     style="display:inline;fill:#ed333b;stroke-width:1.15469" />
   <path
      fill-rule="evenodd"
      fill="#ff00ff"
-     d="m 18,28 h 2 v 6 h -2 z"
+     d="m 20,28 h 2 v 8 h -2 z"
      id="normal-hint-bottom-margin"
-     style="display:inline;fill:#ed333b;stroke-width:0.999996" />
+     style="display:inline;fill:#ed333b;stroke-width:1.1547" />
   <path
      fill-rule="evenodd"
      fill="#ff00ff"
-     d="m 0,16 h 8 v 2 H 0 Z"
+     d="m 2,16 h 8 v 2 H 2 Z"
      id="normal-hint-left-margin"
      style="display:inline;fill:#ed333b;stroke-width:1.1547" />
   <path
      fill-rule="evenodd"
      fill="#ff00ff"
-     d="m 30,16 h 8 v 2 h -8 z"
+     d="m 32,16 h 8 v 2 h -8 z"
      id="normal-hint-right-margin"
      style="display:inline;fill:#ed333b;stroke-width:1.1547" />
   <g
@@ -189,20 +224,32 @@
   </g>
   <g
      fill-rule="evenodd"
-     transform="translate(44,4)"
+     transform="matrix(3,0,0,3,44,-54)"
      id="hover-bottomleft">
     <path
+       id="path11"
+       d="M -1.7e-7,30 H 2 v 0.5 H -1.7e-7 Z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        sodipodi:nodetypes="ccccc"
        fill="currentColor"
        class="ColorScheme-ButtonFocus"
-       d="m 0,28 v 2 h 2 v -2 z"
+       d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        id="rect833-7-3-55-1-3" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="translate(48,4)"
+     transform="matrix(1,0,0,3,48,-54)"
      id="hover-bottom">
     <path
+       id="path12"
+       d="M 26,30.500001 H 4 v -0.5 h 22 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.5" />
+    <path
        fill="currentColor"
        class="ColorScheme-ButtonFocus"
        d="m -26,-30 h 22 v 2 h -22 z"
@@ -211,20 +258,32 @@
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(1,0,0,-1,44,30)"
+     transform="matrix(3,0,0,-3,44,88)"
      id="hover-topleft">
     <path
+       id="path9"
+       d="M 2,30.5 H -5e-8 V 30 H 2 Z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        sodipodi:nodetypes="ccccc"
        fill="currentColor"
        class="ColorScheme-ButtonFocus"
-       d="m 0,28 v 2 h 2 v -2 z"
+       d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        id="rect833-7-3-1-3-9-6" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(1,0,0,-1,48,30)"
+     transform="matrix(1,0,0,-3,48,88)"
      id="hover-top">
     <path
+       id="path2"
+       d="M 26,30.500001 H 4 v -0.5 h 22 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.5" />
+    <path
        fill="currentColor"
        class="ColorScheme-ButtonFocus"
        d="m -26,-30 h 22 v 2 h -22 z"
@@ -233,18 +292,24 @@
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(0,1,1,0,52,0)"
+     transform="matrix(0,3,3,0,-8,-2)"
      id="hover-topright">
     <path
+       id="path10"
+       d="M -0.5,30 V 28 H 0 v 2 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        sodipodi:nodetypes="ccccc"
        fill="currentColor"
        class="ColorScheme-ButtonFocus"
-       d="m 0,28 v 2 h 2 v -2 z"
+       d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        id="rect833-7-3-6-4-6-4" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(0,1,1,0,52,2)"
+     transform="matrix(0,1,3,0,-8,2)"
      id="hover-right">
     <path
        fill="currentColor"
@@ -255,18 +320,24 @@
   </g>
   <g
      fill-rule="evenodd"
-     transform="matrix(-1,0,0,1,82,4)"
+     transform="matrix(-3,0,0,3,82,-54)"
      id="hover-bottomright">
     <path
+       id="path13"
+       d="m 0,30 h 2.0000007 v 0.5 H 0 Z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        sodipodi:nodetypes="ccccccc"
        fill="currentColor"
        class="ColorScheme-ButtonFocus"
-       d="m 0,28 v 2 H 2 V 29 28 H 1 Z"
+       d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        id="rect833-7-3-7-7-8-2" />
   </g>
   <g
      fill-rule="evenodd"
-     transform="rotate(90,36,38)"
+     transform="matrix(0,1,-3,0,134,2)"
      id="hover-left">
     <path
        fill="currentColor"
@@ -278,15 +349,15 @@
   <path
      fill-rule="evenodd"
      fill="#ff00ff"
-     d="m 62,0 h 2 v 6 h -2 z"
+     d="m 62,-2 h 2 v 7.9999999 h -2 z"
      id="hover-hint-top-margin"
-     style="display:inline;fill:#ed333b;stroke-width:0.999996" />
+     style="display:inline;fill:#ed333b;stroke-width:1.1547" />
   <path
      fill-rule="evenodd"
      fill="#ff00ff"
-     d="m 62,28 h 2 v 6 h -2 z"
+     d="m 62,28 h 2 v 8 h -2 z"
      id="hover-hint-bottom-margin"
-     style="display:inline;fill:#ed333b;stroke-width:0.999996" />
+     style="display:inline;fill:#ed333b;stroke-width:1.1547" />
   <path
      fill-rule="evenodd"
      fill="#ff00ff"
@@ -301,7 +372,7 @@
      style="display:inline;fill:#ed333b;stroke-width:1.1547" />
   <g
      id="pressed-center"
-     transform="translate(-22,-138)">
+     transform="translate(-24,-138)">
     <path
        d="m 118,144 h 22 v 22 h -22 z"
        class="ColorScheme-ButtonFocus"
@@ -311,20 +382,32 @@
   </g>
   <g
      id="pressed-bottomleft"
-     transform="translate(88,4)"
+     transform="matrix(3,0,0,3,86,-54)"
      fill-rule="evenodd">
     <path
+       id="path17"
+       d="M -1.7e-7,30 H 2 v 0.5 H -1.7e-7 Z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        id="rect833-7-3-55-1-3-5"
-       d="m 0,28 v 2 h 2 v -2 z"
+       d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        class="ColorScheme-ButtonFocus"
        fill="currentColor"
        sodipodi:nodetypes="ccccc" />
   </g>
   <g
      id="pressed-bottom"
-     transform="translate(92,4)"
+     transform="matrix(1,0,0,3,90,-54)"
      fill-rule="evenodd">
     <path
+       id="path18"
+       d="M 26,30.500001 H 4 v -0.5 h 22 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.5" />
+    <path
        id="rect829-6-5-1-9-5"
        transform="scale(-1)"
        d="m -26,-30 h 22 v 2 h -22 z"
@@ -333,40 +416,64 @@
   </g>
   <g
      id="pressed-topleft"
-     transform="matrix(1,0,0,-1,88,30)"
+     transform="matrix(3,0,0,-3,86,88)"
      fill-rule="evenodd">
     <path
+       id="path14"
+       d="M 2,30.5 H -5e-8 V 30 H 2 Z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        id="rect833-7-3-1-3-9-6-2"
-       d="m 0,28 v 2 h 2 v -2 z"
+       d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        class="ColorScheme-ButtonFocus"
        fill="currentColor"
        sodipodi:nodetypes="ccccc" />
   </g>
   <g
      id="pressed-top"
-     transform="matrix(1,0,0,-1,92,30)"
+     transform="matrix(1,0,0,-3,90,88)"
      fill-rule="evenodd">
     <path
+       id="path16"
+       d="M 26,30.500001 H 4 v -0.5 h 22 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.5" />
+    <path
        id="rect829-6-0-5-6-4-1"
        transform="scale(-1)"
        d="m -26,-30 h 22 v 2 h -22 z"
        class="ColorScheme-ButtonFocus"
        fill="currentColor" />
+    <path
+       id="path1"
+       d="M 26,30.500001 H 4 v -0.5 h 22 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.5" />
   </g>
   <g
      id="pressed-topright"
-     transform="matrix(0,1,1,0,96,0)"
+     transform="matrix(0,3,3,0,34,-2)"
      fill-rule="evenodd">
     <path
+       id="path15"
+       d="M -0.5,30 V 28 H 0 v 2 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        id="rect833-7-3-6-4-6-4-7"
-       d="m 0,28 v 2 h 2 v -2 z"
+       d="m 0,28 c 0,1.108 0.892,2 2,2 v -2 z"
        class="ColorScheme-ButtonFocus"
        fill="currentColor"
        sodipodi:nodetypes="ccccc" />
   </g>
   <g
      id="pressed-right"
-     transform="matrix(0,1,1,0,96,2)"
+     transform="matrix(0,1,3,0,34,2)"
      fill-rule="evenodd">
     <path
        id="rect829-6-26-4-3-8-9"
@@ -377,18 +484,24 @@
   </g>
   <g
      id="pressed-bottomright"
-     transform="matrix(-1,0,0,1,126,4)"
+     transform="matrix(-3,0,0,3,118,-54)"
      fill-rule="evenodd">
     <path
+       id="path19"
+       d="m -2,30 h 2 v 0.5 h -2 z"
+       class="ColorScheme-ButtonFocus"
+       fill="none"
+       style="stroke-width:0.150756" />
+    <path
        id="rect833-7-3-7-7-8-2-6"
-       d="m 0,28 v 2 H 2 V 29 28 H 1 Z"
+       d="m -2,28 c 0,1.108 0.892,2 2,2 v -2 z"
        class="ColorScheme-ButtonFocus"
        fill="currentColor"
        sodipodi:nodetypes="ccccccc" />
   </g>
   <g
      id="pressed-left"
-     transform="rotate(90,58,60)"
+     transform="matrix(0,1,-3,0,176,2)"
      fill-rule="evenodd">
     <path
        id="rect829-6-26-0-8-9-6-6"
@@ -398,27 +511,27 @@
        fill="currentColor" />
   </g>
   <path
-     style="display:inline;fill:#ed333b;stroke-width:0.999996"
+     style="display:inline;fill:#ed333b;stroke-width:1.1547"
      id="pressed-hint-top-margin"
-     d="m 106,0 h 2 v 6 h -2 z"
+     d="m 104,-2 h 2 v 7.9999999 h -2 z"
      fill="#ff00ff"
      fill-rule="evenodd" />
   <path
-     style="display:inline;fill:#ed333b;stroke-width:0.999996"
+     style="display:inline;fill:#ed333b;stroke-width:1.1547"
      id="pressed-hint-bottom-margin"
-     d="m 106,28 h 2 v 6 h -2 z"
+     d="m 104,28 h 2 v 8 h -2 z"
      fill="#ff00ff"
      fill-rule="evenodd" />
   <path
      style="display:inline;fill:#ed333b;stroke-width:1.1547"
      id="pressed-hint-left-margin"
-     d="m 88,16 h 8 v 2 h -8 z"
+     d="m 86,16 h 8 v 2 h -8 z"
      fill="#ff00ff"
      fill-rule="evenodd" />
   <path
      style="display:inline;fill:#ed333b;stroke-width:1.1547"
      id="pressed-hint-right-margin"
-     d="m 118,16 h 8 v 2 h -8 z"
+     d="m 116,16 h 8 v 2 h -8 z"
      fill="#ff00ff"
      fill-rule="evenodd" />
 </svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libplasma-6.6.2/templates/cpp-plasmoid6/cpp-plasmoid6.kdevtemplate 
new/libplasma-6.6.3/templates/cpp-plasmoid6/cpp-plasmoid6.kdevtemplate
--- old/libplasma-6.6.2/templates/cpp-plasmoid6/cpp-plasmoid6.kdevtemplate      
2026-03-03 10:33:10.000000000 +0100
+++ new/libplasma-6.6.3/templates/cpp-plasmoid6/cpp-plasmoid6.kdevtemplate      
2026-03-17 12:04:36.000000000 +0100
@@ -89,7 +89,7 @@
 Comment[tr]=QML’nin ve C’nin karma bir karışımı içinde yazılmış bir Plasma 
Uygulamacık şablonu: Bir SVG resmi ve metin gösteren bir Plasma uygulamacığı 
şablonu
 Comment[uk]=Шаблон аплету Плазми на гібридній суміші QML і C++: шаблон аплету 
Плазми, який показує зображення SVG і текст
 Comment[vi]=Một bản mẫu Tiểu ứng dụng Plasma viết bằng sự pha trộn giữa QML và 
C++: một bản mẫu tiểu ứng dụng Plasma hiển thị một ảnh SVG và một văn bản
-Comment[zh_CN]=使用 QML 和 C++ 混合实现的 Plasma 小程序模板:显示 SVG 图片和文字的 Plasma 小程序模板
+Comment[zh_CN]=使用 QML 和 C++ 混合实现的 Plasma 小程序模板:显示 SVG 图片和文本的 Plasma 小程序模板
 Comment[zh_TW]=一個使用 QML 與 C++ 混合編寫的 Plasma 小程式範本:Plasma 小程式範本顯示了一張 SVG 圖片與文字
 Category=Plasma/Plasmoid
 Icon=cpp-plasmoid6.png
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libplasma-6.6.2/templates/plasma6-wallpaper/plasma6-wallpaper.kdevtemplate 
new/libplasma-6.6.3/templates/plasma6-wallpaper/plasma6-wallpaper.kdevtemplate
--- 
old/libplasma-6.6.2/templates/plasma6-wallpaper/plasma6-wallpaper.kdevtemplate  
    2026-03-03 10:33:10.000000000 +0100
+++ 
new/libplasma-6.6.3/templates/plasma6-wallpaper/plasma6-wallpaper.kdevtemplate  
    2026-03-17 12:04:36.000000000 +0100
@@ -91,7 +91,7 @@
 Comment[tr]=Basit Plasma Duvar Kâğıdı şablonu: Metin görüntüleyen bir Plasma 
duvar kâğıdı şablonu
 Comment[uk]=Простий шаблон тла стільниці Плазми: шаблон шпалер, який показує 
текст
 Comment[vi]=Bản mẫu Phông nền Plasma Đơn giản: một bản mẫu phông nền Plasma 
hiển thị một văn bản
-Comment[zh_CN]=Plasma 简易壁纸模板:显示一段文字的 Plasma 壁纸模板
+Comment[zh_CN]=Plasma 简易壁纸模板:显示一段文本的 Plasma 壁纸模板
 Comment[zh_TW]=簡易 Plasma 桌布範本:顯示了文字的一個 Plasma 桌布範本
 Category=Plasma/Wallpaper
 Icon=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libplasma-6.6.2/templates/qml-plasmoid6/qml-plasmoid6.kdevtemplate 
new/libplasma-6.6.3/templates/qml-plasmoid6/qml-plasmoid6.kdevtemplate
--- old/libplasma-6.6.2/templates/qml-plasmoid6/qml-plasmoid6.kdevtemplate      
2026-03-03 10:33:10.000000000 +0100
+++ new/libplasma-6.6.3/templates/qml-plasmoid6/qml-plasmoid6.kdevtemplate      
2026-03-17 12:04:36.000000000 +0100
@@ -90,7 +90,7 @@
 Comment[tr]=Plasma QML Uygulamacığı şablonu: SVG resmi ve metin gösteren bir 
Plasma uygulamacığı şablonu
 Comment[uk]=Шаблон аплету Плазми. Шаблон аплету Плазми, який показу зображення 
SVG і текст
 Comment[vi]=Bản mẫu Tiểu ứng dụng QML của Plasma: một bản mẫu tiểu ứng dụng 
Plasma hiển thị một ảnh SVG và một văn bản
-Comment[zh_CN]=Plasma QML 小程序模板:显示 SVG 图片和文字的 Plasma 小程序模板
+Comment[zh_CN]=Plasma QML 小程序模板:显示 SVG 图片和文本的 Plasma 小程序模板
 Comment[zh_TW]=Plasma QML 小程式範本:Plasma 小程式範本顯示了一張 SVG 圖片與文字
 Category=Plasma/Plasmoid
 Icon=qml-plasmoid6.png

Reply via email to