[MacPorts] #56158: virt-manager @1.5.1: destroot fails
MacPorts
noreply at macports.org
Tue Mar 27 09:23:15 UTC 2018
#56158: virt-manager @1.5.1: destroot fails
---------------------------+--------------------
Reporter: ryandesign | Owner: danchr
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: virt-manager |
---------------------------+--------------------
Comment (by raimue):
I guess that was my fault with https://github.com/macports/macports-
ports/pull/1463 as I moved gtk from depends_lib to depends_run, so it is
no longer available at build time. Note that gtk-update-icon-cache is
provided by gtk2, though, but this port was already using gtk3 before.
The icons and `.application` files end up in a strange place somewhere in
the python framework path. Although icons in virt-manager are visible for
me, I am not sure whether this is correct.
Usually, gtk-update-icon-cache is run after activating the port, as it
adds the new files to the cache that is used for all ports.
{{{
post-activate {
system "${prefix}/bin/gtk-update-icon-cache -f -t
${prefix}/share/icons/hicolor"
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/56158#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list