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
|
Source: icewm
Section: x11
Priority: optional
Maintainer: Eduard Bloch <blade@debian.org>
Build-Depends: debhelper (>= 10),
# misc, build tools
gettext,
pandoc (>> 2),
cmake (>> 3.12),
asciidoctor,
libfribidi-dev,
dpkg-dev (>= 1.16.1~),
# sound libs
libsndfile1-dev,
libao-dev,
# image loaders
libimlib2-dev,
libnanosvg-dev,
# font processor(s)
libxft-dev (>> 2.1.1) | libxft2-dev,
# X11 libs - since we are not allowed to use the meta package
libfontenc-dev, libfs-dev, libice-dev, libsm-dev, libx11-dev, libxau-dev, libxaw7-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxdmcp-dev, libxext-dev, libxfixes-dev, libxfont-dev, libxft-dev, libxi-dev, libxinerama-dev, libxkbfile-dev, libxmu-dev, libxmuu-dev, libxpm-dev, libxrandr-dev, libxrender-dev, libxres-dev, libxss-dev, libxt-dev, libxtst-dev, libxv-dev, libxvmc-dev, libxxf86dga-dev, libxxf86vm-dev, x11proto-dev, xserver-xorg-dev, xtrans-dev
Build-Conflicts: libttf-dev, libesd0-dev
Standards-Version: 4.5.0
Vcs-Git: https://github.com/Code7R/icewm.git
Package: icewm-common
Architecture: any
Conflicts: menu (<< 2.1.9-1)
Replaces: icewm (<< 1.2.14), icewm-gnome-support (<< 1.3.8-3), icewm-themes (<< 1.3.8-3)
Depends: ${misc:Depends}, ${shlibs:Depends}, sensible-utils
Recommends: xscreensaver, lxqt-menu-data | gnome-menus | lxmenu-data, desktop-base
Suggests: menu, extra-xdg-menus, xterm
Description: wonderful Win95-OS/2-Motif-like window manager
IceWm is a Window Manager for X Window System. Can emulate the look of
Windows'95, OS/2 Warp 3,4, Motif. Tries to take the best features of the above
systems.
Features multiple workspaces, opaque move/resize, task bar, window list,
mailbox status, digital clock. Fast and small.
.
This package provides the common files for icewm, icewm-experimental and
icewm-lite binary packages.
Package: icewm
Architecture: any
Depends: icewm-common (= ${binary:Version}), ${shlibs:Depends},
fonts-dejavu-core | custom-icewm-font,
fonts-dejavu-mono | custom-icewm-font,
sensible-utils,
${misc:Depends}
Conflicts: icewm-common (<< 1.3.8-3)
Provides: x-window-manager
Description: wonderful Win95-OS/2-Motif-like window manager
IceWm is a Window Manager for X Window System. It is fast and
memory-efficient, and it provides many different looks including Windows'95,
OS/2 Warp 3,4, Motif. It tries to take the best features of the above
systems. Additional features include multiple workspaces, opaque move/resize,
task bar, window list, mailbox status, digital clock.
Package: icewm-lite
Architecture: any
Depends: icewm (= ${binary:Version}), icewm-common (= ${binary:Version}), ${misc:Depends}
Section: oldlibs
Description: transitional package for icewm
IceWm is a Window Manager for X Window System. It is fast and
memory-efficient, and it provides different looks and some desktop-like
functionality.
.
This package only exists to maintain compatibility to system setups that
relied on the former icewm-lite package. It can be safely removed once the
system dependencies has been adjusted.
Package: icewm-experimental
Architecture: any
Depends: icewm (= ${binary:Version}), icewm-common (= ${binary:Version}), ${misc:Depends}
Provides: x-window-manager
Description: wonderful Win95-OS/2-Motif-like window manager
IceWm is a Window Manager for X Window System. It is fast and
memory-efficient, and it provides many different looks including Windows'95,
OS/2 Warp 3,4, Motif. It tries to take the best features of the above
systems. Additional features include multiple workspaces, opaque move/resize,
task bar, window list, mailbox status, digital clock.
.
This package sometimes provides special IceWm versions with experimental
features enabled. When the configurations of the packages do not diverge
it simply enforces an upgrade to the current icewm package.
|