public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: Fix install
@ 2026-08-04 19:44
0 siblings, 0 replies; only message in thread
From: @ 2026-08-04 19:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : 7c8dac99abf1441ff2cb450adea17286f70cf061
Author : Dan Vrátil <dvratil@redhat.com>
Date : 2015-08-26T15:47:37+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/7c8dac99abf1441ff2cb450adea17286f70cf061?branch=epel10
Log:
Fix install
---
diff --git a/kig.spec b/kig.spec
index cad8675..1b76184 100644
--- a/kig.spec
+++ b/kig.spec
@@ -81,7 +81,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%check
appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/appdata/%{name}.appdata.xml ||:
-desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/%{name}.desktop ||:
+desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop ||:
%post
@@ -103,7 +103,7 @@ update-desktop-database -q &> /dev/null ||:
%{_kf5_bindir}/%{name}*
%{_kf5_bindir}/pykig.*
#{_sysconfdir}/xdg/%{name}.knsrc
-%{_kf5_datadir}/applications/%{name}.desktop
+%{_kf5_datadir}/applications/org.kde.%{name}.desktop
%{_kf5_datadir}/appdata/%{name}.appdata.xml
%{_kf5_datadir}/icons/hicolor/*/apps/%{name}.*
%{_kf5_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.*
@@ -115,7 +115,7 @@ update-desktop-database -q &> /dev/null ||:
%{_kf5_datadir}/kxmlgui5/%{name}/
#{_kf5_datadir}/sounds/%{name}*
%{_kf5_qtplugindir}/kigpart.so
-%{_kf5_datadir}/katepart/syntax/python-kig.xml
+#%{_kf5_datadir}/katepart/syntax/python-kig.xml
%{_mandir}/man1/kig.1*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 19:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 19:44 [rpms/kig] epel10: Fix install
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox