Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-branding-Kalpa for 
openSUSE:Factory checked in at 2026-06-02 19:46:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-branding-Kalpa (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-branding-Kalpa.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-branding-Kalpa"

Tue Jun  2 19:46:29 2026 rev:13 rq:1356417 version:20260601

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/plasma-branding-Kalpa/plasma-branding-Kalpa.changes  
    2026-05-31 18:28:57.425750175 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma-branding-Kalpa.new.1937/plasma-branding-Kalpa.changes
    2026-06-02 19:46:31.823169256 +0200
@@ -1,0 +2,7 @@
+Mon Jun  1 16:39:55 UTC 2026 - Shawn Dunn <[email protected]>
+
+- Version 20260601
+  * Removes aarch64 specific firstboot handling.  Flathub now
+    publishes an aarch64 build of Firefox, making it un-necessary
+
+-------------------------------------------------------------------

Old:
----
  plasma-branding-Kalpa-20260530.tar.gz

New:
----
  plasma-branding-Kalpa-20260601.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma-branding-Kalpa.spec ++++++
--- /var/tmp/diff_new_pack.54f1oR/_old  2026-06-02 19:46:33.995259223 +0200
+++ /var/tmp/diff_new_pack.54f1oR/_new  2026-06-02 19:46:34.003259555 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           plasma-branding-Kalpa
-Version:        20260530
+Version:        20260601
 Release:        0
 Summary:        Kalpa Desktop default settings
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.54f1oR/_old  2026-06-02 19:46:34.255269992 +0200
+++ /var/tmp/diff_new_pack.54f1oR/_new  2026-06-02 19:46:34.291271483 +0200
@@ -3,8 +3,8 @@
   <service mode="manual" name="obs_scm">
     <param name="scm">git</param>
     <param 
name="url">https://codeberg.org/KalpaDesktop/plasma-branding-Kalpa.git</param>
-    <param name="version">20260530</param>
-    <param name="revision">20260530</param>
+    <param name="version">20260601</param>
+    <param name="revision">20260601</param>
   </service>
   <service mode="manual" name="tar"/>
   <service mode="manual" name="extract_file">

++++++ plasma-branding-Kalpa-20260530.tar.gz -> 
plasma-branding-Kalpa-20260601.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-branding-Kalpa-20260530/CMakeLists.txt 
new/plasma-branding-Kalpa-20260601/CMakeLists.txt
--- old/plasma-branding-Kalpa-20260530/CMakeLists.txt   2026-05-30 
19:54:21.000000000 +0200
+++ new/plasma-branding-Kalpa-20260601/CMakeLists.txt   2026-06-01 
18:35:55.000000000 +0200
@@ -3,26 +3,14 @@
 
 include(GNUInstallDirs)
 
-# arch-specific firstboot helper
-if(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
-    install(PROGRAMS
-        usr/bin/kalpa-firstboot-aarch64
-        DESTINATION "${CMAKE_INSTALL_BINDIR}"
-    )
-    install(FILES
-        usr/etc/skel/.config/autostart/kalpa-firstboot-aarch64.desktop
-        DESTINATION "${CMAKE_INSTALL_SYSCONFDIR}/skel/.config/autostart"
-    )
-else()
-    install(PROGRAMS
-        usr/bin/kalpa-firstboot
-        DESTINATION "${CMAKE_INSTALL_BINDIR}"
-    )
-    install(FILES
-        usr/etc/skel/.config/autostart/kalpa-firstboot.desktop
-        DESTINATION "${CMAKE_INSTALL_SYSCONFDIR}/skel/.config/autostart"
-    )
-endif()
+install(PROGRAMS
+    usr/bin/kalpa-firstboot
+    DESTINATION "${CMAKE_INSTALL_BINDIR}"
+)
+install(FILES
+    usr/etc/skel/.config/autostart/kalpa-firstboot.desktop
+    DESTINATION "${CMAKE_INSTALL_SYSCONFDIR}/skel/.config/autostart"
+)
 
 # KDE/Plasma default configuration
 install(FILES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-branding-Kalpa-20260530/usr/bin/kalpa-firstboot-aarch64 
new/plasma-branding-Kalpa-20260601/usr/bin/kalpa-firstboot-aarch64
--- old/plasma-branding-Kalpa-20260530/usr/bin/kalpa-firstboot-aarch64  
2026-05-30 19:54:21.000000000 +0200
+++ new/plasma-branding-Kalpa-20260601/usr/bin/kalpa-firstboot-aarch64  
1970-01-01 01:00:00.000000000 +0100
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-dbusRef=$(kdialog --title "openSUSE Kalpa Desktop Firstboot" --geometry 
600x400 --progressbar "openSUSE Kalpa Desktop Firstboot" 6)
-
-run_task() {
-    local step="$1"
-    local label="$2"
-    shift 2
-
-    qdbus6 $dbusRef setLabelText "$label"
-
-    if eval "$@"; then
-        qdbus6 $dbusRef Set "" value "$step"
-    else
-        kdialog --error "Operation Failed: $label"
-        exit 1
-    fi
-}
-
-run_task 1 "Waiting for Internet connection" 'until /usr/bin/ping -q -c 1 
flathub.org; do sleep 1; done'
-run_task 2 "Adding Flathub Repository" /usr/bin/flatpak remote-add --user 
--if-not-exists flathub /usr/share/kalpa/flathub.flatpakrepo
-run_task 3 "Installing KCalc" /usr/bin/flatpak install --user --noninteractive 
flathub org.kde.kcalc
-run_task 4 "Installing Ark" /usr/bin/flatpak install --user --noninteractive 
flathub org.kde.ark
-
-run_task 5 "Cleaning up" rm -f ~/.config/autostart/kalpa-firstboot.desktop
-
-qdbus6 $dbusRef close
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-branding-Kalpa-20260530/usr/etc/skel/.config/autostart/kalpa-firstboot-aarch64.desktop
 
new/plasma-branding-Kalpa-20260601/usr/etc/skel/.config/autostart/kalpa-firstboot-aarch64.desktop
--- 
old/plasma-branding-Kalpa-20260530/usr/etc/skel/.config/autostart/kalpa-firstboot-aarch64.desktop
   2026-05-30 19:54:21.000000000 +0200
+++ 
new/plasma-branding-Kalpa-20260601/usr/etc/skel/.config/autostart/kalpa-firstboot-aarch64.desktop
   1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Kalpa Desktop FirstBoot Setup
-Comment=Sets up Kalpa Desktop Correctly On FirstBoot
-Exec=/usr/bin/kalpa-firstboot-aarch64
-Icon=org.kde.konsole
-Type=Application
-Categories=Utility;System;
-Name[en_GB]=startup
-Name[en_US]=startup

Reply via email to