- 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
This commit is contained in:
parent
1e61b1b612
commit
544d14623d
4
kcm-about-distrorc
Normal file
4
kcm-about-distrorc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[General]
|
||||||
|
LogoPath=/usr/share/icons/hicolor/scalable/apps/distributor-logo-MicroOS.svg
|
||||||
|
Website=https://en.opensuse.org/Portal:MicroOS/Desktop
|
||||||
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 2 22:24:51 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <opensuse@syds.eu>
|
Thu Jan 26 12:24:00 UTC 2023 - Syds Bearda <opensuse@syds.eu>
|
||||||
|
|
||||||
|
@ -24,16 +24,18 @@ Source: COPYING
|
|||||||
Source1: flathub.flatpakrepo
|
Source1: flathub.flatpakrepo
|
||||||
Source2: mod-firstboot.desktop
|
Source2: mod-firstboot.desktop
|
||||||
Source3: mod-firstboot
|
Source3: mod-firstboot
|
||||||
|
Source4: kcm-about-distrorc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: flatpak
|
BuildRequires: flatpak
|
||||||
BuildRequires: transactional-update
|
BuildRequires: transactional-update
|
||||||
Requires: flatpak
|
Requires: flatpak
|
||||||
Requires: libqt5-qdbus
|
|
||||||
Requires: kdialog
|
Requires: kdialog
|
||||||
Requires: transactional-update
|
Requires: kdialog
|
||||||
|
Requires: libqt5-qdbus
|
||||||
Requires: sound-theme-freedesktop
|
Requires: sound-theme-freedesktop
|
||||||
|
Requires: transactional-update
|
||||||
Conflicts: gnome-branding-MicroOS
|
Conflicts: gnome-branding-MicroOS
|
||||||
Version: 20230126
|
Version: 20220202
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,6 +47,7 @@ cp -a %{SOURCE0} COPYING
|
|||||||
cp -a %{SOURCE1} flathub.flatpakrepo
|
cp -a %{SOURCE1} flathub.flatpakrepo
|
||||||
cp -a %{SOURCE2} mod-firstboot.desktop
|
cp -a %{SOURCE2} mod-firstboot.desktop
|
||||||
cp -a %{SOURCE3} mod-firstboot
|
cp -a %{SOURCE3} mod-firstboot
|
||||||
|
cp -a %{SOURCE4} kcm-about-distrorc
|
||||||
|
|
||||||
%build
|
%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 -m0644 mod-firstboot.desktop %{buildroot}%{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
||||||
install -d %{buildroot}%{_bindir}
|
install -d %{buildroot}%{_bindir}
|
||||||
install -m0755 mod-firstboot %{buildroot}%{_bindir}/mod-firstboot
|
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
|
%post
|
||||||
sed -i 's/^#REBOOT_METHOD=auto/REBOOT_METHOD=notify/' %{_prefix}%{_sysconfdir}/transactional-update.conf
|
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
|
%dir %{_sysconfdir}/skel/.config/autostart
|
||||||
%config(noreplace) %{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
%config(noreplace) %{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
||||||
%{_bindir}/mod-firstboot
|
%{_bindir}/mod-firstboot
|
||||||
|
%dir %{_sysconfdir}/xdg
|
||||||
|
%config(noreplace) %{_sysconfdir}/xdg/kcm-about-distrorc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user