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 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
|
Source: libdesktop-agnostic
Section: libs
Priority: extra
Maintainer: Julien Lavergne <julien.lavergne@gmail.com>
Build-Depends: debhelper (>= 7.0.50~),
# for waf
python,
# "real" deps
valac (>= 0.7.10),
gobject-introspection (>= 0.6.3),
libgirepository1.0-dev (>= 0.6.3),
gir-repository-dev (>= 0.6.3),
libglib2.0-dev (>= 2.16.0),
libgtk2.0-dev,
libgladeui-1-dev,
# documentation
python-sphinx,
# python bindings
python-support (>= 0.6),
python-dev,
python-all-dev (>= 2.5),
python-gobject-dev (>= 2.12),
python-gtk2-dev (>= 2.12),
# module deps
libgconf2-dev,
libthunar-vfs-1-dev,
libdbus-glib-1-dev,
libgnomevfs2-dev,
libgnome-desktop-dev,
Standards-Version: 3.8.4
Homepage: https://launchpad.net/libdesktop-agnostic
Package: libdesktop-agnostic0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: libdesktop-agnostic-vfs, libdesktop-agnostic-cfg, libdesktop-agnostic-fdo
Description: A desktop-agnostic library for GLib-based projects
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the core library.
Package: libdesktop-agnostic-vfs-gnome
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version})
Provides: libdesktop-agnostic-vfs
Description: GNOME VFS-based VFS module for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the GNOME VFS module.
Package: libdesktop-agnostic-vfs-thunar
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version})
Provides: libdesktop-agnostic-vfs
Description: Thunar VFS-based VFS module for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the Thunar VFS module.
Package: libdesktop-agnostic-vfs-gio
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version})
Provides: libdesktop-agnostic-vfs
Description: GIO-based VFS module for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the GIO module.
Package: libdesktop-agnostic-cfg-gconf
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version})
Provides: libdesktop-agnostic-cfg
Description: GConf-based configuration module for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the GConf module.
Package: libdesktop-agnostic-cfg-keyfile
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version})
Provides: libdesktop-agnostic-cfg
Description: Keyfile-based configuration module for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the keyfile-based configuration module.
Package: libdesktop-agnostic-fdo-gnome
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version})
Provides: libdesktop-agnostic-fdo
Description: GNOME-based desktop entry/menu module for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the GNOME-based desktop entry/menu module.
Package: libdesktop-agnostic-fdo-glib
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version}),
Provides: libdesktop-agnostic-fdo
Description: GLib-based desktop entry/menu module for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the GLib-based desktop entry/menu module.
Package: libdesktop-agnostic0-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version})
Description: Debugging symbols for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the debugging symbols for the core library.
Package: libdesktop-agnostic-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version}),
libglib2.0-dev,
libgtk2.0-dev
Suggests: glade (>= 3) | glade-3
Description: Development files for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the development files for the core library.
Package: libdesktop-agnostic-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends},
${misc:Depends},
libjs-jquery
Description: Documentation for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the documentation for the core library.
Package: gir1.0-desktopagnostic-1.0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version})
Recommends: gobject-introspection, libdesktop-agnostic-dev
Description: GObject Introspection data for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the GObject Introspection data for the core library.
Package: libdesktop-agnostic-bin
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (= ${binary:Version}),
libdesktop-agnostic-cfg-gconf
Description: Helper applications for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains helper applications for libdesktop-agnostic, such as a
schema converter.
Package: python-desktop-agnostic
Section: python
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (>= ${binary:Version}),
${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the Python bindings for the core library.
Package: vala-desktop-agnostic
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
libdesktop-agnostic0 (>= ${source:Version})
Description: Vala bindings for libdesktop-agnostic
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.
.
This package contains the Vala bindings for the core library.
|