Difference between revisions of "XDaliClock"
From CBLFS
Jump to navigationJump to search(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.jwz.org/xdaliclock/xdaliclock- | + | | http://www.jwz.org/xdaliclock/xdaliclock-{{XDaliClock}}.tar.gz |
|} | |} | ||
---- | ---- | ||
+ | |||
+ | {{Package-Introduction|Dali Clock is a digital clock. When a digit changes, it "melts" into its new shape. The date is displayed when the mouse is pressed. The window can be made transparent, and foreground and background colors change smoothly. |http://www.jwz.org/xdaliclock/}} | ||
== Dependencies == | == Dependencies == | ||
+ | |||
+ | === Required === | ||
+ | * [[X Window System]] | ||
== Non-Multilib == | == Non-Multilib == | ||
Line 20: | Line 25: | ||
make install | make install | ||
+ | |||
+ | == Multilib == | ||
+ | '''''This package does not install any libraries so only one installation is needed.''''' | ||
+ | |||
+ | === 32Bit === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | cd X11/ && | ||
+ | CC="gcc ${BUILD32}" USE_ARCH=32 \ | ||
+ | ./configure --prefix=/usr && | ||
+ | make | ||
+ | |||
+ | Install: | ||
+ | |||
+ | make install | ||
+ | |||
+ | === N32 === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | cd X11/ && | ||
+ | CC="gcc ${BUILDN32}" USE_ARCH=n32 \ | ||
+ | ./configure --prefix=/usr && | ||
+ | make | ||
+ | |||
+ | Install: | ||
+ | |||
+ | make install | ||
+ | |||
+ | === 64Bit === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | cd X11/ && | ||
+ | CC="gcc ${BUILD64}" USE_ARCH=64 \ | ||
+ | ./configure --prefix=/usr && | ||
+ | make | ||
+ | |||
+ | Install: | ||
+ | |||
+ | make install | ||
+ | |||
+ | [[Category:X Window Applications]] |
Latest revision as of 15:37, 13 May 2010
Download Source: | http://www.jwz.org/xdaliclock/xdaliclock-2.33.tar.gz |
---|
Contents
Introduction to XDaliClock
Dali Clock is a digital clock. When a digit changes, it "melts" into its new shape. The date is displayed when the mouse is pressed. The window can be made transparent, and foreground and background colors change smoothly.
Project Homepage: http://www.jwz.org/xdaliclock/
Dependencies
Required
Non-Multilib
Compile the package:
cd X11/ && ./configure --prefix=/usr && make
Install:
make install
Multilib
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
cd X11/ && CC="gcc ${BUILD32}" USE_ARCH=32 \ ./configure --prefix=/usr && make
Install:
make install
N32
Compile the package:
cd X11/ && CC="gcc ${BUILDN32}" USE_ARCH=n32 \ ./configure --prefix=/usr && make
Install:
make install
64Bit
Compile the package:
cd X11/ && CC="gcc ${BUILD64}" USE_ARCH=64 \ ./configure --prefix=/usr && make
Install:
make install