Index: head/x11-wm/libwraster/Makefile =================================================================== --- head/x11-wm/libwraster/Makefile (revision 544814) +++ head/x11-wm/libwraster/Makefile (revision 544815) @@ -1,47 +1,42 @@ # $FreeBSD$ PORTNAME= libwraster -PORTVERSION= 0.95.8 -PORTREVISION= 1 +PORTVERSION= 0.95.9 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Window Maker raster graphics library LICENSE= LGPL21 LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png \ libjbig.so:graphics/jbigkit \ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp \ - libMagickWand-6.so:graphics/ImageMagick6 + libMagickWand-7.so:graphics/ImageMagick7 USES= jpeg libtool localbase pathfix pkgconfig xorg USE_LDCONFIG= yes USE_XORG= x11 xext xft xinerama xmu xpm BUILD_WRKSRC= ${WRKSRC}/wrlib INSTALL_WRKSRC= ${WRKSRC}/wrlib GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-localedir=${PREFIX}/share/locale \ --with-libs-from="-L${LOCALBASE}/lib" \ --with-incs-from="-I${LOCALBASE}/include" \ --with-gnustepdir="${PREFIX}/GNUstep" \ --enable-modelock \ --enable-xinerama \ --enable-usermenu \ --enable-wmreplace \ --with-x INSTALL_TARGET= install-strip pre-build: cd ${WRKSRC} && ${MAKE_CMD} config-paths.h - -post-install: - cd ${WRKSRC}/doc && ${INSTALL_MAN} \ - get-wraster-flags.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/x11-wm/libwraster/distinfo =================================================================== --- head/x11-wm/libwraster/distinfo (revision 544814) +++ head/x11-wm/libwraster/distinfo (revision 544815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519792748 -SHA256 (WindowMaker-0.95.8.tar.gz) = 9dbf5c5571bb79c4b1584f496c960ee2cd7379af45ef0f58b4b0f487259de88a -SIZE (WindowMaker-0.95.8.tar.gz) = 3253515 +TIMESTAMP = 1597295266 +SHA256 (WindowMaker-0.95.9.tar.gz) = f22358ff60301670e1e2b502faad0f2da7ff8976632d538f95fe4638e9c6b714 +SIZE (WindowMaker-0.95.9.tar.gz) = 3397167 Index: head/x11-wm/libwraster/files/patch-configure =================================================================== --- head/x11-wm/libwraster/files/patch-configure (revision 544814) +++ head/x11-wm/libwraster/files/patch-configure (revision 544815) @@ -1,11 +1,11 @@ ---- configure.orig 2015-08-11 18:52:18 UTC +--- configure.orig 2020-04-05 13:42:01 UTC +++ configure -@@ -13782,7 +13782,7 @@ case "$host" in #( +@@ -14305,7 +14305,7 @@ case "$host" in #( *-*-linux*|*-*-cygwin*|*-gnu*) : WM_OSDEP="linux" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600" ;; #( *-*-freebsd*|*-k*bsd-gnu*) : - WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD" ;; #( + WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=700 -DFREEBSD" ;; #( *-*-netbsd*) : WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -DNETBSD" ;; #( *-*-openbsd*) : Index: head/x11-wm/libwraster/pkg-plist =================================================================== --- head/x11-wm/libwraster/pkg-plist (revision 544814) +++ head/x11-wm/libwraster/pkg-plist (revision 544815) @@ -1,8 +1,6 @@ -bin/get-wraster-flags include/wraster.h lib/libwraster.a lib/libwraster.so lib/libwraster.so.6 lib/libwraster.so.6.0.0 libdata/pkgconfig/wrlib.pc -man/man1/get-wraster-flags.1.gz Index: head/x11-wm/windowmaker/Makefile =================================================================== --- head/x11-wm/windowmaker/Makefile (revision 544814) +++ head/x11-wm/windowmaker/Makefile (revision 544815) @@ -1,67 +1,68 @@ # Created by: Brian Handy # $FreeBSD$ PORTNAME= windowmaker -PORTVERSION= 0.95.8 -PORTREVISION= 2 +PORTVERSION= 0.95.9 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= GNUstep-compliant NeXTstep window manager clone LICENSE= GPLv2 LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png \ libjbig.so:graphics/jbigkit \ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp \ - libMagickWand-6.so:graphics/ImageMagick6 \ - libwraster.so.6:x11-wm/libwraster \ + libMagickWand-7.so:graphics/ImageMagick7 \ + libwraster.so:x11-wm/libwraster \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libexif.so:graphics/libexif RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:graphics/wmicons -USES= jpeg libtool shebangfix pathfix perl5 pkgconfig xorg +USES= gnome jpeg libtool shebangfix pathfix perl5 pkgconfig xorg +USE_GNOME= pango USE_LDCONFIG= yes USE_XORG= x11 xext xft xinerama xmu xpm SHEBANG_FILES= util/wkdemenu.pl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no \ wm_cv_func_secure_getenv=no CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --localedir=${PREFIX}/share/locale \ --with-libs-from="-L${LOCALBASE}/lib" \ --with-incs-from="-I${LOCALBASE}/include" \ --with-gnustepdir="${PREFIX}/GNUstep" \ --enable-modelock \ + --enable-pango \ --enable-xinerama \ --enable-usermenu \ --enable-wmreplace \ --with-x CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip PORTDOCS= AUTHORS BUGFORM BUGS ChangeLog FAQ INSTALL \ INSTALL-WMAKER NEWS README README.definable-cursor \ README.i18n TODO The-perfect-Window-Maker-patch.txt OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENV= LINGUAS="*" NLS_CONFIGURE_ENABLE= locale post-install: @${MKDIR} \ ${STAGEDIR}${PREFIX}/GNUstep/Applications/WPrefs.app/xpm \ ${STAGEDIR}${PREFIX}/share/WindowMaker/Sounds post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/x11-wm/windowmaker/distinfo =================================================================== --- head/x11-wm/windowmaker/distinfo (revision 544814) +++ head/x11-wm/windowmaker/distinfo (revision 544815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519793700 -SHA256 (WindowMaker-0.95.8.tar.gz) = 9dbf5c5571bb79c4b1584f496c960ee2cd7379af45ef0f58b4b0f487259de88a -SIZE (WindowMaker-0.95.8.tar.gz) = 3253515 +TIMESTAMP = 1597295523 +SHA256 (WindowMaker-0.95.9.tar.gz) = f22358ff60301670e1e2b502faad0f2da7ff8976632d538f95fe4638e9c6b714 +SIZE (WindowMaker-0.95.9.tar.gz) = 3397167 Index: head/x11-wm/windowmaker/files/patch-doc__Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-doc__Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-doc__Makefile.in (nonexistent) @@ -1,10 +0,0 @@ ---- doc/Makefile.in.orig 2015-10-06 04:12:09 UTC -+++ doc/Makefile.in -@@ -382,7 +382,6 @@ dist_man_MANS = \ - geticonset.1 \ - getstyle.1 \ - get-wings-flags.1 \ -- get-wraster-flags.1 \ - get-wutil-flags.1 \ - seticons.1 \ - setstyle.1 \ Property changes on: head/x11-wm/windowmaker/files/patch-doc__Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-wm/windowmaker/files/patch-Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-Makefile.in (revision 544815) @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2015-10-06 04:12:09 UTC +--- Makefile.in.orig 2020-08-13 06:26:57 UTC +++ Makefile.in -@@ -374,7 +374,7 @@ ACLOCAL_AMFLAGS = -I m4 +@@ -389,7 +389,7 @@ ACLOCAL_AMFLAGS = -I m4 # Improve coverage in 'make distcheck' by checking that translations work AM_DISTCHECK_CONFIGURE_FLAGS = --enable-silent-rules LINGUAS='*' -SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc +SUBDIRS = WINGs src util po WindowMaker wmlib WPrefs.app doc DIST_SUBDIRS = $(SUBDIRS) test EXTRA_DIST = TODO BUGS BUGFORM FAQ INSTALL \ INSTALL-WMAKER README.i18n README.definable-cursor \ Index: head/x11-wm/windowmaker/files/patch-WINGs__Examples__Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-WINGs__Examples__Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WINGs__Examples__Makefile.in (revision 544815) @@ -1,19 +1,19 @@ ---- WINGs/Examples/Makefile.in.orig 2015-10-06 04:12:10 UTC +--- WINGs/Examples/Makefile.in.orig 2020-08-13 06:26:57 UTC +++ WINGs/Examples/Makefile.in -@@ -342,14 +342,14 @@ top_srcdir = @top_srcdir@ +@@ -359,14 +359,14 @@ top_srcdir = @top_srcdir@ wprefs_bindir = @wprefs_bindir@ wprefs_datadir = @wprefs_datadir@ AUTOMAKE_OPTIONS = -LDADD = $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \ +LDADD = $(top_builddir)/WINGs/libWINGs.la -lwraster \ $(top_builddir)/WINGs/libWUtil.la \ @XFTLIBS@ @INTLIBS@ @XLIBS@ colorpick_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la fontl_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la -AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \ +AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/src \ -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ all: all-am Index: head/x11-wm/windowmaker/files/patch-WINGs__Extras__Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-WINGs__Extras__Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WINGs__Extras__Makefile.in (revision 544815) @@ -1,23 +1,23 @@ ---- WINGs/Extras/Makefile.in.orig 2015-10-06 04:12:10 UTC +--- WINGs/Extras/Makefile.in.orig 2020-08-13 06:26:57 UTC +++ WINGs/Extras/Makefile.in -@@ -145,7 +145,6 @@ PROGRAMS = $(noinst_PROGRAMS) +@@ -155,7 +155,6 @@ am__v_lt_1 = test_SOURCES = test.c test_OBJECTS = test.$(OBJEXT) am__DEPENDENCIES_1 = $(top_builddir)/WINGs/libWINGs.la \ - $(top_builddir)/wrlib/libwraster.la \ $(top_builddir)/WINGs/libWUtil.la test_DEPENDENCIES = wtableview.o wtabledelegates.o \ $(am__DEPENDENCIES_1) -@@ -386,10 +385,10 @@ libExtraWINGs_la_SOURCES = \ +@@ -404,10 +403,10 @@ libExtraWINGs_la_SOURCES = \ wtableview.h \ wtabledelegates.h -AM_CPPFLAGS = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \ +AM_CPPFLAGS = -I$(top_srcdir)/WINGs \ -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -LDADD = $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \ +LDADD = $(top_builddir)/WINGs/libWINGs.la -lwraster \ $(top_builddir)/WINGs/libWUtil.la \ @XFTLIBS@ @INTLIBS@ Index: head/x11-wm/windowmaker/files/patch-WINGs__Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-WINGs__Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WINGs__Makefile.in (revision 544815) @@ -1,33 +1,33 @@ ---- WINGs/Makefile.in.orig 2015-10-06 04:12:10 UTC +--- WINGs/Makefile.in.orig 2020-08-13 06:26:57 UTC +++ WINGs/Makefile.in -@@ -135,8 +135,7 @@ am__uninstall_files_from_dir = { \ - am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ - "$(DESTDIR)$(pkgconfigdir)" +@@ -141,8 +141,7 @@ am__uninstall_files_from_dir = { \ + } + am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" LTLIBRARIES = $(lib_LTLIBRARIES) -libWINGs_la_DEPENDENCIES = libWUtil.la \ - $(top_builddir)/wrlib/libwraster.la +libWINGs_la_DEPENDENCIES = libWUtil.la am_libWINGs_la_OBJECTS = configuration.lo dragcommon.lo \ dragdestination.lo dragsource.lo selection.lo wappresource.lo \ wballoon.lo wbox.lo wbrowser.lo wbutton.lo wcolor.lo \ -@@ -438,8 +437,8 @@ libWINGs_la_LDFLAGS = -version-info @WIN +@@ -478,8 +477,8 @@ DIST_SUBDIRS = $(SUBDIRS) Tests Examples Extras + libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@ libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@ - dist_bin_SCRIPTS = get-wings-flags get-wutil-flags lib_LTLIBRARIES = libWUtil.la libWINGs.la -LDADD = libWUtil.la libWINGs.la $(top_builddir)/wrlib/libwraster.la @INTLIBS@ -libWINGs_la_LIBADD = libWUtil.la $(top_builddir)/wrlib/libwraster.la @XLIBS@ @XFTLIBS@ @FCLIBS@ @LIBM@ @PANGOLIBS@ +LDADD = libWUtil.la libWINGs.la -lwraster @INTLIBS@ +libWINGs_la_LIBADD = libWUtil.la -lwraster @XLIBS@ @XFTLIBS@ @FCLIBS@ @LIBM@ @PANGOLIBS@ libWUtil_la_LIBADD = @LIBBSD@ EXTRA_DIST = BUGS make-rgb Examples Extras Tests -@@ -513,7 +512,8 @@ libWUtil_la_SOURCES = \ +@@ -553,7 +552,8 @@ libWUtil_la_SOURCES = \ AM_CFLAGS = AM_CPPFLAGS = -DRESOURCE_PATH=\"$(datadir)/WINGs\" \ - -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \ + -DPREFIX=\"$(prefix)\" \ + -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/src \ @XFTFLAGS@ @HEADER_SEARCH_PATH@ pkgconfigdir = $(prefix)/libdata/pkgconfig Index: head/x11-wm/windowmaker/files/patch-WINGs__Tests__Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-WINGs__Tests__Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WINGs__Tests__Makefile.in (revision 544815) @@ -1,41 +1,41 @@ ---- WINGs/Tests/Makefile.in.orig 2015-10-06 04:12:10 UTC +--- WINGs/Tests/Makefile.in.orig 2020-08-13 06:26:57 UTC +++ WINGs/Tests/Makefile.in -@@ -109,7 +109,6 @@ am_testmywidget_OBJECTS = testmywidget.$ +@@ -118,7 +118,6 @@ am_testmywidget_OBJECTS = testmywidget.$(OBJEXT) mywid testmywidget_OBJECTS = $(am_testmywidget_OBJECTS) testmywidget_LDADD = $(LDADD) testmywidget_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la \ - $(top_builddir)/wrlib/libwraster.la \ $(top_builddir)/WINGs/libWUtil.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -@@ -119,13 +118,11 @@ wmfile_SOURCES = wmfile.c +@@ -128,13 +127,11 @@ wmfile_SOURCES = wmfile.c wmfile_OBJECTS = wmfile.$(OBJEXT) wmfile_LDADD = $(LDADD) wmfile_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la \ - $(top_builddir)/wrlib/libwraster.la \ $(top_builddir)/WINGs/libWUtil.la wmquery_SOURCES = wmquery.c wmquery_OBJECTS = wmquery.$(OBJEXT) wmquery_LDADD = $(LDADD) wmquery_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la \ - $(top_builddir)/wrlib/libwraster.la \ $(top_builddir)/WINGs/libWUtil.la wtest_SOURCES = wtest.c wtest_OBJECTS = wtest.$(OBJEXT) -@@ -355,14 +352,14 @@ top_srcdir = @top_srcdir@ +@@ -373,14 +370,14 @@ top_srcdir = @top_srcdir@ wprefs_bindir = @wprefs_bindir@ wprefs_datadir = @wprefs_datadir@ AUTOMAKE_OPTIONS = -LDADD = $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \ +LDADD = $(top_builddir)/WINGs/libWINGs.la -lwraster \ $(top_builddir)/WINGs/libWUtil.la \ @XFTLIBS@ @INTLIBS@ @XLIBS@ testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png -AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \ +AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/src \ -DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ all: all-am Index: head/x11-wm/windowmaker/files/patch-WINGs__WINGs__WINGsP.h =================================================================== --- head/x11-wm/windowmaker/files/patch-WINGs__WINGs__WINGsP.h (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WINGs__WINGs__WINGsP.h (revision 544815) @@ -1,16 +1,16 @@ ---- WINGs/WINGs/WINGsP.h.orig 2015-08-11 18:41:14 UTC +--- WINGs/WINGs/WINGsP.h.orig 2019-02-15 23:34:25 UTC +++ WINGs/WINGs/WINGsP.h @@ -17,7 +17,13 @@ #include +#ifdef _XLOCALE_H_ /* workaround for libX11<1.4 */ +#undef _XLOCALE_H_ -+#include + #include +#define _XLOCALE_H_ +#else - #include ++#include +#endif #include #include #include Index: head/x11-wm/windowmaker/files/patch-WPrefs.app__Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-WPrefs.app__Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WPrefs.app__Makefile.in (revision 544815) @@ -1,19 +1,19 @@ ---- WPrefs.app/Makefile.in.orig 2015-10-06 04:12:10 UTC +--- WPrefs.app/Makefile.in.orig 2020-08-13 06:26:57 UTC +++ WPrefs.app/Makefile.in -@@ -455,13 +455,14 @@ WPrefs_SOURCES = \ +@@ -481,13 +481,14 @@ WPrefs_SOURCES = \ # Themes.c AM_CFLAGS = AM_CPPFLAGS = -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \ - -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ + -DPREFIX=\"$(prefix)\" \ + -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la WPrefs_LDADD = \ $(top_builddir)/WINGs/libWINGs.la\ $(top_builddir)/WINGs/libWUtil.la\ - $(top_builddir)/wrlib/libwraster.la \ + -lwraster \ @XLFLAGS@ @XLIBS@ \ @LIBM@ \ @FCLIBS@ \ Index: head/x11-wm/windowmaker/files/patch-WPrefs.app__Menu.c =================================================================== --- head/x11-wm/windowmaker/files/patch-WPrefs.app__Menu.c (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WPrefs.app__Menu.c (revision 544815) @@ -1,25 +1,25 @@ ---- WPrefs.app/Menu.c.orig 2015-08-11 18:41:14 UTC +--- WPrefs.app/Menu.c.orig 2020-04-05 13:41:15 UTC +++ WPrefs.app/Menu.c -@@ -517,19 +517,19 @@ static void createPanel(_Panel * p) +@@ -518,19 +518,19 @@ static void createPanel(_Panel * p) data = putNewItem(panel, pad, DirectoryInfo, _("Themes")); data->param.directory.command = "setstyle"; data->param.directory.directory = - "/usr/share/WindowMaker/Themes /usr/local/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes"; + "/usr/share/WindowMaker/Themes " PREFIX "/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes"; data->param.directory.stripExt = 1; data = putNewItem(panel, pad, DirectoryInfo, _("Bg Images (scale)")); data->param.directory.command = "wmsetbg -u -s"; data->param.directory.directory = - "/opt/kde2/share/wallpapers /usr/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds"; + "/opt/kde2/share/wallpapers " PREFIX "/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds"; data->param.directory.stripExt = 1; data = putNewItem(panel, pad, DirectoryInfo, _("Bg Images (tile)")); data->param.directory.command = "wmsetbg -u -t"; data->param.directory.directory = - "/opt/kde2/share/wallpapers /usr/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds"; + "/opt/kde2/share/wallpapers " PREFIX "/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds"; data->param.directory.stripExt = 1; smenu = putNewSubmenu(pad, _("Assorted XTerms")); Index: head/x11-wm/windowmaker/files/patch-WindowMaker-Defaults-Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-WindowMaker-Defaults-Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WindowMaker-Defaults-Makefile.in (revision 544815) @@ -1,13 +1,10 @@ ---- WindowMaker/Defaults/Makefile.in.orig 2015-10-06 04:12:10 UTC +--- WindowMaker/Defaults/Makefile.in.orig 2020-08-13 06:26:57 UTC +++ WindowMaker/Defaults/Makefile.in -@@ -542,7 +542,9 @@ WMWindowAttributes: $(srcdir)/WMWindowAt - chmod 644 WMWindowAttributes +@@ -562,6 +562,7 @@ WMWindowAttributes: $(srcdir)/WMWindowAttributes.in WindowMaker: $(srcdir)/WindowMaker.in -- $(AM_V_GEN)sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \ -+ $(AM_V_GEN)sed -e "s:#pkgdatadir#:$(pkgdatadir):" \ + $(AM_V_GEN)sed -e "s:#pkgdatadir#:$(pkgdatadir):" \ + -e "s:#prefix#:$(prefix):" \ -+ $(srcdir)/WindowMaker.in \ + -e "s:#pixmapdir#:$(pixmapdir):" $(srcdir)/WindowMaker.in \ > WindowMaker ; \ chmod 644 WindowMaker - Index: head/x11-wm/windowmaker/files/patch-WindowMaker-Defaults-WindowMaker.in =================================================================== --- head/x11-wm/windowmaker/files/patch-WindowMaker-Defaults-WindowMaker.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-WindowMaker-Defaults-WindowMaker.in (revision 544815) @@ -1,28 +1,12 @@ ---- WindowMaker/Defaults/WindowMaker.in.orig 2015-08-11 18:41:14 UTC +--- WindowMaker/Defaults/WindowMaker.in.orig 2020-04-05 13:41:16 UTC +++ WindowMaker/Defaults/WindowMaker.in -@@ -13,12 +13,10 @@ - "~/GNUstep/Library/Icons", - "#pkgdatadir#/Icons", - "#pkgdatadir#/Pixmaps", -- "/usr/include/X11/pixmaps", - "~/GNUstep/Library/WindowMaker/Pixmaps", - "~/GNUstep/Library/WindowMaker/CachedPixmaps", -- "/usr/share/icons", -- "/usr/local/share/pixmaps", -- "/usr/share/pixmaps" -+ "#prefix#/share/icons", -+ "#prefix#/share/pixmaps" - ); - PixmapPath = ( - "~/GNUstep/Library/WindowMaker/Pixmaps", -@@ -26,9 +24,7 @@ - "~/GNUstep/Library/WindowMaker/CachedPixmaps", - "#pkgdatadir#/Pixmaps", - "#pkgdatadir#/Backgrounds", -- "/usr/include/X11/pixmaps", -- "/usr/local/share/pixmaps", -- "/usr/share/pixmaps" -+ "#prefix#/share/pixmaps" - ); - WindowTitleBalloons = YES; - IconSize = 64; +@@ -37,7 +37,8 @@ + "~/pixmaps", + "#pkgdatadir#/Icons", + "#pkgdatadir#/Pixmaps", +- "#pixmapdir#" ++ "#pixmapdir#", ++ "#prefix#/share/icons" + ); + ColormapMode = auto; + AutoFocus = YES; Index: head/x11-wm/windowmaker/files/patch-configure =================================================================== --- head/x11-wm/windowmaker/files/patch-configure (revision 544814) +++ head/x11-wm/windowmaker/files/patch-configure (revision 544815) @@ -1,11 +1,11 @@ ---- configure.orig 2015-08-11 18:52:18 UTC +--- configure.orig 2020-04-05 13:42:01 UTC +++ configure -@@ -13782,7 +13782,7 @@ case "$host" in #( +@@ -14305,7 +14305,7 @@ case "$host" in #( *-*-linux*|*-*-cygwin*|*-gnu*) : WM_OSDEP="linux" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600" ;; #( *-*-freebsd*|*-k*bsd-gnu*) : - WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD" ;; #( + WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=700 -DFREEBSD" ;; #( *-*-netbsd*) : WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -DNETBSD" ;; #( *-*-openbsd*) : Index: head/x11-wm/windowmaker/files/patch-src__Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-src__Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-src__Makefile.in (revision 544815) @@ -1,27 +1,27 @@ ---- src/Makefile.in.orig 2015-10-06 04:12:09 UTC +--- src/Makefile.in.orig 2020-08-13 06:26:57 UTC +++ src/Makefile.in -@@ -164,8 +164,7 @@ am_wmaker_OBJECTS = actions.$(OBJEXT) ap +@@ -173,8 +173,7 @@ am_wmaker_OBJECTS = actions.$(OBJEXT) appicon.$(OBJEXT @USE_NESTED_FUNC_FALSE@ xmodifier.hack_nf.$(OBJEXT) wmaker_OBJECTS = $(am_wmaker_OBJECTS) $(nodist_wmaker_OBJECTS) wmaker_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la \ - $(top_builddir)/WINGs/libWUtil.la \ - $(top_builddir)/wrlib/libwraster.la + $(top_builddir)/WINGs/libWUtil.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent -@@ -424,13 +423,12 @@ wmaker_SOURCES = GNUstep.h WindowMaker.h +@@ -467,13 +466,12 @@ wmaker_SOURCES = GNUstep.h WindowMaker.h actions.c act @USE_NESTED_FUNC_FALSE@CLEANFILES = $(nodist_wmaker_SOURCES) AM_CFLAGS = AM_CPPFLAGS = $(DFLAGS) \ - -I$(top_srcdir)/wrlib \ -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ wmaker_LDADD = \ $(top_builddir)/WINGs/libWINGs.la\ $(top_builddir)/WINGs/libWUtil.la\ - $(top_builddir)/wrlib/libwraster.la\ + -lwraster \ @XLFLAGS@ \ @LIBXRANDR@ \ @LIBXINERAMA@ \ Index: head/x11-wm/windowmaker/files/patch-util__Makefile.in =================================================================== --- head/x11-wm/windowmaker/files/patch-util__Makefile.in (revision 544814) +++ head/x11-wm/windowmaker/files/patch-util__Makefile.in (revision 544815) @@ -1,63 +1,63 @@ ---- util/Makefile.in.orig 2015-10-06 04:12:09 UTC +--- util/Makefile.in.orig 2020-08-13 06:26:57 UTC +++ util/Makefile.in -@@ -145,14 +145,13 @@ wdwrite_DEPENDENCIES = $(top_builddir)/W +@@ -154,14 +154,13 @@ wdwrite_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil. wmagnify_SOURCES = wmagnify.c wmagnify_OBJECTS = wmagnify.$(OBJEXT) wmagnify_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la \ - $(top_builddir)/WINGs/libWUtil.la \ - $(top_builddir)/wrlib/libwraster.la + $(top_builddir)/WINGs/libWUtil.la am_wmgenmenu_OBJECTS = wmgenmenu.$(OBJEXT) wmgenmenu_OBJECTS = $(am_wmgenmenu_OBJECTS) wmgenmenu_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.la am_wmiv_OBJECTS = wmiv.$(OBJEXT) wmiv_OBJECTS = $(am_wmiv_OBJECTS) -wmiv_DEPENDENCIES = $(top_builddir)/wrlib/libwraster.la \ +wmiv_DEPENDENCIES = \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_wmmenugen_OBJECTS = wmmenugen.$(OBJEXT) wmmenugen_misc.$(OBJEXT) \ -@@ -163,8 +162,7 @@ wmmenugen_DEPENDENCIES = $(top_builddir) +@@ -172,8 +171,7 @@ wmmenugen_DEPENDENCIES = $(top_builddir)/WINGs/libWUti wmsetbg_SOURCES = wmsetbg.c wmsetbg_OBJECTS = wmsetbg.$(OBJEXT) wmsetbg_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la \ - $(top_builddir)/WINGs/libWUtil.la \ - $(top_builddir)/wrlib/libwraster.la + $(top_builddir)/WINGs/libWUtil.la wxcopy_SOURCES = wxcopy.c wxcopy_OBJECTS = wxcopy.$(OBJEXT) wxcopy_DEPENDENCIES = -@@ -477,7 +475,7 @@ AUTOMAKE_OPTIONS = +@@ -502,7 +500,7 @@ AUTOMAKE_OPTIONS = bin_SCRIPTS = wmaker.inst wm-oldmenu2new wkdemenu.pl EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new wkdemenu.pl AM_CPPFLAGS = \ - $(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib \ + $(DFLAGS) -I$(top_srcdir)/WINGs \ @HEADER_SEARCH_PATH@ \ -DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\" -@@ -500,13 +498,13 @@ geticonset_LDADD = $(top_builddir)/WINGs +@@ -525,13 +523,13 @@ geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la $ wmagnify_LDADD = \ $(top_builddir)/WINGs/libWINGs.la \ $(top_builddir)/WINGs/libWUtil.la \ - $(top_builddir)/wrlib/libwraster.la \ + -lwraster \ @XLFLAGS@ @XLIBS@ @INTLIBS@ wmsetbg_LDADD = \ $(top_builddir)/WINGs/libWINGs.la \ $(top_builddir)/WINGs/libWUtil.la \ - $(top_builddir)/wrlib/libwraster.la \ + -lwraster \ @XLFLAGS@ @LIBXINERAMA@ @XLIBS@ @INTLIBS@ wmgenmenu_LDADD = \ -@@ -523,7 +521,7 @@ wmmenugen_SOURCES = wmmenugen.c wmmenuge +@@ -548,7 +546,7 @@ wmmenugen_SOURCES = wmmenugen.c wmmenugen.h wmmenugen_ wmmenugen_parse_xdg.c wmiv_LDADD = \ - $(top_builddir)/wrlib/libwraster.la \ + -lwraster \ @XLFLAGS@ @XLIBS@ \ @GFXLIBS@ $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(LIBEXIF) Index: head/x11-wm/windowmaker/pkg-plist =================================================================== --- head/x11-wm/windowmaker/pkg-plist (revision 544814) +++ head/x11-wm/windowmaker/pkg-plist (revision 544815) @@ -1,411 +1,411 @@ GNUstep/Applications/WPrefs.app/WPrefs GNUstep/Applications/WPrefs.app/WPrefs.tiff GNUstep/Applications/WPrefs.app/WPrefs.xpm GNUstep/Applications/WPrefs.app/tiff/advancetonewworkspace.tiff GNUstep/Applications/WPrefs.app/tiff/animations.tiff GNUstep/Applications/WPrefs.app/tiff/appearance.tiff GNUstep/Applications/WPrefs.app/tiff/clip.tiff GNUstep/Applications/WPrefs.app/tiff/configs.tiff GNUstep/Applications/WPrefs.app/tiff/cycleworkspaces.tiff GNUstep/Applications/WPrefs.app/tiff/dock.tiff GNUstep/Applications/WPrefs.app/tiff/dockclipdrawersection.tiff GNUstep/Applications/WPrefs.app/tiff/dontlinkworkspaces.tiff GNUstep/Applications/WPrefs.app/tiff/drawer.tiff GNUstep/Applications/WPrefs.app/tiff/ergonomic.tiff GNUstep/Applications/WPrefs.app/tiff/expert.tiff GNUstep/Applications/WPrefs.app/tiff/fonts.tiff GNUstep/Applications/WPrefs.app/tiff/iconprefs.tiff GNUstep/Applications/WPrefs.app/tiff/keyboard.tiff GNUstep/Applications/WPrefs.app/tiff/keyboardprefs.tiff GNUstep/Applications/WPrefs.app/tiff/keyshortcuts.tiff GNUstep/Applications/WPrefs.app/tiff/menualign1.tiff GNUstep/Applications/WPrefs.app/tiff/menualign2.tiff GNUstep/Applications/WPrefs.app/tiff/menuprefs.tiff GNUstep/Applications/WPrefs.app/tiff/menus.tiff GNUstep/Applications/WPrefs.app/tiff/miscprefs2.tiff GNUstep/Applications/WPrefs.app/tiff/moreanim.tiff GNUstep/Applications/WPrefs.app/tiff/mousesettings.tiff GNUstep/Applications/WPrefs.app/tiff/mousespeed.tiff GNUstep/Applications/WPrefs.app/tiff/msty1.tiff GNUstep/Applications/WPrefs.app/tiff/msty2.tiff GNUstep/Applications/WPrefs.app/tiff/msty3.tiff GNUstep/Applications/WPrefs.app/tiff/newstyle.tiff GNUstep/Applications/WPrefs.app/tiff/nextstyle.tiff GNUstep/Applications/WPrefs.app/tiff/nonopaque.tiff GNUstep/Applications/WPrefs.app/tiff/noopaqueresize.tiff GNUstep/Applications/WPrefs.app/tiff/oldstyle.tiff GNUstep/Applications/WPrefs.app/tiff/opaque.tiff GNUstep/Applications/WPrefs.app/tiff/opaqueresize.tiff GNUstep/Applications/WPrefs.app/tiff/paths.tiff GNUstep/Applications/WPrefs.app/tiff/smallwindow.tiff GNUstep/Applications/WPrefs.app/tiff/smooth.tiff GNUstep/Applications/WPrefs.app/tiff/sound.tiff GNUstep/Applications/WPrefs.app/tiff/speed0.tiff GNUstep/Applications/WPrefs.app/tiff/speed0s.tiff GNUstep/Applications/WPrefs.app/tiff/speed1.tiff GNUstep/Applications/WPrefs.app/tiff/speed1s.tiff GNUstep/Applications/WPrefs.app/tiff/speed2.tiff GNUstep/Applications/WPrefs.app/tiff/speed2s.tiff GNUstep/Applications/WPrefs.app/tiff/speed3.tiff GNUstep/Applications/WPrefs.app/tiff/speed3s.tiff GNUstep/Applications/WPrefs.app/tiff/speed4.tiff GNUstep/Applications/WPrefs.app/tiff/speed4s.tiff GNUstep/Applications/WPrefs.app/tiff/tdel.tiff GNUstep/Applications/WPrefs.app/tiff/tedit.tiff GNUstep/Applications/WPrefs.app/tiff/temp.tiff GNUstep/Applications/WPrefs.app/tiff/textr.tiff GNUstep/Applications/WPrefs.app/tiff/theme.tiff GNUstep/Applications/WPrefs.app/tiff/timer0.tiff GNUstep/Applications/WPrefs.app/tiff/timer0s.tiff GNUstep/Applications/WPrefs.app/tiff/timer1.tiff GNUstep/Applications/WPrefs.app/tiff/timer1s.tiff GNUstep/Applications/WPrefs.app/tiff/timer2.tiff GNUstep/Applications/WPrefs.app/tiff/timer2s.tiff GNUstep/Applications/WPrefs.app/tiff/timer3.tiff GNUstep/Applications/WPrefs.app/tiff/timer3s.tiff GNUstep/Applications/WPrefs.app/tiff/timer4.tiff GNUstep/Applications/WPrefs.app/tiff/timer4s.tiff GNUstep/Applications/WPrefs.app/tiff/timer5.tiff GNUstep/Applications/WPrefs.app/tiff/timer5s.tiff GNUstep/Applications/WPrefs.app/tiff/tnew.tiff GNUstep/Applications/WPrefs.app/tiff/whandling.tiff GNUstep/Applications/WPrefs.app/tiff/windowfocus.tiff GNUstep/Applications/WPrefs.app/tiff/workspace.tiff GNUstep/Applications/WPrefs.app/tiff/workspacename.tiff GNUstep/Applications/WPrefs.app/tiff/xis.tiff bin/convertfonts -bin/get-wings-flags -bin/get-wutil-flags bin/geticonset bin/getstyle bin/seticons bin/setstyle bin/wdread bin/wdwrite bin/wkdemenu.pl bin/wm-oldmenu2new bin/wmagnify bin/wmaker bin/wmaker.inst bin/wmgenmenu bin/wmiv bin/wmmenugen bin/wmsetbg bin/wxcopy bin/wxpaste etc/WindowMaker/WMGLOBAL etc/WindowMaker/WMRootMenu etc/WindowMaker/WMState etc/WindowMaker/WMWindowAttributes etc/WindowMaker/WindowMaker include/WINGs/WINGs.h include/WINGs/WINGsP.h include/WINGs/WUtil.h include/WMaker.h lib/libWINGs.a lib/libWINGs.so lib/libWINGs.so.3 lib/libWINGs.so.3.1.0 lib/libWMaker.a lib/libWMaker.so lib/libWMaker.so.1 lib/libWMaker.so.1.0.1 lib/libWUtil.a lib/libWUtil.so lib/libWUtil.so.5 lib/libWUtil.so.5.0.0 libdata/pkgconfig/WINGs.pc libdata/pkgconfig/WUtil.pc libdata/pkgconfig/wmlib.pc share/WINGs/Images.tiff share/WINGs/Images.xpm share/WINGs/defaultIcon.tiff share/WINGs/defaultIcon.xpm share/WindowMaker/Backgrounds/BlueImage.jpeg share/WindowMaker/IconSets/Default.iconset share/WindowMaker/Icons/BitchX.tiff share/WindowMaker/Icons/BitchX.xpm share/WindowMaker/Icons/Drawer.tiff share/WindowMaker/Icons/Drawer.xpm share/WindowMaker/Icons/Ear.png share/WindowMaker/Icons/Ftp.png share/WindowMaker/Icons/GNUstep.tiff share/WindowMaker/Icons/GNUstep.xpm share/WindowMaker/Icons/GNUstep3D.tiff share/WindowMaker/Icons/GNUstep3D.xpm share/WindowMaker/Icons/GNUstepGlow.tiff share/WindowMaker/Icons/GNUstepGlow.xpm share/WindowMaker/Icons/GNUterm.tiff share/WindowMaker/Icons/GNUterm.xpm share/WindowMaker/Icons/GreenWilber.png share/WindowMaker/Icons/ICQ.png share/WindowMaker/Icons/Jabber.png share/WindowMaker/Icons/Magnify.tiff share/WindowMaker/Icons/Magnify.xpm share/WindowMaker/Icons/Mouth.png share/WindowMaker/Icons/Mozilla.png share/WindowMaker/Icons/Pen.png share/WindowMaker/Icons/Pencil.png share/WindowMaker/Icons/README share/WindowMaker/Icons/Real.png share/WindowMaker/Icons/Shell.png share/WindowMaker/Icons/Speaker.png share/WindowMaker/Icons/Terminal.tiff share/WindowMaker/Icons/Terminal.xpm share/WindowMaker/Icons/TerminalGNUstep.tiff share/WindowMaker/Icons/TerminalGNUstep.xpm share/WindowMaker/Icons/TerminalLinux.tiff share/WindowMaker/Icons/TerminalLinux.xpm share/WindowMaker/Icons/Wine.png share/WindowMaker/Icons/XChat.png share/WindowMaker/Icons/clip.tiff share/WindowMaker/Icons/clip.xpm share/WindowMaker/Icons/defaultAppIcon.tiff share/WindowMaker/Icons/defaultAppIcon.xpm share/WindowMaker/Icons/defaultterm.tiff share/WindowMaker/Icons/defaultterm.xpm share/WindowMaker/Icons/draw.tiff share/WindowMaker/Icons/draw.xpm share/WindowMaker/Icons/linuxterm.tiff share/WindowMaker/Icons/linuxterm.xpm share/WindowMaker/Icons/mixer.tiff share/WindowMaker/Icons/mixer.xpm share/WindowMaker/Icons/notepad.tiff share/WindowMaker/Icons/notepad.xpm share/WindowMaker/Icons/pdf.tiff share/WindowMaker/Icons/pdf.xpm share/WindowMaker/Icons/ps.tiff share/WindowMaker/Icons/ps.xpm share/WindowMaker/Icons/real.tiff share/WindowMaker/Icons/real.xpm share/WindowMaker/Icons/sgiterm.tiff share/WindowMaker/Icons/sgiterm.xpm share/WindowMaker/Icons/staroffice2.tiff share/WindowMaker/Icons/staroffice2.xpm share/WindowMaker/Icons/timer.tiff share/WindowMaker/Icons/timer.xpm share/WindowMaker/Icons/wilber.tiff share/WindowMaker/Icons/wilber.xpm share/WindowMaker/Icons/write.tiff share/WindowMaker/Icons/write.xpm share/WindowMaker/Icons/xdvi.tiff share/WindowMaker/Icons/xdvi.xpm share/WindowMaker/Icons/xv.tiff share/WindowMaker/Icons/xv.xpm share/WindowMaker/Pixmaps/swback.png share/WindowMaker/Pixmaps/swback2.png share/WindowMaker/Pixmaps/swtile.png share/WindowMaker/Pixmaps/tile.tiff share/WindowMaker/Pixmaps/tile.xpm share/WindowMaker/README share/WindowMaker/README.themes +share/WindowMaker/Styles/Adwaita.style share/WindowMaker/Styles/Autumn.style share/WindowMaker/Styles/Black.style share/WindowMaker/Styles/BlackTexture.style share/WindowMaker/Styles/Blue.style share/WindowMaker/Styles/BlueDawn.style share/WindowMaker/Styles/BlueishGreen.style share/WindowMaker/Styles/Brown.style share/WindowMaker/Styles/Brownish.style share/WindowMaker/Styles/Chumbo.style share/WindowMaker/Styles/Copper.style share/WindowMaker/Styles/DarkBlue.style share/WindowMaker/Styles/DarkRed.style share/WindowMaker/Styles/Emerald.style share/WindowMaker/Styles/Fire.style share/WindowMaker/Styles/Food.style share/WindowMaker/Styles/Golden.style share/WindowMaker/Styles/Green.style share/WindowMaker/Styles/GreyBlue.style share/WindowMaker/Styles/Gtk.style share/WindowMaker/Styles/IRednBlue.style share/WindowMaker/Styles/Interlace.style share/WindowMaker/Styles/LightBlue.style share/WindowMaker/Styles/NewBlue.style share/WindowMaker/Styles/NightSky.style share/WindowMaker/Styles/Pastel.style share/WindowMaker/Styles/Pink.style share/WindowMaker/Styles/Pumpkin.style share/WindowMaker/Styles/Purple.style share/WindowMaker/Styles/Purplish.style share/WindowMaker/Styles/Red.style share/WindowMaker/Styles/RednBlue.style share/WindowMaker/Styles/Spring.style share/WindowMaker/Styles/Summer.style share/WindowMaker/Styles/Traditional.style share/WindowMaker/Styles/VioletBlue.style share/WindowMaker/Themes/Blau.style share/WindowMaker/Themes/Default.style share/WindowMaker/Themes/OpenStep.style share/WindowMaker/Themes/Pastel.style share/WindowMaker/Themes/SteelBlueSilk.style share/WindowMaker/appearance.menu +share/WindowMaker/appearance.menu.fy +share/WindowMaker/appearance.menu.nl share/WindowMaker/autostart.sh share/WindowMaker/background.menu +share/WindowMaker/background.menu.fy +share/WindowMaker/background.menu.nl share/WindowMaker/exitscript.sh share/WindowMaker/menu share/WindowMaker/menu.bg share/WindowMaker/menu.ca share/WindowMaker/menu.cz share/WindowMaker/menu.da share/WindowMaker/menu.de share/WindowMaker/menu.el share/WindowMaker/menu.es share/WindowMaker/menu.fi share/WindowMaker/menu.fr share/WindowMaker/menu.fy share/WindowMaker/menu.gl share/WindowMaker/menu.he share/WindowMaker/menu.hr share/WindowMaker/menu.hu share/WindowMaker/menu.it share/WindowMaker/menu.ja share/WindowMaker/menu.ko share/WindowMaker/menu.nl share/WindowMaker/menu.no share/WindowMaker/menu.pl share/WindowMaker/menu.pt share/WindowMaker/menu.ro share/WindowMaker/menu.ru share/WindowMaker/menu.se share/WindowMaker/menu.sk share/WindowMaker/menu.sl share/WindowMaker/menu.tr share/WindowMaker/menu.zh_CN share/WindowMaker/menu.zh_TW share/WindowMaker/plmenu share/WindowMaker/plmenu.bg share/WindowMaker/plmenu.da share/WindowMaker/plmenu.de share/WindowMaker/plmenu.es share/WindowMaker/plmenu.fi share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.fy share/WindowMaker/plmenu.hr share/WindowMaker/plmenu.it share/WindowMaker/plmenu.ja share/WindowMaker/plmenu.ko share/WindowMaker/plmenu.nl share/WindowMaker/plmenu.pl share/WindowMaker/plmenu.ro share/WindowMaker/plmenu.sk share/WindowMaker/plmenu.zh_CN share/WindowMaker/plmenu.zh_TW share/WindowMaker/wmmacros %%NLS%%share/locale/be/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/bg/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/bg/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/bg/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/bs/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/ca/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/ca/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/ca/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/cs/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/cs/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/cs/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/da/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/de/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/de/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/de/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/de/LC_MESSAGES/wmgenmenu.mo %%NLS%%share/locale/el/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/es/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/es/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/es/LC_MESSAGES/wmgenmenu.mo %%NLS%%share/locale/et/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/et/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/fi/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/fi/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/fr/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/fr/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/fr/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/fr/LC_MESSAGES/wmgenmenu.mo %%NLS%%share/locale/fy/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/fy/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/fy/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/fy/LC_MESSAGES/wmgenmenu.mo %%NLS%%share/locale/gl/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/hr/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/hr/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/hu/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/hu/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/hu/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/hy/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/it/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/it/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/ja/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/ja/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/ko/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/ko/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/ms/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/nl/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/nl/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/nl/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/nl/LC_MESSAGES/wmgenmenu.mo %%NLS%%share/locale/no/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/pl/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/pt/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/pt/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/pt/LC_MESSAGES/wmgenmenu.mo %%NLS%%share/locale/ro/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/ru/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/ru/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/sk/LC_MESSAGES/WINGs.mo %%NLS%%share/locale/sk/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/sk/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/sv/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/tr/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/uk/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/uk/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/WindowMaker.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/WPrefs.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/WindowMaker.mo %%NLS%%man/cs/man1/geticonset.1.gz %%NLS%%man/cs/man1/getstyle.1.gz %%NLS%%man/cs/man1/seticons.1.gz %%NLS%%man/cs/man1/setstyle.1.gz %%NLS%%man/cs/man1/wdwrite.1.gz %%NLS%%man/cs/man1/wmaker.1.gz %%NLS%%man/cs/man1/wmsetbg.1.gz %%NLS%%man/cs/man1/wxcopy.1.gz %%NLS%%man/cs/man1/wxpaste.1.gz man/man1/WPrefs.1.gz man/man1/WindowMaker.1.gz -man/man1/get-wings-flags.1.gz -man/man1/get-wutil-flags.1.gz man/man1/geticonset.1.gz man/man1/getstyle.1.gz man/man1/seticons.1.gz man/man1/setstyle.1.gz man/man1/wdread.1.gz man/man1/wdwrite.1.gz man/man1/wmagnify.1.gz man/man1/wmaker.1.gz man/man1/wmgenmenu.1.gz man/man1/wmiv.1.gz man/man1/wmmenugen.1.gz man/man1/wmsetbg.1.gz man/man1/wxcopy.1.gz man/man1/wxpaste.1.gz -man/man8/upgrade-windowmaker-defaults.8.gz %%NLS%%man/ru/man1/geticonset.1.gz %%NLS%%man/ru/man1/getstyle.1.gz %%NLS%%man/ru/man1/seticons.1.gz %%NLS%%man/ru/man1/setstyle.1.gz %%NLS%%man/ru/man1/wdwrite.1.gz %%NLS%%man/ru/man1/wmaker.1.gz %%NLS%%man/ru/man1/wmsetbg.1.gz %%NLS%%man/ru/man1/wxcopy.1.gz %%NLS%%man/ru/man1/wxpaste.1.gz %%NLS%%man/sk/man1/geticonset.1.gz %%NLS%%man/sk/man1/getstyle.1.gz %%NLS%%man/sk/man1/seticons.1.gz %%NLS%%man/sk/man1/setstyle.1.gz %%NLS%%man/sk/man1/wdwrite.1.gz %%NLS%%man/sk/man1/wmaker.1.gz %%NLS%%man/sk/man1/wmsetbg.1.gz %%NLS%%man/sk/man1/wxcopy.1.gz %%NLS%%man/sk/man1/wxpaste.1.gz @dir GNUstep/Applications/WPrefs.app/xpm @dir share/WindowMaker/Sounds