diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-12-04 15:29:31 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-12-04 15:49:21 +0100 |
commit | d8d1957c3ae62f4f6677bd6ccee9f4df01ab4523 (patch) | |
tree | 33b91656bc04cdec1945972a7abf9c2b58844c45 /sys-apps/hwloc/hwloc-2.8.0-r1.ebuild | |
parent | app-text/mupdf: add high resolution icon (diff) | |
download | gentoo-d8d1957c3ae62f4f6677bd6ccee9f4df01ab4523.tar.gz gentoo-d8d1957c3ae62f4f6677bd6ccee9f4df01ab4523.tar.bz2 gentoo-d8d1957c3ae62f4f6677bd6ccee9f4df01ab4523.zip |
sys-apps/hwloc: Install icon
No revbump as it is a minor change, hopefully most people will simply get it
fixed in next bumps then. Use upstream android png icon over svg as it has a
high enough resolution and text looks misaligned in svg icon.
Closes: https://bugs.gentoo.org/833345
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-apps/hwloc/hwloc-2.8.0-r1.ebuild')
-rw-r--r-- | sys-apps/hwloc/hwloc-2.8.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild b/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild index ffa2bf4b6edf..58a9f8a6769c 100644 --- a/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild +++ b/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild @@ -3,12 +3,13 @@ EAPI=8 -inherit autotools bash-completion-r1 cuda flag-o-matic systemd toolchain-funcs multilib-minimal +inherit autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal MY_PV="v$(ver_cut 1-2)" DESCRIPTION="Displays the hardware topology in convenient formats" HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" -SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" +SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2 + https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png" LICENSE="BSD" SLOT="0/15" @@ -107,4 +108,5 @@ multilib_src_install_all() { bashcomp_alias hwloc-annotate lstopo{,-no-graphics} find "${ED}" -name '*.la' -delete || die + doicon "${DISTDIR}/lstopo.png" } |