Set value key on desktop file associated with application (#1826395)

epel9
Luya Tshimbalanga 5 years ago
parent dfdbec6fc6
commit b1b6b92cf3
No known key found for this signature in database
GPG Key ID: 5E528174D8A2609A

@ -2,7 +2,7 @@
Name: xournalpp
Version: 1.0.18
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Handwriting note-taking software with PDF annotation support
License: GPLv2+
@ -68,8 +68,11 @@ sed -i 's|tlh-AA|tlh|g' po/tlh.po
%make_install
#Remove depreciated key from desktop file
#Fix desktop file associated with application
desktop-file-install \
--remove-key="Encoding" \
--set-key="StartupWMClass" \
--set-value="xournalpp" \
%{buildroot}%{_datadir}/applications/com.github.%{name}.%{name}.desktop
%find_lang %{name}
@ -102,6 +105,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
%{_datadir}/%{name}/ui
%changelog
* Tue Apr 21 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.18-2
- Set value key on desktop file associated with application (#1826395)
* Thu Apr 16 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.0.18-1
- Update to 1.0.18 (#1824351)

Loading…
Cancel
Save