From a1fdeeef64b00db8db38f1f25df5e46d458388dd Mon Sep 17 00:00:00 2001 From: openKylinBot Date: Mon, 25 Apr 2022 22:03:04 +0800 Subject: [PATCH] Import Debian changes 5.92.0-ok1 kconfigwidgets (5.92.0-ok1) yangtze; urgency=medium * Build for openKylin. --- debian/changelog | 5 + debian/control | 121 +++++ debian/copyright | 194 ++++++++ debian/libkf5configwidgets-data.install | 6 + debian/libkf5configwidgets-data.maintscript | 1 + debian/libkf5configwidgets-dev.acc.in | 21 + debian/libkf5configwidgets-dev.install | 5 + debian/libkf5configwidgets-doc.install | 2 + debian/libkf5configwidgets5.install | 2 + debian/libkf5configwidgets5.symbols | 463 ++++++++++++++++++++ debian/rules | 13 + debian/salsa-ci.yml | 9 + debian/salsa/extra_repository.list | 1 + debian/salsa/qt-kde-team.debian.net.asc | 51 +++ debian/source/format | 1 + debian/tests/acc | 18 + debian/tests/control | 3 + debian/upstream/metadata | 7 + debian/upstream/signing-key.asc | 30 ++ debian/watch | 3 + 20 files changed, 956 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libkf5configwidgets-data.install create mode 100644 debian/libkf5configwidgets-data.maintscript create mode 100644 debian/libkf5configwidgets-dev.acc.in create mode 100644 debian/libkf5configwidgets-dev.install create mode 100644 debian/libkf5configwidgets-doc.install create mode 100644 debian/libkf5configwidgets5.install create mode 100644 debian/libkf5configwidgets5.symbols create mode 100755 debian/rules create mode 100644 debian/salsa-ci.yml create mode 100644 debian/salsa/extra_repository.list create mode 100644 debian/salsa/qt-kde-team.debian.net.asc create mode 100644 debian/source/format create mode 100755 debian/tests/acc create mode 100644 debian/tests/control create mode 100644 debian/upstream/metadata create mode 100644 debian/upstream/signing-key.asc create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a2d6220 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +kconfigwidgets (5.92.0-ok1) yangtze; urgency=medium + + * Build for openKylin. + + -- openKylinBot Mon, 25 Apr 2022 22:03:04 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1e33cb5 --- /dev/null +++ b/debian/control @@ -0,0 +1,121 @@ +Source: kconfigwidgets +Section: libs +Priority: optional +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Norbert Preining +Build-Depends: cmake (>= 3.16~), + debhelper-compat (= 13), + doxygen, + extra-cmake-modules (>= 5.92.0~), + gettext, + libkf5auth-dev (>= 5.92.0~), + libkf5codecs-dev (>= 5.92.0~), + libkf5config-dev (>= 5.92.0~), + libkf5coreaddons-dev (>= 5.92.0~), + libkf5doctools-dev (>= 5.92.0~), + libkf5guiaddons-dev (>= 5.92.0~), + libkf5i18n-dev (>= 5.92.0~), + libkf5widgetsaddons-dev (>= 5.92.0~), + libqt5sql5-sqlite, + pkg-kde-tools (>= 0.15.15ubuntu0), + qtbase5-dev (>= 5.15.2~), + qttools5-dev, + qttools5-dev-tools (>= 5.4), + xauth , + xvfb , +Standards-Version: 4.6.0 +Homepage: https://invent.kde.org/frameworks/kconfigwidgets +Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kconfigwidgets +Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kconfigwidgets +Rules-Requires-Root: no + +Package: libkf5configwidgets-data +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, ${perl:Depends} +Description: Extra widgets for easier configuration support. + KConfigWidgets provides easy-to-use classes to create + configuration dialogs, as well as a set of widgets which + uses KConfig to store their settings. + . + This package contains the preparetips5 script and graphics. + +Package: libkf5configwidgets-dev +Section: libdevel +Architecture: any +Depends: libkf5auth-dev (>= 5.92.0~), + libkf5codecs-dev (>= 5.92.0~), + libkf5config-dev (>= 5.92.0~), + libkf5configwidgets5 (= ${binary:Version}), + libkf5guiaddons-dev (>= 5.92.0~), + libkf5i18n-dev (>= 5.92.0~), + libkf5widgetsaddons-dev (>= 5.92.0~), + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: libkf5configwidgets-doc (= ${source:Version}) +Description: development files for kconfigwidgets + KConfigWidgets provides easy-to-use classes to create + configuration dialogs, as well as a set of widgets which + uses KConfig to store their settings. + . + Contains development files for kconfigwidgets. +Breaks: libkf5bookmarks-dev (<< 5.54), + libkf5iconthemes-dev (<< 5.54), + libkf5kcmutils-dev (<< 5.54), + libkf5kdelibs4support-dev (<< 5.54), + libkf5style-dev (<< 5.54), + libkf5textwidgets-dev (<< 5.54), + libkf5xmlgui-dev (<< 5.54), + +Package: libkf5configwidgets-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Extra widgets for easier configuration support (documentation) + KConfigWidgets provides easy-to-use classes to create + configuration dialogs, as well as a set of widgets which + uses KConfig to store their settings. + . + This package contains the qch documentation files. + +Package: libkf5configwidgets5 +Architecture: any +Multi-Arch: same +Depends: libkf5configwidgets-data (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Extra widgets for easier configuration support. + KConfigWidgets provides easy-to-use classes to create + configuration dialogs, as well as a set of widgets which + uses KConfig to store their settings. +Breaks: frameworkintegration (<< 5.28), + kdesignerplugin (<< 5.54), + kio (<< 5.54), + kross (<< 5.42), + ktexteditor-katepart (<< 5.42), + libkf5bookmarks5 (<< 5.42), + libkf5iconthemes5 (<< 5.54), + libkf5kcmutils5 (<< 5.54), + libkf5kdelibs4support5 (<< 5.54), + libkf5kdelibs4support5-bin (<< 5.54), + libkf5khtml-bin (<< 5.42), + libkf5khtml5 (<< 5.54), + libkf5kiofilewidgets5 (<< 5.42), + libkf5kiowidgets5 (<< 5.54), + libkf5krossui5 (<< 5.42), + libkf5mediaplayer5 (<< 5.42), + libkf5newstuff5 (<< 5.42), + libkf5parts-plugins (<< 5.42), + libkf5parts5 (<< 5.42), + libkf5plasma5 (<< 5.54), + libkf5plasmaquick5 (<< 5.42), + libkf5style5 (<< 5.54), + libkf5texteditor5 (<< 5.54), + libkf5textwidgets5 (<< 5.54), + libkf5wallet-bin (<< 5.54), + libkf5webkit5 (<< 5.42), + libkf5xmlgui5 (<< 5.54), + plasma-framework (<< 5.42), + qml-module-org-kde-qqc2desktopstyle (<< 5.54), diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..887a9c4 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,194 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kconfigwidgets +Source: https://invent.kde.org/frameworks/kconfigwidgets +Upstream-Contact: kde-frameworks-devel@kde.org + +Files: * +Copyright: 2012, Albert Astals Cid + 2003, Benjamin C Meyer + 2009, Dario Freddi + 2007, David Faure + 2007, David Jarvie + 2004, Frans Englich + 1999-2003, Hans Petter Bieker + 2003, Jason Keirstead + 2010, Klarälvdalens Datakonsult AB + 2015, Laurent Montel + 2001, Martijn Klingens + 2013, Martin Gräßlin + 2007, Matthew Woehlke + 2004, Michael Brade + 2001, Michael Goffioul + 2003-2006, Michel Hermier + 2007, Nick Shaforostoff + 2007, Simon Hausmann + 2003, Waldo Bastian + 2009, Adriaan de Groot, Mustapha Abubakar, Ibrahim Dasuna + 2006, Canonical Ltd, and Rosetta Contributors 2006 + 1998, Erez Nir + 2003-2008, Free Software Foundation, Inc + 2008-2009, K Desktop Environment + 2005, KDE Armenian translation team + 2005, KDE Russian translation team + 2000-2004, KDE e.v + 2007, KDE i18n Project for Vietnamese + 1999-2003, Meni Livne + 2008, This_file_is_part_of_KDE + 2001, translate.org.za + 1999, Matthias Hoelzer-Kluepfel +License: LGPL-2+ + +Files: src/kpastetextaction.cpp + src/kpastetextaction.h + src/krecentfilesaction.cpp + src/krecentfilesaction.h + src/krecentfilesaction_p.h + src/kstandardaction.cpp + src/kstandardaction.h + src/kstandardaction_p.h +Copyright: 2003, Andras Mantia + 2001-2002, Ellis Whitehead + 2005-2006, Hamish Rodda + 2001, Holger Freyther + 2002, Joseph Wenninger + 1999-2000, Kurt Granroth + 2000, Michael Koch + 2000, Nicolas Hadacek + 1999, Reginald Stadlbauer + 1999, Simon Hausmann +License: LGPL-2 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License version 2 as published by the Free Software Foundation. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". + +Files: src/khelpclient.cpp + src/khelpclient.h + tests/klanguagebuttontest.cpp + tests/krecentfilesactiontest.cpp + tests/krecentfilesactiontest.h +Copyright: 2013, David Faure + 2012, David Faure + 2014, Gregor Mi +License: LGPL-2+3+KDEeV + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2 of the License or ( at + your option ) version 3 or, at the discretion of KDE e.V. ( which shall + act as a proxy as in section 14 of the GPLv3 ), any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General Public + License version 2 can be found in "/usr/share/common-licenses/LGPL-2", + likewise, the complete text of the GNU Library General Public License version + 3 can be found in "/usr/share/common-licenses/LGPL-3". + +Files: tests/kcolorutilsdemo.cpp + tests/kcolorutilsdemo.h + tests/kimageframe.cpp + tests/kimageframe.h +Copyright: 1989-1991, Free Software Foundation, Inc + 2009, Matthew Woehlke +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in "/usr/share/common-licenses/GPL-2". + +Files: po/ca/kconfigwidgets5.po + po/ca@valencia/kconfigwidgets5.po + po/uk/kconfigwidgets5.po + po/uk/kf5_entry.desktop +Copyright: 1998-2014, This_file_is_part_of_KDE +License: LGPL-2.1+3+KDEeV + This file is distributed under the license LGPL version 2.1 or + version 3 or later versions approved by the membership of KDE e.V. + . + On Debian systems, the complete text of the GNU Lesser General Public License + version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1', likewise, + the complete text of the GNU Lesser General Public License version 3 can be + found in `/usr/share/common-licenses/LGPL-3'. + +Files: src/ktip.h + src/ktipdialog.cpp + src/ktipdialog.h +Copyright: 2000-2003, Matthias Hoelzer-Kluepfel + 2000-2003, Tobias Koenig + 2000-2003, Daniel Molkentin + 2008, Urs Wolfer +License: Expat + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +Files: debian/* +Copyright: 2014, Scarlett Clark +License: LGPL-2+ + +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". diff --git a/debian/libkf5configwidgets-data.install b/debian/libkf5configwidgets-data.install new file mode 100644 index 0000000..fb5d3ef --- /dev/null +++ b/debian/libkf5configwidgets-data.install @@ -0,0 +1,6 @@ +usr/bin/preparetips5 +usr/share/locale/* +usr/share/man/*/man1/preparetips5.1 +usr/share/man/man1/preparetips5.1 +usr/share/qlogging-categories5/kconfigwidgets.categories +usr/share/qlogging-categories5/kconfigwidgets.renamecategories diff --git a/debian/libkf5configwidgets-data.maintscript b/debian/libkf5configwidgets-data.maintscript new file mode 100644 index 0000000..e2c31e9 --- /dev/null +++ b/debian/libkf5configwidgets-data.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/kconfigwidgets.categories 5.61.0-1~~ diff --git a/debian/libkf5configwidgets-dev.acc.in b/debian/libkf5configwidgets-dev.acc.in new file mode 100644 index 0000000..8c32e95 --- /dev/null +++ b/debian/libkf5configwidgets-dev.acc.in @@ -0,0 +1,21 @@ + + + + + 5.1.0 + + + + /usr/include/KF5/KConfigWidgets/ + + + + /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5ConfigWidgets.so + + + + -fPIC + -std=c++11 + + + diff --git a/debian/libkf5configwidgets-dev.install b/debian/libkf5configwidgets-dev.install new file mode 100644 index 0000000..adb6102 --- /dev/null +++ b/debian/libkf5configwidgets-dev.install @@ -0,0 +1,5 @@ +usr/include/KF5/KConfigWidgets/ +usr/lib/*/cmake/KF5ConfigWidgets/ +usr/lib/*/libKF5ConfigWidgets.so +usr/lib/*/qt5/mkspecs/modules/qt_KConfigWidgets.pri +usr/lib/*/qt5/plugins/designer/kconfigwidgets5widgets.so diff --git a/debian/libkf5configwidgets-doc.install b/debian/libkf5configwidgets-doc.install new file mode 100644 index 0000000..2202383 --- /dev/null +++ b/debian/libkf5configwidgets-doc.install @@ -0,0 +1,2 @@ +usr/share/qt5/doc/KF5ConfigWidgets.qch +usr/share/qt5/doc/KF5ConfigWidgets.tags diff --git a/debian/libkf5configwidgets5.install b/debian/libkf5configwidgets5.install new file mode 100644 index 0000000..7d67ad7 --- /dev/null +++ b/debian/libkf5configwidgets5.install @@ -0,0 +1,2 @@ +usr/lib/*/libKF5ConfigWidgets.so.5 +usr/lib/*/libKF5ConfigWidgets.so.5.* diff --git a/debian/libkf5configwidgets5.symbols b/debian/libkf5configwidgets5.symbols new file mode 100644 index 0000000..46cccb6 --- /dev/null +++ b/debian/libkf5configwidgets5.symbols @@ -0,0 +1,463 @@ +# SymbolsHelper-Confirmed: 5.92.0 amd64 arm64 armhf ppc64el s390x +libKF5ConfigWidgets.so.5 libkf5configwidgets5 #MINVER# +* Build-Depends-Package: libkf5configwidgets-dev + _ZN10KTipDialog11eventFilterEP7QObjectP6QEvent@Base 4.96.0 + _ZN10KTipDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN10KTipDialog11qt_metacastEPKc@Base 4.96.0 + _ZN10KTipDialog12showMultiTipEP7QWidgetRK11QStringListb@Base 4.96.0 + _ZN10KTipDialog14setShowOnStartEb@Base 4.96.0 + _ZN10KTipDialog16staticMetaObjectE@Base 4.96.0 + _ZN10KTipDialog7showTipEP7QWidgetRK7QStringb@Base 4.96.0 + _ZN10KTipDialog7showTipERK7QStringb@Base 4.96.0 + _ZN10KTipDialogC1EP12KTipDatabaseP7QWidget@Base 4.96.0 + _ZN10KTipDialogC2EP12KTipDatabaseP7QWidget@Base 4.96.0 + _ZN10KTipDialogD0Ev@Base 4.96.0 + _ZN10KTipDialogD1Ev@Base 4.96.0 + _ZN10KTipDialogD2Ev@Base 4.96.0 + _ZN11KCommandBar10setActionsERK7QVectorINS_11ActionGroupEE@Base 5.83.0 + _ZN11KCommandBar11eventFilterEP7QObjectP6QEvent@Base 5.83.0 + _ZN11KCommandBar11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.83.0 + _ZN11KCommandBar11qt_metacastEPKc@Base 5.83.0 + _ZN11KCommandBar16staticMetaObjectE@Base 5.83.0 + _ZN11KCommandBarC1EP7QWidget@Base 5.83.0 + _ZN11KCommandBarC2EP7QWidget@Base 5.83.0 + _ZN11KCommandBarD0Ev@Base 5.83.0 + _ZN11KCommandBarD1Ev@Base 5.83.0 + _ZN11KCommandBarD2Ev@Base 5.83.0 + _ZN11KHelpClient10invokeHelpERK7QStringS2_@Base 4.98.0 + _ZN12KCodecAction11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN12KCodecAction11qt_metacastEPKc@Base 4.96.0 + _ZN12KCodecAction14codecTriggeredEP10QTextCodec@Base 5.78.0 + _ZN12KCodecAction15actionTriggeredEP7QAction@Base 4.96.0 + _ZN12KCodecAction15setCurrentCodecEP10QTextCodec@Base 4.96.0 + _ZN12KCodecAction15setCurrentCodecERK7QString@Base 4.96.0 + _ZN12KCodecAction15setCurrentCodecEi@Base 4.96.0 + _ZN12KCodecAction16staticMetaObjectE@Base 4.96.0 + _ZN12KCodecAction20defaultItemTriggeredEv@Base 4.96.0 + _ZN12KCodecAction20setCurrentProberTypeEN15KEncodingProber10ProberTypeE@Base 4.96.0 + _ZN12KCodecAction23encodingProberTriggeredEN15KEncodingProber10ProberTypeE@Base 5.78.0 + _ZN12KCodecAction9triggeredEN15KEncodingProber10ProberTypeE@Base 4.96.0 + _ZN12KCodecAction9triggeredEP10QTextCodec@Base 4.96.0 + _ZN12KCodecActionC1EP7QObjectb@Base 4.96.0 + _ZN12KCodecActionC1ERK5QIconRK7QStringP7QObjectb@Base 4.96.0 + _ZN12KCodecActionC1ERK7QStringP7QObjectb@Base 4.96.0 + _ZN12KCodecActionC2EP7QObjectb@Base 4.96.0 + _ZN12KCodecActionC2ERK5QIconRK7QStringP7QObjectb@Base 4.96.0 + _ZN12KCodecActionC2ERK7QStringP7QObjectb@Base 4.96.0 + _ZN12KCodecActionD0Ev@Base 4.96.0 + _ZN12KCodecActionD1Ev@Base 4.96.0 + _ZN12KCodecActionD2Ev@Base 4.96.0 + _ZN12KColorScheme16adjustBackgroundER8QPaletteNS_14BackgroundRoleENS0_9ColorRoleENS_8ColorSetE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN12KColorScheme16adjustForegroundER8QPaletteNS_14ForegroundRoleENS0_9ColorRoleENS_8ColorSetE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN12KColorScheme19isColorSetSupportedERK28QExplicitlySharedDataPointerI13KSharedConfigENS_8ColorSetE@Base 5.77.0 + _ZN12KColorScheme24createApplicationPaletteERK28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN12KColorScheme5shadeERK6QColorNS_9ShadeRoleE@Base 4.96.0 + _ZN12KColorScheme5shadeERK6QColorNS_9ShadeRoleEdd@Base 4.96.0 + _ZN12KColorScheme8contrastEv@Base 4.96.0 + _ZN12KColorScheme9contrastFERK28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN12KColorSchemeC1EN8QPalette10ColorGroupENS_8ColorSetE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN12KColorSchemeC1ERKS_@Base 4.96.0 + _ZN12KColorSchemeC2EN8QPalette10ColorGroupENS_8ColorSetE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN12KColorSchemeC2ERKS_@Base 4.96.0 + _ZN12KColorSchemeD0Ev@Base 4.96.0 + _ZN12KColorSchemeD1Ev@Base 4.96.0 + _ZN12KColorSchemeD2Ev@Base 4.96.0 + _ZN12KColorSchemeaSERKS_@Base 4.96.0 + _ZN12KTipDatabase7nextTipEv@Base 4.96.0 + _ZN12KTipDatabase7prevTipEv@Base 4.96.0 + _ZN12KTipDatabaseC1ERK11QStringList@Base 4.96.0 + _ZN12KTipDatabaseC1ERK7QString@Base 4.96.0 + _ZN12KTipDatabaseC2ERK11QStringList@Base 4.96.0 + _ZN12KTipDatabaseC2ERK7QString@Base 4.96.0 + _ZN12KTipDatabaseD1Ev@Base 4.96.0 + _ZN12KTipDatabaseD2Ev@Base 4.96.0 + _ZN13KConfigDialog10hasChangedEv@Base 4.96.0 + _ZN13KConfigDialog10showDialogERK7QString@Base 4.96.0 + _ZN13KConfigDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN13KConfigDialog11qt_metacastEPKc@Base 4.96.0 + _ZN13KConfigDialog13onPageRemovedEP15KPageWidgetItem@Base 4.96.0 + _ZN13KConfigDialog13updateButtonsEv@Base 4.96.0 + _ZN13KConfigDialog13updateWidgetsEv@Base 4.96.0 + _ZN13KConfigDialog14updateSettingsEv@Base 4.96.0 + _ZN13KConfigDialog14widgetModifiedEv@Base 4.96.0 + _ZN13KConfigDialog15settingsChangedERK7QString@Base 4.96.0 + _ZN13KConfigDialog16staticMetaObjectE@Base 4.96.0 + _ZN13KConfigDialog19settingsChangedSlotEv@Base 4.96.0 + _ZN13KConfigDialog20updateWidgetsDefaultEv@Base 4.96.0 + _ZN13KConfigDialog6existsERK7QString@Base 4.96.0 + _ZN13KConfigDialog7addPageEP7QWidgetP19KCoreConfigSkeletonRK7QStringS6_S6_@Base 4.96.0 + _ZN13KConfigDialog7addPageEP7QWidgetRK7QStringS4_S4_b@Base 4.96.0 + _ZN13KConfigDialog7setHelpERK7QStringS2_@Base 4.98.0 + _ZN13KConfigDialog8showHelpEv@Base 4.96.0 + _ZN13KConfigDialog9isDefaultEv@Base 4.96.0 + _ZN13KConfigDialog9showEventEP10QShowEvent@Base 4.96.0 + _ZN13KConfigDialogC1EP7QWidgetRK7QStringP19KCoreConfigSkeleton@Base 4.96.0 + _ZN13KConfigDialogC2EP7QWidgetRK7QStringP19KCoreConfigSkeleton@Base 4.96.0 + _ZN13KConfigDialogD0Ev@Base 4.96.0 + _ZN13KConfigDialogD1Ev@Base 4.96.0 + _ZN13KConfigDialogD2Ev@Base 4.96.0 + _ZN13KLanguageName11nameForCodeERK7QString@Base 5.61.0 + _ZN13KLanguageName16allLanguageCodesEv@Base 5.74.0 + _ZN13KLanguageName19nameForCodeInLocaleERK7QStringS2_@Base 5.61.0 + _ZN14KHamburgerMenu10setMenuBarEP8QMenuBar@Base 5.81.0 + _ZN14KHamburgerMenu11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.81.0 + _ZN14KHamburgerMenu11qt_metacastEPKc@Base 5.81.0 + _ZN14KHamburgerMenu12createWidgetEP7QWidget@Base 5.81.0 + _ZN14KHamburgerMenu13hideActionsOfEP7QWidget@Base 5.81.0 + _ZN14KHamburgerMenu13showActionsOfEP7QWidget@Base 5.81.0 + _ZN14KHamburgerMenu15aboutToShowMenuEv@Base 5.81.0 + _ZN14KHamburgerMenu16staticMetaObjectE@Base 5.81.0 + _ZN14KHamburgerMenu20setMenuBarAdvertisedEb@Base 5.81.0 + _ZN14KHamburgerMenu20setShowMenuBarActionEP7QAction@Base 5.81.0 + _ZN14KHamburgerMenu9addToMenuEP5QMenu@Base 5.81.0 + _ZN14KHamburgerMenuC1EP7QObject@Base 5.81.0 + _ZN14KHamburgerMenuC2EP7QObject@Base 5.81.0 + _ZN14KHamburgerMenuD0Ev@Base 5.81.0 + _ZN14KHamburgerMenuD1Ev@Base 5.81.0 + _ZN14KHamburgerMenuD2Ev@Base 5.81.0 + _ZN14KStatefulBrushC1EN12KColorScheme8ColorSetENS0_14BackgroundRoleE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC1EN12KColorScheme8ColorSetENS0_14DecorationRoleE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC1EN12KColorScheme8ColorSetENS0_14ForegroundRoleE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC1ERK6QBrush28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC1ERK6QBrushS2_28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC1ERKS_@Base 4.96.0 + _ZN14KStatefulBrushC1Ev@Base 4.96.0 + _ZN14KStatefulBrushC2EN12KColorScheme8ColorSetENS0_14BackgroundRoleE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC2EN12KColorScheme8ColorSetENS0_14DecorationRoleE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC2EN12KColorScheme8ColorSetENS0_14ForegroundRoleE28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC2ERK6QBrush28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC2ERK6QBrushS2_28QExplicitlySharedDataPointerI13KSharedConfigE@Base 4.96.0 + _ZN14KStatefulBrushC2ERKS_@Base 4.96.0 + _ZN14KStatefulBrushC2Ev@Base 4.96.0 + _ZN14KStatefulBrushD1Ev@Base 4.96.0 + _ZN14KStatefulBrushD2Ev@Base 4.96.0 + _ZN14KStatefulBrushaSERKS_@Base 4.96.0 + _ZN15KLanguageButton11highlightedERK7QString@Base 4.96.0 + _ZN15KLanguageButton11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN15KLanguageButton11qt_metacastEPKc@Base 4.96.0 + _ZN15KLanguageButton11slotHoveredEP7QAction@Base 4.96.0 + _ZN15KLanguageButton13slotTriggeredEP7QAction@Base 4.96.0 + _ZN15KLanguageButton14insertLanguageERK7QStringS2_i@Base 4.96.0 + _ZN15KLanguageButton14setCurrentItemERK7QString@Base 4.96.0 + _ZN15KLanguageButton15insertSeparatorEi@Base 4.96.0 + _ZN15KLanguageButton16loadAllLanguagesEv@Base 4.96.0 + _ZN15KLanguageButton16staticMetaObjectE@Base 4.96.0 + _ZN15KLanguageButton17showLanguageCodesEb@Base 4.96.0 + _ZN15KLanguageButton5clearEv@Base 4.96.0 + _ZN15KLanguageButton7setTextERK7QString@Base 4.96.0 + _ZN15KLanguageButton9activatedERK7QString@Base 4.96.0 + _ZN15KLanguageButton9setLocaleERK7QString@Base 4.96.0 + _ZN15KLanguageButtonC1EP7QWidget@Base 4.96.0 + _ZN15KLanguageButtonC1ERK7QStringP7QWidget@Base 4.96.0 + _ZN15KLanguageButtonC2EP7QWidget@Base 4.96.0 + _ZN15KLanguageButtonC2ERK7QStringP7QWidget@Base 4.96.0 + _ZN15KLanguageButtonD0Ev@Base 4.96.0 + _ZN15KLanguageButtonD1Ev@Base 4.96.0 + _ZN15KLanguageButtonD2Ev@Base 4.96.0 + _ZN15KStandardAction10actualSizeEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction10deleteFileEPK7QObjectPKcPS0_@Base 5.25.0 + _ZN15KStandardAction10fitToWidthEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction10fullScreenEPK7QObjectPKcP7QWidgetPS0_@Base 4.96.0 + _ZN15KStandardAction10openRecentEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction10renameFileEPK7QObjectPKcPS0_@Base 5.25.0 + _ZN15KStandardAction11addBookmarkEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction11fitToHeightEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction11keyBindingsEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction11moveToTrashEPK7QObjectPKcPS0_@Base 5.25.0 + _ZN15KStandardAction11preferencesEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction11saveOptionsEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction11showMenubarEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction12documentBackEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction12helpContentsEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction12printPreviewEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction13editBookmarksEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction13hamburgerMenuEPK7QObjectPKcPS0_@Base 5.81.0 + _ZN15KStandardAction13showStatusbarEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction15documentForwardEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction17_k_createInternalENS_14StandardActionEP7QObject@Base 5.23.0 + _ZN15KStandardAction17configureToolbarsEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction19shortcutForActionIdENS_14StandardActionE@Base 4.96.0 + _ZN15KStandardAction22configureNotificationsEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction25switchApplicationLanguageEPK7QObjectPKcPS0_@Base 5.69.0 + _ZN15KStandardAction2upEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction3cutEP7QObject@Base 4.96.0 + _ZN15KStandardAction3cutEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4backEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4copyEP7QObject@Base 4.96.0 + _ZN15KStandardAction4copyEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4findEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4goToEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4helpEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4homeEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4mailEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4nameENS_14StandardActionE@Base 4.96.0 + _ZN15KStandardAction4nextEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4openEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4quitEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4redoEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4saveEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4undoEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction4zoomEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction5clearEP7QObject@Base 4.96.0 + _ZN15KStandardAction5clearEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction5closeEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction5pasteEP7QObject@Base 4.96.0 + _ZN15KStandardAction5pasteEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction5printEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction5priorEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction6createENS_14StandardActionEPK7QObjectPKcPS1_@Base 4.96.0 + _ZN15KStandardAction6donateEPK7QObjectPKcPS0_@Base 5.26.0 + _ZN15KStandardAction6revertEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction6saveAsEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction6zoomInEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction7forwardEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction7openNewEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction7replaceEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction7zoomOutEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8aboutAppEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8aboutKDEEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8deselectEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8findNextEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8findPrevEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8gotoLineEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8gotoPageEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8lastPageEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8spellingEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction8stdNamesEv@Base 4.96.0 + _ZN15KStandardAction8tipOfDayEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction9actionIdsEv@Base 4.96.0 + _ZN15KStandardAction9firstPageEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction9fitToPageEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction9pasteTextEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction9redisplayEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction9reportBugEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction9selectAllEP7QObject@Base 4.96.0 + _ZN15KStandardAction9selectAllEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN15KStandardAction9whatsThisEPK7QObjectPKcPS0_@Base 4.96.0 + _ZN16KPasteTextAction11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN16KPasteTextAction11qt_metacastEPKc@Base 4.96.0 + _ZN16KPasteTextAction12setMixedModeEb@Base 4.96.0 + _ZN16KPasteTextAction16staticMetaObjectE@Base 4.96.0 + _ZN16KPasteTextActionC1EP7QObject@Base 4.96.0 + _ZN16KPasteTextActionC1ERK5QIconRK7QStringP7QObject@Base 4.96.0 + _ZN16KPasteTextActionC1ERK7QStringP7QObject@Base 4.96.0 + _ZN16KPasteTextActionC2EP7QObject@Base 4.96.0 + _ZN16KPasteTextActionC2ERK5QIconRK7QStringP7QObject@Base 4.96.0 + _ZN16KPasteTextActionC2ERK7QStringP7QObject@Base 4.96.0 + _ZN16KPasteTextActionD0Ev@Base 4.96.0 + _ZN16KPasteTextActionD1Ev@Base 4.96.0 + _ZN16KPasteTextActionD2Ev@Base 4.96.0 + _ZN18KRecentFilesAction11loadEntriesERK12KConfigGroup@Base 4.96.0 + _ZN18KRecentFilesAction11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN18KRecentFilesAction11qt_metacastEPKc@Base 4.96.0 + _ZN18KRecentFilesAction11saveEntriesERK12KConfigGroup@Base 4.96.0 + _ZN18KRecentFilesAction11setMaxItemsEi@Base 4.96.0 + _ZN18KRecentFilesAction11urlSelectedERK4QUrl@Base 4.96.0 + _ZN18KRecentFilesAction12clearEntriesEv@Base 4.96.0 + _ZN18KRecentFilesAction12removeActionEP7QAction@Base 4.96.0 + _ZN18KRecentFilesAction16staticMetaObjectE@Base 4.96.0 + _ZN18KRecentFilesAction17recentListClearedEv@Base 4.96.0 + _ZN18KRecentFilesAction5clearEv@Base 4.96.0 + _ZN18KRecentFilesAction6addUrlERK4QUrlRK7QString@Base 4.96.0 + _ZN18KRecentFilesAction9addActionEP7QActionRK4QUrlRK7QString@Base 4.96.0 + _ZN18KRecentFilesAction9removeUrlERK4QUrl@Base 4.96.0 + _ZN18KRecentFilesActionC1EP7QObject@Base 4.96.0 + _ZN18KRecentFilesActionC1ERK5QIconRK7QStringP7QObject@Base 4.96.0 + _ZN18KRecentFilesActionC1ERK7QStringP7QObject@Base 4.96.0 + _ZN18KRecentFilesActionC2EP7QObject@Base 4.96.0 + _ZN18KRecentFilesActionC2ERK5QIconRK7QStringP7QObject@Base 4.96.0 + _ZN18KRecentFilesActionC2ERK7QStringP7QObject@Base 4.96.0 + _ZN18KRecentFilesActionD0Ev@Base 4.96.0 + _ZN18KRecentFilesActionD1Ev@Base 4.96.0 + _ZN18KRecentFilesActionD2Ev@Base 4.96.0 + _ZN19KColorSchemeManager11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN19KColorSchemeManager11qt_metacastEPKc@Base 4.96.0 + _ZN19KColorSchemeManager14activateSchemeERK11QModelIndex@Base 4.96.0 + _ZN19KColorSchemeManager16staticMetaObjectE@Base 4.96.0 + _ZN19KColorSchemeManager18setAutosaveChangesEb@Base 5.89.0 + _ZN19KColorSchemeManager25createSchemeSelectionMenuEP7QObject@Base 5.69.0 + _ZN19KColorSchemeManager25createSchemeSelectionMenuERK5QIconRK7QStringS5_P7QObject@Base 4.96.0 + _ZN19KColorSchemeManager25createSchemeSelectionMenuERK7QStringP7QObject@Base 4.96.0 + _ZN19KColorSchemeManager25createSchemeSelectionMenuERK7QStringS2_P7QObject@Base 4.96.0 + _ZN19KColorSchemeManagerC1EP7QObject@Base 4.96.0 + _ZN19KColorSchemeManagerC2EP7QObject@Base 4.96.0 + _ZN19KColorSchemeManagerD0Ev@Base 4.96.0 + _ZN19KColorSchemeManagerD1Ev@Base 4.96.0 + _ZN19KColorSchemeManagerD2Ev@Base 4.96.0 + _ZN20KConfigDialogManager10changedMapEv@Base 4.96.0 + _ZN20KConfigDialogManager11propertyMapEv@Base 4.96.0 + _ZN20KConfigDialogManager11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN20KConfigDialogManager11qt_metacastEPKc@Base 4.96.0 + _ZN20KConfigDialogManager11setPropertyEP7QWidgetRK8QVariant@Base 4.96.0 + _ZN20KConfigDialogManager11setupWidgetEP7QWidgetP19KConfigSkeletonItem@Base 4.96.0 + _ZN20KConfigDialogManager13parseChildrenEPK7QWidgetb@Base 4.96.0 + _ZN20KConfigDialogManager13updateWidgetsEv@Base 4.96.0 + _ZN20KConfigDialogManager14updateSettingsEv@Base 4.96.0 + _ZN20KConfigDialogManager14widgetModifiedEv@Base 4.96.0 + _ZN20KConfigDialogManager15settingsChangedEP7QWidget@Base 4.96.0 + _ZN20KConfigDialogManager15settingsChangedEv@Base 4.96.0 + _ZN20KConfigDialogManager16staticMetaObjectE@Base 4.96.0 + _ZN20KConfigDialogManager20updateWidgetsDefaultEv@Base 4.96.0 + _ZN20KConfigDialogManager28setDefaultsIndicatorsVisibleEb@Base 5.74.0 + _ZN20KConfigDialogManager4initEb@Base 4.96.0 + _ZN20KConfigDialogManager8initMapsEv@Base 4.96.0 + _ZN20KConfigDialogManager9addWidgetEP7QWidget@Base 4.96.0 + _ZN20KConfigDialogManagerC1EP7QWidgetP15KConfigSkeleton@Base 4.96.0 + _ZN20KConfigDialogManagerC1EP7QWidgetP19KCoreConfigSkeleton@Base 4.96.0 + _ZN20KConfigDialogManagerC2EP7QWidgetP15KConfigSkeleton@Base 4.96.0 + _ZN20KConfigDialogManagerC2EP7QWidgetP19KCoreConfigSkeleton@Base 4.96.0 + _ZN20KConfigDialogManagerD0Ev@Base 4.96.0 + _ZN20KConfigDialogManagerD1Ev@Base 4.96.0 + _ZN20KConfigDialogManagerD2Ev@Base 4.96.0 + _ZN21KConfigViewStateSaver11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN21KConfigViewStateSaver11qt_metacastEPKc@Base 4.96.0 + _ZN21KConfigViewStateSaver12restoreStateERK12KConfigGroup@Base 4.96.0 + _ZN21KConfigViewStateSaver16staticMetaObjectE@Base 4.96.0 + _ZN21KConfigViewStateSaver9saveStateER12KConfigGroup@Base 4.96.0 + _ZN21KConfigViewStateSaverC1EP7QObject@Base 4.96.0 + _ZN21KConfigViewStateSaverC2EP7QObject@Base 4.96.0 + _ZN8KCModule10setButtonsE6QFlagsINS_6ButtonEE@Base 4.96.0 + _ZN8KCModule11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN8KCModule11qt_metacastEPKc@Base 4.96.0 + _ZN8KCModule12setAboutDataEPK10KAboutData@Base 4.96.0 + _ZN8KCModule12setQuickHelpERK7QString@Base 4.96.0 + _ZN8KCModule13markAsChangedEv@Base 5.69.0 + _ZN8KCModule13setAuthActionERKN5KAuth6ActionE@Base 5.7.0+git20150228.0110+15.04 + _ZN8KCModule13setExportTextERK7QString@Base 4.96.0 + _ZN8KCModule13widgetChangedEv@Base 4.96.0 + _ZN8KCModule16quickHelpChangedEv@Base 4.96.0 + _ZN8KCModule16staticMetaObjectE@Base 4.96.0 + _ZN8KCModule17authStatusChangedEN5KAuth6Action10AuthStatusE@Base 4.96.0 + _ZN8KCModule18setRootOnlyMessageERK7QString@Base 4.96.0 + _ZN8KCModule21setNeedsAuthorizationEb@Base 4.96.0 + _ZN8KCModule21setUseRootOnlyMessageEb@Base 4.96.0 + _ZN8KCModule22rootOnlyMessageChangedEb7QString@Base 4.96.0 + _ZN8KCModule26unmanagedWidgetChangeStateEb@Base 4.96.0 + _ZN8KCModule27unmanagedWidgetDefaultStateEb@Base 5.69.0 + _ZN8KCModule28setDefaultsIndicatorsVisibleEb@Base 5.74.0 + _ZN8KCModule32defaultsIndicatorsVisibleChangedEb@Base 5.74.0 + _ZN8KCModule4loadEv@Base 4.96.0 + _ZN8KCModule4saveEv@Base 4.96.0 + _ZN8KCModule7changedEb@Base 4.96.0 + _ZN8KCModule7changedEv@Base 4.96.0 + _ZN8KCModule8defaultsEv@Base 4.96.0 + _ZN8KCModule9addConfigEP15KConfigSkeletonP7QWidget@Base 4.96.0 + _ZN8KCModule9addConfigEP19KCoreConfigSkeletonP7QWidget@Base 4.96.0 + _ZN8KCModule9defaultedEb@Base 5.69.0 + _ZN8KCModule9showEventEP10QShowEvent@Base 4.96.0 + _ZN8KCModuleC1EP7QWidgetRK5QListI8QVariantE@Base 4.96.0 + _ZN8KCModuleC1EPK10KAboutDataP7QWidgetRK5QListI8QVariantE@Base 4.96.0 + _ZN8KCModuleC2EP7QWidgetRK5QListI8QVariantE@Base 4.96.0 + _ZN8KCModuleC2EPK10KAboutDataP7QWidgetRK5QListI8QVariantE@Base 4.96.0 + _ZN8KCModuleD0Ev@Base 4.96.0 + _ZN8KCModuleD1Ev@Base 4.96.0 + _ZN8KCModuleD2Ev@Base 4.96.0 + _ZNK10KTipDialog10metaObjectEv@Base 4.96.0 + _ZNK11KCommandBar10metaObjectEv@Base 5.83.0 + _ZNK12KCodecAction10metaObjectEv@Base 4.96.0 + _ZNK12KCodecAction10mibForNameERK7QStringPb@Base 4.96.0 + _ZNK12KCodecAction11codecForMibEi@Base 4.96.0 + _ZNK12KCodecAction12currentCodecEv@Base 4.96.0 + _ZNK12KCodecAction15currentCodecMibEv@Base 4.96.0 + _ZNK12KCodecAction16currentCodecNameEv@Base 4.96.0 + _ZNK12KCodecAction17currentProberTypeEv@Base 4.96.0 + _ZNK12KColorScheme10backgroundENS_14BackgroundRoleE@Base 4.96.0 + _ZNK12KColorScheme10decorationENS_14DecorationRoleE@Base 4.96.0 + _ZNK12KColorScheme10foregroundENS_14ForegroundRoleE@Base 4.96.0 + _ZNK12KColorScheme5shadeENS_9ShadeRoleE@Base 4.96.0 + _ZNK12KColorSchemeeqERKS_@Base 5.92.0 + (optional=templinst|arch=armhf riscv64)_ZNK12KConfigGroup9readEntryI6QColorEET_PKcRKS2_@Base 4.100.0 + (optional=templinst|arch=armhf riscv64)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_@Base 4.100.0 + (optional=templinst|arch=armhf riscv64)_ZNK12KConfigGroup9readEntryIdEET_PKcRKS1_@Base 4.100.0 + (optional=templinst|arch=armhf riscv64)_ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_@Base 4.100.0 + _ZNK12KTipDatabase3tipEv@Base 4.96.0 + _ZNK13KConfigDialog10metaObjectEv@Base 4.96.0 + _ZNK14KHamburgerMenu10metaObjectEv@Base 5.81.0 + _ZNK14KHamburgerMenu17menuBarAdvertisedEv@Base 5.81.0 + _ZNK14KHamburgerMenu7menuBarEv@Base 5.81.0 + _ZNK14KStatefulBrush5brushEN8QPalette10ColorGroupE@Base 4.96.0 + _ZNK14KStatefulBrush5brushEPK7QWidget@Base 4.96.0 + _ZNK14KStatefulBrush5brushERK8QPalette@Base 4.96.0 + _ZNK15KLanguageButton10metaObjectEv@Base 4.96.0 + _ZNK15KLanguageButton5countEv@Base 4.96.0 + _ZNK15KLanguageButton7currentEv@Base 4.96.0 + _ZNK15KLanguageButton8containsERK7QString@Base 4.96.0 + _ZNK16KPasteTextAction10metaObjectEv@Base 4.96.0 + _ZNK18KRecentFilesAction10metaObjectEv@Base 4.96.0 + _ZNK18KRecentFilesAction4urlsEv@Base 4.96.0 + _ZNK18KRecentFilesAction8maxItemsEv@Base 4.96.0 + _ZNK19KColorSchemeManager10metaObjectEv@Base 4.96.0 + _ZNK19KColorSchemeManager14indexForSchemeERK7QString@Base 4.96.0 + _ZNK19KColorSchemeManager16indexForSchemeIdERK7QString@Base 5.88.0 + _ZNK19KColorSchemeManager22saveSchemeToConfigFileERK7QString@Base 5.89.0 + _ZNK19KColorSchemeManager5modelEv@Base 4.96.0 + _ZNK20KConfigDialogManager10hasChangedEv@Base 4.96.0 + _ZNK20KConfigDialogManager10metaObjectEv@Base 4.96.0 + _ZNK20KConfigDialogManager15getUserPropertyEPK7QWidget@Base 4.96.0 + _ZNK20KConfigDialogManager17getCustomPropertyEPK7QWidget@Base 4.96.0 + _ZNK20KConfigDialogManager28getUserPropertyChangedSignalEPK7QWidget@Base 5.35.0 + _ZNK20KConfigDialogManager30getCustomPropertyChangedSignalEPK7QWidget@Base 5.35.0 + _ZNK20KConfigDialogManager8propertyEP7QWidget@Base 4.96.0 + _ZNK20KConfigDialogManager9isDefaultEv@Base 4.96.0 + _ZNK21KConfigViewStateSaver10metaObjectEv@Base 4.96.0 + _ZNK8KCModule10authActionEv@Base 4.96.0 + _ZNK8KCModule10exportTextEv@Base 4.96.0 + _ZNK8KCModule10metaObjectEv@Base 4.96.0 + _ZNK8KCModule13componentDataEv@Base 4.96.0 + _ZNK8KCModule15rootOnlyMessageEv@Base 4.96.0 + _ZNK8KCModule18needsAuthorizationEv@Base 4.96.0 + _ZNK8KCModule18useRootOnlyMessageEv@Base 4.96.0 + _ZNK8KCModule24managedWidgetChangeStateEv@Base 4.96.0 + _ZNK8KCModule25defaultsIndicatorsVisibleEv@Base 5.74.0 + _ZNK8KCModule25managedWidgetDefaultStateEv@Base 5.69.0 + _ZNK8KCModule7buttonsEv@Base 4.96.0 + _ZNK8KCModule7configsEv@Base 4.96.0 + _ZNK8KCModule9aboutDataEv@Base 4.96.0 + _ZNK8KCModule9quickHelpEv@Base 4.96.0 + (optional=templinst|arch=armhf)_ZNSt10_HashtableIPK7QActionS2_SaIS2_ENSt8__detail9_IdentityESt8equal_toIS2_ESt4hashIS2_ENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEjjPNS4_10_Hash_nodeIS2_Lb0EEEj@Base 5.85.0 + (optional=templinst|arch=riscv64)_ZNSt10_HashtableIPK7QActionS2_SaIS2_ENSt8__detail9_IdentityESt8equal_toIS2_ESt4hashIS2_ENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS4_10_Hash_nodeIS2_Lb0EEEm@Base 5.85.0 + (optional=templinst|arch=armhf riscv64)_ZNSt6vectorISt10unique_ptrI7QObjectSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 5.81.0 + _ZTI10KTipDialog@Base 4.96.0 + _ZTI11KCommandBar@Base 5.83.0 + _ZTI12KCodecAction@Base 4.96.0 + _ZTI12KColorScheme@Base 4.96.0 + _ZTI13KConfigDialog@Base 4.96.0 + _ZTI14KHamburgerMenu@Base 5.81.0 + _ZTI15KLanguageButton@Base 4.96.0 + _ZTI16KPasteTextAction@Base 4.96.0 + _ZTI18KRecentFilesAction@Base 4.96.0 + _ZTI19KColorSchemeManager@Base 4.96.0 + _ZTI20KConfigDialogManager@Base 4.96.0 + _ZTI21KConfigViewStateSaver@Base 4.96.0 + _ZTI8KCModule@Base 4.96.0 + _ZTS10KTipDialog@Base 4.96.0 + _ZTS11KCommandBar@Base 5.83.0 + _ZTS12KCodecAction@Base 4.96.0 + _ZTS12KColorScheme@Base 4.96.0 + _ZTS13KConfigDialog@Base 4.96.0 + _ZTS14KHamburgerMenu@Base 5.81.0 + _ZTS15KLanguageButton@Base 4.96.0 + _ZTS16KPasteTextAction@Base 4.96.0 + _ZTS18KRecentFilesAction@Base 4.96.0 + _ZTS19KColorSchemeManager@Base 4.96.0 + _ZTS20KConfigDialogManager@Base 4.96.0 + _ZTS21KConfigViewStateSaver@Base 4.96.0 + _ZTS8KCModule@Base 4.96.0 + _ZTV10KTipDialog@Base 4.96.0 + _ZTV11KCommandBar@Base 5.83.0 + _ZTV12KCodecAction@Base 4.96.0 + _ZTV12KColorScheme@Base 4.96.0 + _ZTV13KConfigDialog@Base 4.96.0 + _ZTV14KHamburgerMenu@Base 5.81.0 + _ZTV15KLanguageButton@Base 4.96.0 + _ZTV16KPasteTextAction@Base 4.96.0 + _ZTV18KRecentFilesAction@Base 4.96.0 + _ZTV19KColorSchemeManager@Base 4.96.0 + _ZTV20KConfigDialogManager@Base 4.96.0 + _ZTV21KConfigViewStateSaver@Base 4.96.0 + _ZTV8KCModule@Base 4.96.0 + (c++)"non-virtual thunk to KCModule::~KCModule()@Base" 4.96.0 + (c++)"non-virtual thunk to KCommandBar::~KCommandBar()@Base" 5.83.0 + (c++)"non-virtual thunk to KConfigDialog::~KConfigDialog()@Base" 4.96.0 + (c++)"non-virtual thunk to KLanguageButton::~KLanguageButton()@Base" 4.96.0 + (c++)"non-virtual thunk to KTipDialog::~KTipDialog()@Base" 4.96.0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d647529 --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp + +override_dh_auto_configure: + dh_auto_configure -- -DBUILD_QCH=ON + +override_dh_auto_test: +# xvfb-run -a --server-args="-screen 0 1024x768x24" dh_auto_test diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..ff55d43 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,9 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml +variables: + SALSA_CI_DISABLE_MISSING_BREAKS: 'no' + SALSA_CI_DISABLE_RC_BUGS: 'no' + SALSA_CI_REPROTEST_ARGS: '--variations=-build-path' + EXTRA_REPOSITORY: 'debian/salsa/extra_repository.list' + EXTRA_REPOSITORY_KEY: 'debian/salsa/qt-kde-team.debian.net.asc' diff --git a/debian/salsa/extra_repository.list b/debian/salsa/extra_repository.list new file mode 100644 index 0000000..96b50ae --- /dev/null +++ b/debian/salsa/extra_repository.list @@ -0,0 +1 @@ +deb https://qt-kde-team.debian.net/debian qt-kde-snapshots main diff --git a/debian/salsa/qt-kde-team.debian.net.asc b/debian/salsa/qt-kde-team.debian.net.asc new file mode 100644 index 0000000..6fc55da --- /dev/null +++ b/debian/salsa/qt-kde-team.debian.net.asc @@ -0,0 +1,51 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +bMTcHe5rk6snXqz1neEmP2K7qdNwwakRdAA= +=o8PI +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/tests/acc b/debian/tests/acc new file mode 100755 index 0000000..28b8d41 --- /dev/null +++ b/debian/tests/acc @@ -0,0 +1,18 @@ +#!/bin/sh + +DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH) + +for in_file in debian/*.acc.in; do + out_file=${in_file%.in} + sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \ + "${in_file}" > "${out_file}" +done + +DH_VERBOSE=1 + +dh_acc +ret=$? +if [ 0 -ne $ret ]; then + cp -r logs "${ADT_ARTIFACTS}"/acc.logs +fi +exit $ret diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..459e5f3 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: acc +Depends: dh-acc, exuberant-ctags, @ +Restrictions: allow-stderr diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..48af060 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,7 @@ +Bug-Database: https://bugs.kde.org/buglist.cgi?product=frameworks-kconfigwidgets&resolution=--- +Bug-Submit: https://bugs.kde.org/enter_bug.cgi?product=frameworks-kconfigwidgets +Changelog: https://invent.kde.org/frameworks/kconfigwidgets/-/commits/master +Donation: https://www.kde.org/community/donations/index.php +Repository: https://invent.kde.org/frameworks/kconfigwidgets.git +Repository-Browse: https://invent.kde.org/frameworks/kconfigwidgets +Security-Contact: security@kde.org diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..e99d100 --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQENBFfNUR8BCADDjPXScwObp7mWwUnrjqrM0gGg+pId6vqe0a5A4xr+Rgj26quK +2qJLym0mmul/uh2M8z486qDTQYQaTEppFCosH3WqFonTN2LWpHcujeVABXkAe9qo +DHBZZRMw8CXtiEwvJ/xV/MXTR7G0QCqT4HF045SAyyBjusBiiGly32JEDD4FdjHj +KKUrAJyyoc6frake7ZMO0SO3tQNwmi4T5KLSoxhi3Zgez2k9GPZEj4/W7l5Ne0zQ +7C8Tgo8wraqj/8pzjfP6+Dc2LHOTtu8DGDQkXEFa9VvuAotOtI8Kjff+bOd36WTL +L2dk69Bb7WbhRLkkavHZCdKOpfyBtVn+hGWRABEBAAG0G0RhdmlkIEZhdXJlIDxm +YXVyZUBrZGUub3JnPokBPQQTAQgAJwUCV81RHwIbAwUJCWYBgAULCQgHAgYVCAkK +CwIEFgIDAQIeAQIXgAAKCRBY0O5kikizu/01B/46hG+MaTFW1CVevZrGyPacmDRj +pQhx/ODadBkVXXaJyr7aNKT3EvAedyT82SGT/ch+aqXjZK1kEwK6zITqoOZZUt2I +CjBN4+UfLrWwlKldZShbhJ6NMHJIeYQ5EDlMw7TWVn0OPkRuDvLEasgOhxR9ZjWW +c5wlcZXXy8N+wGSR0bThzl0pdFcIy9Z3g411ZOvjUdDuWqtKUH9iy1VdVyba7FXI +x/BqAXIVsAaIFNsJBZZ7C7j1a1IlTykRLiDjh3mpyBfX4xfMTo4z6pjfQsoPebJl +TlCnwAkIxeyatGXm4OCqEA9zPVd1Ju7+XuEr6+15ENYJ4oYsZjfyScHHJdWMuQEN +BFfNUR8BCADe5wRc/QFL92npVAgzPQ9mJKopscRcxs0f2DM7EBPzUFvWGRIGRdB8 +obXfzBp4Pfyzqky7C1X/j7ENzx+Kol1AJ93wjUEfLoZ/zsvoj9ZT3GdjeVQeReKY +d4th7Jqo4qxvi33Pud0jZsENezzgdd4npiNN9bFX0mjNKNHL9o1n5nTm9pfDI/AS +PZz2RoRO7oUJb+aX6hKxTBaKoAiZHybAXQVchtwJx0O4wLbZ3E4ytJdcATlPDNXS +jw2Lmns8aGa6DBGyqiG6g1PlCnOI2Q/cQK1zbkSisfoCbpEq1MgIzuZSoJ00NIEp +eiACoR82565G68yAb+uKHkcFrYkfDT41ABEBAAGJASUEGAEIAA8FAlfNUR8CGwwF +CQlmAYAACgkQWNDuZIpIs7vWkgf9GNUZmD0UgbQmj0nwkEHum1g7LD+MZL0+P2kg +HyEL3Cm01ot9d+X5ed/gAJ6hDR55KYxHi+/wwwkCNDLoQoP+7VZq2fMiGD0/bDar +oWQqbckqDZU4l69u9NbYvVWHUerfwKfi0ZKN5sJqLwIkr57wEX0I/TBGoMuFB27q +2qyloS5m1Q2pke2mmZjKSqE0jxZJ7iFGJO/Buyjgd1B2kr0DaGaCrh0wjfVjAWpt +klK95Phry1jQc7W0Z4ZdWpB79S1yW670eutSC4fMjvsNxROGkPx4dDkyG5nToeau +zhEh/pXho2Eo/aFEqqY42GMSlN9rf7ekaTNo7OxsE7vvCB0fug== +=4o3u +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..4ba4a5d --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 + +opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/frameworks/([\d.]+)/kconfigwidgets-([\d.]+)\.tar\.xz