- Add gnome-background-properties xml
OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/gnome-branding-Aeon?expand=0&rev=8
This commit is contained in:
parent
15a67a0b0a
commit
0db7b95910
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 7 08:18:12 UTC 2023 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- Add gnome-background-properties xml
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 6 15:02:13 UTC 2023 - Richard Brown <rbrown@suse.com>
|
Wed Sep 6 15:02:13 UTC 2023 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ Source6: aeonwallpaper.png
|
|||||||
Source7: distrobox-upgrade-all.service
|
Source7: distrobox-upgrade-all.service
|
||||||
Source8: distrobox-upgrade-all.timer
|
Source8: distrobox-upgrade-all.timer
|
||||||
Source9: 50-aeon
|
Source9: 50-aeon
|
||||||
|
Source10: wallpaper-branding-Aeon.xml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: flatpak
|
BuildRequires: flatpak
|
||||||
BuildRequires: gio-branding-openSUSE
|
BuildRequires: gio-branding-openSUSE
|
||||||
@ -63,6 +64,7 @@ cp -a %{SOURCE6} aeonwallpaper.png
|
|||||||
cp -a %{SOURCE7} distrobox-upgrade-all.service
|
cp -a %{SOURCE7} distrobox-upgrade-all.service
|
||||||
cp -a %{SOURCE8} distrobox-upgrade-all.timer
|
cp -a %{SOURCE8} distrobox-upgrade-all.timer
|
||||||
cp -a %{SOURCE9} 50-aeon
|
cp -a %{SOURCE9} 50-aeon
|
||||||
|
cp -a ${SOURCE10} wallpaper-branding-Aeon.xml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -84,6 +86,8 @@ install -m0644 distrobox-upgrade-all.service %{buildroot}%{_userunitdir}/distrob
|
|||||||
install -m0644 distrobox-upgrade-all.timer %{buildroot}%{_userunitdir}/distrobox-upgrade-all.timer
|
install -m0644 distrobox-upgrade-all.timer %{buildroot}%{_userunitdir}/distrobox-upgrade-all.timer
|
||||||
install -d %{buildroot}%{_sysconfdir}/sudoers.d/
|
install -d %{buildroot}%{_sysconfdir}/sudoers.d/
|
||||||
install -m0644 50-aeon %{buildroot}%{_sysconfdir}/sudoers.d/50-aeon
|
install -m0644 50-aeon %{buildroot}%{_sysconfdir}/sudoers.d/50-aeon
|
||||||
|
install -d %{buildroot}%{_datadir}/gnome-background-properties
|
||||||
|
install -m0644 wallpaper-branding-Aeon.xml %{buildroot}%{_datadir}/gnome-background-properties/wallpaper-branding-Aeon.xml
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%systemd_user_pre distrobox-upgrade-all.service
|
%systemd_user_pre distrobox-upgrade-all.service
|
||||||
@ -116,5 +120,7 @@ install -m0644 50-aeon %{buildroot}%{_sysconfdir}/sudoers.d/50-aeon
|
|||||||
%{_userunitdir}/distrobox-upgrade-all.timer
|
%{_userunitdir}/distrobox-upgrade-all.timer
|
||||||
%dir %{_sysconfdir}/sudoers.d
|
%dir %{_sysconfdir}/sudoers.d
|
||||||
%{_sysconfdir}/sudoers.d/50-aeon
|
%{_sysconfdir}/sudoers.d/50-aeon
|
||||||
|
%dir %{_datadir}/gnome-background-properties
|
||||||
|
%{_datadir}/gnome-background-properties/wallpaper-branding-Aeon.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
10
wallpaper-branding-Aeon.xml
Normal file
10
wallpaper-branding-Aeon.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
|
||||||
|
<wallpapers>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<filename>/usr/share/wallpapers/aeonwallpaper.png</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<name>openSUSE Aeon</name>
|
||||||
|
</wallpaper>
|
||||||
|
</wallpapers>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user