Re: icon generation on OS X 10.6

2014-09-06 Thread Marko Käning
Jesus, only now I see that it is a bash script. :) On 06 Sep 2014, at 19:20 , René J.V. Bertin wrote: > On Saturday September 06 2014 18:58:17 Marko Käning wrote: >> BTW, René, >> I think I forgot to ask where you had found the iconutil utility... > Wrote it myself ... _

Re: icon generation on OS X 10.6

2014-09-06 Thread René J . V . Bertin
On Saturday September 06 2014 18:58:17 Marko Käning wrote: > BTW, René, > > I think I forgot to ask where you had found the iconutil utility... Wrote it myself ... Cheers, René ___ macports-users mailing list macports-users@lists.macosforge.org https:/

Re: icon generation on OS X 10.6

2014-09-06 Thread Marko Käning
BTW, René, I think I forgot to ask where you had found the iconutil utility... Greets, Marko On 28 Jul 2014, at 19:37 , René J.V. Bertin wrote: > Well "mystère et boules de gomme" as we say here ... it seems all of a > sudden my little script started having the hoped-for effect, judging

Re: icon generation on OS X 10.6

2014-07-28 Thread René J.V. Bertin
Well "mystère et boules de gomme" as we say here ... it seems all of a sudden my little script started having the hoped-for effect, judging from a number of apps in /Applications/MacPorts/KDE4 now having an icon that I cannot recall copying myself via the Finder's GetInfo inspector! icon

Re: icon generation on OS X 10.6

2014-07-22 Thread René J.V. Bertin
On Jul 22, 2014, at 11:42, Ian Wadham wrote: > https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/entry/cmake/modules/KDE4Macros.cmake > Look for KDE4_ADD_APP_ICON. Gd luck!!! There doesn't appear to be anything in there that explains why the process doesn't complete

Re: icon generation on OS X 10.6

2014-07-21 Thread Marko Käning
On 22 Jul 2014, at 01:19 , René J.V. Bertin wrote: > In the sense that it gives a hint where to look for the scripting code that > is responsible for generating and installing app icons ;) No, just wrt other cases of not generated icons and the reason for it, i.e. missing CMake commands. :) ___

Re: icon generation on OS X 10.6

2014-07-21 Thread René J.V. Bertin
On Jul 20, 2014, at 11:15, Marko Käning wrote: > BTW, René, did you see this b.k.o. ticket: > https://bugs.kde.org/show_bug.cgi?id=333050 ? > > Wondering whether this could be related. In the sense that it gives a hint where to look for the scripting code that is responsible for generating an

Re: icon generation on OS X 10.6

2014-07-20 Thread Marko Käning
BTW, René, did you see this b.k.o. ticket: https://bugs.kde.org/show_bug.cgi?id=333050 ? Wondering whether this could be related. ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-

Re: icon generation on OS X 10.6

2014-07-12 Thread Ian Wadham
On 12/07/2014, at 9:03 PM, Marko Käning wrote: > On 06 Jul 2014, at 13:01 , René J.V. Bertin wrote: >> The question is... > > I am afraid this has to be directed to KDE-DEVEL, as it might be a CMake > issue. I have a feeling it may be an Apple or MacPorts thing. I have a game, KSudoku, which

Re: icon generation on OS X 10.6

2014-07-12 Thread Marko Käning
On 06 Jul 2014, at 13:01 , René J.V. Bertin wrote: > The question is... I am afraid this has to be directed to KDE-DEVEL, as it might be a CMake issue. ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mai

Re: icon generation on OS X 10.6

2014-07-06 Thread René J.V. Bertin
On Jul 05, 2014, at 22:39, Clemens Lang wrote: > You need an Info.plist file in the Contents folder of the app bundle. It needs > to be an Apple property list file and contain the key CFBundleIconFile at the > top dict level, where the corresponding value is the path of the icon file > relative t

Re: icon generation on OS X 10.6

2014-07-05 Thread Clemens Lang
Hi, > I'd be satisfied if the icon that was created also shows up on the app > bundle, in the Finder. Simply copying it from the build folder into the app > bundle's Resource directory is not enough, of course. You need an Info.plist file in the Contents folder of the app bundle. It needs to be a

Re: icon generation on OS X 10.6

2014-07-05 Thread René J.V. Bertin
On Jul 05, 2014, at 22:05, Marko Käning wrote: > On 05 Jul 2014, at 21:50 , René J.V. Bertin wrote: >> Sadly that doesn't teach me anything new ... The last icon (icns) related >> message is that the .icns file was saved in the build directory. > > so, if you know where the build directory is

Re: icon generation on OS X 10.6

2014-07-05 Thread Marko Käning
On 05 Jul 2014, at 21:50 , René J.V. Bertin wrote: > Sadly that doesn't teach me anything new ... The last icon (icns) related > message is that the .icns file was saved in the build directory. so, if you know where the build directory is you’re happy, or not? ___

Re: icon generation on OS X 10.6

2014-07-05 Thread Marko Käning
On 05 Jul 2014, at 21:50 , René J.V. Bertin wrote: > Sadly that doesn't teach me anything new ... The last icon (icns) related > message is that the .icns file was saved in the build directory. so, if you know where the build directory is you’re happy, or not? ___

Re: icon generation on OS X 10.6

2014-07-05 Thread René J.V. Bertin
On Jul 05, 2014, at 16:56, Jeremy Lavergne wrote: > Using trace mode might help in spotting what it is trying to find (port -t > ...) Sadly that doesn't teach me anything new ... The last icon (icns) related message is that the .icns file was saved in the build directory. R. _

Re: icon generation on OS X 10.6

2014-07-05 Thread Marko Käning
Hi René, > Anyone know where icon generation is handled in cmake-based ports? I whipped > up a > replacement for the iconutil command using png2icns. oh, it's very nice that you've found a replacement for the tool. This might bring back a lot of application icons of KDE apps on OSX, which has b

Re: icon generation on OS X 10.6

2014-07-05 Thread Eric Le Lay
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

icon generation on OS X 10.6

2014-07-05 Thread René J.V. Bertin
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 ico