Mousepad: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
|}
|}


== Introduction to Mousepad ==
{{Packgae-Introduction|Mousepad is a lightweight text editor for Xfce.  Currently Mousepad has the following features:


Mousepad is a lightweight text editor for Xfce.  Currently Mousepad has the following features:
* Complete support for UTF-8 text
 
* Cut/Copy/Paste and Select All text
{|style="text-align: left;" align="center"
* Search and Replace
|-valign="top"
* Font selection
|width="225"|Complete support for UTF-8 text
* Word Wrap
|width="225"|Cut/Copy/Paste and Select All text
* Character coding selection
|-valign="top"
* Manual codeset setting
|Search and Replace ||Font selection
* Infinite Undo/Redo by word
|-valign="top"
* Auto Indent
|Word Wrap ||Character coding selection
* Multi-line Indent
|-valign="top"
* Display line numbers
|Manual codeset setting ||Infinite Undo/Redo by word
* Drag and Drop
|-valign="top"
* Printing
|Auto Indent ||Multi-line Indent
* Auto character coding detection|http://www.xfce.org}}
|-valign="top"
|Display line numbers ||Drag and Drop
|-valign="top"
|Printing ||Auto character coding detection
|}
 
<b>Package Homepage:</b> http://www.xfce.org


== Dependencies ==
== Dependencies ==

Revision as of 14:07, 16 April 2007

Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/mousepad-0.2.12.tar.bz2

Template:Packgae-Introduction

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install-strip

Multilib

This package does not install any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install-strip

N32

Compile the package:

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

Install the package:

make install-strip

64Bit

Compile the package:

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

Install the package:

make install-strip

Contents

Installed Directories:
Installed Programs: mousepad
Installed Libraries:

Short Descriptions