Skip to content

Commit

Permalink
chore: Add xcursorgen call to jupiter-hw-support
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 24, 2023
1 parent 12b2875 commit 7c8ad27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec_files/jupiter-hw-support/jupiter-hw-support-btrfs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Requires: e2fsprogs
Requires: f3

BuildRequires: systemd-rpm-macros
BuildRequires: xcursorgen
BuildRequires: sed

%description
SteamOS 3.0 Steam Deck Hardware Support Package
Expand Down Expand Up @@ -66,6 +68,8 @@ cp -rv usr/lib/udev %{buildroot}%{_prefix}/lib/udev
cp -rv usr/bin/* %{buildroot}%{_bindir}
cp -rv usr/lib/systemd/system/* %{buildroot}%{_unitdir}
cp -rv etc/* %{buildroot}%{_sysconfdir}
sed -i 's@steamos-cursor.png@usr/share/steamos/steamos-cursor.png@g' usr/share/steamos/steamos-cursor-config
xcursorgen usr/share/steamos/steamos-cursor-config %{buildroot}%{_datadir}/icons/steam/cursors/default
# Remove unneeded files
rm %{buildroot}%{_sysconfdir}/default/grub-steamos
rm %{buildroot}%{_datadir}/jupiter_bios_updater/h2offt-g
Expand Down

0 comments on commit 7c8ad27

Please sign in to comment.