1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 12:24:17 +01:00

debian: Import version 0.95.6-1.

This commit is contained in:
Doug Torrance
2015-05-26 17:13:13 -05:00
committed by Carlos R. Mafra
parent 945f4d2389
commit 67da339ccb
25 changed files with 127 additions and 155 deletions

View File

@@ -1,9 +1,11 @@
Description: This patch changes the default config paths
Author: Andreas Metzler <ametzler@debian.org>
Last-Update: 2010-08-07
--- a/src/wconfig.h.in
+++ b/src/wconfig.h.in
@@ -125,7 +125,7 @@
Index: WindowMaker-0.95.6/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 @@
*/
/* list of paths to look for the config files, searched in order of appearance */

View File

@@ -1,9 +1,11 @@
Description: This patch includes the debian paths
Author: Rodolfo García Peñas (kix) <kix@kix.es>
Last-Update: 2011-08-16
--- a/doc/wmaker.1x
+++ b/doc/wmaker.1x
@@ -9,6 +9,9 @@
Index: WindowMaker-0.95.6/doc/wmaker.1x
===================================================================
--- WindowMaker-0.95.6.orig/doc/wmaker.1x
+++ WindowMaker-0.95.6/doc/wmaker.1x
@@ -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
necessary.
@@ -13,7 +15,7 @@ Last-Update: 2011-08-16
.SH "OPTIONS"
.TP
.B \-display host:display.screen
@@ -78,7 +81,7 @@
@@ -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.
.TP
@@ -22,7 +24,7 @@ Last-Update: 2011-08-16
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 @@
@@ -106,6 +109,9 @@ and here, in that order. Unless, the ind
.B ~/GNUstep/Library/WindowMaker/Pixmaps/
Window Maker looks for \fBpixmaps\fP here
.TP

View File

@@ -1,8 +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
--- a/WindowMaker/Defaults/WMState.in
+++ b/WindowMaker/Defaults/WMState.in
Index: WindowMaker-0.95.6/WindowMaker/Defaults/WMState.in
===================================================================
--- WindowMaker-0.95.6.orig/WindowMaker/Defaults/WMState.in
+++ WindowMaker-0.95.6/WindowMaker/Defaults/WMState.in
@@ -2,7 +2,7 @@
Dock = {
Applications = (

View File

@@ -1,15 +0,0 @@
Description: Small typo for the word attempts in src/dock.h.
Author: Rodolfo García Peñas (kix) <kix@debian.org>
Forwarded: http://lists.windowmaker.org/dev/msg05381.html
Last-Update: 2013-09-09
--- a/src/dock.c
+++ b/src/dock.c
@@ -4284,7 +4284,7 @@
}
if (i == UNIQUE_NAME_WATCHDOG)
- wwarning("Couldn't find a unique name for drawer in %d attemps.", i);
+ wwarning("Couldn't find a unique name for drawer in %d attempts.", i);
#undef UNIQUE_NAME_WATCHDOG
return buffer;

25
debian/patches/55_ungif_problem.diff vendored Normal file
View File

@@ -0,0 +1,25 @@
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
===================================================================
--- WindowMaker-0.95.6.orig/m4/wm_imgfmt_check.m4
+++ WindowMaker-0.95.6/m4/wm_imgfmt_check.m4
@@ -19,7 +19,7 @@
# WM_IMGFMT_CHECK_GIF
# -------------------
#
-# Check for GIF file support through 'libgif', 'libungif' or 'giflib v5'
+# Check for GIF file support through 'libgif' or 'giflib v5'
# 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"],
wm_save_LIBS="$LIBS"
dnl
dnl We check first if one of the known libraries is available
- for wm_arg in "-lgif" "-lungif" ; do
+ for wm_arg in "-lgif" ; do
AS_IF([wm_fn_lib_try_link "DGifOpenFileName" "$XLFLAGS $XLIBS $wm_arg"],
[wm_cv_imgfmt_gif="$wm_arg" ; break])
done

View File

@@ -2,4 +2,4 @@
51_wmaker_man.diff
53_Debian_WMState.diff
54_Debian_wmmacros.diff
55_typo.diff
55_ungif_problem.diff