Mousepad: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Created page. |
Weibullguy (talk | contribs) No edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 5: | Line 5: | ||
|} | |} | ||
{{Package-Introduction|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 | |||
* Search and Replace | |||
* Font selection | |||
* Word Wrap | |||
* Character coding selection | |||
* Manual codeset setting | |||
* Infinite Undo/Redo by word | |||
* Auto Indent | |||
* Multi-line Indent | |||
* Display line numbers | |||
* Drag and Drop | |||
* Printing | |||
* Auto character coding detection|http://www.xfce.org}} | |||
| | |||
== Dependencies == | == Dependencies == | ||
| Line 50: | Line 43: | ||
== Multilib == | == Multilib == | ||
'''''This package does not install any libraries so only one installation is needed.''''' | |||
=== 32Bit === | === 32Bit === | ||
| Line 68: | Line 62: | ||
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
./configure --prefix=${XFCE_PREFIX} | ./configure --prefix=${XFCE_PREFIX} && | ||
make | make | ||
| Line 80: | Line 74: | ||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=${XFCE_PREFIX} | ./configure --prefix=${XFCE_PREFIX} && | ||
make | make | ||
| Line 95: | Line 89: | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
| | | mousepad | ||
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
| Line 114: | Line 108: | ||
| | | | ||
|} | |} | ||
[[Category:XFCE]] | |||
[[Category:Text Editors]] | |||
Latest revision as of 09:03, 19 October 2010
| Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/mousepad-0.2.12.tar.bz2 |
|---|
Introduction to Mousepad
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
- Search and Replace
- Font selection
- Word Wrap
- Character coding selection
- Manual codeset setting
- Infinite Undo/Redo by word
- Auto Indent
- Multi-line Indent
- Display line numbers
- Drag and Drop
- Printing
- Auto character coding detection
Project Homepage: http://www.xfce.org
Dependencies
Required
Recommended
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: |