Skip to content

Commit

Permalink
deprecate ultramarine-gnome-filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Sep 30, 2023
1 parent 48c5438 commit 63f00be
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 53 deletions.
5 changes: 0 additions & 5 deletions ultramarine/gnome-filesystem/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions ultramarine/gnome-filesystem/anda.hcl

This file was deleted.

26 changes: 0 additions & 26 deletions ultramarine/gnome-filesystem/ultramarine-gnome-filesystem.spec

This file was deleted.

9 changes: 0 additions & 9 deletions ultramarine/gnome-filesystem/umpkg.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions ultramarine/gnome-filesystem/umpkg.toml

This file was deleted.

11 changes: 10 additions & 1 deletion ultramarine/release/ultramarine-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Source8: 99-default-disable.preset
Source9: 90-default-user.preset
Source13: 60-ultramarine-presets.conf
Source14: lightdm-gtk-greeter.conf
Source15: 50_ultramarine-gnome.gschema.override

Source19: distro-template.swidtag
Source20: distro-edition-template.swidtag
Expand Down Expand Up @@ -255,6 +256,10 @@ Provides: ultramarine-release-identity = %{version}-%{release}
Conflicts: ultramarine-release-identity
Requires(meta): ultramarine-release-gnome = %{version}-%{release}

# Allow migration from the legacy ultramarine-gnome-filesystem package
Provides: ultramarine-gnome-filesystem = %{version}-%{release}
Obsoletes: ultramarine-gnome-filesystem < 0.1.2-2

%description identity-gnome
Provides the necessary files for a Ultramarine GNOME installation.

Expand Down Expand Up @@ -430,11 +435,14 @@ cp -pr %{SOURCE30} %{buildroot}%{_sysconfdir}/anaconda/profile.d/ultramarine.con



#Budgie config
# Budgie config
mkdir -p %{buildroot}%{_sysconfdir}/lightdm/lightdm.conf.d/
install %{SOURCE13} %{buildroot}%{_sysconfdir}/lightdm/lightdm.conf.d/
install %{SOURCE14} %{buildroot}%{_sysconfdir}/lightdm/lightdm.conf.d/50-ultramarine-lightdm-gtk-greeter.conf

# GNOME config
install -Dm0644 %{SOURCE15} -t %{buildroot}%{_datadir}/glib-2.0/schemas/

# Create distro-level SWID tag file
install -d %{buildroot}%{_swidtagdir}
sed -e "s#\$version#%{bug_version}#g" -e 's/<!--.*-->//;/^$/d' %{SOURCE19} > %{buildroot}%{_swidtagdir}/org.ultramarinelinux.Ultramarine-%{bug_version}.swidtag
Expand Down Expand Up @@ -554,6 +562,7 @@ install -Dm0644 %{SOURCE28} -t %{buildroot}%{_prefix}/lib/systemd/user.conf.d/
%files identity-gnome
%{_prefix}/lib/os-release.gnome
%attr(0644,root,root) %{_swidtagdir}/org.ultramarinelinux.Ultramarine-edition.swidtag.gnome
%{_datadir}/glib-2.0/schemas/50_ultramarine-gnome.gschema.override
%endif

%files notes
Expand Down

0 comments on commit 63f00be

Please sign in to comment.