summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-02 11:02:38 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-02 11:02:38 +0800
commit2914f491ffadebac0815580f5910d7df57b83ac2 (patch)
tree6ff192f85ffe74130bdd3fa2c2468c52b933156a
parentcc55db42c9a061e3ded4216b9b6b56b0d483a77e (diff)
downloadmarcuscom-ports-2914f491ffadebac0815580f5910d7df57b83ac2.tar
marcuscom-ports-2914f491ffadebac0815580f5910d7df57b83ac2.tar.gz
marcuscom-ports-2914f491ffadebac0815580f5910d7df57b83ac2.tar.bz2
marcuscom-ports-2914f491ffadebac0815580f5910d7df57b83ac2.tar.lz
marcuscom-ports-2914f491ffadebac0815580f5910d7df57b83ac2.tar.xz
marcuscom-ports-2914f491ffadebac0815580f5910d7df57b83ac2.tar.zst
marcuscom-ports-2914f491ffadebac0815580f5910d7df57b83ac2.zip
X11BASE -> LOCALBASE, GNOME lives in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6936 df743ca5-7f9a-e211-a948-0013205c9059
-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-ai16
-rw-r--r--x11-wm/icewm/files/patch-src_Makefile.in14
-rw-r--r--x11-wm/icewm/files/patch-src_ylocale.cc16
-rw-r--r--x11-wm/icewm/pkg-descr5
-rw-r--r--x11-wm/icewm/pkg-plist391
8 files changed, 737 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
new file mode 100644
index 000000000..193045a90
--- /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.26
+PORTREVISION= 1
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Window Manager designed for speed, usability and consistency
+
+USE_X_PREFIX= yes
+WANT_GNOME= yes
+USE_GNOME= gnometarget
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/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
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mgnomedesktop}!="" || defined(WITH_GNOMEDESKTOP)
+USE_GNOME+= gnomedesktop
+CONFIGURE_ARGS+= --enable-menus-gnome2
+INSTALL_TARGET= install install-gnome
+PLIST_SUB+= GNOMEDESKTOP=""
+PKGNAMESUFFIX= -gnome
+.else
+PLIST_SUB+= GNOMEDESKTOP="@comment "
+.endif
+
+.if ${HAVE_GNOME:Mimlib}!="" || defined(WITH_IMLIB)
+USE_GNOME+= imlib
+CONFIGURE_ARGS+= --with-imlib
+.else
+USE_XPM= yes
+CONFIGURE_ARGS+= --without-imlib
+.endif
+
+.if ${HAVE_GNOME:Mesound}!="" || defined(WITH_ESOUND)
+USE_GNOME+= esound
+CONFIGURE_ARGS+= --with-icesound=esound
+.else
+CONFIGURE_ARGS+= --with-icesound=oss
+.endif
+
+.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT)
+CONFIGURE_ARGS+= --enable-corefonts --disable-xfreetype
+.else
+LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
+CONFIGURE_ARGS+= --enable-gradients
+.endif
+
+.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || 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= bsd-daemon.xpm
+.else
+STARTUP_PIXMAP= icewm-logo.xpm
+.endif
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+= --disable-nls --disable-i18n
+PLIST_SUB+= NLS="@comment "
+.else
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.endif
+
+post-extract:
+ @cd ${WRKSRC}/lib/taskbar && ${MV} icewm.xpm icewm-logo.xpm
+ @${CP} -f ${FILESDIR}/bsd-daemon.xpm ${WRKSRC}/lib/taskbar
+
+post-patch:
+.for file in configure
+ @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/${file}
+.endfor
+.for file in src/gnome2.cc
+ @${REINPLACE_CMD} -e \
+ 's|/usr/share/control|${LOCALBASE}/share/gnome/control|g ; \
+ s|/usr/share/app|${LOCALBASE}/share/gnome/app|g ; \
+ s|/usr/share/gnome|${LOCALBASE}/share/gnome|g' ${WRKSRC}/${file}
+.endfor
+
+post-install:
+ @${LN} -sf ${STARTUP_PIXMAP} ${DATADIR}/taskbar/icewm.xpm
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in CHANGES INSTALL README TODO
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo
new file mode 100644
index 000000000..e716e656e
--- /dev/null
+++ b/x11-wm/icewm/distinfo
@@ -0,0 +1,3 @@
+MD5 (icewm-1.2.26.tar.gz) = 097b12d3f8e0f57a964e4821bc1825ed
+SHA256 (icewm-1.2.26.tar.gz) = 96ed51cbaead5bd8c33522be5bf0baac4c051db0a826f764eb8528b2ec0c5497
+SIZE (icewm-1.2.26.tar.gz) = 1042824
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-ai b/x11-wm/icewm/files/patch-ai
new file mode 100644
index 000000000..baa4bd8a3
--- /dev/null
+++ b/x11-wm/icewm/files/patch-ai
@@ -0,0 +1,16 @@
+--- src/wmtaskbar.cc.orig Mon Jan 20 00:43:27 2003
++++ src/wmtaskbar.cc Wed Jan 22 03:08:53 2003
+@@ -67,10 +67,12 @@
+ #endif
+
+ #ifndef START_PIXMAP
+-#define START_PIXMAP "linux.xpm"
+ /*
++#define START_PIXMAP "linux.xpm"
+ #define START_PIXMAP "debian.xpm"
++*/
+ #define START_PIXMAP "bsd-daemon.xpm"
++/*
+ #define START_PIXMAP "start.xpm"
+ #define START_PIXMAP "xfree86os2.xpm"
+ */
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..e1b299708
--- /dev/null
+++ b/x11-wm/icewm/files/patch-src_ylocale.cc
@@ -0,0 +1,16 @@
+--- src/ylocale.cc.orig Mon Apr 17 01:12:31 2006
++++ src/ylocale.cc Mon Apr 17 16:19:46 2006
+@@ -149,10 +149,11 @@
+ 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, const_cast<char **>(&inbuf), &inlen, &outbuf, &outlen))
++ if (0 > (int) iconv(instance->toUnicode, &inbuf, &inlen, &outbuf, &outlen))
+ warn(_("Invalid multibyte string \"%s\": %s"), lStr, strerror(errno));
+
+ *((YUChar *) outbuf) = 0;
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-plist b/x11-wm/icewm/pkg-plist
new file mode 100644
index 000000000..2c8625505
--- /dev/null
+++ b/x11-wm/icewm/pkg-plist
@@ -0,0 +1,391 @@
+@comment $FreeBSD: ports/x11-wm/icewm/pkg-plist,v 1.43 2006/02/13 10:03:30 lawrance 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/bomb_16x16.xpm
+%%DATADIR%%/icons/bomb_32x32.xpm
+%%DATADIR%%/icons/communicator-abook_16x16.xpm
+%%DATADIR%%/icons/communicator-abook_32x32.xpm
+%%DATADIR%%/icons/communicator-browser_16x16.xpm
+%%DATADIR%%/icons/communicator-browser_32x32.xpm
+%%DATADIR%%/icons/communicator-composer_16x16.xpm
+%%DATADIR%%/icons/communicator-composer_32x32.xpm
+%%DATADIR%%/icons/communicator-discussion_16x16.xpm
+%%DATADIR%%/icons/communicator-discussion_32x32.xpm
+%%DATADIR%%/icons/communicator-mail_16x16.xpm
+%%DATADIR%%/icons/communicator-mail_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/gimp_16x16.xpm
+%%DATADIR%%/icons/gimp_32x32.xpm
+%%DATADIR%%/icons/gnome_16x16.xpm
+%%DATADIR%%/icons/java_16x16.xpm
+%%DATADIR%%/icons/java_32x32.xpm
+%%DATADIR%%/icons/kde_16x16.xpm
+%%DATADIR%%/icons/koules_16x16.xpm
+%%DATADIR%%/icons/koules_32x32.xpm
+%%DATADIR%%/icons/navigator_16x16.xpm
+%%DATADIR%%/icons/navigator_32x32.xpm
+%%DATADIR%%/icons/netscape_16x16.xpm
+%%DATADIR%%/icons/netscape_32x32.xpm
+%%DATADIR%%/icons/pdf_16x16.xpm
+%%DATADIR%%/icons/pdf_32x32.xpm
+%%DATADIR%%/icons/vim_16x16.xpm
+%%DATADIR%%/icons/vim_32x32.xpm
+%%DATADIR%%/icons/vim_48x48.xpm
+%%DATADIR%%/icons/xisp_16x16.xpm
+%%DATADIR%%/icons/xisp_32x32.xpm
+%%DATADIR%%/icons/xload_16x16.xpm
+%%DATADIR%%/icons/xload_32x32.xpm
+%%DATADIR%%/icons/xterm_16x16.xpm
+%%DATADIR%%/icons/xterm_32x32.xpm
+%%DATADIR%%/icons/xv_16x16.xpm
+%%DATADIR%%/icons/xv_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/debian.xpm
+%%DATADIR%%/taskbar/desktop.xpm
+%%DATADIR%%/taskbar/expand.xpm
+%%DATADIR%%/taskbar/icewm-logo.xpm
+%%DATADIR%%/taskbar/icewm.xpm
+%%DATADIR%%/taskbar/linux.xpm
+%%DATADIR%%/taskbar/linux1.xpm
+%%DATADIR%%/taskbar/linux2.xpm
+%%DATADIR%%/taskbar/linux20.xpm
+%%DATADIR%%/taskbar/start.xpm
+%%DATADIR%%/taskbar/windows.xpm
+%%DATADIR%%/taskbar/xfreeos2.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/linux.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/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/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%%