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
|
Source: gnome-python-extras
Section: python
Priority: optional
Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>
Homepage: http://www.pygtk.org/
Build-Depends: debhelper (>= 5.0.37.2),
quilt,
dpkg-dev (>= 1.13.19),
gnome-pkg-tools,
libglib2.0-dev (>= 2.6.0),
libgtk2.0-dev (>= 2.4),
python-gnome2-dev (>= 2.10.0),
libgtkhtml2-dev (>= 2.3.1),
xulrunner-dev (>= 1.9~rc1),
libgda3-dev (>= 2.99.6),
libgksu1.2-dev (>= 1.2.5),
libgksu2-dev (>= 2.0.4),
libgksuui1.0-dev (>= 1.0.3),
python-gtk2-dev,
libgnomevfs2-dev,
libbonoboui2-dev,
libgnomeui-dev,
libgtkspell-dev (>= 2.0.0),
libgdl-1-dev (>= 0.7.1),
python-all-dev (>= 2.3.5-11),
python-support (>= 0.7.1)
Standards-Version: 3.8.0
Package: python-gnome2-extras
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends},
python-gtk2,
python-pyorbit,
python-gnome2-desktop,
python-gtkhtml2 (= ${binary:Version}),
python-gtkmozembed (= ${binary:Version}),
python-eggtrayicon (= ${binary:Version})
Provides: ${python:Provides}
Conflicts: python2.2-gnome2 (<< 1.99.16-5),
python2.3-gnome2 (<< 2.9.1),
python2.3-gnome2-extras,
python2.4-gnome2-extras
Replaces: python2.2-gnome2 (<< 1.99.16-5),
python2.3-gnome2 (<< 2.9.1),
python2.3-gnome2-extras,
python2.4-gnome2-extras
Suggests: python-gnome2-extras-doc
XB-Python-Version: ${python:Versions}
Description: Extra Python bindings for the GNOME desktop environment
This package contains bindings for GNOME libraries that are not part
of the official GNOME release. They will help writing programs in
Python using these libraries.
Package: python-gnome2-extras-doc
Section: doc
Architecture: all
Description: Documentation for the extra GNOME Python bindings
This package contains the documentation for Python bindings of GNOME
libraries that are not part of the official GNOME release. The
documents are fit for viewing on devhelp and other gtk-doc clients.
Package: python-gnome2-extras-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends},
python-gnome2-extras (>= ${source:Version})
Replaces: python2.2-gnome2 (<< 1.99.16-7),
python2.3-gnome2 (<< 1.99.16-7),
python-gnome2-dev (<< 2.9.0)
Conflicts: python2.2-gnome2 (<< 1.99.16-7),
python2.3-gnome2 (<< 1.99.16-7),
python-gnome2-dev (<< 2.9.0)
Description: Development files for the extra GNOME Python bindings
This package contains files that allow you to build wrappers for
addons that interoperate with Python bindings of GNOME libraries that
are not part of the official GNOME release.
Package: python-gtkhtml2
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends},
python-gtk2
Provides: ${python:Provides}
Conflicts: python-gnome2-extras (<< 2.19.1-1)
Replaces: python-gnome2-extras (<< 2.19.1-1)
Suggests: python-gnome2-extras-doc
XB-Python-Version: ${python:Versions}
Description: Python bindings for the GtkHTML 2 library
This package contains bindings allowing to run Python programs using
the GtkHTML 2 library for HTML rendering.
Package: python-gtkmozembed
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends},
python-gtk2,
xulrunner-1.9 (>= 1.9~rc1)
Provides: ${python:Provides}
Conflicts: python-gnome2-extras (<< 2.19.1-1)
Replaces: python-gnome2-extras (<< 2.19.1-1)
Suggests: python-gnome2-extras-doc
XB-Python-Version: ${python:Versions}
Description: Python bindings for the GtkMozEmbed Gecko library
This package contains bindings allowing to run Python programs using
the GtkMozEmbed widget, which is based on the Gecko rendering engine
from Mozilla.
Package: python-eggtrayicon
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends},
python-gtk2
Provides: ${python:Provides}
Conflicts: python-gnome2-extras (<< 2.19.1-1)
Replaces: python-gnome2-extras (<< 2.19.1-1)
Suggests: python-gnome2-extras-doc
XB-Python-Version: ${python:Versions}
Description: Python module to display icons in the system tray
This package contains a Python module based on GTK+ that allows to
display an icon and a context menu in the notification area / system
tray.
|