summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-11 00:01:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-11 00:01:48 +0800
commit4a53ee49a47f4f5932b8198e3e1c9cc4922f0631 (patch)
tree27a35ef1c96b3c703c6a45dee0f6ba72d6a88181 /x11-wm
parent1596a7c99fd689df15fa3fd751839dd89038569d (diff)
downloadmarcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.gz
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.bz2
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.lz
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.xz
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.zst
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9559 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/Makefile123
-rw-r--r--x11-wm/icewm/distinfo3
-rw-r--r--x11-wm/icewm/files/bsd-daemon.xpm169
-rw-r--r--x11-wm/icewm/files/patch-src_Makefile.in14
-rw-r--r--x11-wm/icewm/files/patch-src_ylocale.cc12
-rw-r--r--x11-wm/icewm/files/patch-src_yxtray.cc11
-rw-r--r--x11-wm/icewm/pkg-descr5
-rw-r--r--x11-wm/icewm/pkg-message19
-rw-r--r--x11-wm/icewm/pkg-plist357
9 files changed, 713 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
new file mode 100644
index 000000000..518fc4f5b
--- /dev/null
+++ b/x11-wm/icewm/Makefile
@@ -0,0 +1,123 @@
+# New ports collection makefile for: icewm
+# Date created: 10 August 1997
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= icewm
+PORTVERSION= 1.2.32
+PORTREVISION= 1
+CATEGORIES= x11-wm
+MASTER_SITES= SF
+
+MAINTAINER= alepulver@FreeBSD.org
+COMMENT= Window Manager designed for speed, usability and consistency
+
+WANT_GNOME= yes
+USE_GNOME= gnometarget
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --enable-shaped-decorations \
+ --enable-guievents \
+ --with-cfgdir=${DATADIR} \
+ --with-libdir=${DATADIR} \
+ --with-kdedatadir=${LOCALBASE}/share \
+ --with-docdir=${PREFIX}/share/doc \
+ --with-mkfontdir=${NONEXISTENT}
+
+OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \
+ IMLIB "Build with Imlib support" on \
+ ESOUND "Enable EsounD daemon support" off \
+ XFT "Enable Xft support for fonts" on \
+ XINERAMA "Enable Xinerama support" on \
+ X86_ASM "Use optimized x86 assembly code" on \
+ BEASTIE "Use Beastie'fied startup button" off \
+ NLS "Enable National Language Support" on
+
+PORTSCOUT= limitw:2,even skipb:yes
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_GNOMEDESKTOP)
+USE_GNOME+= gnomedesktop
+CONFIGURE_ARGS+=--enable-menus-gnome2
+INSTALL_TARGET= install install-gnome
+PLIST_SUB+= GNOMEDESKTOP=""
+.else
+PLIST_SUB+= GNOMEDESKTOP="@comment "
+.endif
+
+.if !defined(WITHOUT_IMLIB)
+USE_GNOME+= imlib
+CONFIGURE_ARGS+=--with-imlib
+.else
+USE_XPM= yes
+CONFIGURE_ARGS+=--without-imlib
+.endif
+
+.if defined(WITH_ESOUND)
+USE_GNOME+= esound
+CONFIGURE_ARGS+=--with-icesound=esound
+.else
+CONFIGURE_ARGS+=--with-icesound=oss
+.endif
+
+.if !defined(WITHOUT_XFT)
+LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
+CONFIGURE_ARGS+=--enable-gradients
+.else
+CONFIGURE_ARGS+=--enable-corefonts --disable-xfreetype
+.endif
+
+.if defined(WITHOUT_XINERAMA)
+CONFIGURE_ARGS+=--disable-xinerama
+.endif
+
+.if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM)
+CONFIGURE_ARGS+=--disable-x86-asm
+.endif
+
+.if defined(WITH_BEASTIE)
+STARTUP_PIXMAP= ${DATADIR}/taskbar/bsd-daemon.xpm
+.else
+STARTUP_PIXMAP= icewm-logo.xpm
+.endif
+
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls --disable-i18n
+PLIST_SUB+= NLS="@comment "
+.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
+
+post-install:
+.for dir in taskbar themes/Infadel2/taskbar
+ @${LN} -sf ${STARTUP_PIXMAP} ${DATADIR}/${dir}/start.xpm
+.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+. for f in CHANGES INSTALL README TODO
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+. endfor
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
+.endif
+ @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
+
+.include <bsd.port.post.mk>
diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo
new file mode 100644
index 000000000..8f988bf07
--- /dev/null
+++ b/x11-wm/icewm/distinfo
@@ -0,0 +1,3 @@
+MD5 (icewm-1.2.32.tar.gz) = 49084971689c04b739766a3f5d576d83
+SHA256 (icewm-1.2.32.tar.gz) = c2fe6ef0bdc0a9f841ae6fe214c06a15d666f90df027d105305f3e0dc109a667
+SIZE (icewm-1.2.32.tar.gz) = 821920
diff --git a/x11-wm/icewm/files/bsd-daemon.xpm b/x11-wm/icewm/files/bsd-daemon.xpm
new file mode 100644
index 000000000..abe28e3bb
--- /dev/null
+++ b/x11-wm/icewm/files/bsd-daemon.xpm
@@ -0,0 +1,169 @@
+/* XPM */
+static char * bsd_daemon_xpm[] = {
+"48 20 146 2",
+" c #D75CD75CD75C",
+". c #D75CD34CD75C",
+"X c #96588A288E38",
+"o c #8E3875D671C6",
+"O c #CF3CC71BC71B",
+"+ c #B6DAB2CAAEBA",
+"@ c #C71BC30BBEFB",
+"# c #96587DF779E7",
+"$ c #5965208128A2",
+"% c #79E761855965",
+"& c #BEFBBEFBBEFB",
+"* c #BEFBBAEABEFB",
+"= c #79E749244103",
+"- c #C71BC71BC71B",
+"; c #D75CCF3CCF3C",
+": c #8E3820811861",
+"> c #79E73CF34103",
+", c #8E382CB22081",
+"< c #79E724922081",
+"1 c #4924249228A2",
+"2 c #492428A230C2",
+"3 c #96588E388E38",
+"4 c #9E798E388E38",
+"5 c #79E728A22081",
+"6 c #71C6659569A6",
+"7 c #9658410338E3",
+"8 c #C71B9A699E79",
+"9 c #BEFB75D671C6",
+"0 c #BEFB92489658",
+"q c #861724921861",
+"w c #71C624922081",
+"e c #861724922081",
+"r c #6185208128A2",
+"t c #861779E779E7",
+"y c #B6DAAEBAAEBA",
+"u c #8E3869A671C6",
+"i c #9E795D755965",
+"p c #DF7DE79DEFBE",
+"a c #96582CB22081",
+"s c #5144208128A2",
+"d c #596534D338E3",
+"f c #79E755555144",
+"g c #8617618569A6",
+"h c #D75CC71BCF3C",
+"j c #9E7928A22081",
+"k c #69A624922081",
+"l c #514434D338E3",
+"z c #000000000000",
+"x c #59655D755965",
+"c c #410345144103",
+"v c #8E388E388E38",
+"b c #186118611040",
+"n c #861755555144",
+"m c #C71BC30BC71B",
+"M c #965824921861",
+"N c #8E381C711861",
+"B c #69A620812081",
+"V c #8E3841034103",
+"C c #9E795D756185",
+"Z c #8E3824921861",
+"A c #618520812081",
+"S c #618559655965",
+"D c #71C675D671C6",
+"F c #28A22CB228A2",
+"G c #8E3871C671C6",
+"H c #9E7996589658",
+"J c #71C66DB669A6",
+"K c #79E738E330C2",
+"L c #79E720811861",
+"P c #9E7918611040",
+"I c #86171C711861",
+"U c #AEBAAEBAAEBA",
+"Y c #79E761856185",
+"T c #9E7992489658",
+"R c #69A6659569A6",
+"E c #618555555965",
+"W c #8E3861855965",
+"Q c #86176DB669A6",
+"! c #69A628A228A2",
+"~ c #71C620812081",
+"^ c #5965208130C2",
+"/ c #8E387DF779E7",
+"( c #A699A699A699",
+") c #CF3CCF3CCF3C",
+"_ c #71C669A669A6",
+"` c #79E71C711861",
+"' c #79E769A669A6",
+"] c #79E749244924",
+"[ c #71C620811861",
+"{ c #514434D34103",
+"} c #A6999E799E79",
+"| c #69A6249228A2",
+" . c #79E724921861",
+".. c #79E765956185",
+"X. c #514438E34103",
+"o. c #965818611040",
+"O. c #4924208128A2",
+"+. c #AEBAA2899E79",
+"@. c #8E3865956185",
+"#. c #61851C712081",
+"$. c #59651C7128A2",
+"%. c #49241C7128A2",
+"&. c #8E3869A66185",
+"*. c #514428A230C2",
+"=. c #B6DAB6DAB6DA",
+"-. c #CF3CCB2BCF3C",
+";. c #71C63CF338E3",
+":. c #4103208128A2",
+">. c #71C661856185",
+",. c #B6DAB2CAB6DA",
+"<. c #79E779E779E7",
+"1. c #71C645144103",
+"2. c #41031C711861",
+"3. c #59652CB230C2",
+"4. c #38E328A230C2",
+"5. c #9E7992489E79",
+"6. c #CF3CCB2BD75C",
+"7. c #9E7996589E79",
+"8. c #BEFBB6DABEFB",
+"9. c #861771C679E7",
+"0. c #596549244924",
+"q. c #514438E338E3",
+"w. c #492438E34103",
+"e. c #A6999A699E79",
+"r. c #618551445965",
+"t. c #61854D345144",
+"y. c #71C65D756185",
+"u. c #965886178617",
+"i. c #69A661856185",
+"p. c #A699A699AEBA",
+"a. c #61854D345965",
+"s. c #51443CF34103",
+"d. c #492438E34924",
+"f. c #59654D345965",
+"g. c #9E799A699E79",
+"h. c #71C634D330C2",
+"j. c #AEBAA699A699",
+"k. c #61855D755965",
+"l. c #BEFBBAEAB6DA",
+"z. c #9658820779E7",
+"x. c #8617451438E3",
+"c. c #79E771C671C6",
+"v. c #38E328A228A2",
+"b. c #79E74D344924",
+"n. c #69A669A66185",
+"m. c #965892489658",
+" . X o O + @ ",
+" # $ o % X & * = - ",
+" ; : > , < 1 2 3 4 5 6 ",
+" ; 7 8 9 0 q w w e r t ",
+" y u i 8 p a w s s d . ",
+" f $ r g h j k s l * ",
+" z z z z z x & c z z z x v z z z z b v @ n m M N B V C Z A s S ",
+" v z x v v c z v b b v D F z v c z v v x z b m G H J K 5 L P P I $ $ U ",
+" v z v v z & c z v v z v c z c z Y T R E W Q ! ~ $ s ^ / ",
+" c z D v D b c c z F v ( z F c z ) H H _ ` ' ] : [ ~ { ",
+" & F z z z z z ( x b z z z D ( z c F z } | s [ P .B { ",
+" v z c & z c & D b z c z v & z x ..X.L o.~ O.$ +. ",
+" x z D & z x c z D ( b c b z & & c z & @.#.$.s %.d ) ",
+" c z x v D F z ( D z b v v F z v z z v v F z c &.o.B $ %.*.=. ",
+" z z z z z b v x b z z c D v z z z z b x -.;.B $.%.:.>.; ",
+" ,.=.=.,.+ <.1.u 2.3.4.l 6 y + ",
+" 5.p 6.7.8.9.0.q.2.2 w.=.e.r.t.y.u.,. ",
+" ( J i.p.5.7.a.l s.d.f.g. * T h.j.",
+" & * y k.k.U * l.-. ,.z.x.u.c.v.",
+" ) l.b.n.n.m."};
diff --git a/x11-wm/icewm/files/patch-src_Makefile.in b/x11-wm/icewm/files/patch-src_Makefile.in
new file mode 100644
index 000000000..42e5bed90
--- /dev/null
+++ b/x11-wm/icewm/files/patch-src_Makefile.in
@@ -0,0 +1,14 @@
+--- src/Makefile.in.orig Mon May 19 03:28:57 2003
++++ src/Makefile.in Fri May 23 01:02:05 2003
+@@ -28,9 +28,9 @@
+ -DEXEEXT='"$(EXEEXT)"' \
+ -DICEWMEXE='"icewm$(EXEEXT)"' \
+ -DICEHELPEXE='"icehelp$(EXEEXT)"' \
+- -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/icewm.html"'
++ -DICEHELPIDX='"$(DOCDIR)/icewm/icewm.html"'
+
+-CXXFLAGS = @CXXFLAGS@ $(DEBUG) $(DEFS) \
++CXXFLAGS = @CXXFLAGS@ $(DEBUG) $(DEFS) @CPPFLAGS@ \
+ @CORE_CFLAGS@ @IMAGE_CFLAGS@ @AUDIO_CFLAGS@ # `fc-config --cflags`
+ LFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
diff --git a/x11-wm/icewm/files/patch-src_ylocale.cc b/x11-wm/icewm/files/patch-src_ylocale.cc
new file mode 100644
index 000000000..1a2002112
--- /dev/null
+++ b/x11-wm/icewm/files/patch-src_ylocale.cc
@@ -0,0 +1,12 @@
+--- src/ylocale.cc.orig Mon Aug 7 03:38:14 2006
++++ src/ylocale.cc Tue Aug 8 01:00:33 2006
+@@ -149,7 +149,8 @@
+ return NULL;
+
+ YUChar * uStr(new YUChar[lLen + 1]);
+- char * inbuf((char *) lStr), * outbuf((char *) uStr);
++ const char * inbuf((char *) lStr);
++ char * outbuf((char *) uStr);
+ size_t inlen(lLen), outlen(4 * lLen);
+
+ if (0 > (int) iconv(instance->toUnicode, &inbuf, &inlen, &outbuf, &outlen))
diff --git a/x11-wm/icewm/files/patch-src_yxtray.cc b/x11-wm/icewm/files/patch-src_yxtray.cc
new file mode 100644
index 000000000..df8365a58
--- /dev/null
+++ b/x11-wm/icewm/files/patch-src_yxtray.cc
@@ -0,0 +1,11 @@
+--- ./src/yxtray.cc.orig Tue Aug 7 02:12:03 2007
++++ ./src/yxtray.cc Tue Sep 4 23:56:16 2007
+@@ -133,7 +133,7 @@
+
+ void YXTrayEmbedder::configure(const YRect &r, const bool resized) {
+ YXEmbed::configure(r, resized);
+- fDocked->setGeometry(r);
++ fDocked->setSize(r.width(), r.height());
+ }
+
+ void YXTrayEmbedder::handleConfigureRequest(const XConfigureRequestEvent &configureRequest)
diff --git a/x11-wm/icewm/pkg-descr b/x11-wm/icewm/pkg-descr
new file mode 100644
index 000000000..87e216a54
--- /dev/null
+++ b/x11-wm/icewm/pkg-descr
@@ -0,0 +1,5 @@
+Window Manager designed for speed, usability and consistency.
+
+'bsd-daemon.xpm' is from Steve Farrell.
+
+WWW: http://www.icewm.org/
diff --git a/x11-wm/icewm/pkg-message b/x11-wm/icewm/pkg-message
new file mode 100644
index 000000000..ab67c041e
--- /dev/null
+++ b/x11-wm/icewm/pkg-message
@@ -0,0 +1,19 @@
+==============================================================================
+
+IceWM has been installed.
+
+If you want a set of icons to use with IceWM see:
+
+* http://themes.freshmeat.net/projects/iceicons/
+
+If you want more themes see:
+
+* http://themes.freshmeat.net/browse/925/
+
+If you do not see icons in the tray when they should be there, please try
+rebuilding with the "IMLIB" option enabled.
+
+Graphical configuration tools for IceWM are outdated and obsolete, but there
+is a useful menu generator in the ports tree: "deskutils/menumaker".
+
+==============================================================================
diff --git a/x11-wm/icewm/pkg-plist b/x11-wm/icewm/pkg-plist
new file mode 100644
index 000000000..3ad466251
--- /dev/null
+++ b/x11-wm/icewm/pkg-plist
@@ -0,0 +1,357 @@
+@comment $FreeBSD: ports/x11-wm/icewm/pkg-plist,v 1.49 2006/12/28 13:29:04 alepulver Exp $
+bin/icehelp
+bin/icesh
+bin/icesound
+bin/icewm
+%%GNOMEDESKTOP%%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
+%%GNOMEDESKTOP%%share/gnome/wm-properties/IceWM.desktop
+%%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
+%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo
+@dirrm %%DATADIR%%/themes/yellowmotif
+@dirrm %%DATADIR%%/themes/win95
+@dirrm %%DATADIR%%/themes/warp4
+@dirrm %%DATADIR%%/themes/warp3
+@dirrm %%DATADIR%%/themes/nice2
+@dirrm %%DATADIR%%/themes/nice
+@dirrm %%DATADIR%%/themes/motif
+@dirrm %%DATADIR%%/themes/metal2
+@dirrm %%DATADIR%%/themes/icedesert
+@dirrm %%DATADIR%%/themes/gtk2
+@dirrm %%DATADIR%%/themes/Infadel2/taskbar
+@dirrm %%DATADIR%%/themes/Infadel2/mailbox
+@dirrm %%DATADIR%%/themes/Infadel2/icons
+@dirrm %%DATADIR%%/themes/Infadel2/cursors
+@dirrm %%DATADIR%%/themes/Infadel2
+@dirrm %%DATADIR%%/themes
+@dirrm %%DATADIR%%/taskbar
+@dirrm %%DATADIR%%/mailbox
+@dirrm %%DATADIR%%/ledclock
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%