Skip to content

Commit d485c0c

Browse files
committed
update pkg
1 parent 4c24d41 commit d485c0c

28 files changed

+257
-541
lines changed

debian/calamares-qml-settings-nitrux.qml-ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
calamares-qml-settings-nitrux (2.1.9) nitrux; urgency=medium
2+
3+
* Fix regex validator.
4+
* Remove MauiKit use due to a missing private component.
5+
* Update imports.
6+
* Update branding.
7+
* Remove unused QML file in branding.
8+
* Remove unused script.
9+
10+
-- Uri Herrera <uri_herrera@nxos.org> Mon, 29 Sep 2025 04:59:00 -0500
11+
112
calamares-qml-settings-nitrux (2.0.7+new-dev) nitrux; urgency=medium
213

314
* Update branding.

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
13

debian/control

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Vcs-Git: https://github.com/Nitrux/calamares-settings-nitrux.git
99

1010
Package: calamares-qml-settings-nitrux
1111
Architecture: any
12-
Replaces: calamares-settings-nxos
13-
Depends: ${shlibs:Depends}, ${misc:Depends}, calamares
12+
Depends: ${shlibs:Depends}, ${misc:Depends}, calamares, libkirigami6, libqt6core5compat6, qml6-module-org-kde-breeze, qml6-module-org-kde-kirigami, qml6-module-qt5compat-graphicaleffects, qml6-module-qtquick-effects
1413
Description: Settings for Calamares.
1514
Nitrux branding package and settings for the Calamares installer.

debian/postrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#!/usr/bin/env bash
22

33
find /home/ -iname 'org.nxos.installer.desktop' -delete
44
find /usr/share/applications/ -iname 'org.nxos.installer.desktop' -delete

debian/preinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#! /bin/bash
1+
#!/usr/bin/env bash
22

33
find /usr/share/applications/ -iname 'calamares.desktop' -delete

etc/calamares/branding/nxos/FadeBehavior.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* SOFTWARE.
2323
*/
2424

25-
import QtQuick 2.15
26-
import QtQml 2.15
25+
import QtQuick
26+
import QtQml
2727

2828
Behavior {
2929
id: root

etc/calamares/branding/nxos/ItemSection.qml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import QtQuick 2.10
2-
import QtQuick.Controls 2.10
1+
import QtQuick
2+
import QtQuick.Controls
3+
34
import org.kde.kirigami 2.7 as Kirigami
45

56
Item

etc/calamares/branding/nxos/ListItemDelegate.qml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import io.calamares.ui 1.0
22

3-
import QtQuick 2.10
4-
import QtQuick.Controls 2.10
5-
import QtQuick.Layouts 1.3
3+
import QtQuick
4+
import QtQuick.Controls
5+
import QtQuick.Layouts
6+
67
import org.kde.kirigami 2.7 as Kirigami
78

89
ItemDelegate

etc/calamares/branding/nxos/ListViewTemplate.qml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import QtQuick 2.13
2-
import QtQuick.Controls 2.13
3-
import QtQuick.Layouts 1.3
1+
import QtQuick
2+
import QtQuick.Controls
3+
import QtQuick.Layouts
4+
45
import org.kde.kirigami 2.7 as Kirigami
56

67
Item

0 commit comments

Comments
 (0)