simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Sep 6 10:14:13 BST 2015


TL;DR:
  b08895f New script to generate OS X icon files.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-09-06 10:14:13

commit b08895f02cc34f2a3f5e1281f929fe33a0dff657
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=b08895f02cc34f2a3f5e1281f929fe33a0dff657;hp=82824e18f00e83717b026be8485d4f6b44881e38
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Sep 6 09:50:09 2015 +0100

    New script to generate OS X icon files.
    
    The Xcode icon composer doesn't seem to exist any more in modern
    versions of Xcode, or at least if it does then it's well hidden and
    certainly doesn't live at the top-level path at /Developer where web
    pages still claim it can be found.
    
    There is a free software 'libicns' and associated command-line tools,
    but they're large, complicated, picky about the exact format of PNGs
    they get as input, and in any case a needless extra build dependency
    when it turns out the important parts of the file format can be done
    in a few dozen lines of Python. So here's a new macicon.py, and
    icons/Makefile additions to build a demo icon for OS X PuTTY, as and
    when I finally get it working.
    
    Also I've deleted the static icon file in the neglected 'macosx'
    source directory, because this one is better anyway - the old one was
    appalling quality, and must have been autogenerated from a single
    image in some way.

 .gitignore        |    1 +
 icons/Makefile    |   18 +++++--
 icons/macicon.py  |  150 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 macosx/putty.icns |  Bin 44796 -> 0 bytes
 mksrcarc.sh       |    2 +-
 5 files changed, 167 insertions(+), 4 deletions(-)



More information about the tartarus-commits mailing list