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
|
Source: worker
Section: x11
Priority: optional
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 10), avfs, libmagic-dev, libx11-dev,
libxft-dev, liblzma-dev [ppc64el], libdbus-glib-1-dev, liblua5.2-dev,
# Needed to enable unit testing
check
Standards-Version: 3.9.8
Homepage: http://www.boomerangsworld.de/worker
Vcs-Browser: https://anonscm.debian.org/cgit/users/toddy/debian/worker.git
Vcs-Git: https://anonscm.debian.org/git/users/toddy/debian/worker.git
Package: worker
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, worker-data
Recommends: x11-utils, xli | imagemagick
Description: highly configurable two-paned file manager for X
Worker is a file manager much like the Amiga's DirOpus. It can be
controlled with mouse or keyboard. There is no restriction on the number
or type of button functions. Files are recognized by both extension and
content, content by recognizing common bytes in the sample files you show
it. Drag & Drop is supported.
.
If xli or imagemagick is installed, it quickly previews pictures in the
opposite pane. If x11-utils is installed, xmessage is used to display
some informative messages.
Package: worker-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: worker
Description: data files for worker
This package contains architecture independent data files for the
worker file manager.
|