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
|
Source: guile-gnome-platform
Section: lisp
Priority: optional
Maintainer: Tommi Höynälänmaa <tommi.hoynalanmaa@iki.fi>
Standards-Version: 4.2.1
Homepage: https://www.gnu.org/software/guile-gnome/
Vcs-Git: https://salsa.debian.org/tohoyn-guest/guile-gnome-platform.git
Vcs-Browser: https://salsa.debian.org/tohoyn-guest/guile-gnome-platform
Build-Depends: cdbs (>= 0.4.49), debhelper (>= 10),
xvfb, xauth, xfonts-base, stx2any,
guile-2.2-dev, guile-library (>= 0.2.6.1),
g-wrap (>= 1.9.15-1~), guile-g-wrap (>= 1.9.15-1~),
libgwrap-runtime-dev (>= 1.9.15-1~), guile-cairo-dev (>= 1.10.0),
libglib2.0-dev (>= 2.12.13), libgtk2.0-dev (>= 2.10.13),
libglade2-dev (>= 1:2.6.2),
Build-Conflicts: libgnomevfs2-dev, guile-2.0
Package: guile-gnome2-glib
Architecture: any
Depends: guile-g-wrap (>= 1.9.15-1), ${shlibs:Depends}, ${misc:Depends}
Description: Guile bindings for GLib
This package contains Guile modules that provide access to the GLib
library, including its object system, GObject.
Package: guile-gnome2-gtk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Guile bindings for GTK+, libglade, Pango and ATK
This package contains Guile modules that provide access to the GTK+
widget set library and its companion libraries libglade, Pango and
ATK.
Package: guile-gnome2-dev
Section: libdevel
Architecture: any
Depends: g-wrap (>= 1.9.15-1), guile-gnome2-glib (= ${binary:Version}), ${misc:Depends}
Description: Guile GObject binding support library, development files
This package contains the development files for the Guile GObject
binding support library.
.
You only need to install this package for building new wrapsets based
on the guile-gnome GObject bindings.
|