1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-08 01:15:56 +01:00

debian: lots of updates

This commit is contained in:
Rodolfo García Peñas (kix)
2011-08-16 11:56:02 +02:00
committed by Carlos R. Mafra
parent c2975ab510
commit b949a1c464
49 changed files with 4035 additions and 481 deletions

65
debian/control vendored
View File

@@ -2,20 +2,20 @@ Source: wmaker
Section: x11
Priority: optional
Maintainer: John H. Robinson, IV <jaqque@debian.org>
Standards-Version: 3.8.0.1
Build-Depends: debhelper (>= 7.0.15), automake (>= 1:1.11-1), gettext,
dctrl-tools,
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7.0.50~), automake (>= 1:1.11), gettext,
dctrl-tools, quilt,
libfontconfig1-dev, libjpeg-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, libxmu-dev,
libxrandr-dev
Homepage: http://www.windowmaker.info/
Vcs-Git: git://repo.or.cz/wmaker-crm.git
Vcs-Browser: http://repo.or.cz/r/wmaker-crm.git
Package: wmaker
Architecture: any
Section: x11
Priority: optional
Depends: ${shlibs:Depends}, cpp, ${misc:Depends}
Depends: ${shlibs:Depends}, cpp, ${misc:Depends}, wmaker-common
Provides: x-window-manager
Suggests: wmaker-data, menu, x11-apps, xosview, wterm | x-terminal-emulator
Description: NeXTSTEP-like window manager for X
@@ -26,28 +26,60 @@ Description: NeXTSTEP-like window manager for X
editing of configuration files. Window Maker is fast and doesn't require tons
of memory to run.
Package: wmaker-common
Architecture: all
Depends: ${misc:Depends}
Suggests: wmaker
Description: Window Maker - Architecture independent files
Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
very closely, and it is now an official GNU project. Window Maker is not
overloaded with features, and it is easier to configure than most other window
managers. Its final goal is to produce a window manager that doesn't require
editing of configuration files. Window Maker is fast and doesn't require tons
of memory to run.
.
This package contains the architecture independent files.
Package: libwmaker0-dev
Architecture: any
Section: libdevel
Depends: libc6-dev, libx11-dev, ${misc:Depends}
Description: Static libraries and headers for Window Maker applications
Window Maker is a NeXTSTEP-like window manager for X.
This package contains libWMaker and header files, for building
Window Maker aware applications.
.
This package is (now) an empty package and should have problems because
is needed for other packages.
Package: libwraster3-dev
Architecture: any
Section: libdevel
Priority: optional
Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev, libtiff4-dev, ${misc:Depends}
Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev,
libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev,
libtiff4-dev, ${misc:Depends}
Provides: libwraster-dev
Description: Static libraries and headers of Window Maker rasterizer
This library is used to manipulate images and convert them to
a format that can be displayed through the X window system.
Read the wraster.h header for an idea of what is available
.
Contains libwraster and header files, for manipulating and
rasterizing images.
Package: libwraster3
Architecture: any
Section: libs
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared libraries of Window Maker rasterizer
Contains libwraster, for manipulating and rasterizing images.
This library is used to manipulate images and convert them to
a format that can be displayed through the X window system.
Read the wraster.h header for an idea of what is available
Package: libwings-dev
Architecture: any
Section: libdevel
Priority: optional
Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev,
libfontconfig1-dev, libwutil2 (= ${binary:Version}),
libwings2 (= ${binary:Version}), ${misc:Depends}
@@ -62,7 +94,6 @@ Description: Window Maker's own widget set
Package: libwutil2
Architecture: any
Section: libs
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Window Maker's own widget set - utility library
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
@@ -77,7 +108,6 @@ Description: Window Maker's own widget set - utility library
Package: libwings2
Architecture: any
Section: libs
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Window Maker's own widget set - runtime library
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
@@ -96,6 +126,13 @@ Priority: extra
Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
libwutil2 (= ${binary:Version}) | wmaker (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for WindowMaker packages
Description: Debugging symbols for WindowMaker packages
Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
very closely, and it is now an official GNU project. Window Maker is not
overloaded with features, and it is easier to configure than most other window
managers. Its final goal is to produce a window manager that doesn't require
editing of configuration files. Window Maker is fast and doesn't require tons
of memory to run.
.
This package contains debugging symbols for Window Maker and its core
libraries (libWINGs, libWutils, libwraster).