Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package wacomtablet-kcm6 for
openSUSE:Factory checked in at 2026-06-18 21:37:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wacomtablet-kcm6 (Old)
and /work/SRC/openSUSE:Factory/.wacomtablet-kcm6.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wacomtablet-kcm6"
Thu Jun 18 21:37:22 2026 rev:45 rq:1359201 version:6.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/wacomtablet-kcm6/wacomtablet-kcm6.changes
2026-05-13 17:23:13.780975564 +0200
+++
/work/SRC/openSUSE:Factory/.wacomtablet-kcm6.new.1981/wacomtablet-kcm6.changes
2026-06-18 21:38:40.319215006 +0200
@@ -1,0 +2,30 @@
+Fri Jun 12 19:08:46 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.7.0:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.7.0
+- Changes since 6.6.91:
+ * Update version for new release 6.7.0
+
+-------------------------------------------------------------------
+Thu May 28 18:45:18 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.91:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.6.91
+- Changes since 6.6.90:
+ * Update version for new release 6.6.91
+
+-------------------------------------------------------------------
+Sun May 24 11:21:59 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.90:
+ * New feature release
+ * For more details see https://kde.org/announcements/plasma/6/6.6.90
+- Changes since 6.6.5:
+ * Update version for new release 6.6.90
+ * kcms/keyboard: Only load KDED module on X11
+ * Use QT_MIN_VERSION
+ * Update version for new release 6.6.80
+
+-------------------------------------------------------------------
Old:
----
wacomtablet-6.6.5.tar.xz
wacomtablet-6.6.5.tar.xz.sig
New:
----
wacomtablet-6.7.0.tar.xz
wacomtablet-6.7.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wacomtablet-kcm6.spec ++++++
--- /var/tmp/diff_new_pack.xVJNOP/_old 2026-06-18 21:38:41.155249895 +0200
+++ /var/tmp/diff_new_pack.xVJNOP/_new 2026-06-18 21:38:41.155249895 +0200
@@ -16,8 +16,8 @@
#
-%define kf6_version 6.18.0
-%define qt6_version 6.9.0
+%define kf6_version 6.26.0
+%define qt6_version 6.10.0
%define rname wacomtablet
# Full Plasma 6 version (e.g. 6.0.0)
@@ -27,14 +27,14 @@
%bcond_without released
# wacomtablet is too generic for this package
Name: wacomtablet-kcm6
-Version: 6.6.5
+Version: 6.7.0
Release: 0
Summary: Wacom drivers KCM
License: GPL-2.0-or-later
URL: https://invent.kde.org/plasma/wacomtablet
-Source:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source: %{rname}-%{version}.tar.xz
%if %{with released}
-Source1:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1: %{rname}-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
++++++ wacomtablet-6.6.5.tar.xz -> wacomtablet-6.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/CMakeLists.txt
new/wacomtablet-6.7.0/CMakeLists.txt
--- old/wacomtablet-6.6.5/CMakeLists.txt 2026-05-12 12:38:05.000000000
+0200
+++ new/wacomtablet-6.7.0/CMakeLists.txt 2026-06-11 11:41:04.000000000
+0200
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "6.6.5")
+set(PROJECT_VERSION "6.7.0")
project(wacomtablet VERSION ${PROJECT_VERSION})
-set(PROJECT_DEP_VERSION "6.6.5")
+set(PROJECT_DEP_VERSION "6.7.0")
set(QT_MIN_VERSION "6.10.0")
-set(KF6_MIN_VERSION "6.22.0")
+set(KF6_MIN_VERSION "6.26.0")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
set(CMAKE_CXX_STANDARD 20)
@@ -34,7 +34,7 @@
find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core Gui Widgets DBus
Qml)
if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0")
- find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+ find_package(Qt6GuiPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
endif()
find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS CoreAddons I18n
GlobalAccel Config XmlGui WidgetsAddons WindowSystem Notifications DBusAddons
DocTools KCMUtils KIO)
@@ -58,8 +58,8 @@
add_definitions(-DQT_NO_CAST_TO_ASCII)
add_definitions(-DQT_USE_QSTRINGBUILDER)
-ecm_set_disabled_deprecation_versions(QT 6.9.0
- KF 6.16.0
+ecm_set_disabled_deprecation_versions(QT 6.11.0
+ KF 6.26.0
)
add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/po/ca/wacomtablet.po
new/wacomtablet-6.7.0/po/ca/wacomtablet.po
--- old/wacomtablet-6.6.5/po/ca/wacomtablet.po 2026-05-12 12:38:05.000000000
+0200
+++ new/wacomtablet-6.7.0/po/ca/wacomtablet.po 2026-06-11 11:41:04.000000000
+0200
@@ -1422,3 +1422,13 @@
msgstr ""
"Moveu el cursor del ratolí dins del diàleg, però <b>no</b> hi cliqueu amb el "
"ratolí."
+
+#~ msgid "Graphic Tablet Configuration"
+#~ msgstr "Configuració de la tauleta gràfica"
+
+#~ msgid "A configurator for graphic tablets"
+#~ msgstr "Un configurador per a tauletes gràfiques"
+
+#~ msgid "In this module you can configure your Wacom tablet profiles"
+#~ msgstr ""
+#~ "En aquest mòdul podeu configurar els perfils de la vostra tauleta Wacom"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/wacomtablet-6.6.5/po/de/plasma_applet_org.kde.plasma.wacomtablet.po
new/wacomtablet-6.7.0/po/de/plasma_applet_org.kde.plasma.wacomtablet.po
--- old/wacomtablet-6.6.5/po/de/plasma_applet_org.kde.plasma.wacomtablet.po
2026-05-12 12:38:05.000000000 +0200
+++ new/wacomtablet-6.7.0/po/de/plasma_applet_org.kde.plasma.wacomtablet.po
2026-06-11 11:41:04.000000000 +0200
@@ -1,30 +1,32 @@
# Copyright (C) 2025 This_file_is_part_of_KDE
# This file is distributed under the same license as the wacomtablet package.
-# SPDX-FileCopyrightText: 2015, 2016 Frederik Schwarzer <[email protected]>
+# SPDX-FileCopyrightText: 2015-2016 Frederik Schwarzer <[email protected]>
# SPDX-FileCopyrightText: 2018 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: plasma_applet_org.kde.plasma.wacomtablet\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
-"PO-Revision-Date: 2018-12-08 14:43+0100\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2026-05-21 16:54+0200\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 25.12.3\n"
#: src/applet/package/contents/ui/FullRepresentation.qml:36
#, kde-format
msgid "Graphic Tablet - Device not detected."
-msgstr "Grafiktablett - Kein Gerät gefunden."
+msgstr "Grafiktablett – Kein Gerät gefunden."
#: src/applet/package/contents/ui/FullRepresentation.qml:45
#, kde-format
msgid "Error - Tablet service not available."
-msgstr "Fehler - Der KDE-Dienst für Tabletts ist nicht verfügbar."
+msgstr "Fehler – Der KDE-Dienst für Tabletts ist nicht verfügbar."
#: src/applet/package/contents/ui/FullRepresentation.qml:106
#, kde-format
@@ -120,7 +122,7 @@
#: src/applet/package/contents/ui/main.qml:41
#, kde-format
msgid "&Configure Graphics Tablet..."
-msgstr "&Grafiktablett einrichten ..."
+msgstr "&Grafiktablett einrichten …"
#: src/applet/package/contents/ui/main.qml:53
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/po/de/wacomtablet.po
new/wacomtablet-6.7.0/po/de/wacomtablet.po
--- old/wacomtablet-6.6.5/po/de/wacomtablet.po 2026-05-12 12:38:05.000000000
+0200
+++ new/wacomtablet-6.7.0/po/de/wacomtablet.po 2026-06-11 11:41:04.000000000
+0200
@@ -1,22 +1,23 @@
# SPDX-FileCopyrightText: 2010 Jörg Ehrichs <[email protected]>
-# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2016, 2018, 2022, 2023
Frederik Schwarzer <[email protected]>
# SPDX-FileCopyrightText: 2010 Panagiotis Papadopoulos <[email protected]>
-# SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2018, 2020, 2021 Burkhard
Lück <[email protected]>
+# SPDX-FileCopyrightText: 2010-2013, 2016, 2018, 2022-2023 Frederik Schwarzer
<[email protected]>
+# SPDX-FileCopyrightText: 2011-2014, 2018, 2020-2021 Burkhard Lück
<[email protected]>
# SPDX-FileCopyrightText: 2012 Rolf Eike Beer <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: wacomtablet\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
-"PO-Revision-Date: 2023-04-26 21:09+0200\n"
-"Last-Translator: Frederik Schwarzer <[email protected]>\n"
+"PO-Revision-Date: 2026-05-21 16:55+0200\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 22.07.70\n"
+"X-Generator: Lokalize 25.12.3\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -31,7 +32,7 @@
#: src/common/aboutdata.cpp:36
#, kde-format
msgid "(c), 2009,2010 Jörg Ehrichs"
-msgstr "Copyright ©, 2009,2010 Jörg Ehrichs"
+msgstr "© 2009–2010 Jörg Ehrichs"
#: src/common/aboutdata.cpp:40
#, kde-format
@@ -166,7 +167,7 @@
#, kde-format
msgctxt "Select a mouse button from a dropwdown."
msgid "Click to select..."
-msgstr "Klicken Sie zur Auswahl ..."
+msgstr "Klicken, um auszuwählen …"
#. i18n: ectx: property (windowTitle), widget (QWidget,
ButtonActionSelectionWidget)
#: src/kcmodule/buttonactionselectionwidget.ui:14
@@ -759,7 +760,7 @@
#: src/kcmodule/styluspagewidget.ui:244 src/kcmodule/styluspagewidget.ui:394
#, kde-format
msgid "Edit Pressure Curve..."
-msgstr "Druckkurve bearbeiten ..."
+msgstr "Druckkurve bearbeiten …"
#. i18n: ectx: property (toolTip), widget (QGroupBox, tipFeelGroupBox)
#: src/kcmodule/styluspagewidget.ui:272
@@ -811,7 +812,7 @@
#: src/kcmodule/styluspagewidget.ui:492
#, kde-format
msgid "Suppress Rate"
-msgstr ""
+msgstr "Unterdrückungsrate"
#. i18n: ectx: property (text), widget (QLabel, labelMinSuppress)
#: src/kcmodule/styluspagewidget.ui:525
@@ -1091,6 +1092,7 @@
#, kde-format
msgid "Enabling gestures may break touch input using a touchscreen."
msgstr ""
+"Gesten zu aktivieren könnte die Touch-Eingabe per Touchscreen einschränken."
#. i18n: ectx: property (toolTip), widget (QCheckBox, touchCheckBox)
#: src/kcmodule/touchpagewidget.ui:36
@@ -1158,7 +1160,7 @@
#, kde-format
msgid "The minimum motion in tablet units before sending a scroll event."
msgstr ""
-"Die minimale Bewegung in Einheiten auf dem Tablett bevor ein Scroll-Ereignis "
+"Die minimale Bewegung in Tablett-Einheiten, bevor ein Scroll-Ereignis "
"gesendet wird."
#. i18n: ectx: property (toolTip), widget (QLabel, zoomDistanceLabel)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/po/ia/wacomtablet.po
new/wacomtablet-6.7.0/po/ia/wacomtablet.po
--- old/wacomtablet-6.6.5/po/ia/wacomtablet.po 2026-05-12 12:38:05.000000000
+0200
+++ new/wacomtablet-6.7.0/po/ia/wacomtablet.po 2026-06-11 11:41:04.000000000
+0200
@@ -7,7 +7,7 @@
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
-"PO-Revision-Date: 2026-04-06 19:02+0200\n"
+"PO-Revision-Date: 2026-04-06 19:14+0200\n"
"Last-Translator: giovanni <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
"Language: ia\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/po/it/wacomtablet.po
new/wacomtablet-6.7.0/po/it/wacomtablet.po
--- old/wacomtablet-6.6.5/po/it/wacomtablet.po 2026-05-12 12:38:05.000000000
+0200
+++ new/wacomtablet-6.7.0/po/it/wacomtablet.po 2026-06-11 11:41:04.000000000
+0200
@@ -1,13 +1,13 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
-# SPDX-FileCopyrightText: 2016, 2018, 2020, 2021, 2022, 2023, 2025 Paolo
Zamponi <[email protected]>
+# SPDX-FileCopyrightText: 2016, 2018, 2020-2023, 2025-2026 Paolo Zamponi
<[email protected]>
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
-"PO-Revision-Date: 2025-01-05 19:04+0100\n"
+"PO-Revision-Date: 2026-05-22 07:51+0200\n"
"Last-Translator: Paolo Zamponi <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
"Language: it\n"
@@ -15,7 +15,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 24.12.0\n"
+"X-Generator: Lokalize 26.04.1\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -115,13 +115,13 @@
#, kde-format
msgctxt "@action"
msgid "Toggle the Stylus Tool Relative/Absolute"
-msgstr "Commuta lo stilo da relativo ad assoluto"
+msgstr "Attiva/disattiva la modalità relativa/assoluta dello stilo"
#: src/common/globalactions.cpp:47
#, kde-format
msgctxt "@action"
msgid "Toggle between all screens"
-msgstr "Commuta tra tutti gli schermi"
+msgstr "Passa da uno schermo all'altro"
#: src/common/globalactions.cpp:53
#, kde-format
@@ -848,13 +848,13 @@
#: src/kcmodule/tabletareaselectionview.ui:83
#, kde-format
msgid "Toggle between fullscreen and each single screen."
-msgstr "Passa da schermo intero a singolo."
+msgstr "Passa dalla modalità a schermo intero alla modalità a schermo singolo."
#. i18n: ectx: property (text), widget (QPushButton, screenToggleButton)
#: src/kcmodule/tabletareaselectionview.ui:86
#, kde-format
msgid "Toggle Screen"
-msgstr "Commuta lo schermo"
+msgstr "Attiva/disattiva lo schermo"
#. i18n: ectx: property (toolTip), widget (QGroupBox, controlsGroupBox)
#: src/kcmodule/tabletareaselectionview.ui:96
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/wacomtablet-6.6.5/po/nb/plasma_applet_org.kde.plasma.wacomtablet.po
new/wacomtablet-6.7.0/po/nb/plasma_applet_org.kde.plasma.wacomtablet.po
--- old/wacomtablet-6.6.5/po/nb/plasma_applet_org.kde.plasma.wacomtablet.po
2026-05-12 12:38:05.000000000 +0200
+++ new/wacomtablet-6.7.0/po/nb/plasma_applet_org.kde.plasma.wacomtablet.po
2026-06-11 11:41:04.000000000 +0200
@@ -8,7 +8,7 @@
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
"PO-Revision-Date: 2013-08-09 12:43+0200\n"
"Last-Translator: Bjørn Steensrud <[email protected]>\n"
-"Language-Team: Norwegian Bokmål <[email protected]>\n"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/po/nb/wacomtablet.po
new/wacomtablet-6.7.0/po/nb/wacomtablet.po
--- old/wacomtablet-6.6.5/po/nb/wacomtablet.po 2026-05-12 12:38:05.000000000
+0200
+++ new/wacomtablet-6.7.0/po/nb/wacomtablet.po 2026-06-11 11:41:04.000000000
+0200
@@ -8,7 +8,7 @@
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
"PO-Revision-Date: 2013-08-09 12:43+0200\n"
"Last-Translator: Bjørn Steensrud <[email protected]>\n"
-"Language-Team: Norwegian Bokmål <[email protected]>\n"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/wacomtablet-6.6.5/po/nn/plasma_applet_org.kde.plasma.wacomtablet.po
new/wacomtablet-6.7.0/po/nn/plasma_applet_org.kde.plasma.wacomtablet.po
--- old/wacomtablet-6.6.5/po/nn/plasma_applet_org.kde.plasma.wacomtablet.po
2026-05-12 12:38:05.000000000 +0200
+++ new/wacomtablet-6.7.0/po/nn/plasma_applet_org.kde.plasma.wacomtablet.po
2026-06-11 11:41:04.000000000 +0200
@@ -8,7 +8,7 @@
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
"PO-Revision-Date: 2018-06-13 18:36+0100\n"
"Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
"Language: nn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/po/nn/wacomtablet.po
new/wacomtablet-6.7.0/po/nn/wacomtablet.po
--- old/wacomtablet-6.6.5/po/nn/wacomtablet.po 2026-05-12 12:38:05.000000000
+0200
+++ new/wacomtablet-6.7.0/po/nn/wacomtablet.po 2026-06-11 11:41:04.000000000
+0200
@@ -7,7 +7,7 @@
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
"PO-Revision-Date: 2025-10-26 13:43+0100\n"
"Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
"Language: nn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/po/tr/wacomtablet.po
new/wacomtablet-6.7.0/po/tr/wacomtablet.po
--- old/wacomtablet-6.6.5/po/tr/wacomtablet.po 2026-05-12 12:38:05.000000000
+0200
+++ new/wacomtablet-6.7.0/po/tr/wacomtablet.po 2026-06-11 11:41:04.000000000
+0200
@@ -4,13 +4,13 @@
# Translators:
# H. İbrahim Güngör <[email protected]>, 2011.
# Volkan Gezer <[email protected]>, 2017.
-# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025 Emir SARI
<[email protected]>
+# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025, 2026 Emir SARI
<[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: extragear-base-kde4\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-11-17 11:54+0000\n"
-"PO-Revision-Date: 2025-12-23 11:36+0300\n"
+"PO-Revision-Date: 2026-05-02 19:56+0300\n"
"Last-Translator: Emir SARI <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
"Language: tr\n"
@@ -18,12 +18,12 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 25.12.0\n"
+"X-Generator: Lokalize 25.12.3\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
-msgstr "H. İbrahim Güngör, Emir SARI"
+msgstr "H. İbrahim GÜNGÖR, Emir SARI"
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
@@ -526,7 +526,7 @@
"database."
msgstr ""
"Sürdürmek için bir tablet aygıtı bağlayın.\n"
-"Aygıtınız halihazırda bağlıysa şu anda aygıt veri tabanında gözükmüyor."
+"Aygıtınız hâlihazırda bağlıysa şu anda aygıt veri tabanında gözükmüyor."
#: src/kcmodule/kcmwacomtabletwidget.cpp:220
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/wacomtablet-6.6.5/src/kcmodule/org.kde.wacomtablet.metainfo.xml
new/wacomtablet-6.7.0/src/kcmodule/org.kde.wacomtablet.metainfo.xml
--- old/wacomtablet-6.6.5/src/kcmodule/org.kde.wacomtablet.metainfo.xml
2026-05-12 12:38:05.000000000 +0200
+++ new/wacomtablet-6.7.0/src/kcmodule/org.kde.wacomtablet.metainfo.xml
2026-06-11 11:41:04.000000000 +0200
@@ -176,9 +176,9 @@
</categories>
<icon type="stock">input-tablet</icon>
<releases>
- <release version="6.6.5" date="2026-05-12"/>
- <release version="6.6.4" date="2026-04-06"/>
- <release version="6.6.3" date="2026-03-17"/>
- <release version="6.6.2" date="2026-03-03"/>
+ <release version="6.7.0" date="2026-06-16"/>
+ <release version="6.3.90" date="2025-05-15"/>
+ <release version="6.2.0" date="2024-10-08"/>
+ <release version="6.1.0" date="2024-06-18"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wacomtablet-6.6.5/src/kded/wacomtablet.json
new/wacomtablet-6.7.0/src/kded/wacomtablet.json
--- old/wacomtablet-6.6.5/src/kded/wacomtablet.json 2026-05-12
12:38:05.000000000 +0200
+++ new/wacomtablet-6.7.0/src/kded/wacomtablet.json 2026-06-11
11:41:04.000000000 +0200
@@ -94,5 +94,8 @@
"X-KDE-DBus-ModuleName": "wacomtablet",
"X-KDE-Kded-autoload": true,
"X-KDE-Kded-load-on-demand": false,
- "X-KDE-Kded-phase": 1
+ "X-KDE-Kded-phase": 1,
+ "X-KDE-OnlyShowOnQtPlatforms": [
+ "xcb"
+ ]
}