From 544d14623d6711c51ea4617f598fc777e388ca23 Mon Sep 17 00:00:00 2001 From: Shawn Dunn Date: Mon, 13 Feb 2023 16:24:34 +0000 Subject: [PATCH] - Added kcm-about-distrorc (boo#1207873) * Changes kinfocenter "About" to display MicroOS logo and Link to MicroOS Desktop wiki, rather than Geeko and the main website. - 20230202 - 20230126 - Add Conflicts: gnome-branding-MicroOS - Removed kwrite from the flatpak installations. Kate is already in the base image. OBS-URL: https://build.opensuse.org/package/show/devel:microos/plasma-branding-MicroOS?expand=0&rev=7 --- kcm-about-distrorc | 4 ++++ plasma-branding-MicroOS.changes | 14 +++++++++++--- plasma-branding-MicroOS.spec | 13 ++++++++++--- 3 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 kcm-about-distrorc diff --git a/kcm-about-distrorc b/kcm-about-distrorc new file mode 100644 index 0000000..4d68eb8 --- /dev/null +++ b/kcm-about-distrorc @@ -0,0 +1,4 @@ +[General] +LogoPath=/usr/share/icons/hicolor/scalable/apps/distributor-logo-MicroOS.svg +Website=https://en.opensuse.org/Portal:MicroOS/Desktop + diff --git a/plasma-branding-MicroOS.changes b/plasma-branding-MicroOS.changes index 074adc1..629c3a9 100644 --- a/plasma-branding-MicroOS.changes +++ b/plasma-branding-MicroOS.changes @@ -1,15 +1,23 @@ +------------------------------------------------------------------- +Thu Feb 2 22:24:51 UTC 2023 - Shawn Dunn + +- Added kcm-about-distrorc (boo#1207873) + * Changes kinfocenter "About" to display MicroOS logo and Link to + MicroOS Desktop wiki, rather than Geeko and the main website. +- 20230202 + ------------------------------------------------------------------- Thu Jan 26 12:24:00 UTC 2023 - Syds Bearda - Correct the transactional-update reboot method for KDE Desktop -- 20230126 +- 20230126 ------------------------------------------------------------------- Thu Aug 4 17:25:55 UTC 2022 - Shawn Dunn -- Add Conflicts: gnome-branding-MicroOS +- Add Conflicts: gnome-branding-MicroOS ------------------------------------------------------------------- Mon Jul 11 22:09:22 UTC 2022 - Shawn Dunn -- Removed kwrite from the flatpak installations. Kate is already in the base image. +- Removed kwrite from the flatpak installations. Kate is already in the base image. diff --git a/plasma-branding-MicroOS.spec b/plasma-branding-MicroOS.spec index 64cdbc4..55019d7 100644 --- a/plasma-branding-MicroOS.spec +++ b/plasma-branding-MicroOS.spec @@ -24,16 +24,18 @@ Source: COPYING Source1: flathub.flatpakrepo Source2: mod-firstboot.desktop Source3: mod-firstboot +Source4: kcm-about-distrorc BuildArch: noarch BuildRequires: flatpak BuildRequires: transactional-update Requires: flatpak -Requires: libqt5-qdbus Requires: kdialog -Requires: transactional-update +Requires: kdialog +Requires: libqt5-qdbus Requires: sound-theme-freedesktop +Requires: transactional-update Conflicts: gnome-branding-MicroOS -Version: 20230126 +Version: 20220202 Release: 0 %description @@ -45,6 +47,7 @@ cp -a %{SOURCE0} COPYING cp -a %{SOURCE1} flathub.flatpakrepo cp -a %{SOURCE2} mod-firstboot.desktop cp -a %{SOURCE3} mod-firstboot +cp -a %{SOURCE4} kcm-about-distrorc %build @@ -55,6 +58,8 @@ install -d %{buildroot}%{_sysconfdir}/skel/.config/autostart install -m0644 mod-firstboot.desktop %{buildroot}%{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop install -d %{buildroot}%{_bindir} install -m0755 mod-firstboot %{buildroot}%{_bindir}/mod-firstboot +install -d %{buildroot}%{_sysconfdir}/xdg +install -m0644 kcm-about-distrorc %{buildroot}%{_sysconfdir}/xdg/kcm-about-distrorc %post sed -i 's/^#REBOOT_METHOD=auto/REBOOT_METHOD=notify/' %{_prefix}%{_sysconfdir}/transactional-update.conf @@ -70,5 +75,7 @@ sed -i 's/^REBOOT_METHOD=notify/#REBOOT_METHOD=auto/' %{_prefix}%{_sysconfdir}/t %dir %{_sysconfdir}/skel/.config/autostart %config(noreplace) %{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop %{_bindir}/mod-firstboot +%dir %{_sysconfdir}/xdg +%config(noreplace) %{_sysconfdir}/xdg/kcm-about-distrorc %changelog