commit: c5e6cd7d85c877ffe830f5c84c7fdeb46cba7be4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Dec 10 21:03:20 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Dec 10 21:03:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e6cd7d
app-text/diffpdf: Fix Desktop File ID using make_desktop_entry --eapi9 Closes: https://bugs.gentoo.org/966112 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-text/diffpdf/diffpdf-2.1.3-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/diffpdf/diffpdf-2.1.3-r4.ebuild b/app-text/diffpdf/diffpdf-2.1.3-r4.ebuild index abbe9c339e59..760b4910a4f3 100644 --- a/app-text/diffpdf/diffpdf-2.1.3-r4.ebuild +++ b/app-text/diffpdf/diffpdf-2.1.3-r4.ebuild @@ -33,6 +33,7 @@ src_install() { cmake_src_install einstalldocs doman diffpdf.1 - domenu "${FILESDIR}"/${PN}.desktop + make_desktop_entry --eapi9 diffpdf -n DiffPDF -d "eu.qtrac.diffpdf" \ + -c "Utility;Qt;" -C "Compare two PDF files" newicon images/icon.png ${PN}.png }
