Skip to content

Commit

Permalink
feat: Add LE stylized Steam Deck logo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 17, 2023
1 parent 9ec4c76 commit 50c221b
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
Expand Up @@ -7,6 +7,7 @@ URL: https://github.com/ublue-os/bazzite

Source0: https://gitlab.com/evlaV/steamdeck-kde-presets/-/archive/master/steamdeck-kde-presets-master.tar.gz
Source1: kdeglobals-desktop
Source2: steamdeck-le.svg
Patch0: multiuser.patch
Patch1: lockscreen.patch

Expand Down Expand Up @@ -36,6 +37,7 @@ cp -rv usr/share/* %{buildroot}%{_datadir}
cp -rv etc/* %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_sysconfdir}/skel %{buildroot}%{_sysconfdir}/skel.d
mv %{buildroot}%{_datadir}/icons/hicolor/scalable/places/distributor-logo-steamdeck.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/places/steamdeck.svg
cp %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/places/steamdeck-le.svg
# Remove unneeded files
rm -rf %{buildroot}%{_datadir}/applications/steam/steamos-nested-desktop
rm %{buildroot}%{_datadir}/applications/org.mozilla.firefox.desktop
Expand Down
4 changes: 3 additions & 1 deletion spec_files/steamdeck-kde-presets/steamdeck-kde-presets.spec
Expand Up @@ -5,7 +5,8 @@ Summary: KDE Presets from Valve's SteamOS 3.0
License: GPLv2
URL: https://github.com/ublue-os/bazzite

Source: https://gitlab.com/evlaV/%{name}/-/archive/master/%{name}-master.tar.gz
Source0: https://gitlab.com/evlaV/%{name}/-/archive/master/%{name}-master.tar.gz
Source1: steamdeck-le.svg
BuildArch: noarch
Patch0: fedora.patch
Patch1: nested-desktop-resolution.patch
Expand Down Expand Up @@ -38,6 +39,7 @@ cp -rv usr/lib/* %{buildroot}%{_prefix}/lib
cp -rv etc/* %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_sysconfdir}/skel %{buildroot}%{_sysconfdir}/skel.d
mv %{buildroot}%{_datadir}/icons/hicolor/scalable/places/distributor-logo-steamdeck.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/places/steamdeck.svg
cp %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/places/steamdeck-le.svg
# Remove unneeded files
rm %{buildroot}%{_datadir}/icons/hicolor/scalable/places/distributor-logo.svg
rm %{buildroot}%{_sysconfdir}/xdg/autostart/steam.desktop
Expand Down
61 changes: 61 additions & 0 deletions spec_files/steamdeck-kde-presets/steamdeck-le.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50c221b

Please sign in to comment.