Terminal: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|}
|}


== Introduction to Terminal ==
{{Package-Introduction|This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system.|http://www.xfce.org}}
 
This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system.
 
<b>Package Homepage:</b> http://www.xfce.org


== Dependencies ==
== Dependencies ==
Line 21: Line 17:
Compile the package:
Compile the package:


  ./configure --prefix=${XFCE_PREFIX} &&
  ./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib/terminal &&
  make
  make


Line 29: Line 26:


== Multilib ==
== Multilib ==
<b><i>This package does not provide any libraries so only one installation is required.</i></b>


=== 32Bit ===
=== 32Bit ===
Line 35: Line 34:


  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/terminal &&
  make
  make


Line 47: Line 47:


  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} \
--libexecdir=${XFCE_PREFIX}/lib32/terminal &&
  make
  make


Line 58: Line 59:
Compile the package:
Compile the package:


  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN64}" \
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 &&
  ./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib64/terminal &&
  make
  make


Line 70: Line 72:
{| style="text-align: left;"
{| style="text-align: left;"
|-valign="top"
|-valign="top"
! Installed Directories:
!Installed Directories:
|  
|$XFCE_PREFIX/share/doc/Terminal/{C,ja,apps}, $XFCE_PREFIX/share/icons/hicolor/{16x16,24x24,48x48}/stock/navigation, $XFCE_PREFIX/share/icons/hicolor/scalable/apps, $XFCE_PREFIX/share/pixmaps, $XFCE_PREFIX/lib/terminal, $XFCE_PREFIX/share/{applications,Terminal}
|-valign="top"
|-valign="top"
! Installed Programs:
!Installed Programs:
|  
|Terminal
|-valign="top"
|-valign="top"
! Installed Libraries:
!Installed Libraries:
|  
|<i>None</i>
|}
|}


Line 84: Line 86:
{| style="text-align: left;"
{| style="text-align: left;"
|-valign="top"
|-valign="top"
!  
!Terminal
|  
|is the Xfce terminal emulator program.
|-valign="top"
!
|
|-valign="top"
!
|
|}
|}
[[Category:XFCE]]

Latest revision as of 06:25, 20 October 2010

Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/Terminal-0.2.6.tar.bz2

Introduction to Terminal

This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system.

Project Homepage: http://www.xfce.org

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib/terminal &&
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/terminal &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib32/terminal &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib64/terminal &&
make

Install the package:

make install

Contents

Installed Directories: $XFCE_PREFIX/share/doc/Terminal/{C,ja,apps}, $XFCE_PREFIX/share/icons/hicolor/{16x16,24x24,48x48}/stock/navigation, $XFCE_PREFIX/share/icons/hicolor/scalable/apps, $XFCE_PREFIX/share/pixmaps, $XFCE_PREFIX/lib/terminal, $XFCE_PREFIX/share/{applications,Terminal}
Installed Programs: Terminal
Installed Libraries: None

Short Descriptions

Terminal is the Xfce terminal emulator program.