mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 09:22:27 +01:00
Window Maker 0.95.7 Debian files
Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c84e787a24
commit
7e42fedcbb
8
debian/patches/50_def_config_paths.diff
vendored
8
debian/patches/50_def_config_paths.diff
vendored
@@ -1,11 +1,11 @@
|
||||
Description: This patch changes the default config paths
|
||||
Author: Andreas Metzler <ametzler@debian.org>
|
||||
Last-Update: 2010-08-07
|
||||
Index: WindowMaker-0.95.6/src/wconfig.h.in
|
||||
Index: wmaker-crm/src/wconfig.h.in
|
||||
===================================================================
|
||||
--- WindowMaker-0.95.6.orig/src/wconfig.h.in
|
||||
+++ WindowMaker-0.95.6/src/wconfig.h.in
|
||||
@@ -122,7 +122,7 @@
|
||||
--- wmaker-crm.orig/src/wconfig.h.in
|
||||
+++ wmaker-crm/src/wconfig.h.in
|
||||
@@ -116,7 +116,7 @@
|
||||
*/
|
||||
|
||||
/* list of paths to look for the config files, searched in order of appearance */
|
||||
|
||||
24
debian/patches/51_wmaker_man.diff
vendored
24
debian/patches/51_wmaker_man.diff
vendored
@@ -1,10 +1,10 @@
|
||||
Description: This patch includes the debian paths
|
||||
Author: Rodolfo García Peñas (kix) <kix@kix.es>
|
||||
Last-Update: 2011-08-16
|
||||
Last-Update: 2015-08-13
|
||||
Index: WindowMaker-0.95.6/doc/wmaker.1
|
||||
===================================================================
|
||||
--- WindowMaker-0.95.6.orig/doc/wmaker.1
|
||||
+++ WindowMaker-0.95.6/doc/wmaker.1
|
||||
--- wmaker-crm.orig/doc/wmaker.in
|
||||
+++ wmaker-crm/doc/wmaker.in
|
||||
@@ -9,6 +9,9 @@ wmaker \- X11 window manager with a NEXT
|
||||
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
|
||||
@@ -14,17 +14,17 @@ Index: WindowMaker-0.95.6/doc/wmaker.1
|
||||
+Debian installation of Window Maker.\fP
|
||||
.SH "OPTIONS"
|
||||
.TP
|
||||
.B \-display host:display.screen
|
||||
@@ -78,7 +81,7 @@ Attribute Editor (right drag the applica
|
||||
Attributes) instead of modifying this file directly. There are just a
|
||||
few options not available using the Attributes Editor.
|
||||
.BI \-display " host:display.screen"
|
||||
@@ -68,7 +71,7 @@ for a list of visuals available in your
|
||||
.PP
|
||||
.SH FILES
|
||||
.TP
|
||||
-.B /usr/share/WindowMaker/Defaults/
|
||||
-.B ~/GNUstep/Defaults/WindowMaker
|
||||
+.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 necessary to write configuration changes back into this
|
||||
@@ -106,6 +109,9 @@ and here, in that order. Unless, the ind
|
||||
general Window Maker defaults.
|
||||
.TP
|
||||
.B ~/GNUstep/Defaults/WMState
|
||||
@@ -113,6 +116,9 @@ and here, in that order. Unless, the ind
|
||||
.B ~/GNUstep/Library/WindowMaker/Pixmaps/
|
||||
Window Maker looks for \fBpixmaps\fP here
|
||||
.TP
|
||||
|
||||
6
debian/patches/53_Debian_WMState.diff
vendored
6
debian/patches/53_Debian_WMState.diff
vendored
@@ -1,10 +1,10 @@
|
||||
Description: XTerm and WMPrefs debian configuration. Based on Marcelo E. Magallon <mmagallo@debian.org> diff patch.
|
||||
Author: Rodolfo García Peñas (kix) <kix@kix.es>
|
||||
Last-Update: 2012-01-09
|
||||
Index: WindowMaker-0.95.6/WindowMaker/Defaults/WMState.in
|
||||
Index: wmaker-crm/WindowMaker/Defaults/WMState.in
|
||||
===================================================================
|
||||
--- WindowMaker-0.95.6.orig/WindowMaker/Defaults/WMState.in
|
||||
+++ WindowMaker-0.95.6/WindowMaker/Defaults/WMState.in
|
||||
--- wmaker-crm.orig/WindowMaker/Defaults/WMState.in
|
||||
+++ wmaker-crm/WindowMaker/Defaults/WMState.in
|
||||
@@ -2,7 +2,7 @@
|
||||
Dock = {
|
||||
Applications = (
|
||||
|
||||
6
debian/patches/54_Debian_wmmacros.diff
vendored
6
debian/patches/54_Debian_wmmacros.diff
vendored
@@ -1,8 +1,10 @@
|
||||
Description: Macros for user paths. Based on Marcelo E. Magallon <mmagallo@debian.org> diff patch.
|
||||
Author: Rodolfo García Peñas (kix) <kix@kix.es>
|
||||
Last-Update: 2012-01-09
|
||||
--- a/WindowMaker/wmmacros
|
||||
+++ b/WindowMaker/wmmacros
|
||||
Index: wmaker-crm/WindowMaker/wmmacros
|
||||
===================================================================
|
||||
--- wmaker-crm.orig/WindowMaker/wmmacros
|
||||
+++ wmaker-crm/WindowMaker/wmmacros
|
||||
@@ -22,7 +22,7 @@
|
||||
/*
|
||||
* SETSTYLE FILE - loads a style file
|
||||
|
||||
10
debian/patches/55_ungif_problem.diff
vendored
10
debian/patches/55_ungif_problem.diff
vendored
@@ -1,11 +1,11 @@
|
||||
Description: Remove include ungif library (will use gif library)
|
||||
Author: Rodolfo García Peñas (kix) <kix@debian.org>
|
||||
Last-Update: 2014-10-09
|
||||
Index: WindowMaker-0.95.6/m4/wm_imgfmt_check.m4
|
||||
Index: wmaker-crm/m4/wm_imgfmt_check.m4
|
||||
===================================================================
|
||||
--- WindowMaker-0.95.6.orig/m4/wm_imgfmt_check.m4
|
||||
+++ WindowMaker-0.95.6/m4/wm_imgfmt_check.m4
|
||||
@@ -19,7 +19,7 @@
|
||||
--- wmaker-crm.orig/m4/wm_imgfmt_check.m4
|
||||
+++ wmaker-crm/m4/wm_imgfmt_check.m4
|
||||
@@ -20,7 +20,7 @@
|
||||
# WM_IMGFMT_CHECK_GIF
|
||||
# -------------------
|
||||
#
|
||||
@@ -14,7 +14,7 @@ Index: WindowMaker-0.95.6/m4/wm_imgfmt_check.m4
|
||||
# The check depends on variable 'enable_gif' being either:
|
||||
# yes - detect, fail if not found
|
||||
# no - do not detect, disable support
|
||||
@@ -37,7 +37,7 @@ AS_IF([test "x$enable_gif" = "xno"],
|
||||
@@ -38,7 +38,7 @@ AS_IF([test "x$enable_gif" = "xno"],
|
||||
wm_save_LIBS="$LIBS"
|
||||
dnl
|
||||
dnl We check first if one of the known libraries is available
|
||||
|
||||
Reference in New Issue
Block a user