Index: head/x11-wm/icewm/Makefile =================================================================== --- head/x11-wm/icewm/Makefile (revision 408892) +++ head/x11-wm/icewm/Makefile (revision 408893) @@ -1,108 +1,90 @@ # Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= icewm PORTVERSION= 1.3.8 PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window Manager designed for speed, usability and consistency LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv:translit pkgconfig +USES= gmake iconv:translit localbase pkgconfig USE_XORG= ice sm x11 xext USE_GNOME= gdkpixbuf2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-guievents \ --with-cfgdir=${DATADIR} \ --with-libdir=${DATADIR} \ --with-kdedatadir=${LOCALBASE}/share \ --with-docdir=${PREFIX}/share/doc \ --with-mkfontdir=${NONEXISTENT} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= BEASTIE ESOUND GNOME LITE MENUFIX NLS XFT XINERAMA \ XRANDR DOCS OPTIONS_DEFINE_i386= ASM OPTIONS_DEFAULT= BEASTIE MENUFIX NLS XFT XINERAMA XRANDR OPTIONS_DEFAULT_i386= ASM OPTIONS_SUB= yes BEASTIE_DESC= Use Beastie'fied startup button ESOUND_USE= GNOME=esound ESOUND_CONFIGURE_ON= --with-icesound=esound ESOUND_CONFIGURE_OFF= --with-icesound=oss GNOME_DESC= Display GNOME 2 menus GNOME_USE= GNOME=gnomedesktop,libgnomeui GNOME_CONFIGURE_ENABLE= menus-gnome2 LITE_CONFIGURE_ENABLE= lite MENUFIX_DESC= MenuIconSize fix MENUFIX_EXTRA_PATCHES= ${FILESDIR}/extra-menu-icon-fix.patch NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls XFT_LIB_DEPENDS= libXft.so:${PORTSDIR}/x11-fonts/libXft XFT_CONFIGURE_OFF= --enable-corefonts --disable-xfreetype XINERAMA_USE= XORG=xinerama XINERAMA_CONFIGURE_ENABLE= xinerama XRANDR_USE= XORG=xrandr XRANDR_CONFIGURE_ENABLE= xrandr +ASM_CONFIGURE_ENABLE= x86-asm +BEASTIE_VARS= STARTUP_PIXMAP=${DATADIR}/taskbar/bsd-daemon.xpm +BEASTIE_VARS_OFF= STARTUP_PIXMAP=icewm-logo.xpm -.include - -.if ${PORT_OPTIONS:MASM} -CONFIGURE_ARGS+=--enable-x86-asm -.else -CONFIGURE_ARGS+=--disable-x86-asm -.endif - -.if ${PORT_OPTIONS:MBEASTIE} -STARTUP_PIXMAP= ${DATADIR}/taskbar/bsd-daemon.xpm -.else -STARTUP_PIXMAP= icewm-logo.xpm -.endif - -.if ${PORT_OPTIONS:MLITE} -PLIST_SUB+= NOLITE="@comment " -.else -PLIST_SUB+= NOLITE="" -.endif - post-extract: .for dir in taskbar themes/Infadel2/taskbar @cd ${WRKSRC}/lib/${dir} && ${MV} start.xpm icewm-logo.xpm .endfor @${CP} -f ${FILESDIR}/bsd-daemon.xpm ${WRKSRC}/lib/taskbar post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|/usr/share/control|${LOCALBASE}/share/control|g ; \ s|/usr/share/app|${LOCALBASE}/share/app|g ; \ s|/usr/share/gnome|${LOCALBASE}/share/gnome|g' \ ${WRKSRC}/src/gnome2.cc @${REINPLACE_CMD} -e \ 's|SHELL=.*|SHELL=@SHELL@| ; \ s|icewm-set-gnomewm||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|icewm-$$(VERSION)|icewm| ; \ s|`pkg-config fontconfig --cflags`|| ; \ s|`pkg-config fontconfig --libs`|| ; \ /@echo/s|^|#| ; \ s|@$$(|$$(|' ${WRKSRC}/src/Makefile.in post-install: .for dir in taskbar themes/Infadel2/taskbar @${LN} -s ${STARTUP_PIXMAP} ${STAGEDIR}${DATADIR}/${dir}/start.xpm .endfor + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} -. for f in CHANGES INSTALL README TODO +.for f in CHANGES INSTALL README TODO doc/*.html ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -. endfor - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} +.endfor .include Index: head/x11-wm/icewm/pkg-plist =================================================================== --- head/x11-wm/icewm/pkg-plist (revision 408892) +++ head/x11-wm/icewm/pkg-plist (revision 408893) @@ -1,332 +1,332 @@ -%%NOLITE%%bin/icehelp +%%NO_LITE%%bin/icehelp bin/icesh bin/icesound bin/icewm %%GNOME%%bin/icewm-menu-gnome2 bin/icewm-session bin/icewmbg bin/icewmhint bin/icewmtray %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/icewm-1.html %%PORTDOCS%%%%DOCSDIR%%/icewm-10.html %%PORTDOCS%%%%DOCSDIR%%/icewm-11.html %%PORTDOCS%%%%DOCSDIR%%/icewm-12.html %%PORTDOCS%%%%DOCSDIR%%/icewm-13.html %%PORTDOCS%%%%DOCSDIR%%/icewm-14.html %%PORTDOCS%%%%DOCSDIR%%/icewm-15.html %%PORTDOCS%%%%DOCSDIR%%/icewm-16.html %%PORTDOCS%%%%DOCSDIR%%/icewm-17.html %%PORTDOCS%%%%DOCSDIR%%/icewm-18.html %%PORTDOCS%%%%DOCSDIR%%/icewm-19.html %%PORTDOCS%%%%DOCSDIR%%/icewm-2.html %%PORTDOCS%%%%DOCSDIR%%/icewm-20.html %%PORTDOCS%%%%DOCSDIR%%/icewm-3.html %%PORTDOCS%%%%DOCSDIR%%/icewm-4.html %%PORTDOCS%%%%DOCSDIR%%/icewm-5.html %%PORTDOCS%%%%DOCSDIR%%/icewm-6.html %%PORTDOCS%%%%DOCSDIR%%/icewm-7.html %%PORTDOCS%%%%DOCSDIR%%/icewm-8.html %%PORTDOCS%%%%DOCSDIR%%/icewm-9.html %%PORTDOCS%%%%DOCSDIR%%/icewm.html %%DATADIR%%/icons/app_16x16.xpm %%DATADIR%%/icons/app_32x32.xpm %%DATADIR%%/icons/emacs_16x16.xpm %%DATADIR%%/icons/emacs_32x32.xpm %%DATADIR%%/icons/file_16x16.xpm %%DATADIR%%/icons/file_32x32.xpm %%DATADIR%%/icons/folder_16x16.xpm %%DATADIR%%/icons/folder_32x32.xpm %%DATADIR%%/icons/fte_16x16.xpm %%DATADIR%%/icons/fte_32x32.xpm %%DATADIR%%/icons/java_16x16.xpm %%DATADIR%%/icons/java_32x32.xpm %%DATADIR%%/icons/vim_16x16.xpm %%DATADIR%%/icons/vim_32x32.xpm %%DATADIR%%/icons/vim_48x48.xpm %%DATADIR%%/icons/xterm_16x16.xpm %%DATADIR%%/icons/xterm_32x32.xpm %%DATADIR%%/keys %%DATADIR%%/ledclock/a.xpm %%DATADIR%%/ledclock/colon.xpm %%DATADIR%%/ledclock/dot.xpm %%DATADIR%%/ledclock/m.xpm %%DATADIR%%/ledclock/n0.xpm %%DATADIR%%/ledclock/n1.xpm %%DATADIR%%/ledclock/n2.xpm %%DATADIR%%/ledclock/n3.xpm %%DATADIR%%/ledclock/n4.xpm %%DATADIR%%/ledclock/n5.xpm %%DATADIR%%/ledclock/n6.xpm %%DATADIR%%/ledclock/n7.xpm %%DATADIR%%/ledclock/n8.xpm %%DATADIR%%/ledclock/n9.xpm %%DATADIR%%/ledclock/p.xpm %%DATADIR%%/ledclock/percent.xpm %%DATADIR%%/ledclock/slash.xpm %%DATADIR%%/ledclock/space.xpm %%DATADIR%%/mailbox/errmail.xpm %%DATADIR%%/mailbox/mail.xpm %%DATADIR%%/mailbox/newmail.xpm %%DATADIR%%/mailbox/nomail.xpm %%DATADIR%%/mailbox/unreadmail.xpm %%DATADIR%%/menu %%DATADIR%%/preferences %%DATADIR%%/taskbar/bsd-daemon.xpm %%DATADIR%%/taskbar/collapse.xpm %%DATADIR%%/taskbar/desktop.xpm %%DATADIR%%/taskbar/expand.xpm %%DATADIR%%/taskbar/icewm-logo.xpm %%DATADIR%%/taskbar/start.xpm %%DATADIR%%/taskbar/windows.xpm %%DATADIR%%/themes/Infadel2/Ergonomic.theme %%DATADIR%%/themes/Infadel2/Overloaded.theme %%DATADIR%%/themes/Infadel2/closeA.xpm %%DATADIR%%/themes/Infadel2/closeI.xpm %%DATADIR%%/themes/Infadel2/cursors/left.xpm %%DATADIR%%/themes/Infadel2/cursors/move.xpm %%DATADIR%%/themes/Infadel2/cursors/right.xpm %%DATADIR%%/themes/Infadel2/cursors/sizeB.xpm %%DATADIR%%/themes/Infadel2/cursors/sizeBL.xpm %%DATADIR%%/themes/Infadel2/cursors/sizeBR.xpm %%DATADIR%%/themes/Infadel2/cursors/sizeL.xpm %%DATADIR%%/themes/Infadel2/cursors/sizeR.xpm %%DATADIR%%/themes/Infadel2/cursors/sizeT.xpm %%DATADIR%%/themes/Infadel2/cursors/sizeTL.xpm %%DATADIR%%/themes/Infadel2/cursors/sizeTR.xpm %%DATADIR%%/themes/Infadel2/default.theme %%DATADIR%%/themes/Infadel2/depthA.xpm %%DATADIR%%/themes/Infadel2/depthI.xpm %%DATADIR%%/themes/Infadel2/fonts.dir %%DATADIR%%/themes/Infadel2/hideA.xpm %%DATADIR%%/themes/Infadel2/hideI.xpm %%DATADIR%%/themes/Infadel2/icons/app_16x16.xpm %%DATADIR%%/themes/Infadel2/icons/folder_16x16.xpm %%DATADIR%%/themes/Infadel2/icons/folder_32x32.xpm %%DATADIR%%/themes/Infadel2/mailbox/errmail.xpm %%DATADIR%%/themes/Infadel2/mailbox/mail.xpm %%DATADIR%%/themes/Infadel2/mailbox/newmail.xpm %%DATADIR%%/themes/Infadel2/mailbox/nomail.xpm %%DATADIR%%/themes/Infadel2/mailbox/unreadmail.xpm %%DATADIR%%/themes/Infadel2/maximizeA.xpm %%DATADIR%%/themes/Infadel2/maximizeI.xpm %%DATADIR%%/themes/Infadel2/menuButtonA.xpm %%DATADIR%%/themes/Infadel2/menuButtonI.xpm %%DATADIR%%/themes/Infadel2/minimizeA.xpm %%DATADIR%%/themes/Infadel2/minimizeI.xpm %%DATADIR%%/themes/Infadel2/restoreA.xpm %%DATADIR%%/themes/Infadel2/restoreI.xpm %%DATADIR%%/themes/Infadel2/rolldownA.xpm %%DATADIR%%/themes/Infadel2/rolldownI.xpm %%DATADIR%%/themes/Infadel2/rollupA.xpm %%DATADIR%%/themes/Infadel2/rollupI.xpm %%DATADIR%%/themes/Infadel2/snap.pcf %%DATADIR%%/themes/Infadel2/taskbar/icewm-logo.xpm %%DATADIR%%/themes/Infadel2/taskbar/start.xpm %%DATADIR%%/themes/Infadel2/taskbar/windows.xpm %%DATADIR%%/themes/Infadel2/titleAB.xpm %%DATADIR%%/themes/Infadel2/titleAJ.xpm %%DATADIR%%/themes/Infadel2/titleAM.xpm %%DATADIR%%/themes/Infadel2/titleAP.xpm %%DATADIR%%/themes/Infadel2/titleAQ.xpm %%DATADIR%%/themes/Infadel2/titleAR.xpm %%DATADIR%%/themes/Infadel2/titleAS.xpm %%DATADIR%%/themes/Infadel2/titleAT.xpm %%DATADIR%%/themes/Infadel2/titleIB.xpm %%DATADIR%%/themes/Infadel2/titleIJ.xpm %%DATADIR%%/themes/Infadel2/titleIM.xpm %%DATADIR%%/themes/Infadel2/titleIP.xpm %%DATADIR%%/themes/Infadel2/titleIQ.xpm %%DATADIR%%/themes/Infadel2/titleIR.xpm %%DATADIR%%/themes/Infadel2/titleIS.xpm %%DATADIR%%/themes/Infadel2/titleIT.xpm %%DATADIR%%/themes/gtk2/closeA.xpm %%DATADIR%%/themes/gtk2/closeI.xpm %%DATADIR%%/themes/gtk2/default.theme %%DATADIR%%/themes/gtk2/maximizeA.xpm %%DATADIR%%/themes/gtk2/maximizeI.xpm %%DATADIR%%/themes/gtk2/menuButtonA.xpm %%DATADIR%%/themes/gtk2/menuButtonI.xpm %%DATADIR%%/themes/gtk2/minimizeA.xpm %%DATADIR%%/themes/gtk2/minimizeI.xpm %%DATADIR%%/themes/gtk2/restoreA.xpm %%DATADIR%%/themes/gtk2/restoreI.xpm %%DATADIR%%/themes/icedesert/closeA.xpm %%DATADIR%%/themes/icedesert/closeI.xpm %%DATADIR%%/themes/icedesert/closeO.xpm %%DATADIR%%/themes/icedesert/default.theme %%DATADIR%%/themes/icedesert/maximizeA.xpm %%DATADIR%%/themes/icedesert/maximizeI.xpm %%DATADIR%%/themes/icedesert/maximizeO.xpm %%DATADIR%%/themes/icedesert/menuButtonA.xpm %%DATADIR%%/themes/icedesert/menuButtonI.xpm %%DATADIR%%/themes/icedesert/menuButtonO.xpm %%DATADIR%%/themes/icedesert/minimizeA.xpm %%DATADIR%%/themes/icedesert/minimizeI.xpm %%DATADIR%%/themes/icedesert/minimizeO.xpm %%DATADIR%%/themes/icedesert/restoreA.xpm %%DATADIR%%/themes/icedesert/restoreI.xpm %%DATADIR%%/themes/icedesert/restoreO.xpm %%DATADIR%%/themes/icedesert/titleAB.xpm %%DATADIR%%/themes/icedesert/titleAT.xpm %%DATADIR%%/themes/icedesert/titleIB.xpm %%DATADIR%%/themes/icedesert/titleIT.xpm %%DATADIR%%/themes/metal2/closeA.xpm %%DATADIR%%/themes/metal2/closeI.xpm %%DATADIR%%/themes/metal2/default.theme %%DATADIR%%/themes/metal2/depthA.xpm %%DATADIR%%/themes/metal2/depthI.xpm %%DATADIR%%/themes/metal2/dframeAB.xpm %%DATADIR%%/themes/metal2/dframeABL.xpm %%DATADIR%%/themes/metal2/dframeABR.xpm %%DATADIR%%/themes/metal2/dframeAL.xpm %%DATADIR%%/themes/metal2/dframeAR.xpm %%DATADIR%%/themes/metal2/dframeAT.xpm %%DATADIR%%/themes/metal2/dframeATL.xpm %%DATADIR%%/themes/metal2/dframeATR.xpm %%DATADIR%%/themes/metal2/dframeIB.xpm %%DATADIR%%/themes/metal2/dframeIBL.xpm %%DATADIR%%/themes/metal2/dframeIBR.xpm %%DATADIR%%/themes/metal2/dframeIL.xpm %%DATADIR%%/themes/metal2/dframeIR.xpm %%DATADIR%%/themes/metal2/dframeIT.xpm %%DATADIR%%/themes/metal2/dframeITL.xpm %%DATADIR%%/themes/metal2/dframeITR.xpm %%DATADIR%%/themes/metal2/frameAB.xpm %%DATADIR%%/themes/metal2/frameABL.xpm %%DATADIR%%/themes/metal2/frameABR.xpm %%DATADIR%%/themes/metal2/frameAL.xpm %%DATADIR%%/themes/metal2/frameAR.xpm %%DATADIR%%/themes/metal2/frameAT.xpm %%DATADIR%%/themes/metal2/frameATL.xpm %%DATADIR%%/themes/metal2/frameATR.xpm %%DATADIR%%/themes/metal2/frameIB.xpm %%DATADIR%%/themes/metal2/frameIBL.xpm %%DATADIR%%/themes/metal2/frameIBR.xpm %%DATADIR%%/themes/metal2/frameIL.xpm %%DATADIR%%/themes/metal2/frameIR.xpm %%DATADIR%%/themes/metal2/frameIT.xpm %%DATADIR%%/themes/metal2/frameITL.xpm %%DATADIR%%/themes/metal2/frameITR.xpm %%DATADIR%%/themes/metal2/hideA.xpm %%DATADIR%%/themes/metal2/hideI.xpm %%DATADIR%%/themes/metal2/maximizeA.xpm %%DATADIR%%/themes/metal2/maximizeI.xpm %%DATADIR%%/themes/metal2/menuButtonA.xpm %%DATADIR%%/themes/metal2/menuButtonI.xpm %%DATADIR%%/themes/metal2/minimizeA.xpm %%DATADIR%%/themes/metal2/minimizeI.xpm %%DATADIR%%/themes/metal2/restoreA.xpm %%DATADIR%%/themes/metal2/restoreI.xpm %%DATADIR%%/themes/metal2/rolldownA.xpm %%DATADIR%%/themes/metal2/rolldownI.xpm %%DATADIR%%/themes/metal2/rollupA.xpm %%DATADIR%%/themes/metal2/rollupI.xpm %%DATADIR%%/themes/metal2/titleAB.xpm %%DATADIR%%/themes/metal2/titleAL.xpm %%DATADIR%%/themes/metal2/titleAM.xpm %%DATADIR%%/themes/metal2/titleAP.xpm %%DATADIR%%/themes/metal2/titleAR.xpm %%DATADIR%%/themes/metal2/titleAS.xpm %%DATADIR%%/themes/metal2/titleAT.xpm %%DATADIR%%/themes/metal2/titleIB.xpm %%DATADIR%%/themes/metal2/titleIL.xpm %%DATADIR%%/themes/metal2/titleIM.xpm %%DATADIR%%/themes/metal2/titleIP.xpm %%DATADIR%%/themes/metal2/titleIR.xpm %%DATADIR%%/themes/metal2/titleIS.xpm %%DATADIR%%/themes/metal2/titleIT.xpm %%DATADIR%%/themes/motif/close.xpm %%DATADIR%%/themes/motif/default.theme %%DATADIR%%/themes/motif/maximize.xpm %%DATADIR%%/themes/motif/menu.xpm %%DATADIR%%/themes/motif/minimize.xpm %%DATADIR%%/themes/motif/restore.xpm %%DATADIR%%/themes/nice/blue.theme %%DATADIR%%/themes/nice/close.xpm %%DATADIR%%/themes/nice/default.theme %%DATADIR%%/themes/nice/hide.xpm %%DATADIR%%/themes/nice/maximize.xpm %%DATADIR%%/themes/nice/minimize.xpm %%DATADIR%%/themes/nice/restore.xpm %%DATADIR%%/themes/nice/rolldown.xpm %%DATADIR%%/themes/nice/rollup.xpm %%DATADIR%%/themes/nice2/closeA.xpm %%DATADIR%%/themes/nice2/closeI.xpm %%DATADIR%%/themes/nice2/default.theme %%DATADIR%%/themes/nice2/maximizeA.xpm %%DATADIR%%/themes/nice2/maximizeI.xpm %%DATADIR%%/themes/nice2/menuButtonA.xpm %%DATADIR%%/themes/nice2/menuButtonI.xpm %%DATADIR%%/themes/nice2/minimizeA.xpm %%DATADIR%%/themes/nice2/minimizeI.xpm %%DATADIR%%/themes/nice2/restoreA.xpm %%DATADIR%%/themes/nice2/restoreI.xpm %%DATADIR%%/themes/nice2/titleAB.xpm %%DATADIR%%/themes/nice2/titleAT.xpm %%DATADIR%%/themes/nice2/titleIB.xpm %%DATADIR%%/themes/nice2/titleIT.xpm %%DATADIR%%/themes/warp3/close.xpm %%DATADIR%%/themes/warp3/default.theme %%DATADIR%%/themes/warp3/hide.xpm %%DATADIR%%/themes/warp3/maximize.xpm %%DATADIR%%/themes/warp3/minimize.xpm %%DATADIR%%/themes/warp3/restore.xpm %%DATADIR%%/themes/warp3/rolldown.xpm %%DATADIR%%/themes/warp3/rollup.xpm %%DATADIR%%/themes/warp4/close.xpm %%DATADIR%%/themes/warp4/default.theme %%DATADIR%%/themes/warp4/hide.xpm %%DATADIR%%/themes/warp4/maximize.xpm %%DATADIR%%/themes/warp4/minimize.xpm %%DATADIR%%/themes/warp4/restore.xpm %%DATADIR%%/themes/win95/close.xpm %%DATADIR%%/themes/win95/default.theme %%DATADIR%%/themes/win95/maximize.xpm %%DATADIR%%/themes/win95/minimize.xpm %%DATADIR%%/themes/win95/restore.xpm %%DATADIR%%/themes/yellowmotif/close.xpm %%DATADIR%%/themes/yellowmotif/default.theme %%DATADIR%%/themes/yellowmotif/maximize.xpm %%DATADIR%%/themes/yellowmotif/menu.xpm %%DATADIR%%/themes/yellowmotif/minimize.xpm %%DATADIR%%/themes/yellowmotif/restore.xpm %%DATADIR%%/toolbar %%DATADIR%%/winoptions %%NLS%%share/locale/be/LC_MESSAGES/icewm.mo %%NLS%%share/locale/bg/LC_MESSAGES/icewm.mo %%NLS%%share/locale/ca/LC_MESSAGES/icewm.mo %%NLS%%share/locale/cs/LC_MESSAGES/icewm.mo %%NLS%%share/locale/da/LC_MESSAGES/icewm.mo %%NLS%%share/locale/de/LC_MESSAGES/icewm.mo %%NLS%%share/locale/el/LC_MESSAGES/icewm.mo %%NLS%%share/locale/en/LC_MESSAGES/icewm.mo %%NLS%%share/locale/es/LC_MESSAGES/icewm.mo %%NLS%%share/locale/fi/LC_MESSAGES/icewm.mo %%NLS%%share/locale/fr/LC_MESSAGES/icewm.mo %%NLS%%share/locale/hr/LC_MESSAGES/icewm.mo %%NLS%%share/locale/hu/LC_MESSAGES/icewm.mo %%NLS%%share/locale/id/LC_MESSAGES/icewm.mo %%NLS%%share/locale/it/LC_MESSAGES/icewm.mo %%NLS%%share/locale/ja/LC_MESSAGES/icewm.mo %%NLS%%share/locale/ko/LC_MESSAGES/icewm.mo %%NLS%%share/locale/lt/LC_MESSAGES/icewm.mo %%NLS%%share/locale/lv/LC_MESSAGES/icewm.mo %%NLS%%share/locale/mk/LC_MESSAGES/icewm.mo %%NLS%%share/locale/nb/LC_MESSAGES/icewm.mo %%NLS%%share/locale/nl/LC_MESSAGES/icewm.mo %%NLS%%share/locale/pl/LC_MESSAGES/icewm.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/icewm.mo %%NLS%%share/locale/ro/LC_MESSAGES/icewm.mo %%NLS%%share/locale/ru/LC_MESSAGES/icewm.mo %%NLS%%share/locale/sk/LC_MESSAGES/icewm.mo %%NLS%%share/locale/sl/LC_MESSAGES/icewm.mo %%NLS%%share/locale/sv/LC_MESSAGES/icewm.mo %%NLS%%share/locale/tr/LC_MESSAGES/icewm.mo %%NLS%%share/locale/uk/LC_MESSAGES/icewm.mo %%NLS%%share/locale/vi/LC_MESSAGES/icewm.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/icewm.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/icewm.mo