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
|
Source: gtkextra
Section: devel
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper-compat (= 13),
gobject-introspection,
libgtk2.0-dev,libglib2.0-dev,
gtk-doc-tools,
libpango1.0-dev,
libatk1.0-dev,
libcairo2-dev,
libtiff5-dev,
libpng-dev,
libjpeg-dev,
docbook-to-man,
docbook-xsl,
docbook-utils,
openjade,
texlive-formats-extra,
tex-common,
sgmlspl,
texlive,
tipa
Standards-Version: 4.6.2
Homepage: http://gtkextra.sourceforge.net/cms/
Vcs-Browser: https://salsa.debian.org/georgesk/gtkextra
Vcs-Git: https://salsa.debian.org/georgesk/gtkextra.git
Package: libgtkextra-3.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: useful set of widgets for creating GUI's for GTK+
The library includes the following widgets:
.
GtkSheet, a matrix widget; GtkPlot, which allows you to draw high quality
scientific plots; the package also includes GtkPlot3D and GtkPlotPolar;
GtkPlotCanvas is a GtkFixed subclass and allows you to DnD plots etc.
The distribution includes also a PostScript driver.
GtkIconList, which allows you to display a table of xpm icons;
GtkDirTree, which allows you to navigate the file-system; GtkFileList
which displays the contents of a given directory using fancy icons
for different types of files; GtkIconFileSelection, a file selection
dialog using icons; GtkItemEntry, a GtkEntry subclass; GtkFontCombo,
providing two combos to select among the 35 standard Adobe PostScript
fonts; GtkComboBox, which allows you can pack whatever you want, from
a calendar to a clist; GtkColorCombo, to pickup the color you like
the most, within a palette; GtkBorderCombo, a fancy GtkComboBox subclass;
GtkCheckItem, a GtkCheckButton hack with the look and feel of
the Redmond95 theme.
Package: libgtkextra-dev
Architecture: any
Section: libdevel
Recommends: libgtkextra-3.0-doc
Depends: ${shlibs:Depends}, ${misc:Depends},
libgtkextra-3.0 (= ${binary:Version})
Description: development files for libgtkextra-x11-3.0
libgtkextra-x11-3.0 provides a useful set of widgets for creating
GUI's for GTK+
Package: libgtkextra-3.0-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: documentation for libgtkextra-x11-3.0
set of HTML files.
|