Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13632

Added Files:
        makeicns.info makeicns.patch 
Log Message:
makeicns 1.4.10a from 10.7

--- NEW FILE: makeicns.info ---
Package: makeicns
Version: 1.4.10a
Revision: 1
Description: Simple converter to create icns files
License: BSD
Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
Source: http://cdn.bitbucket.org/mkae/%n/downloads/%n-%v.tar.bz2
Source-MD5: 29613f4774d4dc2871a0052826abe1ae
SourceDirectory: %n
PatchFile: %n.patch
PatchFile-MD5: 73424c010aa05e59537aee3ecde6f71d
GCC: 4.0
CompileScript: BUILD_UNIVERSAL=no /usr/bin/make
InfoTest: <<
        TestScript: /usr/bin/make test || exit 2
<<
InstallScript: <<
        /usr/bin/make install DESTDIR=%d PREFIX=%p
<<
DocFiles: LICENSE README
Homepage: https://bitbucket.org/mkae/makeicns/
DescDetail: <<
Convert all kinds of images to Apple's icns format on the command line.
<<
DescUsage: <<
        "./makeicns -h" will output help.
<<
DescPort: <<
Use /usr/bin/make because make-3.82 has problems dealing with 
some quotes in the Makefile.
<<

--- NEW FILE: makeicns.patch ---
--- makeicns/Makefile.orig      2011-07-23 07:31:13.000000000 -0400
+++ makeicns/Makefile   2011-10-25 10:43:31.000000000 -0400
@@ -93,13 +93,13 @@
                NSString+CarbonFSRefCreation.m NSString+CarbonFSRefCreation.h
 
 test:
-       ./makeicns -in test.png -out test.icns; open test.icns
-       ./makeicns -in test-nonsquare_tall.png               -out t.icns ; open 
t.icns
-       ./makeicns -in test-nonsquare_tall.png -align left   -out tl.icns; open 
tl.icns
-       ./makeicns -in test-nonsquare_tall.png -align right  -out tr.icns; open 
tr.icns
-       ./makeicns -in test-nonsquare_wide.png               -out w.icns ; open 
w.icns
-       ./makeicns -in test-nonsquare_wide.png -align top    -out wt.icns; open 
wt.icns
-       ./makeicns -in test-nonsquare_wide.png -align bottom -out wb.icns; open 
wb.icns
+       ./makeicns -in test.png -out test.icns
+       ./makeicns -in test-nonsquare_tall.png               -out t.icns
+       ./makeicns -in test-nonsquare_tall.png -align left   -out tl.icns
+       ./makeicns -in test-nonsquare_tall.png -align right  -out tr.icns
+       ./makeicns -in test-nonsquare_wide.png               -out w.icns
+       ./makeicns -in test-nonsquare_wide.png -align top    -out wt.icns
+       ./makeicns -in test-nonsquare_wide.png -align bottom -out wb.icns
 
 beautify:
        uncrustify -c makeicns.uncrustify --replace makeicns.m IconFamily.m 
IconFamily.h NSString+CarbonFSRefCreation.m NSString+CarbonFSRefCreation.h
@@ -120,3 +120,6 @@
        @echo "    example: CC=/usr/bin/gcc-4.2 CXX=/usr/bin/g++-4.2 
BUILD_UNIVERSAL=yes make"
        @echo ""
 
+install:
+       mkdir -p $(DESTDIR)/$(PREFIX)/bin
+       install -m 0755 makeicns $(DESTDIR)/$(PREFIX)/bin


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to