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 67 68 69 70 71 72 73 74 75 76 77
|
Source: gtksourceview2
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Build-Depends: autotools-dev,
cdbs,
debhelper (>= 5),
dh-buildinfo,
gnome-pkg-tools (>= 0.7),
dpkg-dev (>= 1.13.19),
libgtk2.0-dev (>= 2.12.0),
libxml2-dev (>= 2.5),
libxml-parser-perl,
libglib2.0-dev (>= 2.16.0)
Uploaders: Rob Bradford <robster@debian.org>, Sebastian Dröge <slomo@debian.org>
Standards-Version: 3.8.0
Package: libgtksourceview2.0-0
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libgtksourceview2.0-common (>= ${gnome:Version}),
libgtksourceview2.0-common (<< ${gnome:NextVersion})
Description: shared libraries for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the shared libraries required by applications to use
this widget.
Homepage: http://gtksourceview.sourceforge.net/
Package: libgtksourceview2.0-common
Section: misc
Architecture: all
Depends: ${misc:Depends}
Description: common files for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the language specifications files for Ada, C, C++, C#,
CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL,
".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po"
(gettext), Python, R, Ruby, sh, SQL, TCL, Texinfo, VB.NET, Verilog, VHDL and
XML.
Homepage: http://gtksourceview.sourceforge.net/
Package: libgtksourceview2.0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libgtksourceview2.0-0 (= ${binary:Version}),
libgtk2.0-dev (>= 2.12.0),
libxml2-dev (>= 2.5.0)
Suggests: libgtksourceview2.0-doc
Description: development files for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the header files required if you wish to develop
software that uses the GtkSourceView widget.
Homepage: http://gtksourceview.sourceforge.net/
Package: libgtksourceview2.0-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the GtkSourceView reference manual.
Homepage: http://gtksourceview.sourceforge.net/
|