1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

Add debianisation code and automatic build script

This commit is contained in:
Martin Dietze
2009-08-24 10:20:05 +02:00
committed by Carlos R. Mafra
parent 19f110d26e
commit 442e3876c6
42 changed files with 9969 additions and 0 deletions

56
debian/manpages/WPrefs.1x vendored Normal file
View File

@@ -0,0 +1,56 @@
.TH "Window Maker" 1x "March 2001" "Debian Project"
.SH NAME
WPrefs \- Window Maker configuration tool
.SH SYNOPSIS
.B WPrefs
.I "[-options]"
.SH "DESCRIPTION"
WPrefs.app is the preferences "editor" for the WindowMaker window manager. It
can be used to set most of the preference options of WindowMaker and define
it's applications menu. It also can change some settings that do not belong to
WindowMaker.
.PP
Although WPrefs.app is designed to be easy to use, you should read the
user guide to be fully aware of all available options and other features
of WindowMaker that are not related to configuration.
.PP
\fIOnly options that have different values than what is found in the
system-wide configuration file is saved.\fP
.SH "OPTIONS"
.TP
.B \-display host:display.screen
specify display to use.
.TP
.B \-\-version
display version number and exit
.TP
.B \-\-help
display help message and exit
.SH FILES
.TP
.B ~/GNUstep/Defaults/WindowMaker
general Window Maker defaults.
.TP
.B /etc/GNUstep/Defaults/WindowMaker
system wide Window Maker defaults.
.TP
.B ~/GNUstep/Defaults/WMRootMenu
Contains the name of the file to read the root menu from or the
menu itself, in property list format.
.TP
.B ~/GNUstep/Library/WindowMaker/autostart
This script is automatically executed when Window Maker is started. WPrefs
saves the mouse speed configuration is saved as a call for xset here.
.SH SEE ALSO
The Window Maker User Guide
.PP
The Window Maker FAQ
.PP
.BR wmaker (1x)
.SH AUTHOR
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>,
Dan Pascu <dan@windowmaker.info> with contributions from many people around
the Internet.
.PP
This manual page was written by Marcelo E. Magallon, <mmagallo@debian.org>,
for the Debian Project and might be used freely by others.

1
debian/manpages/WindowMaker.1x vendored Normal file
View File

@@ -0,0 +1 @@
.so man1/wmaker.1x

32
debian/manpages/get-wings-flags.1 vendored Normal file
View File

@@ -0,0 +1,32 @@
.TH "get-wings-flags" "1" "22 March 2005"
.SH "NAME"
\fBget-wings-flags\fR \- output libWINGs compile and linker flags
.PP
.SH "SYNOPSIS"
.B get-wings-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
[ \fI\-\-libs \fR]
.PP
.SH "DESCRIPTION"
\fBget-wings-flags \fR\- output include path, library search path or
library archive names needed to compile and link with libWINGs.
.PP
.SH "OPTIONS"
.TP
.B \-\-cflags
\fRoutput include file search path to find all header files needed to compile
source code using libWINGs functions.
.TP
.B \-\-ldflags
\fRoutput library search path required to find all library archives needed to
link object files with libWINGs.
.TP
.B \-\-libs
\fRoutput library archive names required to link object filed with libWINGs.
.PP
.SH "AUTHOR"
get-wings-flags is a part of Window Maker, wich was written by
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
with contributions from many people around the Internet.
.PP
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
Debian GNU/Linux system (but may be used by others).

32
debian/manpages/get-wraster-flags.1 vendored Normal file
View File

@@ -0,0 +1,32 @@
.TH "get-wraster-flags" "1" "22 March 2005"
.SH "NAME"
\fBget-wraster-flags\fR \- output libwraster compile and linker flags
.PP
.SH "SYNOPSIS"
.B get-wraster-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
[ \fI\-\-libs \fR]
.PP
.SH "DESCRIPTION"
\fBget-wraster-flags \fR\- output include path, library search path or
library archive names needed to compile and link with libwraster.
.PP
.SH "OPTIONS"
.TP
.B \-\-cflags
\fRoutput include file search path to find all header files needed to compile
source code using libwraster functions.
.TP
.B \-\-ldflags
\fRoutput library search path required to find all library archives needed to
link object files with libwraster.
.TP
.B \-\-libs
\fRoutput library archive names required to link object filed with libwraster.
.PP
.SH "AUTHOR"
get-wraster-flags is a part of Window Maker, wich was written by
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
with contributions from many people around the Internet.
.PP
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
Debian GNU/Linux system (but may be used by others).

32
debian/manpages/get-wutil-flags.1 vendored Normal file
View File

@@ -0,0 +1,32 @@
.TH "get-wutil-flags" "1" "22 March 2005"
.SH "NAME"
\fBget-wutil-flags\fR \- output libwutil compile and linker flags
.PP
.SH "SYNOPSIS"
.B get-wutil-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
[ \fI\-\-libs \fR]
.PP
.SH "DESCRIPTION"
\fBget-wutil-flags \fR\- output include path, library search path or
library archive names needed to compile and link with libWUtil.
.PP
.SH "OPTIONS"
.TP
.B \-\-cflags
\fRoutput include file search path to find all header files needed to compile
source code using libWUtil functions.
.TP
.B \-\-ldflags
\fRoutput library search path required to find all library archives needed to
link object files with libWUtil.
.TP
.B \-\-libs
\fRoutput library archive names required to link object filed with libWUtil.
.PP
.SH "AUTHOR"
get-wutil-flags is a part of Window Maker, wich was written by
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
with contributions from many people around the Internet.
.PP
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
Debian GNU/Linux system (but may be used by others).

View File

@@ -0,0 +1,23 @@
.TH "Window Maker" 8 "March 2001" "Debian Project"
.SH NAME
upgrade-windowmaker-defaults \- Convert old wmaker configuration files
.SH SYNOPSIS
.B upgrade-windowmaker-defaults
.SH DESCRIPTION
Some old versions of Window Maker used different names or different syntax
for some configuration options, which in turn used to cause some newer
versions of Window Maker not to start up correctly. Nowadays this is no
longer a problem but this utility is provided to support upgrades from these
old versions of Window Maker.
.SH SEE ALSO
The Window Maker User Guide
.PP
The Window Maker FAQ
.PP
The Window Maker changelog and NEWS files (in /usr/share/doc/wmaker)
.PP
.BR wmaker (1x)
.SH AUTHOR
This utility and manpage were written by Marcelo E. Magallon,
<mmagallo@debian.org>, for the Debian Project. It might be used freely by
others.

48
debian/manpages/wmagnify.1x vendored Normal file
View File

@@ -0,0 +1,48 @@
.TH WMAGNIFY 1 "March 22, 2006" "" "User Commands"
.SH NAME
wmagnify \- magnify parts of the screen
.SH SYNOPSIS
\fBwmagnify\fR [\fIoptions\fR]
.SH DESCRIPTION
\fBwmagnify\fR is a tool which allows you to magnify parts of the screen. The
main difference from \fBxmag\fR is that the image is refreshed automatically,
following the cursor on the screen.
.SH OPTIONS
The following command line options are available.
.TP
\fB\-m\fR \fIfactor\fR
Change the magnification factor, default is 2. You can change this also while
running the program, using the keys described below.
.TP
\fB\-r\fR \fIdelay\fR
Change the refresh delay, in milliseconds. Default is 200.
.TP
\fB\-display\fR \fIdisplay\fR
Use \fIdisplay\fR instead of the default one.
.SH KEYS
The following keys can be pressed while \fBwmagnify\fR is running to change its
behaviour.
.TP
\fB1,2,3,4,5,6,7,8,9\fR
Change the magnification factor.
.TP
\fB<space>, f\fR
Freeze the camera, making it magnify only the current position.
.TP
\fBn\fR
Create a new window.
.TP
\fBm\fR
Show/hide the pointer hotspot mark.
.SH SEE ALSO
\fBxmag(1)\fR, \fBwmaker(1)\fR
.SH AUTHOR
This manual page was written by Andrea Bolognani <eof@kiyuko.org> for the
Debian project, but may be used by others.

167
debian/manpages/wmaker.1x vendored Normal file
View File

@@ -0,0 +1,167 @@
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH "Window Maker" 1x "January 1999" "Debian Project"
.SH NAME
wmaker \- X11 window manager with a NEXTSTEP look
.SH SYNOPSIS
.B wmaker
.I "[-options]"
.SH "DESCRIPTION"
Window Maker is a X11 window manager with a NEXTSTEP look. It tries to
emulate NeXT's look as much as possible, but it deviates from it as
necessary.
.PP
\fIPlease note this manpage has been modified to reflect changes in the
Debian installation of Window Maker.\fP
.SH "OPTIONS"
.TP
.B \-display host:display.screen
specify display to use.
On multiheaded machines, Window Maker will automatically manage all screens.
If you want Window Maker to manage only a specific screen, you must supply
the screen number you want to have managed with the
.B \-display
command line argument. For example, if you want Window Maker to manage only
screen 1, start it as:
.B wmaker -display :0.1
.TP
.B \-\-no\-cpp
disable preprocessing of configuration files
.TP
.B \-\-no\-dock
do not show the application Dock
.TP
.B \-\-no\-clip
do not show the workspace Clip
.TP
.B \-\-no\-autolaunch
do not autolaunch applications
.TP
.B \-\-dont\-restore
do not restore saved session
.TP
.B \-\-locale locale
specify the locale to use
.TP
.B \-\-create-stdcmap
create the standard colormap hint in PseudoColor visuals
.TP
.B \-\-visual\-id
visual id of visual to use
.TP
.B \-\-static
do not update or save configurations
.TP
.B \-\-version
display version number and exit
.TP
.B \-\-visual\-id
specify the ID of the visual to use. See
.BR xdpyinfo (1x)
for a list of visuals available in your display.
.TP
.B \-\-help
print a brief help message
.PP
.SH FILES
.TP
.B ~/GNUstep/Defaults/WindowMaker
general Window Maker defaults.
.TP
.B ~/GNUstep/Defaults/WMState
information about the Dock and Clip. DON'T edit this while running
Window Maker. It will be overwritten.
.TP
.B ~/GNUstep/Defaults/WMRootMenu
Contains the name of the file to read the root menu from or the
menu itself, in property list format.
.TP
.B ~/GNUstep/Defaults/WMWindowAttributes
Attributes for different application classes and instances. Use the
Attribute Editor (right drag the application's title bar, select
Attributes) instead of modifying this file directly. There are just a
few options not available using the Attributes Editor.
.TP
.B /etc/GNUstep/Defaults/
All the above-mentioned files are READ from here if not found except
for WMState, which is COPIED from here. No matter where they are read
from, if it's necesary to write configuration changes back into this
files, user's files will be written to.
.TP
.B ~/GNUstep/Library/WindowMaker/autostart
This script is automatically executed when Window Maker is started.
.TP
.B ~/GNUstep/Library/WindowMaker/exitscript
This script is automatically executed immediately before Window Maker is
exited.
.B Note:
If you need to run something that requires the X server to be running
from this script, make sure you do not use the
.I SHUTDOWN
command from the root menu to exit Window Maker. Otherwise, the X server
might be shut down before the script is executed.
.TP
.B ~/GNUstep/Library/WindowMaker/
The menu file indicated in WMRootMenu is looked for here...
.TP
.B /etc/X11/WindowMaker/
and here, in that order. Unless, the indicated path is an absolute path.
.TP
.B ~/GNUstep/Library/WindowMaker/Pixmaps/
Window Maker looks for \fBpixmaps\fP here
.TP
.B ~/GNUstep/Library/Icons/
Window Maker looks for \fBicons\fP here
.TP
.B ~/GNUstep/Library/WindowMaker/Backgrounds/
Window Maker looks for backgrounds here
.TP
.B ~/GNUstep/Library/WindowMaker/Styles/
Window Maker looks for style files here (not true... it looks like it
does, but you have to specify the full path anyway, it's just a place
to keep things nicely ordered)
.TP
.B ~/GNUstep/Library/WindowMaker/Themes/
Window Maker looks for theme files here (ibid)
.TP
.B /usr/share/WindowMaker/Pixmaps/
System-wide (Window Maker-specific) pixmaps are located here
.TP
.B /usr/share/WindowMaker/Styles/
System wide styles are here
.TP
.B /usr/share/WindowMaker/Themes/
Guess... ;-)
.SH ENVIRONMENT
.IP GNUSTEP_USER_ROOT
specifies the initial path for the Defaults directory. "Defaults/" is
appended to this variable to determine the actual location of the
databases. If the varialbe is not set, it defaults to "~/GNUstep"
.IP GNUSTEP_LOCAL_ROOT
specifies the location of the system-wide \fBlocal\fP GNUstep
directory (this is useful, for example, in those cases where the
system-wide location is really a network wide location). If this
variable is empty, GNUSTEP_SYSTEM_ROOT is looked for.
.IP GNUSTEP_SYSTEM_ROOT
specifies the location of the system-wide GNUstep directory. If this
variable is empty, it defaults to /etc/GNUstep
.SH SEE ALSO
The Window Maker User Guide
.PP
The Window Maker FAQ
.PP
.BR X (1x),
.BR wdwrite (1x),
.BR wxcopy (1x),
.BR geticonset (1x),
.BR seticons (1x),
.BR wmaker (1x),
.BR wxpaste (1x),
.BR getstyle (1x),
.BR setstyle (1x),
.BR wmsetbg (1x)
.SH AUTHOR
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>,
Dan Pascu <dan@windowmaker.info> with contributions from many people around
the Internet.
.PP
This manual page was written by Marcelo E. Magallon, <mmagallo@debian.org>.