icon generation on OS X 10.6

Eric Le Lay elelay at macports.org
Sat Jul 5 08:14:42 PDT 2014


Hi,

if you try to create an application from a port, use the
app portgroup:
http://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/app-1.0.tcl

See for instance the quodlibet port using app.icon:
http://trac.macports.org/browser/trunk/dports/python/quodlibet/Portfile

Cheers,
Eric

Le Sat, 05 Jul 2014 15:55:21 +0200,
"René J.V. Bertin" <rjvbertin at gmail.com> a écrit :

> Anyone know where icon generation is handled in cmake-based ports? I
> whipped up a replacement for the iconutil command using png2icns. The
> command is picked up (if it's in /usr/bin ..) and icns files are
> generated, but they're not copied into the target appbundles, let
> alone installed as app icons. Part of the missing/deactivated
> functionality may be in cmake as I found the string "copying OS X
> content" in the binary; this string is output on OS X 10.9 after
> iconutil terminates but not on OS X 10.6 . I didn't succeed in
> finding who/where/what searches for iconutil, however.
> 
> R.


More information about the macports-users mailing list