Accepting request 1208091 from graphics

- Add StartupWMClass on dekstop file to fix missing icon on GNOME
- Add missing jxl mimetype

OBS-URL: https://build.opensuse.org/request/show/1208091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oculante?expand=0&rev=18
This commit is contained in:
Ana Guerrero 2024-10-15 13:02:33 +00:00 committed by Git OBS Bridge
commit 0b1731c08e
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 2 09:10:50 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Add StartupWMClass on dekstop file to fix missing icon on GNOME
- Add missing jxl mimetype
-------------------------------------------------------------------
Mon Sep 23 20:48:21 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@ -50,6 +50,9 @@ tools.
%prep
%autosetup -a1 -p1
echo 'StartupWMClass=oculante' >> res/flathub/%{appid}.desktop
sed -i 's|MimeType=|MimeType=image/jxl;|' res/flathub/%{appid}.desktop
%build
%if 0%{?suse_version} < 1600
export CC="gcc-%{?force_gcc_version}"