From f04d63b2c834afee524ff8753cc02d3da7eb4d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 30 Aug 2024 10:34:19 +0200 Subject: [PATCH] app-office/naps2: install com.naps2.Naps2 icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/916780 Bug: https://github.com/cyanfish/naps2/discussions/443 Signed-off-by: Maciej Barć --- .../naps2/{naps2-7.5.1.ebuild => naps2-7.5.1-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename app-office/naps2/{naps2-7.5.1.ebuild => naps2-7.5.1-r1.ebuild} (99%) diff --git a/app-office/naps2/naps2-7.5.1.ebuild b/app-office/naps2/naps2-7.5.1-r1.ebuild similarity index 99% rename from app-office/naps2/naps2-7.5.1.ebuild rename to app-office/naps2/naps2-7.5.1-r1.ebuild index fe3b931390467..1299470412a29 100644 --- a/app-office/naps2/naps2-7.5.1.ebuild +++ b/app-office/naps2/naps2-7.5.1-r1.ebuild @@ -354,11 +354,13 @@ src_test() { src_install() { dotnet-pkg_src_install - insinto /usr/share/metainfo - doins ./NAPS2.Setup/config/linux/com.naps2.Naps2.metainfo.xml + newicon --size 128 ./NAPS2.Lib/Icons/scanner-128.png com.naps2.Naps2.png domenu ./NAPS2.Setup/config/linux/com.naps2.Naps2.desktop + insinto /usr/share/metainfo + doins ./NAPS2.Setup/config/linux/com.naps2.Naps2.metainfo.xml + einstalldocs }