Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

4 changed files with 9 additions and 27 deletions

View File

@ -7,10 +7,10 @@ run_task() {
local label="$2"
shift 2
qdbus6 $dbusRef setLabelText "$label"
qdbus-qt5 $dbusRef setLabelText "$label"
if eval "$@"; then
qdbus6 $dbusRef Set "" value "$step"
qdbus-qt5 $dbusRef Set "" value "$step"
else
kdialog --error "Operation Failed: $label"
exit 1
@ -22,8 +22,8 @@ run_task 2 "Adding Flathub Repository" /usr/bin/flatpak remote-add --user --if-n
run_task 3 "Installing Firefox" /usr/bin/flatpak install --user --noninteractive flathub org.mozilla.firefox
run_task 4 "Installing KCalc" /usr/bin/flatpak install --user --noninteractive flathub org.kde.kcalc
run_task 5 "Installing Ark" /usr/bin/flatpak install --user --noninteractive flathub org.kde.ark
run_task 6 "Setting Default Browser" kwriteconfig6 --file ~/.config/kdeglobals --group General --key BrowserApplication org.mozilla.firefox.desktop
run_task 6 "Setting Default Browser" kwriteconfig5 --file ~/.config/kdeglobals --group General --key BrowserApplication org.mozilla.firefox.desktop
run_task 7 "Cleaning up" rm -f ~/.config/autostart/kalpa-firstboot.desktop
qdbus6 $dbusRef close
qdbus-qt5 $dbusRef close

View File

@ -7,10 +7,10 @@ run_task() {
local label="$2"
shift 2
qdbus6 $dbusRef setLabelText "$label"
qdbus-qt5 $dbusRef setLabelText "$label"
if eval "$@"; then
qdbus6 $dbusRef Set "" value "$step"
qdbus-qt5 $dbusRef Set "" value "$step"
else
kdialog --error "Operation Failed: $label"
exit 1
@ -24,4 +24,4 @@ run_task 4 "Installing Ark" /usr/bin/flatpak install --user --noninteractive fla
run_task 5 "Cleaning up" rm -f ~/.config/autostart/kalpa-firstboot.desktop
qdbus6 $dbusRef close
qdbus-qt5 $dbusRef close

View File

@ -1,19 +1,3 @@
-------------------------------------------------------------------
Thu May 30 22:22:26 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
- Added Conflicts: plasma-branding-MicroOS
-------------------------------------------------------------------
Thu May 30 21:42:03 UTC 2024 - Gerardo Gomez Rodriguez <gerardo.gomez@tutanota.com>
- Removed Obsolets from spec file to avoid collision with plasma-branding-MicroOS
-------------------------------------------------------------------
Mon Apr 1 21:20:32 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
- Updated kalpa-firstboot and kalpa-firstboot-aarch64 for Plasma6
- Updated version to 202400401
-------------------------------------------------------------------
Tue Jan 2 22:28:11 UTC 2024 - dopice <0xdopice@protonmail.com>

View File

@ -18,7 +18,7 @@
Name: plasma-branding-Kalpa
Version: 20240401
Version: 20231227
Release: 0
Summary: Kalpa Desktop default settings
License: BSD-3-Clause
@ -48,9 +48,7 @@ Requires: transactional-update
Conflicts: gnome-branding-MicroOS
Provides: plasma-branding = %{version}
Provides: plasma-branding-MicroOS = %{version}
# Do not obsolete plasma-branding-MicroOS just yet
# Obsoletes: plasma-branding-MicroOS
Conflicts: plasma-branding-MicroOS = %{version}
Obsoletes: plasma-branding-MicroOS < %{version}
BuildArch: noarch
%description