Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Update for focal
Browse files Browse the repository at this point in the history
  • Loading branch information
likeadragonmaid committed Feb 12, 2023
1 parent df171ff commit 299e752
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ If you use this app on another device, please let me know.

## License

Copyright (C) 2020 - 2021 Shou
Copyright (C) 2020 - 2023 Shoko

Licensed under the MIT license
6 changes: 4 additions & 2 deletions clickable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"clickable_minimum_required": "6.12.2",
"kill": "qmlscene",
"clickable_minimum_required": "7",
"builder": "pure-qml-cmake",
"kill": "qmlscene"
"framework": "ubuntu-sdk-20.04",
"ignore_review_warnings": true
}
6 changes: 3 additions & 3 deletions manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "switch-my-slot.desktop"
}
},
"version": "0.4",
"maintainer": "Shou <shou@disroot.org>",
"framework" : "ubuntu-sdk-16.04.5"
"version": "0.5",
"maintainer": "Shoko <shou@disroot.org>",
"framework" : "ubuntu-sdk-20.04"
}
8 changes: 4 additions & 4 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ msgid "HAL Version: "
msgstr "Version de HAL: "

#: ../qml/Main.qml:37
msgid "App Version: v0.4"
msgstr "Version de l'application: v0.4"
msgid "App Version: v0.5"
msgstr "Version de l'application: v0.5"

#: ../qml/Main.qml:45
msgid "Number of slots: "
Expand All @@ -45,5 +45,5 @@ msgid "Current slot: "
msgstr "Partition actuelle: "

#: ../qml/Main.qml:86
msgid "Developed by Shou"
msgstr "Développé par Shou"
msgid "Developed by Shoko"
msgstr "Développé par Shoko"
8 changes: 4 additions & 4 deletions po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ msgid "HAL Version: "
msgstr "HAL-versie: "

#: ../qml/Main.qml:37
msgid "App Version: v0.4"
msgstr "Appversie: 0.4"
msgid "App Version: v0.5"
msgstr "Appversie: 0.5"

#: ../qml/Main.qml:45
msgid "Number of slots: "
Expand All @@ -47,5 +47,5 @@ msgid "Current slot: "
msgstr "Huidige sleuf:"

#: ../qml/Main.qml:86
msgid "Developed by Shou"
msgstr "Ontwikkeld door Shou"
msgid "Developed by Shoko"
msgstr "Ontwikkeld door Shoko"
6 changes: 3 additions & 3 deletions po/switch-my-slot.shouko.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: switch-my-slot.shouko\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-22 16:41+0000\n"
"POT-Creation-Date: 2023-02-12 22:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -26,7 +26,7 @@ msgid "HAL Version: "
msgstr ""

#: ../qml/Main.qml:37
msgid "App Version: v0.4"
msgid "App Version: v0.5"
msgstr ""

#: ../qml/Main.qml:45
Expand All @@ -46,5 +46,5 @@ msgid "Current slot: "
msgstr ""

#: ../qml/Main.qml:86
msgid "Developed by Shou"
msgid "Developed by Shoko"
msgstr ""
8 changes: 4 additions & 4 deletions qml/Main.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import QtQuick 2.7
import Ubuntu.Components 1.3
import Lomiri.Components 1.3
//import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3
import Qt.labs.settings 1.0
Expand Down Expand Up @@ -34,7 +34,7 @@ MainView {
top: halVersionLabel.bottom
}
id: appVersionLabel
text: i18n.tr('App Version: v0.4')
text: i18n.tr('App Version: v0.5')
}

Label {
Expand All @@ -60,7 +60,7 @@ MainView {
}
id: switchSlotButton
text: i18n.tr('Switch Slot')
color: UbuntuColors.green
color: LomiriColors.green
onClicked: {
python.switchSlotFunc();
}
Expand All @@ -83,7 +83,7 @@ MainView {
bottomMargin: units.gu(2)
}
id: developerLabel
text: i18n.tr('Developed by Shou')
text: i18n.tr('Developed by Shoko')
verticalAlignment: Label.AlignVCenter
horizontalAlignment: Label.AlignHCenter
}
Expand Down
2 changes: 1 addition & 1 deletion switch-my-slot.apparmor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"policy_groups": [],
"template": "unconfined",
"policy_version": 16.04
"policy_version": 20.04
}

0 comments on commit 299e752

Please sign in to comment.