aboutsummaryrefslogtreecommitdiff
path: root/net-im/tkabbur
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-10-18 21:52:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-10-18 21:52:57 +0000
commite6d8938e166bea51e70c563d47b6ff7a41f30df5 (patch)
treef4ec1d288789a0feb0a8f357fe137286f0c7e194 /net-im/tkabbur
parentef055827022e0ed04588c11396347e224b834600 (diff)
downloadports-e6d8938e166bea51e70c563d47b6ff7a41f30df5.tar.gz
ports-e6d8938e166bea51e70c563d47b6ff7a41f30df5.zip
Tkabbur is a modification of XMPP/Jabber client Tkabber,
that brings many new features. WWW: http://code.google.com/p/tkabbur/ PR: ports/128073 Submitted by: Dennis Herrmann <adox at mcx2.org>
Notes
Notes: svn path=/head/; revision=221763
Diffstat (limited to 'net-im/tkabbur')
-rw-r--r--net-im/tkabbur/Makefile41
-rw-r--r--net-im/tkabbur/distinfo3
-rw-r--r--net-im/tkabbur/files/patch-Makefile12
-rw-r--r--net-im/tkabbur/pkg-descr5
-rw-r--r--net-im/tkabbur/pkg-plist1238
5 files changed, 1299 insertions, 0 deletions
diff --git a/net-im/tkabbur/Makefile b/net-im/tkabbur/Makefile
new file mode 100644
index 000000000000..9abd2dd8af21
--- /dev/null
+++ b/net-im/tkabbur/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: tkabbur
+# Date created: 06 October 2008
+# Whom: Dennis Herrmann <adox@mcx2.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tkabbur
+PORTVERSION= 0.7
+CATEGORIES= net-im
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+DISTNAME= ${PORTNAME}-${PORTVERSION}.src
+EXTRACT_SUFX= .tbz2
+
+MAINTAINER= adox@mcx2.org
+COMMENT= Is a modification of XMPP/Jabber client Tkabber
+
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
+ dtplite:${PORTSDIR}/devel/tcllib \
+ ${LOCALBASE}/lib/tls/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \
+ ${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+NO_BUILD= yes
+
+SUBDIRS= contrib emoticons ifacetk jabberlib mclistbox \
+ msgs pixmaps plugins sounds tclxml trans
+
+do-install:
+ ${ECHO} -e "#!/bin/sh\nexec wish8.4 ${DATADIR}/tkabbur.tcl \
+ -name tkabbur \"\$$@\"\n" > ${PREFIX}/bin/tkabbur
+ ${CHMOD} +x ${PREFIX}/bin/tkabbur
+ ${CHMOD} 755 ${WRKSRC}/*.tcl
+ ${MKDIR} ${DATADIR}
+ ${CP} ${WRKSRC}/*.tcl ${DATADIR}
+.for i in ${SUBDIRS}
+ ${CHMOD} -R 755 ${WRKSRC}/${i}
+ ${CP} -R ${WRKSRC}/${i} ${DATADIR}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/net-im/tkabbur/distinfo b/net-im/tkabbur/distinfo
new file mode 100644
index 000000000000..2350374cd189
--- /dev/null
+++ b/net-im/tkabbur/distinfo
@@ -0,0 +1,3 @@
+MD5 (tkabbur-0.7.src.tbz2) = a2402dd6f01596bc090666fb4c828db9
+SHA256 (tkabbur-0.7.src.tbz2) = 68ff4e5d68b3fcdb77f973d700ca1315e644d1d93e079c683b99355df66b5783
+SIZE (tkabbur-0.7.src.tbz2) = 1109308
diff --git a/net-im/tkabbur/files/patch-Makefile b/net-im/tkabbur/files/patch-Makefile
new file mode 100644
index 000000000000..e3c5a52d6bf7
--- /dev/null
+++ b/net-im/tkabbur/files/patch-Makefile
@@ -0,0 +1,12 @@
+--- Makefile.orig 2008-10-13 21:54:12.000000000 +0200
++++ Makefile 2008-10-13 21:54:37.000000000 +0200
+@@ -22,8 +22,7 @@
+ mkdir -p $(DESTDIR)/$(TKABBERDIR)
+ cp -r *.tcl $(SUBDIRS) $(DESTDIR)/$(TKABBERDIR)
+ mkdir -p $(DESTDIR)/$(BINDIR)
+- echo -e "#!/bin/sh\nexec wish $(TKABBERDIR)/tkabbur.tcl -name tkabbur \"\$$@\"\n" \
+- >$(DESTDIR)/$(BINDIR)/tkabbur
++ ··echo -e "#!/bin/sh\nexec wish8.4 $(PREFIX)/share/tkabbur/tkabbur.tcl -name tkabbur \"\$$@\"\n" > $(DESTDIR)/$(PREFIX)/bin/tkabbur
+ chmod 755 $(DESTDIR)/$(BINDIR)/tkabbur
+
+ .PHONY: install install-bin
diff --git a/net-im/tkabbur/pkg-descr b/net-im/tkabbur/pkg-descr
new file mode 100644
index 000000000000..0612a443bfc2
--- /dev/null
+++ b/net-im/tkabbur/pkg-descr
@@ -0,0 +1,5 @@
+Tkabbur is a modification of XMPP/Jabber client Tkabber,
+that brings many new features.
+
+WWW: http://code.google.com/p/tkabbur/
+
diff --git a/net-im/tkabbur/pkg-plist b/net-im/tkabbur/pkg-plist
new file mode 100644
index 000000000000..97645e5177eb
--- /dev/null
+++ b/net-im/tkabbur/pkg-plist
@@ -0,0 +1,1238 @@
+bin/tkabbur
+%%DATADIR%%/Tclx.tcl
+%%DATADIR%%/balloon.tcl
+%%DATADIR%%/chats.tcl
+%%DATADIR%%/configdir.tcl
+%%DATADIR%%/contrib/contrib/.svn/all-wcprops
+%%DATADIR%%/contrib/contrib/.svn/entries
+%%DATADIR%%/contrib/contrib/.svn/format
+%%DATADIR%%/contrib/contrib/extract-translations/.svn/all-wcprops
+%%DATADIR%%/contrib/contrib/extract-translations/.svn/entries
+%%DATADIR%%/contrib/contrib/extract-translations/.svn/format
+%%DATADIR%%/contrib/contrib/extract-translations/.svn/prop-base/extract.tcl.svn-base
+%%DATADIR%%/contrib/contrib/extract-translations/.svn/text-base/extract.tcl.svn-base
+%%DATADIR%%/contrib/contrib/extract-translations/extract.tcl
+%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/all-wcprops
+%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/entries
+%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/format
+%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/prop-base/gabber-docking-24x24.zip.svn-base
+%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/text-base/gabber-docking-24x24.zip.svn-base
+%%DATADIR%%/contrib/contrib/gabber-docking-24x24/gabber-docking-24x24.zip
+%%DATADIR%%/contrib/contrib/starkit/.svn/all-wcprops
+%%DATADIR%%/contrib/contrib/starkit/.svn/entries
+%%DATADIR%%/contrib/contrib/starkit/.svn/format
+%%DATADIR%%/contrib/contrib/starkit/.svn/prop-base/README.svn-base
+%%DATADIR%%/contrib/contrib/starkit/.svn/prop-base/main.tcl.svn-base
+%%DATADIR%%/contrib/contrib/starkit/.svn/text-base/README.svn-base
+%%DATADIR%%/contrib/contrib/starkit/.svn/text-base/main.tcl.svn-base
+%%DATADIR%%/contrib/contrib/starkit/README
+%%DATADIR%%/contrib/contrib/starkit/main.tcl
+%%DATADIR%%/custom.tcl
+%%DATADIR%%/datagathering.tcl
+%%DATADIR%%/default.tcl
+%%DATADIR%%/disco.tcl
+%%DATADIR%%/emoticons/default/beer.gif
+%%DATADIR%%/emoticons/default/facegrinning.gif
+%%DATADIR%%/emoticons/default/facehappy.gif
+%%DATADIR%%/emoticons/default/faceironic.gif
+%%DATADIR%%/emoticons/default/facesad.gif
+%%DATADIR%%/emoticons/default/facestartled.gif
+%%DATADIR%%/emoticons/default/facestraight.gif
+%%DATADIR%%/emoticons/default/facewinking.gif
+%%DATADIR%%/emoticons/default/faceyukky.gif
+%%DATADIR%%/emoticons/default/icondef.xml
+%%DATADIR%%/filetransfer.tcl
+%%DATADIR%%/gpgme.tcl
+%%DATADIR%%/hooks.tcl
+%%DATADIR%%/iface.tcl
+%%DATADIR%%/ifacetk/buttonbar.tcl
+%%DATADIR%%/ifacetk/bwidget_workarounds.tcl
+%%DATADIR%%/ifacetk/default.xrdb
+%%DATADIR%%/ifacetk/idefault.tcl
+%%DATADIR%%/ifacetk/iface.tcl
+%%DATADIR%%/ifacetk/ilogin.tcl
+%%DATADIR%%/ifacetk/iroster.tcl
+%%DATADIR%%/ifacetk/systray.tcl
+%%DATADIR%%/ifacetk/unix.xrdb
+%%DATADIR%%/iq.tcl
+%%DATADIR%%/itemedit.tcl
+%%DATADIR%%/jabberlib/autoconnect.tcl
+%%DATADIR%%/jabberlib/https.tcl
+%%DATADIR%%/jabberlib/idna.tcl
+%%DATADIR%%/jabberlib/jabberlib.tcl
+%%DATADIR%%/jabberlib/jlibauth.tcl
+%%DATADIR%%/jabberlib/jlibcomponent.tcl
+%%DATADIR%%/jabberlib/jlibcompress.tcl
+%%DATADIR%%/jabberlib/jlibdns.tcl
+%%DATADIR%%/jabberlib/jlibsasl.tcl
+%%DATADIR%%/jabberlib/jlibtls.tcl
+%%DATADIR%%/jabberlib/namespaces.tcl
+%%DATADIR%%/jabberlib/ntlm.tcl
+%%DATADIR%%/jabberlib/pkgIndex.tcl
+%%DATADIR%%/jabberlib/socks4.tcl
+%%DATADIR%%/jabberlib/socks5.tcl
+%%DATADIR%%/jabberlib/stanzaerror.tcl
+%%DATADIR%%/jabberlib/streamerror.tcl
+%%DATADIR%%/jabberlib/transports.tcl
+%%DATADIR%%/jabberlib/wrapper.tcl
+%%DATADIR%%/joingrdialog.tcl
+%%DATADIR%%/login.tcl
+%%DATADIR%%/mclistbox/mclistbox.tcl
+%%DATADIR%%/messages.tcl
+%%DATADIR%%/msgs/ca.msg
+%%DATADIR%%/msgs/de.msg
+%%DATADIR%%/msgs/eo.msg
+%%DATADIR%%/msgs/es.msg
+%%DATADIR%%/msgs/eu.msg
+%%DATADIR%%/msgs/fr.msg
+%%DATADIR%%/msgs/it.msg
+%%DATADIR%%/msgs/nl.msg
+%%DATADIR%%/msgs/pl.msg
+%%DATADIR%%/msgs/pl.rc
+%%DATADIR%%/msgs/pt.msg
+%%DATADIR%%/msgs/ro.msg
+%%DATADIR%%/msgs/ru.msg
+%%DATADIR%%/msgs/ru.rc
+%%DATADIR%%/msgs/uk.msg
+%%DATADIR%%/msgs/uk.rc
+%%DATADIR%%/muc.tcl
+%%DATADIR%%/negotiate.tcl
+%%DATADIR%%/pep.tcl
+%%DATADIR%%/pixmaps.tcl
+%%DATADIR%%/pixmaps/default-blue/docking/available-away.gif
+%%DATADIR%%/pixmaps/default-blue/docking/available-chat.gif
+%%DATADIR%%/pixmaps/default-blue/docking/available-dnd.gif
+%%DATADIR%%/pixmaps/default-blue/docking/available.gif
+%%DATADIR%%/pixmaps/default-blue/docking/tkabber.ico
+%%DATADIR%%/pixmaps/default-blue/icondef.xml
+%%DATADIR%%/pixmaps/default-blue/roster/available-away.gif
+%%DATADIR%%/pixmaps/default-blue/roster/available-chat.gif
+%%DATADIR%%/pixmaps/default-blue/roster/available-dnd.gif
+%%DATADIR%%/pixmaps/default-blue/roster/available.gif
+%%DATADIR%%/pixmaps/default/docking/available-away.gif
+%%DATADIR%%/pixmaps/default/docking/available-chat.gif
+%%DATADIR%%/pixmaps/default/docking/available-dnd.gif
+%%DATADIR%%/pixmaps/default/docking/available-xa.gif
+%%DATADIR%%/pixmaps/default/docking/available.gif
+%%DATADIR%%/pixmaps/default/docking/blank.gif
+%%DATADIR%%/pixmaps/default/docking/invisible.gif
+%%DATADIR%%/pixmaps/default/docking/message-personal.gif
+%%DATADIR%%/pixmaps/default/docking/message-server.gif
+%%DATADIR%%/pixmaps/default/docking/message.gif
+%%DATADIR%%/pixmaps/default/docking/tkabber.ico
+%%DATADIR%%/pixmaps/default/docking/unavailable.gif
+%%DATADIR%%/pixmaps/default/icondef.xml
+%%DATADIR%%/pixmaps/default/roster/available-away.gif
+%%DATADIR%%/pixmaps/default/roster/available-chat.gif
+%%DATADIR%%/pixmaps/default/roster/available-dnd.gif
+%%DATADIR%%/pixmaps/default/roster/available-xa.gif
+%%DATADIR%%/pixmaps/default/roster/available.gif
+%%DATADIR%%/pixmaps/default/roster/conference-available.gif
+%%DATADIR%%/pixmaps/default/roster/conference-unavailable.gif
+%%DATADIR%%/pixmaps/default/roster/group-closed.gif
+%%DATADIR%%/pixmaps/default/roster/group-opened.gif
+%%DATADIR%%/pixmaps/default/roster/invisible.gif
+%%DATADIR%%/pixmaps/default/roster/stalker.gif
+%%DATADIR%%/pixmaps/default/roster/unavailable.gif
+%%DATADIR%%/pixmaps/default/services/aim_away.gif
+%%DATADIR%%/pixmaps/default/services/aim_chat.gif
+%%DATADIR%%/pixmaps/default/services/aim_dnd.gif
+%%DATADIR%%/pixmaps/default/services/aim_offline.gif
+%%DATADIR%%/pixmaps/default/services/aim_online.gif
+%%DATADIR%%/pixmaps/default/services/aim_xa.gif
+%%DATADIR%%/pixmaps/default/services/gg_away.gif
+%%DATADIR%%/pixmaps/default/services/gg_chat.gif
+%%DATADIR%%/pixmaps/default/services/gg_dnd.gif
+%%DATADIR%%/pixmaps/default/services/gg_offline.gif
+%%DATADIR%%/pixmaps/default/services/gg_online.gif
+%%DATADIR%%/pixmaps/default/services/gg_xa.gif
+%%DATADIR%%/pixmaps/default/services/icq_away.gif
+%%DATADIR%%/pixmaps/default/services/icq_chat.gif
+%%DATADIR%%/pixmaps/default/services/icq_dnd.gif
+%%DATADIR%%/pixmaps/default/services/icq_offline.gif
+%%DATADIR%%/pixmaps/default/services/icq_online.gif
+%%DATADIR%%/pixmaps/default/services/icq_xa.gif
+%%DATADIR%%/pixmaps/default/services/jud.gif
+%%DATADIR%%/pixmaps/default/services/mrim_away.gif
+%%DATADIR%%/pixmaps/default/services/mrim_offline.gif
+%%DATADIR%%/pixmaps/default/services/mrim_online.gif
+%%DATADIR%%/pixmaps/default/services/msn_away.gif
+%%DATADIR%%/pixmaps/default/services/msn_chat.gif
+%%DATADIR%%/pixmaps/default/services/msn_dnd.gif
+%%DATADIR%%/pixmaps/default/services/msn_offline.gif
+%%DATADIR%%/pixmaps/default/services/msn_online.gif
+%%DATADIR%%/pixmaps/default/services/msn_xa.gif
+%%DATADIR%%/pixmaps/default/services/rss_offline.gif
+%%DATADIR%%/pixmaps/default/services/rss_online.gif
+%%DATADIR%%/pixmaps/default/services/server.gif
+%%DATADIR%%/pixmaps/default/services/sms.gif
+%%DATADIR%%/pixmaps/default/services/weather_away.gif
+%%DATADIR%%/pixmaps/default/services/weather_chat.gif
+%%DATADIR%%/pixmaps/default/services/weather_dnd.gif
+%%DATADIR%%/pixmaps/default/services/weather_offline.gif
+%%DATADIR%%/pixmaps/default/services/weather_online.gif
+%%DATADIR%%/pixmaps/default/services/weather_xa.gif
+%%DATADIR%%/pixmaps/default/services/yahoo_away.gif
+%%DATADIR%%/pixmaps/default/services/yahoo_chat.gif
+%%DATADIR%%/pixmaps/default/services/yahoo_dnd.gif
+%%DATADIR%%/pixmaps/default/services/yahoo_offline.gif
+%%DATADIR%%/pixmaps/default/services/yahoo_online.gif
+%%DATADIR%%/pixmaps/default/services/yahoo_xa.gif
+%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-blue.gif
+%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-green.gif
+%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-red.gif
+%%DATADIR%%/pixmaps/default/tkabber/gpg-badencrypted.gif
+%%DATADIR%%/pixmaps/default/tkabber/gpg-badsigned.gif
+%%DATADIR%%/pixmaps/default/tkabber/gpg-encrypted.gif
+%%DATADIR%%/pixmaps/default/tkabber/gpg-signed.gif
+%%DATADIR%%/pixmaps/default/tkabber/gpg-unencrypted.gif
+%%DATADIR%%/pixmaps/default/tkabber/gpg-unsigned.gif
+%%DATADIR%%/pixmaps/default/tkabber/gpg-vsigned.gif
+%%DATADIR%%/pixmaps/default/tkabber/tkabber-logo.gif
+%%DATADIR%%/pixmaps/default/tkabber/toolbar-add-user.gif
+%%DATADIR%%/pixmaps/default/tkabber/toolbar-disco.gif
+%%DATADIR%%/pixmaps/default/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/pixmaps/default/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/pixmaps/default/tkabber/toolbar-show-online.gif
+%%DATADIR%%/pixmaps/default/tkabber/xaddress-blue.gif
+%%DATADIR%%/pixmaps/default/tkabber/xaddress-green.gif
+%%DATADIR%%/pixmaps/default/tkabber/xaddress-red.gif
+%%DATADIR%%/pixmaps/feather16/docking/available-away.gif
+%%DATADIR%%/pixmaps/feather16/docking/available-chat.gif
+%%DATADIR%%/pixmaps/feather16/docking/available-dnd.gif
+%%DATADIR%%/pixmaps/feather16/docking/available-xa.gif
+%%DATADIR%%/pixmaps/feather16/docking/available.gif
+%%DATADIR%%/pixmaps/feather16/docking/blank.gif
+%%DATADIR%%/pixmaps/feather16/docking/invisible.gif
+%%DATADIR%%/pixmaps/feather16/docking/message-personal.gif
+%%DATADIR%%/pixmaps/feather16/docking/message-server.gif
+%%DATADIR%%/pixmaps/feather16/docking/message.gif
+%%DATADIR%%/pixmaps/feather16/docking/tkabber.ico
+%%DATADIR%%/pixmaps/feather16/docking/unavailable.gif
+%%DATADIR%%/pixmaps/feather16/icondef.xml
+%%DATADIR%%/pixmaps/feather16/roster/available-away.gif
+%%DATADIR%%/pixmaps/feather16/roster/available-chat.gif
+%%DATADIR%%/pixmaps/feather16/roster/available-dnd.gif
+%%DATADIR%%/pixmaps/feather16/roster/available-xa.gif
+%%DATADIR%%/pixmaps/feather16/roster/available.gif
+%%DATADIR%%/pixmaps/feather16/roster/conference-available.gif
+%%DATADIR%%/pixmaps/feather16/roster/conference-unavailable.gif
+%%DATADIR%%/pixmaps/feather16/roster/invisible.gif
+%%DATADIR%%/pixmaps/feather16/roster/stalker.gif
+%%DATADIR%%/pixmaps/feather16/roster/unavailable.gif
+%%DATADIR%%/pixmaps/feather16/services/rss_away.gif
+%%DATADIR%%/pixmaps/feather16/services/rss_chat.gif
+%%DATADIR%%/pixmaps/feather16/services/rss_dnd.gif
+%%DATADIR%%/pixmaps/feather16/services/rss_offline.gif
+%%DATADIR%%/pixmaps/feather16/services/rss_online.gif
+%%DATADIR%%/pixmaps/feather16/services/rss_xa.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/gpg-badencrypted.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/gpg-badsigned.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/gpg-encrypted.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/gpg-signed.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/gpg-unencrypted.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/gpg-unsigned.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/gpg-vsigned.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-add-user.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-disco.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-show-online.gif
+%%DATADIR%%/pixmaps/feather22/icondef.xml
+%%DATADIR%%/pixmaps/feather22/roster/available-away.gif
+%%DATADIR%%/pixmaps/feather22/roster/available-chat.gif
+%%DATADIR%%/pixmaps/feather22/roster/available-dnd.gif
+%%DATADIR%%/pixmaps/feather22/roster/available-xa.gif
+%%DATADIR%%/pixmaps/feather22/roster/available.gif
+%%DATADIR%%/pixmaps/feather22/roster/invisible.gif
+%%DATADIR%%/pixmaps/feather22/roster/unavailable.gif
+%%DATADIR%%/pixmaps/stars/docking/available-away.gif
+%%DATADIR%%/pixmaps/stars/docking/available-chat.gif
+%%DATADIR%%/pixmaps/stars/docking/available-dnd.gif
+%%DATADIR%%/pixmaps/stars/docking/available-xa.gif
+%%DATADIR%%/pixmaps/stars/docking/available.gif
+%%DATADIR%%/pixmaps/stars/docking/invisible.gif
+%%DATADIR%%/pixmaps/stars/docking/message-personal.gif
+%%DATADIR%%/pixmaps/stars/docking/message-server.gif
+%%DATADIR%%/pixmaps/stars/docking/message.gif
+%%DATADIR%%/pixmaps/stars/docking/unavailable.gif
+%%DATADIR%%/pixmaps/stars/icondef.xml
+%%DATADIR%%/pixmaps/stars/roster/available-away.gif
+%%DATADIR%%/pixmaps/stars/roster/available-chat.gif
+%%DATADIR%%/pixmaps/stars/roster/available-dnd.gif
+%%DATADIR%%/pixmaps/stars/roster/available-xa.gif
+%%DATADIR%%/pixmaps/stars/roster/available.gif
+%%DATADIR%%/pixmaps/stars/roster/conference-available.gif
+%%DATADIR%%/pixmaps/stars/roster/conference-unavailable.gif
+%%DATADIR%%/pixmaps/stars/roster/group-closed.gif
+%%DATADIR%%/pixmaps/stars/roster/group-opened.gif
+%%DATADIR%%/pixmaps/stars/roster/invisible.gif
+%%DATADIR%%/pixmaps/stars/roster/stalker.gif
+%%DATADIR%%/pixmaps/stars/roster/unavailable.gif
+%%DATADIR%%/pixmaps/stars/services/rss_away.gif
+%%DATADIR%%/pixmaps/stars/services/rss_chat.gif
+%%DATADIR%%/pixmaps/stars/services/rss_dnd.gif
+%%DATADIR%%/pixmaps/stars/services/rss_offline.gif
+%%DATADIR%%/pixmaps/stars/services/rss_online.gif
+%%DATADIR%%/pixmaps/stars/services/rss_xa.gif
+%%DATADIR%%/pixmaps/stars/tkabber/chat-bookmark.gif
+%%DATADIR%%/pixmaps/stars/tkabber/chat-bookmark1.gif
+%%DATADIR%%/pixmaps/stars/tkabber/new-msg.gif
+%%DATADIR%%/pixmaps/stars/tkabber/toolbar-add-user.gif
+%%DATADIR%%/pixmaps/stars/tkabber/toolbar-disco.gif
+%%DATADIR%%/pixmaps/stars/tkabber/toolbar-disco_old.gif
+%%DATADIR%%/pixmaps/stars/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/pixmaps/stars/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/pixmaps/stars/tkabber/toolbar-show-online.gif
+%%DATADIR%%/pixmaps/stars/tkabber/xaddress.gif
+%%DATADIR%%/plugins.tcl
+%%DATADIR%%/plugins/chat/abbrev.tcl
+%%DATADIR%%/plugins/chat/bookmark_highlighted.tcl
+%%DATADIR%%/plugins/chat/chatstate.tcl
+%%DATADIR%%/plugins/chat/clear.tcl
+%%DATADIR%%/plugins/chat/complete_last_nick.tcl
+%%DATADIR%%/plugins/chat/completion.tcl
+%%DATADIR%%/plugins/chat/draw_error.tcl
+%%DATADIR%%/plugins/chat/draw_info.tcl
+%%DATADIR%%/plugins/chat/draw_message.tcl
+%%DATADIR%%/plugins/chat/draw_normal_message.tcl
+%%DATADIR%%/plugins/chat/draw_server_message.tcl
+%%DATADIR%%/plugins/chat/draw_timestamp.tcl
+%%DATADIR%%/plugins/chat/draw_xhtml_message.tcl
+%%DATADIR%%/plugins/chat/empty_body.tcl
+%%DATADIR%%/plugins/chat/events.tcl
+%%DATADIR%%/plugins/chat/exec_command.tcl
+%%DATADIR%%/plugins/chat/histool.tcl
+%%DATADIR%%/plugins/chat/history.tcl
+%%DATADIR%%/plugins/chat/info_commands.tcl
+%%DATADIR%%/plugins/chat/insert_nick.tcl
+%%DATADIR%%/plugins/chat/irc_commands.tcl
+%%DATADIR%%/plugins/chat/log_on_open.tcl
+%%DATADIR%%/plugins/chat/logger.tcl
+%%DATADIR%%/plugins/chat/me_command.tcl
+%%DATADIR%%/plugins/chat/muc_ignore.tcl
+%%DATADIR%%/plugins/chat/nick_colors.tcl
+%%DATADIR%%/plugins/chat/open_chat.tcl
+%%DATADIR%%/plugins/chat/open_window.tcl
+%%DATADIR%%/plugins/chat/popupmenu.tcl
+%%DATADIR%%/plugins/chat/postpone.tcl
+%%DATADIR%%/plugins/chat/send_message.tcl
+%%DATADIR%%/plugins/chat/unisymbols.tcl
+%%DATADIR%%/plugins/chat/update_tab.tcl
+%%DATADIR%%/plugins/filetransfer/http.tcl
+%%DATADIR%%/plugins/filetransfer/si.tcl
+%%DATADIR%%/plugins/general/autoaway.tcl
+%%DATADIR%%/plugins/general/avatars.tcl
+%%DATADIR%%/plugins/general/caps.tcl
+%%DATADIR%%/plugins/general/clientinfo.tcl
+%%DATADIR%%/plugins/general/copy_jid.tcl
+%%DATADIR%%/plugins/general/headlines.tcl
+%%DATADIR%%/plugins/general/ispell.tcl
+%%DATADIR%%/plugins/general/jitworkaround.tcl
+%%DATADIR%%/plugins/general/message_archive.tcl
+%%DATADIR%%/plugins/general/offline.tcl
+%%DATADIR%%/plugins/general/rawxml.tcl
+%%DATADIR%%/plugins/general/remote.tcl
+%%DATADIR%%/plugins/general/session.tcl
+%%DATADIR%%/plugins/general/shstatus.tcl
+%%DATADIR%%/plugins/general/sound.tcl
+%%DATADIR%%/plugins/general/stats.tcl
+%%DATADIR%%/plugins/general/subscribe_gateway.tcl
+%%DATADIR%%/plugins/general/tkcon.tcl
+%%DATADIR%%/plugins/general/xaddress.tcl
+%%DATADIR%%/plugins/general/xcommands.tcl
+%%DATADIR%%/plugins/iq/browse.tcl
+%%DATADIR%%/plugins/iq/last.tcl
+%%DATADIR%%/plugins/iq/ping.tcl
+%%DATADIR%%/plugins/iq/time.tcl
+%%DATADIR%%/plugins/iq/version.tcl
+%%DATADIR%%/plugins/other/aniemoticons/aniemoticons.tcl
+%%DATADIR%%/plugins/other/aniemoticons/anigif.tcl
+%%DATADIR%%/plugins/other/attline/AUTHORS
+%%DATADIR%%/plugins/other/attline/INSTALL
+%%DATADIR%%/plugins/other/attline/README
+%%DATADIR%%/plugins/other/attline/TODO
+%%DATADIR%%/plugins/other/attline/attline.tcl
+%%DATADIR%%/plugins/other/attline/license.terms
+%%DATADIR%%/plugins/other/attline/msgs/de.msg
+%%DATADIR%%/plugins/other/attline/msgs/es.msg
+%%DATADIR%%/plugins/other/attline/msgs/pl.msg
+%%DATADIR%%/plugins/other/attline/msgs/ru.msg
+%%DATADIR%%/plugins/other/autoanswer/AUTHORS
+%%DATADIR%%/plugins/other/autoanswer/INSTALL
+%%DATADIR%%/plugins/other/autoanswer/README
+%%DATADIR%%/plugins/other/autoanswer/autoanswer.tcl
+%%DATADIR%%/plugins/other/autoanswer/images/.svn/all-wcprops
+%%DATADIR%%/plugins/other/autoanswer/images/.svn/entries
+%%DATADIR%%/plugins/other/autoanswer/images/.svn/format
+%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/all-wcprops
+%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/entries
+%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/format
+%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/prop-base/answerback_off.gif.svn-base
+%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/prop-base/answerback_on.gif.svn-base
+%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/text-base/answerback_off.gif.svn-base
+%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/text-base/answerback_on.gif.svn-base
+%%DATADIR%%/plugins/other/autoanswer/images/default/answerback_off.gif
+%%DATADIR%%/plugins/other/autoanswer/images/default/answerback_on.gif
+%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/all-wcprops
+%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/entries
+%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/format
+%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/prop-base/ru.msg.svn-base
+%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/text-base/ru.msg.svn-base
+%%DATADIR%%/plugins/other/autoanswer/msgs/ru.msg
+%%DATADIR%%/plugins/other/bc/bc.tcl
+%%DATADIR%%/plugins/other/bc/ru.dic
+%%DATADIR%%/plugins/other/checkers/README
+%%DATADIR%%/plugins/other/checkers/checkers.tcl
+%%DATADIR%%/plugins/other/checkers/msgs/es.msg
+%%DATADIR%%/plugins/other/checkers/msgs/nl.msg
+%%DATADIR%%/plugins/other/checkers/msgs/pl.msg
+%%DATADIR%%/plugins/other/checkers/msgs/ru.msg
+%%DATADIR%%/plugins/other/checkers/msgs/uk.msg
+%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bf.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bk.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bp.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/icondef.xml
+%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wf.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wk.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wp.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bf.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bk.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bp.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/icondef.xml
+%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wf.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wk.gif
+%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wp.gif
+%%DATADIR%%/plugins/other/checkers/proto
+%%DATADIR%%/plugins/other/checkers/rules/brasilian.txt
+%%DATADIR%%/plugins/other/checkers/rules/italian.txt
+%%DATADIR%%/plugins/other/checkers/rules/pool.txt
+%%DATADIR%%/plugins/other/checkers/rules/russian.txt
+%%DATADIR%%/plugins/other/checkers/rules/spanish.txt
+%%DATADIR%%/plugins/other/checkers/rules/straight.txt
+%%DATADIR%%/plugins/other/chess/chess.tcl
+%%DATADIR%%/plugins/other/chess/msgs/es.msg
+%%DATADIR%%/plugins/other/chess/msgs/nl.msg
+%%DATADIR%%/plugins/other/chess/msgs/pl.msg
+%%DATADIR%%/plugins/other/chess/msgs/ro.msg
+%%DATADIR%%/plugins/other/chess/msgs/ru.msg
+%%DATADIR%%/plugins/other/chess/msgs/uk.msg
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/bb.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/bf.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/bk.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/bn.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/bp.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/bq.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/br.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/icondef.xml
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/wb.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/wf.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/wk.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/wn.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/wp.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/wq.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/classic/wr.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bb.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bf.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bk.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bn.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bp.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bq.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/br.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/icondef.xml
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wb.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wf.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wk.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wn.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wp.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wq.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wr.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bb.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bf.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bk.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bn.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bp.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bq.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/br.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/icondef.xml
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wb.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wf.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wk.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wn.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wp.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wq.gif
+%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wr.gif
+%%DATADIR%%/plugins/other/chess/proto
+%%DATADIR%%/plugins/other/ctcomp/AUTHORS
+%%DATADIR%%/plugins/other/ctcomp/ChangeLog
+%%DATADIR%%/plugins/other/ctcomp/INSTALL
+%%DATADIR%%/plugins/other/ctcomp/README
+%%DATADIR%%/plugins/other/ctcomp/TODO
+%%DATADIR%%/plugins/other/ctcomp/VERSION
+%%DATADIR%%/plugins/other/ctcomp/ctcomp.tcl
+%%DATADIR%%/plugins/other/ctcomp/license.terms
+%%DATADIR%%/plugins/other/custom-urls/custom-urls.tcl
+%%DATADIR%%/plugins/other/cyrillize/cyrillize.tcl
+%%DATADIR%%/plugins/other/cyrillize/engrus.tbl
+%%DATADIR%%/plugins/other/debug/debug.tcl
+%%DATADIR%%/plugins/other/debug/msgs/de.msg
+%%DATADIR%%/plugins/other/debug/msgs/es.msg
+%%DATADIR%%/plugins/other/debug/msgs/pl.msg
+%%DATADIR%%/plugins/other/debug/msgs/ru.msg
+%%DATADIR%%/plugins/other/debug/msgs/uk.msg
+%%DATADIR%%/plugins/other/ejabberd/ejabberd.tcl
+%%DATADIR%%/plugins/other/ejabberd/msgs/es.msg
+%%DATADIR%%/plugins/other/ejabberd/msgs/pl.msg
+%%DATADIR%%/plugins/other/ejabberd/msgs/ru.msg
+%%DATADIR%%/plugins/other/ejabberd/msgs/uk.msg
+%%DATADIR%%/plugins/other/floatinglog/AUTHORS
+%%DATADIR%%/plugins/other/floatinglog/ChangeLog
+%%DATADIR%%/plugins/other/floatinglog/INSTALL
+%%DATADIR%%/plugins/other/floatinglog/TODO
+%%DATADIR%%/plugins/other/floatinglog/VERSION
+%%DATADIR%%/plugins/other/floatinglog/floatinglog.tcl
+%%DATADIR%%/plugins/other/floatinglog/license.terms
+%%DATADIR%%/plugins/other/floatinglog/msgs/de.msg
+%%DATADIR%%/plugins/other/floatinglog/msgs/es.msg
+%%DATADIR%%/plugins/other/floatinglog/msgs/pl.msg
+%%DATADIR%%/plugins/other/floatinglog/msgs/ru.msg
+%%DATADIR%%/plugins/other/georoster/ChangeLog
+%%DATADIR%%/plugins/other/georoster/bwmap2.gif
+%%DATADIR%%/plugins/other/georoster/bwmap4.gif
+%%DATADIR%%/plugins/other/georoster/colormap.jpg
+%%DATADIR%%/plugins/other/georoster/darkmap.gif
+%%DATADIR%%/plugins/other/georoster/de.coords
+%%DATADIR%%/plugins/other/georoster/earth
+%%DATADIR%%/plugins/other/georoster/earth.ru
+%%DATADIR%%/plugins/other/georoster/georoster.tcl
+%%DATADIR%%/plugins/other/georoster/howto.txt
+%%DATADIR%%/plugins/other/georoster/iso3166
+%%DATADIR%%/plugins/other/georoster/jm.coords
+%%DATADIR%%/plugins/other/georoster/msgs/de.msg
+%%DATADIR%%/plugins/other/georoster/msgs/es.msg
+%%DATADIR%%/plugins/other/georoster/msgs/nl.msg
+%%DATADIR%%/plugins/other/georoster/msgs/pl.msg
+%%DATADIR%%/plugins/other/georoster/msgs/ro.msg
+%%DATADIR%%/plugins/other/georoster/msgs/ru.msg
+%%DATADIR%%/plugins/other/georoster/msgs/uk.msg
+%%DATADIR%%/plugins/other/georoster/nl.coords
+%%DATADIR%%/plugins/other/georoster/ru.coords
+%%DATADIR%%/plugins/other/georoster/ua.coords
+%%DATADIR%%/plugins/other/georoster/us.coords
+%%DATADIR%%/plugins/other/gmail/gmail.tcl
+%%DATADIR%%/plugins/other/gmail/msgs/de.msg
+%%DATADIR%%/plugins/other/gmail/msgs/es.msg
+%%DATADIR%%/plugins/other/gmail/msgs/pl.msg
+%%DATADIR%%/plugins/other/gmail/msgs/ru.msg
+%%DATADIR%%/plugins/other/iconsets/amibulb/docking/tkabber.ico
+%%DATADIR%%/plugins/other/iconsets/amibulb/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/group-closed.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/group-opened.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/stalker.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/roster/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-add-user.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-disco.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-show-online.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/available.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/message-personal.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/message-server.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/message.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/tkabber.ico
+%%DATADIR%%/plugins/other/iconsets/gabber/docking/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/available.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/conference-available.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/conference-unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/group-closed.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/group-opened.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/stalker.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/roster/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_away.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_chat.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_offline.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_online.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_xa.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_away.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_chat.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_offline.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_online.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_xa.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/jud.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_away.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_chat.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_offline.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_online.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_xa.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_away.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_chat.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_offline.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_online.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_xa.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/sms.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_away.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_chat.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_offline.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_online.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_xa.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-add-user.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-disco.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-show-online.gif
+%%DATADIR%%/plugins/other/iconsets/gush/docking/tkabber.ico
+%%DATADIR%%/plugins/other/iconsets/gush/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/gush/roster/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/available.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/available2.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/group-closed.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/group-opened.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/stalker.gif
+%%DATADIR%%/plugins/other/iconsets/gush/roster/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-add-user.gif
+%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-disco.gif
+%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-show-online.gif
+%%DATADIR%%/plugins/other/iconsets/iconsets.tcl
+%%DATADIR%%/plugins/other/iconsets/icq/docking/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/icq/docking/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/icq/docking/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/icq/docking/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/icq/docking/available.gif
+%%DATADIR%%/plugins/other/iconsets/icq/docking/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/icq/docking/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/icq/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/icq/roster/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/available.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/message.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/send.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/stalker.gif
+%%DATADIR%%/plugins/other/iconsets/icq/roster/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-add-user.gif
+%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-disco.gif
+%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-show-online.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/docking/available.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/docking/tkabber.ico
+%%DATADIR%%/plugins/other/iconsets/jajc/docking/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/available.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/conference-available.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/conference-unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/group-closed.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/group-opened.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/group_closed.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/group_opened.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/roster/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_away.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_chat.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_offline.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_online.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_xa.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_away.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_chat.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_offline.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_online.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_xa.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/jud.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_away.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_chat.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_offline.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_online.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_xa.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/sms.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_away.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_chat.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_offline.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_online.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_xa.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-add-user.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-disco.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-show-online.gif
+%%DATADIR%%/plugins/other/iconsets/jarl/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/jarl/roster/available.gif
+%%DATADIR%%/plugins/other/iconsets/jarl/roster/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/jarl/roster/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/docking/available.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/docking/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/docking/tkabber.ico
+%%DATADIR%%/plugins/other/iconsets/kroc/docking/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/available.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/conference-available.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/conference-unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/group-closed.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/group-opened.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/invisible.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/stalker.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/roster/unsubscribed.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_offline.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_online.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_offline.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_online.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_offline.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_online.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/jud.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_offline.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_online.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_offline.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_online.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/sms.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_offline.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_online.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_away.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_chat.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_dnd.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_offline.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_online.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_xa.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-badsigned.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-encrypted.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-signed.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-unencrypted.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-unsigned.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-add-user.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-disco.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-show-online.gif
+%%DATADIR%%/plugins/other/iconsets/psi/icondef.xml
+%%DATADIR%%/plugins/other/iconsets/psi/roster/available-away.gif
+%%DATADIR%%/plugins/other/iconsets/psi/roster/available-chat.gif
+%%DATADIR%%/plugins/other/iconsets/psi/roster/available-dnd.gif
+%%DATADIR%%/plugins/other/iconsets/psi/roster/available-xa.gif
+%%DATADIR%%/plugins/other/iconsets/psi/roster/available.gif
+%%DATADIR%%/plugins/other/iconsets/psi/roster/group-closed.gif
+%%DATADIR%%/plugins/other/iconsets/psi/roster/group-opened.gif
+%%DATADIR%%/plugins/other/iconsets/psi/roster/stalker.gif
+%%DATADIR%%/plugins/other/iconsets/psi/roster/unavailable.gif
+%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-add-user.gif
+%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-disco.gif
+%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-join-conference.gif
+%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-show-offline.gif
+%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-show-online.gif
+%%DATADIR%%/plugins/other/jidlink/README
+%%DATADIR%%/plugins/other/jidlink/jidlink.tcl
+%%DATADIR%%/plugins/other/jidlink/msgs/de.msg
+%%DATADIR%%/plugins/other/jidlink/msgs/pl.msg
+%%DATADIR%%/plugins/other/jidlink/msgs/ru.msg
+%%DATADIR%%/plugins/other/jidlink/plugins/dtcp.tcl
+%%DATADIR%%/plugins/other/jidlink/plugins/filetransfer.tcl
+%%DATADIR%%/plugins/other/jidlink/plugins/ibb.tcl
+%%DATADIR%%/plugins/other/latex/latex.tcl
+%%DATADIR%%/plugins/other/latex/msgs/de.msg
+%%DATADIR%%/plugins/other/latex/msgs/es.msg
+%%DATADIR%%/plugins/other/latex/msgs/ru.msg
+%%DATADIR%%/plugins/other/latex/msgs/uk.msg
+%%DATADIR%%/plugins/other/mute/msgs/ru.msg
+%%DATADIR%%/plugins/other/mute/mute.tcl
+%%DATADIR%%/plugins/other/openurl/msgs/de.msg
+%%DATADIR%%/plugins/other/openurl/msgs/es.msg
+%%DATADIR%%/plugins/other/openurl/msgs/pl.msg
+%%DATADIR%%/plugins/other/openurl/msgs/ru.msg
+%%DATADIR%%/plugins/other/openurl/openurl.tcl
+%%DATADIR%%/plugins/other/osd/ChangeLog
+%%DATADIR%%/plugins/other/osd/osd.tcl
+%%DATADIR%%/plugins/other/presencecmd/AUTHORS
+%%DATADIR%%/plugins/other/presencecmd/INSTALL
+%%DATADIR%%/plugins/other/presencecmd/README
+%%DATADIR%%/plugins/other/presencecmd/TODO
+%%DATADIR%%/plugins/other/presencecmd/VERSION
+%%DATADIR%%/plugins/other/presencecmd/license.terms
+%%DATADIR%%/plugins/other/presencecmd/msgs/de.msg
+%%DATADIR%%/plugins/other/presencecmd/msgs/es.msg
+%%DATADIR%%/plugins/other/presencecmd/msgs/pl.msg
+%%DATADIR%%/plugins/other/presencecmd/msgs/ru.msg
+%%DATADIR%%/plugins/other/presencecmd/presencecmd.tcl
+%%DATADIR%%/plugins/other/quiz/quiz.tcl
+%%DATADIR%%/plugins/other/quiz/quizdata.txt
+%%DATADIR%%/plugins/other/receipts/AUTHORS
+%%DATADIR%%/plugins/other/receipts/INSTALL
+%%DATADIR%%/plugins/other/receipts/README
+%%DATADIR%%/plugins/other/receipts/TODO
+%%DATADIR%%/plugins/other/receipts/images/.svn/all-wcprops
+%%DATADIR%%/plugins/other/receipts/images/.svn/entries
+%%DATADIR%%/plugins/other/receipts/images/.svn/format
+%%DATADIR%%/plugins/other/receipts/images/.svn/prop-base/confirmed.gif.svn-base
+%%DATADIR%%/plugins/other/receipts/images/.svn/prop-base/unconfirmed.gif.svn-base
+%%DATADIR%%/plugins/other/receipts/images/.svn/text-base/confirmed.gif.svn-base
+%%DATADIR%%/plugins/other/receipts/images/.svn/text-base/unconfirmed.gif.svn-base
+%%DATADIR%%/plugins/other/receipts/images/confirmed.gif
+%%DATADIR%%/plugins/other/receipts/images/unconfirmed.gif
+%%DATADIR%%/plugins/other/receipts/license.terms
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/all-wcprops
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/entries
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/format
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/de.msg.svn-base
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/pl.msg.svn-base
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/ru.msg.svn-base
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/de.msg.svn-base
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/pl.msg.svn-base
+%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/ru.msg.svn-base
+%%DATADIR%%/plugins/other/receipts/msgs/de.msg
+%%DATADIR%%/plugins/other/receipts/msgs/pl.msg
+%%DATADIR%%/plugins/other/receipts/msgs/ru.msg
+%%DATADIR%%/plugins/other/receipts/receipts.tcl
+%%DATADIR%%/plugins/other/receipts/recentstatus.tcl
+%%DATADIR%%/plugins/other/renju/msgs/ru.msg
+%%DATADIR%%/plugins/other/renju/pixmaps/black/b.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/bot.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/center.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/icondef.xml
+%%DATADIR%%/plugins/other/renju/pixmaps/black/left.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/left_bot.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/left_top.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/middle.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/right.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/right_bot.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/right_top.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/top.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/black/w.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/b.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/bot.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/center.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/icondef.xml
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/left.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/left_bot.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/left_top.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/middle.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/right.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/right_bot.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/right_top.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/top.gif
+%%DATADIR%%/plugins/other/renju/pixmaps/stones/w.gif
+%%DATADIR%%/plugins/other/renju/proto
+%%DATADIR%%/plugins/other/renju/renju.tcl
+%%DATADIR%%/plugins/other/reversi/msgs/es.msg
+%%DATADIR%%/plugins/other/reversi/msgs/nl.msg
+%%DATADIR%%/plugins/other/reversi/msgs/pl.msg
+%%DATADIR%%/plugins/other/reversi/msgs/ru.msg
+%%DATADIR%%/plugins/other/reversi/msgs/uk.msg
+%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/b.gif
+%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/bf.gif
+%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/icondef.xml
+%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/w.gif
+%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/wf.gif
+%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/b.gif
+%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/bf.gif
+%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/icondef.xml
+%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/w.gif
+%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/wf.gif
+%%DATADIR%%/plugins/other/reversi/proto
+%%DATADIR%%/plugins/other/reversi/reversi.tcl
+%%DATADIR%%/plugins/other/socials/ChangeLog
+%%DATADIR%%/plugins/other/socials/README
+%%DATADIR%%/plugins/other/socials/socials.en
+%%DATADIR%%/plugins/other/socials/socials.tcl
+%%DATADIR%%/plugins/other/spy/msgs/de.msg
+%%DATADIR%%/plugins/other/spy/msgs/es.msg
+%%DATADIR%%/plugins/other/spy/msgs/pl.msg
+%%DATADIR%%/plugins/other/spy/msgs/ru.msg
+%%DATADIR%%/plugins/other/spy/msgs/uk.msg
+%%DATADIR%%/plugins/other/spy/spy.tcl
+%%DATADIR%%/plugins/other/spyiq/spyiq.tcl
+%%DATADIR%%/plugins/other/traffic/Changelog
+%%DATADIR%%/plugins/other/traffic/msgs/de.msg
+%%DATADIR%%/plugins/other/traffic/msgs/es.msg
+%%DATADIR%%/plugins/other/traffic/msgs/pl.msg
+%%DATADIR%%/plugins/other/traffic/msgs/ru.msg
+%%DATADIR%%/plugins/other/traffic/msgs/uk.msg
+%%DATADIR%%/plugins/other/traffic/traffic.tcl
+%%DATADIR%%/plugins/other/traffic/version.txt
+%%DATADIR%%/plugins/other/whiteboard/ChangeLog
+%%DATADIR%%/plugins/other/whiteboard/msgs/de.msg
+%%DATADIR%%/plugins/other/whiteboard/msgs/es.msg
+%%DATADIR%%/plugins/other/whiteboard/msgs/nl.msg
+%%DATADIR%%/plugins/other/whiteboard/msgs/pl.msg
+%%DATADIR%%/plugins/other/whiteboard/msgs/ro.msg
+%%DATADIR%%/plugins/other/whiteboard/msgs/ru.msg
+%%DATADIR%%/plugins/other/whiteboard/msgs/uk.msg
+%%DATADIR%%/plugins/other/whiteboard/svgrender.tcl
+%%DATADIR%%/plugins/other/whiteboard/whiteboard.tcl
+%%DATADIR%%/plugins/pep/user_activity.tcl
+%%DATADIR%%/plugins/pep/user_location.tcl
+%%DATADIR%%/plugins/pep/user_mood.tcl
+%%DATADIR%%/plugins/pep/user_tune.tcl
+%%DATADIR%%/plugins/richtext/chatlog.tcl
+%%DATADIR%%/plugins/richtext/emoticons.tcl
+%%DATADIR%%/plugins/richtext/highlight.tcl
+%%DATADIR%%/plugins/richtext/stylecodes.tcl
+%%DATADIR%%/plugins/richtext/urls.tcl
+%%DATADIR%%/plugins/roster/annotations.tcl
+%%DATADIR%%/plugins/roster/backup.tcl
+%%DATADIR%%/plugins/roster/bkup_annotations.tcl
+%%DATADIR%%/plugins/roster/bkup_conferences.tcl
+%%DATADIR%%/plugins/roster/cache_categories.tcl
+%%DATADIR%%/plugins/roster/conferenceinfo.tcl
+%%DATADIR%%/plugins/roster/conferences.tcl
+%%DATADIR%%/plugins/roster/fetch_nicknames.tcl
+%%DATADIR%%/plugins/roster/roster_delimiter.tcl
+%%DATADIR%%/plugins/roster/rosterx.tcl
+%%DATADIR%%/plugins/search/browser.tcl
+%%DATADIR%%/plugins/search/chat.tcl
+%%DATADIR%%/plugins/search/custom.tcl
+%%DATADIR%%/plugins/search/headlines.tcl
+%%DATADIR%%/plugins/search/logger.tcl
+%%DATADIR%%/plugins/search/rawxml.tcl
+%%DATADIR%%/plugins/search/search.tcl
+%%DATADIR%%/plugins/search/spanel.tcl
+%%DATADIR%%/plugins/si/ibb.tcl
+%%DATADIR%%/plugins/si/iqibb.tcl
+%%DATADIR%%/plugins/si/socks5.tcl
+%%DATADIR%%/plugins/unix/dockingtray.tcl
+%%DATADIR%%/plugins/unix/icon.tcl
+%%DATADIR%%/plugins/unix/menu.tcl
+%%DATADIR%%/plugins/unix/menu8.4.tcl
+%%DATADIR%%/plugins/unix/systray.tcl
+%%DATADIR%%/plugins/unix/tktray.tcl
+%%DATADIR%%/plugins/unix/wmdock.tcl
+%%DATADIR%%/plugins/windows/console.tcl
+%%DATADIR%%/plugins/windows/mousewheel.tcl
+%%DATADIR%%/plugins/windows/taskbar.tcl
+%%DATADIR%%/presence.tcl
+%%DATADIR%%/privacy.tcl
+%%DATADIR%%/private.tcl
+%%DATADIR%%/pubsub.tcl
+%%DATADIR%%/register.tcl
+%%DATADIR%%/richtext.tcl
+%%DATADIR%%/roster.tcl
+%%DATADIR%%/search.tcl
+%%DATADIR%%/si.tcl
+%%DATADIR%%/sounds/default/chat_their_message.wav
+%%DATADIR%%/sounds/default/connected.wav
+%%DATADIR%%/sounds/default/groupchat_server_message.wav
+%%DATADIR%%/sounds/default/groupchat_their_message.wav
+%%DATADIR%%/sounds/default/groupchat_their_message_to_me.wav
+%%DATADIR%%/sounds/default/presence_available.wav
+%%DATADIR%%/sounds/default/presence_unavailable.wav
+%%DATADIR%%/sounds/psi/chat_their_message.wav
+%%DATADIR%%/sounds/psi/connected.wav
+%%DATADIR%%/sounds/psi/groupchat_server_message.wav
+%%DATADIR%%/sounds/psi/groupchat_their_message.wav
+%%DATADIR%%/sounds/psi/groupchat_their_message_to_me.wav
+%%DATADIR%%/sounds/psi/presence_available.wav
+%%DATADIR%%/sounds/psi/presence_unavailable.wav
+%%DATADIR%%/splash.tcl
+%%DATADIR%%/tclxml/pkgIndex.tcl
+%%DATADIR%%/tclxml/sgml-8.1.tcl
+%%DATADIR%%/tclxml/sgmlparser.tcl
+%%DATADIR%%/tclxml/tclparser-8.1.tcl
+%%DATADIR%%/tclxml/xml-8.1.tcl
+%%DATADIR%%/tclxml/xml__tcl.tcl
+%%DATADIR%%/tkabbur.tcl
+%%DATADIR%%/trans.tcl
+%%DATADIR%%/trans/de.msg
+%%DATADIR%%/trans/es.msg
+%%DATADIR%%/trans/pl.msg
+%%DATADIR%%/trans/ru.msg
+%%DATADIR%%/trans/uk.msg
+%%DATADIR%%/userinfo.tcl
+%%DATADIR%%/utils.tcl
+%%DATADIR%%/xmppmime.tcl
+@dirrm %%DATADIR%%/trans
+@dirrm %%DATADIR%%/tclxml
+@dirrm %%DATADIR%%/sounds/psi
+@dirrm %%DATADIR%%/sounds/default
+@dirrm %%DATADIR%%/sounds
+@dirrm %%DATADIR%%/plugins/windows
+@dirrm %%DATADIR%%/plugins/unix
+@dirrm %%DATADIR%%/plugins/si
+@dirrm %%DATADIR%%/plugins/search
+@dirrm %%DATADIR%%/plugins/roster
+@dirrm %%DATADIR%%/plugins/richtext
+@dirrm %%DATADIR%%/plugins/pep
+@dirrm %%DATADIR%%/plugins/other/whiteboard/msgs
+@dirrm %%DATADIR%%/plugins/other/whiteboard
+@dirrm %%DATADIR%%/plugins/other/traffic/msgs
+@dirrm %%DATADIR%%/plugins/other/traffic
+@dirrm %%DATADIR%%/plugins/other/spyiq
+@dirrm %%DATADIR%%/plugins/other/spy/msgs
+@dirrm %%DATADIR%%/plugins/other/spy
+@dirrm %%DATADIR%%/plugins/other/socials
+@dirrm %%DATADIR%%/plugins/other/reversi/pixmaps/xboard
+@dirrm %%DATADIR%%/plugins/other/reversi/pixmaps/checkers
+@dirrm %%DATADIR%%/plugins/other/reversi/pixmaps
+@dirrm %%DATADIR%%/plugins/other/reversi/msgs
+@dirrm %%DATADIR%%/plugins/other/reversi
+@dirrm %%DATADIR%%/plugins/other/renju/pixmaps/stones
+@dirrm %%DATADIR%%/plugins/other/renju/pixmaps/black
+@dirrm %%DATADIR%%/plugins/other/renju/pixmaps
+@dirrm %%DATADIR%%/plugins/other/renju/msgs
+@dirrm %%DATADIR%%/plugins/other/renju
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/tmp/text-base
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/tmp/props
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/tmp
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/props
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn
+@dirrm %%DATADIR%%/plugins/other/receipts/msgs
+@dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/tmp/text-base
+@dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/tmp/props
+@dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/tmp
+@dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/text-base
+@dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/props
+@dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/prop-base
+@dirrm %%DATADIR%%/plugins/other/receipts/images/.svn
+@dirrm %%DATADIR%%/plugins/other/receipts/images
+@dirrm %%DATADIR%%/plugins/other/receipts
+@dirrm %%DATADIR%%/plugins/other/quiz
+@dirrm %%DATADIR%%/plugins/other/presencecmd/msgs
+@dirrm %%DATADIR%%/plugins/other/presencecmd
+@dirrm %%DATADIR%%/plugins/other/osd
+@dirrm %%DATADIR%%/plugins/other/openurl/msgs
+@dirrm %%DATADIR%%/plugins/other/openurl
+@dirrm %%DATADIR%%/plugins/other/mute/msgs
+@dirrm %%DATADIR%%/plugins/other/mute
+@dirrm %%DATADIR%%/plugins/other/latex/msgs
+@dirrm %%DATADIR%%/plugins/other/latex
+@dirrm %%DATADIR%%/plugins/other/jidlink/plugins
+@dirrm %%DATADIR%%/plugins/other/jidlink/msgs
+@dirrm %%DATADIR%%/plugins/other/jidlink
+@dirrm %%DATADIR%%/plugins/other/iconsets/psi/tkabber
+@dirrm %%DATADIR%%/plugins/other/iconsets/psi/roster
+@dirrm %%DATADIR%%/plugins/other/iconsets/psi
+@dirrm %%DATADIR%%/plugins/other/iconsets/kroc/tkabber
+@dirrm %%DATADIR%%/plugins/other/iconsets/kroc/services
+@dirrm %%DATADIR%%/plugins/other/iconsets/kroc/roster
+@dirrm %%DATADIR%%/plugins/other/iconsets/kroc/docking
+@dirrm %%DATADIR%%/plugins/other/iconsets/kroc
+@dirrm %%DATADIR%%/plugins/other/iconsets/jarl/roster
+@dirrm %%DATADIR%%/plugins/other/iconsets/jarl
+@dirrm %%DATADIR%%/plugins/other/iconsets/jajc/tkabber
+@dirrm %%DATADIR%%/plugins/other/iconsets/jajc/services
+@dirrm %%DATADIR%%/plugins/other/iconsets/jajc/roster
+@dirrm %%DATADIR%%/plugins/other/iconsets/jajc/docking
+@dirrm %%DATADIR%%/plugins/other/iconsets/jajc
+@dirrm %%DATADIR%%/plugins/other/iconsets/icq/tkabber
+@dirrm %%DATADIR%%/plugins/other/iconsets/icq/roster
+@dirrm %%DATADIR%%/plugins/other/iconsets/icq/docking
+@dirrm %%DATADIR%%/plugins/other/iconsets/icq
+@dirrm %%DATADIR%%/plugins/other/iconsets/gush/tkabber
+@dirrm %%DATADIR%%/plugins/other/iconsets/gush/roster
+@dirrm %%DATADIR%%/plugins/other/iconsets/gush/docking
+@dirrm %%DATADIR%%/plugins/other/iconsets/gush
+@dirrm %%DATADIR%%/plugins/other/iconsets/gabber/tkabber
+@dirrm %%DATADIR%%/plugins/other/iconsets/gabber/services
+@dirrm %%DATADIR%%/plugins/other/iconsets/gabber/roster
+@dirrm %%DATADIR%%/plugins/other/iconsets/gabber/docking
+@dirrm %%DATADIR%%/plugins/other/iconsets/gabber
+@dirrm %%DATADIR%%/plugins/other/iconsets/amibulb/tkabber
+@dirrm %%DATADIR%%/plugins/other/iconsets/amibulb/roster
+@dirrm %%DATADIR%%/plugins/other/iconsets/amibulb/docking
+@dirrm %%DATADIR%%/plugins/other/iconsets/amibulb
+@dirrm %%DATADIR%%/plugins/other/iconsets
+@dirrm %%DATADIR%%/plugins/other/gmail/msgs
+@dirrm %%DATADIR%%/plugins/other/gmail
+@dirrm %%DATADIR%%/plugins/other/georoster/msgs
+@dirrm %%DATADIR%%/plugins/other/georoster
+@dirrm %%DATADIR%%/plugins/other/floatinglog/msgs
+@dirrm %%DATADIR%%/plugins/other/floatinglog
+@dirrm %%DATADIR%%/plugins/other/ejabberd/msgs
+@dirrm %%DATADIR%%/plugins/other/ejabberd
+@dirrm %%DATADIR%%/plugins/other/debug/msgs
+@dirrm %%DATADIR%%/plugins/other/debug
+@dirrm %%DATADIR%%/plugins/other/cyrillize
+@dirrm %%DATADIR%%/plugins/other/custom-urls
+@dirrm %%DATADIR%%/plugins/other/ctcomp
+@dirrm %%DATADIR%%/plugins/other/chess/pixmaps/xboard
+@dirrm %%DATADIR%%/plugins/other/chess/pixmaps/wooden
+@dirrm %%DATADIR%%/plugins/other/chess/pixmaps/classic
+@dirrm %%DATADIR%%/plugins/other/chess/pixmaps
+@dirrm %%DATADIR%%/plugins/other/chess/msgs
+@dirrm %%DATADIR%%/plugins/other/chess
+@dirrm %%DATADIR%%/plugins/other/checkers/rules
+@dirrm %%DATADIR%%/plugins/other/checkers/pixmaps/xboard
+@dirrm %%DATADIR%%/plugins/other/checkers/pixmaps/checkers
+@dirrm %%DATADIR%%/plugins/other/checkers/pixmaps
+@dirrm %%DATADIR%%/plugins/other/checkers/msgs
+@dirrm %%DATADIR%%/plugins/other/checkers
+@dirrm %%DATADIR%%/plugins/other/bc
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/tmp/text-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/tmp/props
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/tmp
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/text-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/props
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/prop-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn
+@dirrm %%DATADIR%%/plugins/other/autoanswer/msgs
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/tmp/text-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/tmp/props
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/tmp
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/text-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/props
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/prop-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/default
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/tmp/text-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/tmp/props
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/tmp
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/text-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/props
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/prop-base
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn
+@dirrm %%DATADIR%%/plugins/other/autoanswer/images
+@dirrm %%DATADIR%%/plugins/other/autoanswer
+@dirrm %%DATADIR%%/plugins/other/attline/msgs
+@dirrm %%DATADIR%%/plugins/other/attline
+@dirrm %%DATADIR%%/plugins/other/aniemoticons
+@dirrm %%DATADIR%%/plugins/other
+@dirrm %%DATADIR%%/plugins/iq
+@dirrm %%DATADIR%%/plugins/general
+@dirrm %%DATADIR%%/plugins/filetransfer
+@dirrm %%DATADIR%%/plugins/chat
+@dirrm %%DATADIR%%/plugins
+@dirrm %%DATADIR%%/pixmaps/stars/tkabber
+@dirrm %%DATADIR%%/pixmaps/stars/services
+@dirrm %%DATADIR%%/pixmaps/stars/roster
+@dirrm %%DATADIR%%/pixmaps/stars/docking
+@dirrm %%DATADIR%%/pixmaps/stars
+@dirrm %%DATADIR%%/pixmaps/feather22/roster
+@dirrm %%DATADIR%%/pixmaps/feather22
+@dirrm %%DATADIR%%/pixmaps/feather16/tkabber
+@dirrm %%DATADIR%%/pixmaps/feather16/services
+@dirrm %%DATADIR%%/pixmaps/feather16/roster
+@dirrm %%DATADIR%%/pixmaps/feather16/docking
+@dirrm %%DATADIR%%/pixmaps/feather16
+@dirrm %%DATADIR%%/pixmaps/default/tkabber
+@dirrm %%DATADIR%%/pixmaps/default/services
+@dirrm %%DATADIR%%/pixmaps/default/roster
+@dirrm %%DATADIR%%/pixmaps/default/docking
+@dirrm %%DATADIR%%/pixmaps/default-blue/roster
+@dirrm %%DATADIR%%/pixmaps/default-blue/docking
+@dirrm %%DATADIR%%/pixmaps/default-blue
+@dirrm %%DATADIR%%/pixmaps/default
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%/msgs
+@dirrm %%DATADIR%%/mclistbox
+@dirrm %%DATADIR%%/jabberlib
+@dirrm %%DATADIR%%/ifacetk
+@dirrm %%DATADIR%%/emoticons/default
+@dirrm %%DATADIR%%/emoticons
+@dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/tmp/text-base
+@dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/tmp/props
+@dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/tmp
+@dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/text-base
+@dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/props
+@dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/prop-base
+@dirrm %%DATADIR%%/contrib/contrib/starkit/.svn
+@dirrm %%DATADIR%%/contrib/contrib/starkit
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/tmp/text-base
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/tmp/props
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/tmp
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/text-base
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/props
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/prop-base
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn
+@dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/tmp/text-base
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/tmp/props
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/tmp
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/text-base
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/props
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/prop-base
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn
+@dirrm %%DATADIR%%/contrib/contrib/extract-translations
+@dirrm %%DATADIR%%/contrib/contrib/.svn/tmp/text-base
+@dirrm %%DATADIR%%/contrib/contrib/.svn/tmp/props
+@dirrm %%DATADIR%%/contrib/contrib/.svn/tmp/prop-base
+@dirrm %%DATADIR%%/contrib/contrib/.svn/tmp
+@dirrm %%DATADIR%%/contrib/contrib/.svn/text-base
+@dirrm %%DATADIR%%/contrib/contrib/.svn/props
+@dirrm %%DATADIR%%/contrib/contrib/.svn/prop-base
+@dirrm %%DATADIR%%/contrib/contrib/.svn
+@dirrm %%DATADIR%%/contrib/contrib
+@dirrm %%DATADIR%%/contrib
+@dirrm %%DATADIR%%