Skip to content

Commit 7c8ad27

Browse files
committed
chore: Add xcursorgen call to jupiter-hw-support
1 parent 12b2875 commit 7c8ad27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec_files/jupiter-hw-support/jupiter-hw-support-btrfs.spec

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Requires: e2fsprogs
3535
Requires: f3
3636

3737
BuildRequires: systemd-rpm-macros
38+
BuildRequires: xcursorgen
39+
BuildRequires: sed
3840

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

0 commit comments

Comments
 (0)