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
|
Source: cairo-dock
Section: x11
Priority: extra
Maintainer: Debian Cairo-dock Maintainers <pkg-cairo-dock-devel@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>,
Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: cdbs, quilt, debhelper (>= 10), dpkg-dev (>= 1.16.1~),
cmake (>= 2.8.0), autotools-dev, intltool, pkg-config,
libcairo2-dev | libcairo-dev,
libcurl4-gnutls-dev,
libdbus-glib-1-dev,
libgl1-mesa-dev | libgl-dev,
libglib2.0-dev,
libglu1-mesa-dev | libglu-dev,
libgtk-3-dev (>= 3.4.0),
libpango1.0-dev,
librsvg2-dev,
libxcomposite-dev,
libxrandr-dev,
libxml2-dev,
libxrender-dev,
libxtst-dev
Standards-Version: 3.9.8
Homepage: http://www.glx-dock.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-cairo-dock/cairo-dock.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-cairo-dock/cairo-dock.git
Package: cairo-dock
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, cairo-dock-core (= ${binary:Version}), cairo-dock-plug-ins (>= 3.4.1)
Description: Metapackage for cairo-dock
Cairo-dock has a family-likeness with OS X dock, but with more options.
It uses cairo to render nice graphics, and Glitz to use hardware acceleration.
It's fully configurable and can be a taskbar too.
You can easily plug applets into it.
.
This is metapackage that provides the components necessary for running
Cairo-dock. This installs a cairo-dock-core application and cairo-dock-plugins
package easily.
.
And Cairo-dock installs cairo-dock-core and plugins and makes sense as
Cairo-dock.
Package: cairo-dock-core
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: cairo-dock (<= 2.1.3.5-2)
Replaces: cairo-dock (<= 2.1.3.5-2)
Provides: cairo-dock
Suggests: xcompmgr, empathy, f-spot, gnome-calculator, gimp, inkscape
Recommends: cairo-dock-plugins (>= 2.1.3.10), curl
Description: Light eye-candy fully themable animated dock for Linux desktop
Cairo-dock has a family-likeness with OS X dock, but with more options.
It uses cairo to render nice graphics, and Glitz to use hardware acceleration.
It's fully configurable and can be a taskbar too.
You can easily plug applets into it.
.
This package provides Cairo-dock-core application.
Package: cairo-dock-dev
Section: devel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: cairo-dock-core (= ${binary:Version}), ${misc:Depends}
Description: Cairo-dock development file
Cairo-dock has a family-likeness with OS X dock, but with more options.
It uses cairo to render nice graphics, and Glitz to use hardware acceleration.
It's fully configurable and can be a taskbar too.
You can easily plug applets into it.
.
This package provides Cairo-dock development file.
|