Left Half / Right Half Maximize
[wmaker-crm.git] / debian / control
blobf5cb4edced7263746b2650dc5d5f687f9f818500
1 Source: wmaker
2 Section: x11
3 Priority: optional
4 Maintainer: John H. Robinson, IV <jaqque@debian.org>
5 Standards-Version: 3.8.0.1
6 Build-Depends: debhelper (>= 4), automake1.4, gettext, dctrl-tools, libfontconfig1-dev, libjpeg62-dev, libpng12-dev, libsm-dev, libtiff4-dev, libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils
8 Package: wmaker
9 Architecture: any
10 Section: x11
11 Priority: optional
12 Depends: ${shlibs:Depends}, cpp
13 Provides: x-window-manager
14 Suggests: wmaker-data, menu, x11-apps, xosview, wterm | x-terminal-emulator
15 Description: NeXTSTEP-like window manager for X
16  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
17  very closely, and it is now an official GNU project. Window Maker is not
18  overloaded with features, and it is easier to configure than most other window
19  managers. Its final goal is to produce a window manager that doesn't require
20  editing of configuration files. Window Maker is fast and doesn't require tons
21  of memory to run.
22  .
23   Homepage: http://www.windowmaker.info/
25 Package: libwmaker0-dev
26 Architecture: any
27 Section: libdevel
28 Priority: optional
29 Depends: libc6-dev, libx11-dev
30 Description: Static libraries and headers for Window Maker applications
31  Contains libWMaker and header files, for building Window Maker aware
32  applications.
34 Package: libwraster3-dev
35 Architecture: any
36 Section: libdevel
37 Priority: optional
38 Depends: libwraster3 (= ${Source-Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg62-dev, libpng12-0-dev, libgif-dev, libtiff4-dev
39 Provides: libwraster-dev
40 Description: Static libraries and headers of Window Maker rasterizer
41  Contains libwraster and header files, for manipulating and
42  rasterizing images.
44 Package: libwraster3
45 Architecture: any
46 Section: libs
47 Priority: optional
48 Depends: ${shlibs:Depends}
49 Description: Shared libraries of Window Maker rasterizer
50  Contains libwraster, for manipulating and rasterizing images.
52 Package: libwings-dev
53 Architecture: any
54 Section: libdevel
55 Priority: optional
56 Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev, libfontconfig1-dev
57 Description: Window Maker's own widget set
58  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
59  look and feel. Its API is inspired in OpenSTEP and its
60  implementation borrows some ideas from Tk. It has a reasonable set of
61  widgets, sufficient for building small applications like a CDPlayer
62  or hacking something like rxvt. It is used for basic widgets in
63  the WindowMaker window manager.