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
|
Source: plank
Section: utils
Priority: optional
Maintainer: Rico Tzschichholz <ricotz@ubuntu.com>
Uploaders: MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.16.1.1),
gnome-common,
valac (>= 0.26.0),
libbamf3-dev (>= 0.5),
libcairo2-dev (>= 1.10.0),
libdbusmenu-gtk3-dev (>= 0.6.2),
libgdk-pixbuf2.0-dev (>= 2.26.0),
libgee-0.8-dev,
libglib2.0-dev (>= 2.40.0),
libgtk-3-dev (>= 3.10.0),
libwnck-3-dev,
libx11-dev,
at-spi2-core,
dbus-x11,
xvfb
Vcs-Git: https://anonscm.debian.org/git/pkg-mate/plank.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mate/plank.git/
Homepage: https://launchpad.net/plank
Standards-Version: 3.9.8
Package: plank
Architecture: any
Depends: libplank1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Suggests: libplank-doc
Multi-Arch: foreign
Description: Elegant, simple, clean dock
Plank is a dock enabling you to start applications and manage your windows.
.
Plank is meant to be the simplest dock on the planet. The goal is to
provide just what a dock needs and absolutely nothing more. It is,
however, a library which can be extended to create other dock programs
with more advanced features.
Package: libplank1
Architecture: any
Depends: ${shlibs:Depends},
libplank-common (= ${source:Version}),
bamfdaemon,
${misc:Depends}
Multi-Arch: same
Description: Library to build an elegant, simple, clean dock
Plank is a dock enabling you to start applications and manage your windows.
.
Plank is meant to be the simplest dock on the planet. The goal is to
provide just what a dock needs and absolutely nothing more. It is,
however, a library which can be extended to create other dock programs
with more advanced features.
.
This package contains the shared library used by docks based on Plank.
Package: libplank-dev
Suggests: libplank-doc
Architecture: any
Section: libdevel
Depends: libplank1 (= ${binary:Version}),
libbamf3-dev (>= 0.2.92),
libcairo2-dev (>= 1.10.0),
libgdk-pixbuf2.0-dev (>= 2.26.0),
libgee-0.8-dev,
libglib2.0-dev (>= 2.40.0),
libgtk-3-dev (>= 3.10.0),
${misc:Depends}
Description: Library to build an elegant, simple, clean dock (development files)
Plank is a dock enabling you to start applications and manage your windows.
.
Plank is meant to be the simplest dock on the planet. The goal is to
provide just what a dock needs and absolutely nothing more. It is,
however, a library which can be extended to create other dock programs
with more advanced features.
.
This package contains the development files to build docks based on Plank.
Package: libplank-common
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Library to build an elegant, simple, clean dock (shared files)
Plank is a dock enabling you to start applications and manage your windows.
.
Plank is meant to be the simplest dock on the planet. The goal is to
provide just what a dock needs and absolutely nothing more. It is,
however, a library which can be extended to create other dock programs
with more advanced features.
.
This package contains the architecture-independent files.
Package: libplank-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: devhelp
Description: Library to build an elegant, simple, clean dock (documentation)
Plank is a dock enabling you to start applications and manage your windows.
.
Plank is meant to be the simplest dock on the planet. The goal is to
provide just what a dock needs and absolutely nothing more. It is,
however, a library which can be extended to create other dock programs
with more advanced features.
.
This package contains the documentation.
|