Skip to content

Commit

Permalink
feat(ruffle): add desktop file (#1769) (#1783)
Browse files Browse the repository at this point in the history
(cherry picked from commit 09a8da6)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Jul 30, 2024
1 parent 131b8ab commit c5f1f90
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions anda/apps/ruffle/ruffle-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,35 @@ Packager: madonuko <[email protected]>
%license LICENSE.md
%license LICENSE.dependencies
%_bindir/ruffle_desktop

%package devel
Summary: %{summary}
BuildArch: noarch

%description devel %{_description}

This package contains library source intended for building other packages which
use the "%{crate}" crate.

%files devel
%license %{crate_instdir}/LICENSE.md
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%_datadir/applications/ruffle_desktop.desktop
%_iconsdir/hicolor/scalable/apps/ruffle_desktop.svg

%prep
%autosetup -n ruffle-nightly-%ver
%cargo_prep_online

cat<<EOF > ruffle_desktop.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Ruffle Desktop
Comment=%summary
Exec=%_bindir/ruffle_desktop
Icon=ruffle_desktop
Terminal=false
StartupNotify=false
Categories=Application;
MimeType=application/x-shockwave-flash;
EOF

%build
%{cargo_license_online} > LICENSE.dependencies

%install
cd desktop
%cargo_install
install -Dm644 assets/logo.svg %buildroot%_iconsdir/hicolor/scalable/apps/ruffle_desktop.svg
install -Dm644 ../ruffle_desktop.desktop %buildroot%_datadir/applications/ruffle_desktop.desktop

%changelog
* Mon Jul 29 2024 madonuko <[email protected]>
Expand Down

0 comments on commit c5f1f90

Please sign in to comment.