# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2023 Volker Krause <vkrause@kde.org>

# we use the Breeze style, so anything related to Material or Fluent is unnecessary
qml/QtQuick/Controls/(FluentWinUI3|Material)/.*
lib/qml/org/kde/kirigami/styles/Material/.*

# data files for ki18n that we don't need
share/iso-codes/json/schema-.*
share/iso-codes/json/iso_(15924|3166-3|4217|639-\d)\.json
share/locale/.*/LC_MESSAGES/iso_(15924|3166-3|4217|639-\d)\.mo

# other KF6 data files we don't need
share/mime/packages/kde6\.xml

# unused Kirigami Addons modules
lib/qml/org/kde/kirigamiaddons/(settings|sounds|treeview)/.*

# unused image formats
plugins/imageformats/.*_qico_.*\.so

# translation catalogs of dependencies not needed here
share/locale/.*/LC_MESSAGES/(karchive6|kcodecs6|kconfig6|knotifications6|libkmime6)_qt\.qm
share/locale/.*/LC_MESSAGES/(kcontacts6|kcolorscheme6|kiconthemes6)\.mo
share/qt6keychain/translations.*\.qm

# newer Kirigami Addon versions depend on Qt.labs.platform for ColorDialog, which as a QtWidgets dependency
# remove that the hard way, we don't need a color dialog
qml/Qt/labs/platform/.*

# unused KConfigWidgets assets pulled in via KIconThemes
share/locale/.*/kf6_entry.desktop
share/locale/.*/LC_MESSAGES/kconfigwidgets6\.mo
share/locale/.*/LC_MESSAGES/(kitemviews6|kwidgetsaddons6)_qt\.qm

# unused Qt translation catalogs
translations/(qtconnectivity|qtdeclarative|qtlocations|qtmultimedia|qtwebsockets)_.*\.qm
