build GObject introspection data

Adapted from:
a4dcd9177a
0488ffe5d2
This commit is contained in:
JosephMcc
2016-12-26 10:56:42 -08:00
parent 2ddd92171c
commit c6f5fd5e1d
5 changed files with 106 additions and 32 deletions

28
debian/control vendored
View File

@@ -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
View File

@@ -0,0 +1,2 @@
usr/lib/*/girepository-1.0
usr/share/gir-1.0