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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: glade
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glade
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/glade
Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 8),
dh-autoreconf,
gnome-pkg-tools (>= 0.10),
libxml2-dev (>= 2.4.0),
libgtk-3-dev (>= 3.12),
python-gi-dev (>= 2.90.4),
python2.7-dev,
gtk-doc-tools (>= 1.13),
yelp-tools,
intltool (>= 0.41.0),
gobject-introspection (>= 1.32.0),
libgirepository1.0-dev (>= 0.10.1)
Build-Depends-Indep: libglib2.0-doc,
libgtk-3-doc
Standards-Version: 3.9.4
Homepage: http://glade.gnome.org/
Package: libgladeui-2-6
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends},
libgladeui-common (= ${source:Version})
Conflicts: libgladeui-2-0, libgladeui-2-4
Replaces: libgladeui-2-0, libgladeui-2-4
Description: GTK+ User Interface Build core library
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
.
Glade is, since its "3.0" major version, highly modular, and composed
of widgets which can be used by other applications to integrate
functionality similar to the one provided by the Glade application
itself.
.
This library provides all the widgets and core code, like parsing and
saving files.
Package: libgladeui-common
Architecture: all
Section: libs
Depends: ${misc:Depends}
Replaces: libgladeui-1-9
Description: GTK+ User Interface Build core library (common files)
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
.
Glade is, since its "3.0" major version, highly modular, and composed
of widgets which can be used by other applications to integrate
functionality similar to the one provided by the Glade application
itself.
.
This library provides all the widgets and core code, like parsing and
saving files.
.
This package contains the common files.
Package: libgladeui-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libgladeui-2-6 (= ${binary:Version}),
gir1.2-gladeui-2.0 (= ${binary:Version}),
libgtk-3-dev (>= 3.5.17),
libxml2-dev (>= 2.4.0)
Suggests: libgladeui-doc
Description: GTK+ User Interface Build core library (development files)
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
.
Glade is, since its "3.0" major version, highly modular, and composed
of widgets which can be used by other applications to integrate
functionality similar to the one provided by the Glade application
itself.
.
This library provides all the widgets and core code, like parsing and
saving files.
.
This package contains the development files and documentation for the
library.
Package: libgladeui-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: GTK+ User Interface Build core library (documentation)
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
.
Glade is, since its "3.0" major version, highly modular, and composed
of widgets which can be used by other applications to integrate
functionality similar to the one provided by the Glade application
itself.
.
This library provides all the widgets and core code, like parsing and
saving files.
.
This package contains the documentation for the library.
Package: gir1.2-gladeui-2.0
Section: introspection
Architecture: any
Depends: ${gir:Depends},
${misc:Depends}
Description: GObject introspection data for the GTK+ User Interface library
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
.
Glade is, since its "3.0" major version, highly modular, and composed
of widgets which can be used by other applications to integrate
functionality similar to the one provided by the Glade application
itself.
.
This package contains introspection data for the GTK+ User Interface
Build core library.
Package: glade
Architecture: any
Section: devel
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: libgtk-3-dev,
devhelp
Description: GTK+ User Interface Builder
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
.
The user interfaces designed in Glade are stored in the well-known
XML format, enabling easy integration with external tools. You will
probably want to use it with tools such as libglade, which can load
the XML files and create the interfaces at runtime.
.
This version is more modular than previous ones, so you can install
modules to add additional widgets for Glade to use.
|