WINGs: Added a few missing const attributes
[wmaker-crm.git] / debian / control
blobecdf31caee5340a9e33bc75ff26bc3f362c069d5
1 Source: wmaker
2 Section: x11
3 Priority: optional
4 Maintainer: Rodolfo García Peñas (kix) <kix@debian.org>
5 Standards-Version: 3.9.4
6 Build-Depends: debhelper (>= 9), automake (>= 1:1.11), gettext,
7  libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff5-dev,
8  libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
9  libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev,
10  libxrandr-dev, dctrl-tools, autotools-dev
11 Homepage: http://windowmaker.org/
13 Package: wmaker
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}, wmaker-common (>= 0.95.0+20111028-3)
16 Provides: x-window-manager
17 Suggests: wmaker-data, menu, x11-apps, x-terminal-emulator, desktop-base
18 Description: NeXTSTEP-like window manager for X
19  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
20  very closely, and it is now an official GNU project. Window Maker (originally
21  named WindowMaker) is not overloaded with features, and it is easier to
22  configure than most other window managers. Its final goal is to produce a
23  window manager that doesn't require editing of configuration files.
24  Window Maker is fast and doesn't require tons of memory to run.
26 Package: wmaker-common
27 Architecture: all
28 Depends: ${misc:Depends}
29 Suggests: wmaker
30 Replaces: wmaker (<< 0.95.0+20111028-3)
31 Breaks: wmaker (<< 0.95.0+20111028-3)
32 Description: Window Maker - Architecture independent files
33  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
34  very closely, and it is now an official GNU project. Window Maker (originally
35  named WindowMaker) is not overloaded with features, and it is easier to
36  configure than most other window managers. Its final goal is to produce a
37  window manager that doesn't require editing of configuration files.
38  Window Maker is fast and doesn't require tons of memory to run.
39  .
40  This package contains the architecture independent files.
42 Package: libwraster3-dev
43 Architecture: any
44 Section: libdevel
45 Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev,
46  libxext-dev, libxpm-dev, libjpeg-dev, libpng-dev, libgif-dev,
47  libtiff5-dev, ${misc:Depends}
48 Provides: libwraster-dev
49 Description: Static libraries and headers of Window Maker rasterizer
50  This library is used to manipulate images and convert them to
51  a format that can be displayed through the X window system.
52  Read the wraster.h header for an idea of what is available
53  .
54  Contains libwraster and header files, for manipulating and
55  rasterizing images.
57 Package: libwraster3
58 Architecture: any
59 Section: libs
60 Depends: ${shlibs:Depends}, ${misc:Depends}
61 Description: Shared libraries of Window Maker rasterizer
62  This library is used to manipulate images and convert them to
63  a format that can be displayed through the X window system.
64  Read the wraster.h header for an idea of what is available
66 Package: libwings-dev
67 Architecture: any
68 Section: libdevel
69 Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev,
70  libfontconfig1-dev, libwutil3 (= ${binary:Version}),
71  libwings2 (= ${binary:Version}), ${misc:Depends}
72 Description: Window Maker's own widget set
73  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
74  look and feel. Its API is inspired in OpenSTEP and its
75  implementation borrows some ideas from Tk. It has a reasonable set of
76  widgets, sufficient for building small applications like a CDPlayer
77  or hacking something like rxvt. It is used for basic widgets in
78  the WindowMaker window manager.
80 Package: libwutil3
81 Architecture: any
82 Section: libs
83 Depends: ${shlibs:Depends}, ${misc:Depends}
84 Description: Window Maker's own widget set - utility library
85  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
86  look and feel. Its API is inspired in OpenSTEP and its
87  implementation borrows some ideas from Tk. It has a reasonable set of
88  widgets, sufficient for building small applications like a CDPlayer
89  or hacking something like rxvt. It is used for basic widgets in
90  the WindowMaker window manager.
91  .
92  This package contains the libWUtils runtime library.
94 Package: libwings2
95 Architecture: any
96 Section: libs
97 Depends: ${shlibs:Depends}, ${misc:Depends}
98 Description: Window Maker's own widget set - runtime library
99  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
100  look and feel. Its API is inspired in OpenSTEP and its
101  implementation borrows some ideas from Tk. It has a reasonable set of
102  widgets, sufficient for building small applications like a CDPlayer
103  or hacking something like rxvt. It is used for basic widgets in
104  the WindowMaker window manager.
106  This package contains the libWINGs runtime library.
108 Package: wmaker-dbg
109 Architecture: any
110 Section: debug
111 Priority: extra
112 Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
113  libwutil3 (= ${binary:Version}) | wmaker (= ${binary:Version}),
114  ${misc:Depends}
115 Description: Debugging symbols for WindowMaker packages
116  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
117  very closely, and it is now an official GNU project. Window Maker is not
118  overloaded with features, and it is easier to configure than most other window
119  managers. Its final goal is to produce a window manager that doesn't require
120  editing of configuration files. Window Maker is fast and doesn't require tons
121  of memory to run.
123  This package contains debugging symbols for Window Maker and its core
124  libraries (libWINGs, libWutils, libwraster).