fvwm2/fvwm-configure.patch
Ondřej Súkup d31aefb930 Accepting request 455260 from home:WernerFink:branches:X11:windowmanagers
- Update to 2.6.7 (06-Nov-2016)
  * New fvwm features:
    A new default configuration which is available when fvwm
    doesn't detect a configuration file to load.
    A new conditional command "Desk n" can restrict matching
    windows to a specific desk.
    A new conditional command "Screen n" to restrict matching
    windows on a given Xinerama screen.
    New expansion variable "w.screen" to ascertain the Xineram
    screen number a window is on.
    New command "InfoStoreClear" to remove all items in the
    InfoStore.
  * Removed features:
    The old and unmaintained debian/ and rpm/ directories have
    been removed; use the maintainers' copies where available.
    VMS support has been removed.
    GTK1.x support has been removed.
    GNOME-specific window hints (pre-EWMH) have been removed.
    Some fvwm modules have been removed:
      FvwmDragWell (no replacement)
      FvwmGTK (no replacement)
      FvwmSave (no replacement)
      FvwmSaveDesk (no replacement)
      FvwmScroll (no replacement)
      FvwmTabs (no replacement, never worked anyway)
      FvwmTaskBar (use FvwmButtons)
      FvwmTheme (in core of fvwm as colorsets)
      FvwmWharf (use FvwmButtons)
      FvwmWinList (use WindowList command)
      FvwmWindowMenu (use WindowList command)

OBS-URL: https://build.opensuse.org/request/show/455260
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=36
2017-02-08 09:39:44 +00:00

18 lines
529 B
Diff

Index: configure.ac
===================================================================
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- configure.ac
+++ configure.ac 2017-02-07 10:53:27.290904016 +0000
@@ -104,7 +104,7 @@ AC_ARG_ENABLE(package-subdirs,
fi], [])
-FVWM_MODULEDIR='${libexecdir}'"$FVWM_MODULESUBDIR"
+FVWM_MODULEDIR='${libexecdir}'
FVWM_DATADIR='${datadir}'"$FVWM_DATASUBDIR"
FVWM_DOCDIR='${datadir}'"$FVWM_DOCSUBDIR"
FVWM_PERLLIBDIR='${datadir}'"$FVWM_DATASUBDIR/perllib"