1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: mousepad
Section: editors
Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Build-Depends: debhelper-compat (= 13),
intltool,
libglib2.0-dev,
libgspell-1-dev,
libgtksourceview-4-dev,
libxfconf-0-dev (>= 4.12),
pkg-config,
xfce4-dev-tools (>= 4.16)
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://docs.xfce.org/apps/mousepad/start
Vcs-Git: https://salsa.debian.org/xfce-team/apps/mousepad.git
Vcs-Browser: https://salsa.debian.org/xfce-team/apps/mousepad
Package: mousepad
Section: xfce
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: simple Xfce oriented text editor
Mousepad is a graphical text editor for Xfce based on Leafpad.
.
The initial reason for Mousepad was to provide printing support, which would
have been difficult for Leafpad for various reasons.
.
Although some features are under development, 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
* Auto character coding detection (UTF-8 and some code-sets)
* Manual code-set setting
* Infinite Undo/Redo by word
* Auto Indent
* Multi-line Indent
* Display line numbers
* Drag and Drop
* Printing
Package: libmousepad-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libmousepad0 (= ${binary:Version})
Multi-Arch: same
Description: development files for libmousepad
Mousepad is a graphical text editor for Xfce based on Leafpad.
.
This package contains the development files for libmousepad, library to be
used for Mousepad plugins.
Package: libmousepad0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: mousepad plugins library
Mousepad is a graphical text editor for Xfce based on Leafpad.
.
This package contains the libmousepad library, used for Mousepad plugins.
|