28
debian/control
vendored
28
debian/control
vendored
@@ -4,10 +4,12 @@ Priority: optional
|
||||
Maintainer: Linux Mint <root@linuxmint.com>
|
||||
Build-Depends: autotools-dev,
|
||||
debhelper (>= 9),
|
||||
gobject-introspection,
|
||||
gtk-doc-tools,
|
||||
intltool,
|
||||
iso-codes,
|
||||
libenchant-dev,
|
||||
libgirepository1.0-dev,
|
||||
libglib2.0-dev,
|
||||
libgtk-3-dev,
|
||||
libgtksourceview-3.0-dev,
|
||||
@@ -137,3 +139,29 @@ Description: generic text editor (documentation files)
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
.
|
||||
This package contains the documentation files.
|
||||
|
||||
Package: gir1.2-xed
|
||||
Architecture: any
|
||||
Depends: ${gir:Depends},
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: GObject introspection data for Xed
|
||||
Xed is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
found in simple text editors. Xed is a graphical application which
|
||||
supports editing multiple text files in one window (known sometimes as
|
||||
tabs or MDI).
|
||||
.
|
||||
Xed fully supports international text through its use of the
|
||||
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
|
||||
highlighting of source code, auto indentation and printing and print preview
|
||||
support.
|
||||
.
|
||||
Xed is also extensible through its plugin system, which currently
|
||||
includes support for spell checking, comparing files, viewing CVS
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
.
|
||||
This package contains introspection data for Xed.
|
||||
.
|
||||
It can be used by packages using the GIRepository format to generate
|
||||
dynamic bindings.
|
2
debian/gir1.2-xed.install
vendored
Normal file
2
debian/gir1.2-xed.install
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
usr/lib/*/girepository-1.0
|
||||
usr/share/gir-1.0
|
Reference in New Issue
Block a user