Difference between revisions of "Orage"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/orage-{{Xfce-Version}.tar.bz2 | + | | http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/orage-{{Xfce-Version}}.tar.bz2 |
|} | |} | ||
− | + | {{Package-Introduction|Orage is a lightweight calendar for the Xfce desktop environment.|http://www.xfce.org}} | |
− | |||
− | Orage is a lightweight calendar for the Xfce desktop environment. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 18: | Line 14: | ||
=== Optional === | === Optional === | ||
− | * Berkeley | + | * [[Berkeley DB]] |
* [[libical]] | * [[libical]] | ||
Line 28: | Line 24: | ||
|} | |} | ||
+ | [[Category:XFCE]] | ||
== Non-Multilib == | == Non-Multilib == | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=${XFCE_PREFIX} && | + | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/orage && |
make | make | ||
Line 47: | Line 44: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32} PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | + | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
− | ./configure --prefix=${XFCE_PREFIX} && | + | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/orage && |
make | make | ||
Line 59: | Line 56: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32} PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | + | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
− | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 && | + | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \ |
+ | --libexecdir=${XFCE_PREFIX}/lib32/orage && | ||
make | make | ||
Line 71: | Line 69: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64} PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | + | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
− | ./configure --prefix=${XFCE_PREFIX} --libdir=$XFCE_PREFIX}/lib64 && | + | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 \ |
+ | --libexecdir=${XFCE_PREFIX}/lib64/orage && | ||
make | make | ||
Latest revision as of 06:24, 20 October 2010
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/orage-4.6.2.tar.bz2 |
---|
Contents
Introduction to Orage
Orage is a lightweight calendar for the Xfce desktop environment.
Project Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
--with-bdb4 add support for Berkeley DB 4.0. |
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/orage && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/orage && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \ --libexecdir=${XFCE_PREFIX}/lib32/orage && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 \ --libexecdir=${XFCE_PREFIX}/lib64/orage && make
Install the package:
make install
Contents
Installed Directories: | $XFCE_PREFIX/share/orage/zoneinfo/{Africa,America{,Indiana,Kentucky},Antarctica,Arctic,Asia,Atlantic,Australia,Europe,Indian,
Pacific}, $XFCE_PREFIX/share/orage/doc, $XFCE_PREFIX/share/orage/sounds, |
---|---|
Installed Programs: | orage |
Installed Libraries: | orage_plugin.{la,so} |
Short Descriptions
orage | The calendar program. |
---|