a68edc093c
- Add patch to work with multibuttons mice. Upstream is not interested in the patch as other than xorg servers still might not support this: * enable-more-mouse-buttons.patch - Remove not really needed patches: * fvwm-2.5.26-gcc-warnings.patch * fvwm-2.5.26-ia64.patch * fvwm-rsvg.patch * fvwm-2.5.26-no-copy-dt-needed-entries.patch * fvwm-2.5.26-charset_in_title.patch - Version update to 2.6.8: * Various DESTDIR fixes (especially around the default-config Makefile) * fvwm-perllib pod2man fixes. * FvwmIconMan no longer triggers a warning about bad size hints in the fvwm core. * VMware windows do not disapper when switching between fullscreen and normal state. * Fix (de)installation with the configure options --program-prefix, --program-suffix and --program-transform-name. * Remove further references to obsolete modules from man page(s). * fvwm-menu-desktop(1) now requires python3 as an explicit dependency. * Add a 'fullscreen' option to the 'Maximize' command. - Remove local fvwm-menu-desktop-config.fpl as upstream has newer version - Refresh patch fvwm-2.5.26-sv_SE.patch - Rename properly the openSUSE.xpm u->U - Require python3-base as per above change to use it in the menu-desktop OBS-URL: https://build.opensuse.org/request/show/640029 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=43
18 lines
499 B
Diff
18 lines
499 B
Diff
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -1263,7 +1263,7 @@ AC_ARG_ENABLE(perllib,
|
|
AC_SUBST(FVWM_PERLLIB)
|
|
|
|
# ******* gettext
|
|
-ALL_LINGUAS="ar da de fr sv_SE zh_CN ru es"
|
|
+ALL_LINGUAS="ar da de fr sv zh_CN ru es"
|
|
FVWM_DOMAIN="fvwm"
|
|
FVWMSCRIPT_DOMAIN="FvwmScript"
|
|
ALL_DOMAINS="$FVWM_DOMAIN $FVWMTASKBAR_DOMAIN $FVWMSCRIPT_DOMAIN"
|