diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-08-30 10:34:19 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-08-31 01:52:52 +0200 |
commit | f04d63b2c834afee524ff8753cc02d3da7eb4d7a (patch) | |
tree | 640196e8f43b96c436aef6aeb1c8298e411beeb4 /app-office | |
parent | kde-frameworks/kio-trash-desktop-file: Stabilize 5.116.0 x86, #938757 (diff) | |
download | gentoo-f04d63b2c834afee524ff8753cc02d3da7eb4d7a.tar.gz gentoo-f04d63b2c834afee524ff8753cc02d3da7eb4d7a.tar.bz2 gentoo-f04d63b2c834afee524ff8753cc02d3da7eb4d7a.zip |
app-office/naps2: install com.naps2.Naps2 icon
Bug: https://bugs.gentoo.org/916780
Bug: https://github.com/cyanfish/naps2/discussions/443
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/naps2/naps2-7.5.1-r1.ebuild (renamed from app-office/naps2/naps2-7.5.1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-office/naps2/naps2-7.5.1.ebuild b/app-office/naps2/naps2-7.5.1-r1.ebuild index fe3b93139046..1299470412a2 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 } |