commit: 57f3e38bd8401b9427147647343b841b32b8d511 Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Sun Nov 23 09:12:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:08:14 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3e38b
net-print/gtklp: add missing xdg eclass The application ships desktop files and should update the xdg database. Signed-off-by: Henning Schild <henning <AT> hennsch.de> Part-of: https://github.com/gentoo/gentoo/pull/44738 Signed-off-by: Sam James <sam <AT> gentoo.org> net-print/gtklp/gtklp-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-print/gtklp/gtklp-1.3.1.ebuild b/net-print/gtklp/gtklp-1.3.1.ebuild index 7cdc9edcd84d..62fdc75ff6d6 100644 --- a/net-print/gtklp/gtklp-1.3.1.ebuild +++ b/net-print/gtklp/gtklp-1.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic +inherit autotools desktop flag-o-matic xdg DESCRIPTION="A GUI for cupsd" HOMEPAGE="https://gtklp.sirtobi.com/"
