Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv27709/d/d/d/d

Added Files:
        xdaliclock.info dclock.info 
Log Message:
dclock and xdaliclock to stable
freetype link fixes from 10.7
cc fix to pick right arch in multi arch systems

--- NEW FILE: dclock.info ---
Package: dclock
Version: 2.2.2
Revision: 1
Maintainer: None <fink-de...@lists.sourceforge.net>
BuildDepends: freetype219, x11-dev, xft2-dev, xmkmf (>= 1.0.2-3)
Depends: x11, xft2-shlibs
Source: http://opencircuitdesign.com/~tim/programs/archive/%n-%v.tgz
SourceDirectory: %n
Source-MD5: 53dd6f204a96f9b9ef6b8919a160c181
DocFiles: README TODO
TarFilesRename: dclock.c:littledclock.c
PatchScript: <<
mv Imakefile Imakefile.orig
cat Imakefile.orig | sed -e 's/dclock\./littledclock\./' > Imakefile
mv Dclock.c Dclock.c.orig
cat Dclock.c.orig | sed -e 's|#include <values.h>||' | sed -e 's|#include 
<wait.h>||' > Dclock.c
<<
CompileScript: <<
#!/bin/sh -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 xmkmf
 /usr/bin/make CC=cc CDEBUGFLAGS=-Os CCOPTIONS="-I%p/lib/xft2/include 
-I%p/include/freetype2" LOCAL_LDFLAGS=-L%p/lib PROJECTROOT=%p dclock
<<
InstallScript: <<
#!/bin/sh -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 /usr/bin/make DESTDIR=%d BINDIR=%p/bin MANPATH=%p/share/man 
DOCDIR=%p/share/doc/%n INSTALLFLAGS="-c -s" install
 /bin/mkdir -p %i/share/man/man1
 /bin/cp dclock.1 %i/share/man/man1/
<<
Description: Digital clock for the X11 environment
DescDetail: <<
Digital clock for the X11 environment
<<
License: GPL
Homepage: http://opencircuitdesign.com/~tim/programs/

--- NEW FILE: xdaliclock.info ---
Package: xdaliclock
Version: 2.30
Revision: 1
Maintainer: None <fink-de...@lists.sourceforge.net>
GCC: 4.0
BuildDepends: xcode, x11-dev
Depends: x11, x11-shlibs
Source: http://www.jwz.org/%n/%n-%v.tar.gz
Source-MD5: 0689b66c5708f811cfcc656fe18a1afd
SourceDirectory: %n-%v
ConfigureParams: --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
CompileScript: <<
#!/bin/sh -ev
echo "Building X11 xdaliclock"
cd X11
./configure %c
make
echo "Building DaliClock.app"
if test "%m" = "powerpc"; then FINK_ARCH="ppc"; else FINK_ARCH="%m"; fi
cd ../OSX
xcodebuild -target DaliClock -configuration Release RC_ARCHS=$FINK_ARCH build
<<
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
cd X11 ; make install prefix=%i man1dir=%i/share/man/man1
<<
AppBundles: OSX/build/Release/DaliClock.app
DocFiles: README
Description: Dali Clock is a digital clock
DescDetail: <<
Dali Clock is a digital clock. When a digit changes, it "melts" into its
new shape. It can display in 12 or 24 hour modes, and the date is displayed
when the mouse is pressed. It has four large fonts built into it, but it
can animate most other fonts that contain all of the digits.The window
can be made transparent, and can do funky psychedelic color cycling.
<<
DescUsage: <<
This package installs an X11 version of xdaliclock into %p/sw/bin.
It also installs a clickable OS X .app into /Applications/Fink
<<
DescPort: <<
There is a screensaver xcodebuild target available as well, but it seems
to require the 10.6 SDK.
<<
License: GPL
Homepage: http://www.jwz.org/xdaliclock/


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to