Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ycollet committed Feb 12, 2024
1 parent a704895 commit 12c6037
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions xjadeo/xjadeo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Summary: Jack Video Monitor
Name: xjadeo
Version: 0.8.13
Release: 4%{?dist}
Release: 5%{?dist}
License: GPL
URL: https://xjadeo.sourceforge.net/

Expand Down Expand Up @@ -63,7 +63,7 @@ cd ../..
%make_install PREFIX=/usr

install -m 755 -d %{buildroot}/%{_datadir}/icons/xjadeo/
install -m 644 src/xjadeo/icons/xjadeoH128.png %{buildroot}/%{_datadir}/icons/xjadeo/
install -m 644 src/xjadeo/icons/xjadeoH128.png %{buildroot}/%{_datadir}/icons/xjadeo/%{name}.png
install -m 755 -d %{buildroot}/%{_datadir}/applications/
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

Expand All @@ -86,6 +86,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*

%changelog
* Mon Feb 12 2024 Yann Collette <ycollette dot nospam at free.fr> 0.8.13-5
- update to 0.8.13-5 - fix desktop icon

* Sun Sep 03 2023 Yann Collette <ycollette dot nospam at free.fr> 0.8.13-4
- update to 0.8.13-4

Expand Down

0 comments on commit 12c6037

Please sign in to comment.