File: .craftignore

package info (click to toggle)
kosmindoormap 25.04.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,452 kB
  • sloc: cpp: 22,013; xml: 551; yacc: 490; lex: 176; sh: 166; makefile: 24; java: 15
file content (20 lines) | stat: -rw-r--r-- 680 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: 2023 Volker Krause <vkrause@kde.org>

# 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|qgif)_.*\.so

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