View | Details | Raw Unified | Return to bug 145400
Collapse All | Expand All

(-)emesene/Makefile (-24 / +30 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	emesene
8
PORTNAME=	emesene
9
PORTVERSION=	1.5.1
9
PORTVERSION=	1.6.1
10
PORTREVISION=	2
11
CATEGORIES=	net-im python
10
CATEGORIES=	net-im python
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
13
12
14
MAINTAINER=	acm@FreeBSD.org
13
MAINTAINER=	acm@FreeBSD.org
15
COMMENT=	A MSN Messenger client writen in python
14
COMMENT=	A MSN Messenger client writen in python
Lines 22-48 Link Here
22
USE_GETTEXT=	yes
21
USE_GETTEXT=	yes
23
USE_GNOME=	pygtk2
22
USE_GNOME=	pygtk2
24
USE_GSTREAMER=	python
23
USE_GSTREAMER=	python
25
REINPLACE_ARGS=	-i ""
24
INSTALL_ICONS=	yes
26
25
27
PLIST=		${WRKDIR}/pkg-plist
26
PYDISTUTILS_BUILDARGS+=	--prefix=${LOCALBASE}
28
27
29
DESKTOP_ENTRIES="${PORTNAME}" \
28
MAN1=	emesene.1
30
		"${COMMENT}" \
31
		"${DATADIR}/themes/default/userPanel.png" \
32
		"${PORTNAME}" \
33
		"Network;InstantMessaging;GTK;" \
34
		"false"
35
29
36
post-extract:
30
post-extract:
31
	@${FIND} ${WRKSRC} -type f -name 'theme~' -exec ${RM} -f \{\} \;
37
	@cd ${WRKSRC} && \
32
	@cd ${WRKSRC} && \
38
		${RM} -f GPL LGPL README
33
		${RM} -f GPL LGPL README COPYING MANIFEST.in PSF
34
# Delete 'Spotify.py' because this file needs spotify.exe
35
	@${RM} -f ${WRKSRC}/plugins_base/currentSong/Spotify.py
36
# Delete audio players which are not in ports
37
	@cd ${WRKSRC}/plugins_base/currentSong/ && \
38
		${RM} -f Amarok2.py Gmusicbrowser.py Guayadeque.py \
39
		Listen.py Songbird.py Winamp.py 
39
40
40
post-patch:
41
post-patch:
41
	@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/${PORTNAME}
42
	@${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/setup.py
42
43
43
do-build:
44
do-build:
44
	@cd ${WRKSRC} && \
45
	@cd ${WRKSRC} && \
45
		${PYTHON_CMD} setup.py build_ext -i
46
		${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} build_ext -i
46
	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}
47
	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}
47
	@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}
48
	@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}
48
49
Lines 50-68 Link Here
50
	@${ECHO_CMD} "exec ${PYTHON_CMD} ./${PORTNAME}" >> ${WRKDIR}/run.sh
51
	@${ECHO_CMD} "exec ${PYTHON_CMD} ./${PORTNAME}" >> ${WRKDIR}/run.sh
51
52
52
pre-install:
53
pre-install:
53
	@${RM} -fr ${PLIST} ${WRKSRC}/build ${WRKSRC}/libmimic
54
	@${RM} -fR ${WRKSRC}/libmimic ${WRKSRC}/docs
54
	@cd ${WRKSRC} && \
55
# Avoid to install libmimic.so in ${PYTHON_SITELIBDIR}
55
		${FIND}  * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
56
	@${REINPLACE_CMD} -e 's| ext_modules | #ext_modules|' ${WRKSRC}/setup.py
56
			${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST}
57
	@${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
58
	@${ECHO_CMD} "bin/${PORTNAME}" >> ${PLIST}
59
57
60
do-install:
58
do-install:
59
	@cd ${WRKSRC} && \
60
		${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} \
61
		install ${PYDISTUTILS_BUILDARGS}
62
61
	@${MKDIR} ${DATADIR}
63
	@${MKDIR} ${DATADIR}
62
	cd ${WRKSRC} && \
64
	@cd ${WRKSRC} && \
63
		${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \
65
		${FIND} . -type d \
64
			${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
66
			\( ! -regex '.*build.*' -and ! -regex '.*po.*' -and ! -regex '.*misc.*' \) \
67
			-exec ${MKDIR} "${DATADIR}/{}" \; && \
68
			${FIND} . -type f \( ! -regex '.*setup\.p.*' -and ! -regex '.*\.orig' \
69
			-and ! -regex '.*build.*' -and ! -regex '.*po.*' -and ! -regex '.*misc.*' \) \
70
			-exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
65
71
66
	${INSTALL_SCRIPT} ${WRKDIR}/run.sh ${PREFIX}/bin/${PORTNAME}
72
	${INSTALL_SCRIPT} ${WRKDIR}/run.sh ${LOCALBASE}/bin/${PORTNAME}
67
73
68
.include <bsd.port.mk>
74
.include <bsd.port.mk>
(-)emesene/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (emesene-1.5.1.tar.gz) = 2f0a3c8af864a21cb2e6a00b51c997ab
1
MD5 (emesene-1.6.1.tar.gz) = 31a78d479627855d740256fa18b3eeda
2
SHA256 (emesene-1.5.1.tar.gz) = a62ea7153328f4cc00c14e9ef229c3a324c709e569b70ed63eca9a5c5784386e
2
SHA256 (emesene-1.6.1.tar.gz) = 9e6baf2864f86cf55c3b63e36cf167879eb63216524fa121e77aafb9c1b4c08b
3
SIZE (emesene-1.5.1.tar.gz) = 2245737
3
SIZE (emesene-1.6.1.tar.gz) = 2999904
(-)emesene/files/patch-misc_emesene.desktop (+17 lines)
Line 0 Link Here
1
--- misc/emesene.desktop.orig	2009-09-11 23:49:01.000000000 +0200
2
+++ misc/emesene.desktop	2010-01-11 11:23:28.000000000 +0100
3
@@ -1,9 +1,13 @@
4
 [Desktop Entry]
5
+Encoding=UTF-8
6
 Name=Emesene
7
+Name[fr]=Emesene
8
 GenericName=Emesene
9
+GenericName[fr]=Emesene
10
 Comment=MSN Messenger client
11
+Comment[fr]=Client Windows Live Messenger libre
12
 Exec=emesene
13
 Icon=emesene
14
 Terminal=false
15
 Type=Application
16
-Categories=Network;InstantMessaging;
17
+Categories=Network;InstantMessaging;GTK;
(-)emesene/files/patch-plugin_base_currentSong___init__.py (+24 lines)
Line 0 Link Here
1
--- plugins_base/currentSong/__init__.py.orig	2010-03-29 22:27:23.000000000 +0200
2
+++ plugins_base/currentSong/__init__.py	2010-04-04 23:05:10.000000000 +0200
3
@@ -19,21 +19,15 @@
4
 from os import name
5
 if name == 'posix':
6
     from Amarok import Amarok
7
-    from Amarok2 import Amarok2
8
     from Audacious import Audacious
9
     from Banshee import Banshee
10
     from Exaile import Exaile
11
-    from Gmusicbrowser import Gmusicbrowser
12
-    from Guayadeque import Guayadeque    
13
     from LastFm import LastFm
14
-    from Listen import Listen
15
     from QuodLibet import QuodLibet
16
     from Rhythmbox import Rhythmbox
17
     from Vagalume import Vagalume
18
     from Vlc import Vlc
19
     from Xfmedia import Xfmedia
20
-    from Songbird import Songbird
21
-    from Spotify import Spotify
22
     from Xmms import Xmms
23
     from Xmms2 import Xmms2
24
 else:
(-)emesene/files/patch-setup.py (+220 lines)
Line 0 Link Here
1
--- setup.py.orig	2010-03-29 22:27:23.000000000 +0200
2
+++ setup.py	2010-04-04 20:37:36.000000000 +0200
3
@@ -1,38 +1,22 @@
4
-#!/usr/bin/python
5
+#!/usr/bin/env python
6
 
7
 from distutils.core import setup, Extension
8
-from glob import glob
9
+import glob
10
 import os
11
 import sys
12
 
13
 if os.name == 'posix':
14
-    for arg in sys.argv:
15
-        if arg == 'install': 
16
-            print 'Hello.\nYou are trying to do a system-wide install of emesene '\
17
-                  'using this script, which is a very bad thing to do.\n'\
18
-                  'Seriously, you do NOT want to do this, since it can break '\
19
-                  'other python apps, and emesene too!\n'\
20
-                  'Follow my advice: just run the \"emesene\" script that is '\
21
-                  'in this very same directory and you\'re done. emesene is running '\
22
-                  'and your system is safe. It\'s a win-win, don\'t you think?\n'\
23
-                  'Thanks for trying emesene.'
24
-            quit()
25
-
26
     # From apport's setup.py
27
     mo_files = []
28
-    for filepath in glob("po/*/LC_MESSAGES/*.mo"):
29
+    for filepath in glob.glob("po/*/LC_MESSAGES/*.mo"):
30
         lang = filepath[len("po/"):]
31
         targetpath = os.path.dirname(os.path.join("share/locale",lang))
32
         mo_files.append((targetpath, [filepath]))
33
 
34
-    libmimic_module = Extension('libmimic',
35
-                        sources = ['libmimic/' + file for file in ['bitstring.c', 
36
-                         'colorspace.c', 'deblock.c', 'decode.c', 'encode.c',
37
-                         'fdct_quant.c', 'idct_dequant.c', 'mimic.c', 'vlc_common.c', 
38
-                         'vlc_decode.c', 'vlc_encode.c', 'py_libmimic.c']])
39
-
40
+    libmimic_module = glob.glob("libmimic/*.c")
41
+ 
42
     setup(name         = 'emesene',
43
-          version      = '1.6',
44
+          version      = '%%PORTVERSION%%',
45
           description  = 'MSN messenger client',
46
           author       = 'Luis Mariano Guerra, dx, C10uD',
47
           author_email = 'luismarianoguerra@gmail.com',
48
@@ -40,170 +24,9 @@
49
           license      = 'GNU GPL 2',
50
           requires     = ['gtk'],
51
           platforms    = ['any'],
52
-          packages     = ['', 'abstract', 'emesenelib', 'emesenelib.p2p', 
53
-                          'emesenelib.soap', 'plugins_base', 
54
-                          'plugins_base.currentSong', 'plugins_base.encryptMessage'],
55
-          scripts      = ['emesene'],
56
-          package_data = {'': ['conversation_themes/*/*', 'smilies/*/*',
57
-                               'sound_themes/*/*', 'themes/*/*', 'hotmlog.htm']},
58
           data_files   = [('share/pixmaps', ['misc/emesene.png']),
59
                           ('share/icons/hicolor/scalable/apps', ['misc/emesene.svg']),
60
-                          ('share/man/man1', ['misc/emesene.1']),
61
+                          ('man/man1', ['misc/emesene.1']),
62
                           ('share/applications', ['misc/emesene.desktop'])] + mo_files,
63
-          ext_modules = [libmimic_module]
64
+          ext_modules = [Extension('libmimic', libmimic_module)]
65
           )
66
-elif os.name == 'nt':
67
-    import pygst  
68
-    pygst.require("0.10")
69
-    import gst
70
-
71
-    enabled = True
72
-
73
-    if not enabled:
74
-        print "py2exe setup.py"
75
-        print "(disabled, see source)"
76
-        raise SystemExit
77
-
78
-    import gobject
79
-    import locale
80
-    import py2exe
81
-
82
-    try:
83
-        revision = "$Revision $".split()[1]
84
-    except:
85
-        revision = 0
86
-    version_id = "1.6"
87
-
88
-    outdata_base = {
89
-        "script": "Controller.py",
90
-        "icon_resources": [(1, "../emesene.ico")]
91
-    }
92
-
93
-    outdata_win = outdata_base.copy()
94
-    outdata_win['dest_base'] = "emesene"
95
-
96
-    outdata_con = outdata_base.copy() 
97
-    outdata_con['dest_base'] = "emesene_debug"
98
-
99
-    opts = {
100
-        'py2exe': {
101
-            'packages': ['encodings', 'gtk', 'email', 'abstract', 'emesenelib', 'emesenelib.p2p', 
102
-                        'emesenelib.soap', 'plugins_base', 
103
-                        'plugins_base.currentSong', 'plugins_base.encryptMessage'],
104
-            'includes': ['locale', 'gst','pygst', 'libxml2', 'poplib','imaplib','sqlite3', 'cairo', 'pangocairo', 'pango', 'atk', 'gobject',
105
-                'os', 'code', 'winsound', 'win32api', 'win32gui',
106
-                'email.iterators', 'email.generator'],
107
-            'excludes': ["ltihooks", "gdk", "pywin", "pywin.debugger", "pywin.debugger.dbgcon",
108
-                "pywin.dialogs", "pywin.dialogs.list",
109
-                "Tkconstants","Tkinter","tcl",
110
-                "doctest","macpath","pdb",
111
-                "cookielib","ftplib","pickle",
112
-                "calendar","win32wnet","unicodedata",
113
-                "getopt","optparse"],
114
-            'dll_excludes': ["libglade-2.0-0.dll", "w9xpopen.exe"],
115
-            'optimize': '2',
116
-            'dist_dir': '../dist',
117
-            }
118
-        }
119
-
120
-    #included plugins list
121
-    plugins = [
122
-    "__init__.py",
123
-    "Commands.py", 
124
-    "CurrentSong.py", 
125
-    "CustomStatus.py", 
126
-    "EmoticonPlugin.py", 
127
-    "EncryptedMessage.py", 
128
-    "Eval.py", 
129
-    "Facebook.py", 
130
-    "gmailNotify.py", 
131
-    "InlineNotify.py", 
132
-    "LastSaid.py", 
133
-    "LogConversation.py",
134
-    "Logger.py", 
135
-    "mailChecker.py", 
136
-    "Notification.py", 
137
-    "Plugin.py", 
138
-    "Plus.py", 
139
-    "PlusColorPanel.py", 
140
-    "Screenshots.py", 
141
-    "StatusHistory.py", 
142
-    "TinyUrl.py", 
143
-    "WindowTremblingNudge.py" 
144
-    ,]
145
-
146
-    plugins = [ "../emesene/plugins_base/" + p for p in plugins ]
147
-
148
-    os.chdir("../emesene")
149
-
150
-    files = []
151
-    #individual files
152
-    files.append( (".", ("../emesene/hotmlog.htm", "../emesene/COPYING", \
153
-        "../dlls/libxml2-2.dll", "../dlls/msvcr90.dll", "../dlls/Microsoft.VC90.CRT.manifest",\
154
-        "../dlls/jpeg62.dll", "../emesene/GPL", "../emesene/PSF", "../emesene/LGPL")) )
155
-    files.append( ("smilies/default", glob("../emesene/smilies/default/*.*")) )
156
-
157
-    files.append( ("plugins_base", plugins) )
158
-
159
-    files.append( ("plugins_base/currentSong", \
160
-                ["../emesene/plugins_base/currentSong/__init__.py", \
161
-                "../emesene/plugins_base/currentSong/Amarok.py", \
162
-                "../emesene/plugins_base/currentSong/Amarok2.py", \
163
-                "../emesene/plugins_base/currentSong/Audacious.py", \
164
-                "../emesene/plugins_base/currentSong/Banshee.py", \
165
-                "../emesene/plugins_base/currentSong/CurrentSong.py", \
166
-                "../emesene/plugins_base/currentSong/Exaile.py", \
167
-                "../emesene/plugins_base/currentSong/Listen.py", \
168
-                "../emesene/plugins_base/currentSong/Mpd.py", \
169
-                "../emesene/plugins_base/currentSong/QuodLibet.py", \
170
-                "../emesene/plugins_base/currentSong/Rhythmbox.py", \
171
-                "../emesene/plugins_base/currentSong/Vagalume.py", \
172
-                "../emesene/plugins_base/currentSong/Vlc.py", \
173
-                "../emesene/plugins_base/currentSong/Winamp.py", \
174
-                "../emesene/plugins_base/currentSong/Xfmedia.py", \
175
-                "../emesene/plugins_base/currentSong/Xmms.py"]) )     
176
-
177
-    files.append( ("plugins_base/encryptMessage", \
178
-                ["../emesene/plugins_base/encryptMessage/__init__.py", \
179
-                "../emesene/plugins_base/encryptMessage/__rijndael.py", \
180
-                "../emesene/plugins_base/encryptMessage/GPG.py", \
181
-                "../emesene/plugins_base/encryptMessage/MainEncryptedMessage.py", \
182
-                "../emesene/plugins_base/encryptMessage/Rijndael.py"]) )     
183
-
184
-    #gtk file structure
185
-
186
-    #directories with variable contents
187
-    for i in glob("../emesene/po/*"):
188
-        files.append( (i.split("/emesene/")[1] + '/LC_MESSAGES', glob(i+"/LC_MESSAGES/*")) )
189
-
190
-    for i in glob("../emesene/conversation_themes/*"):
191
-        files.append( (i.split("/emesene/")[1], glob(i+"/theme")) )
192
-
193
-    for i in glob("../emesene/themes/*"):
194
-        files.append( (i.split("/emesene/")[1], glob(i+"/*.*")) )
195
-
196
-    for i in glob("../emesene/sound_themes/*"):
197
-        files.append( (i.split("/emesene/")[1], glob(i+"/*.*")) )
198
-
199
-    libmimic_module = Extension('libmimic',
200
-                        sources = ['libmimic/' + file for file in ['bitstring.c', \
201
-                         'colorspace.c', 'deblock.c', 'decode.c', 'encode.c', \
202
-                         'fdct_quant.c', 'idct_dequant.c', 'mimic.c', 'vlc_common.c', \
203
-                         'vlc_decode.c', 'vlc_encode.c', 'py_libmimic.c']])
204
-
205
-    setup(
206
-        name="emesene",
207
-        version=version_id,
208
-        description  = 'MSN messenger client',
209
-        author       = 'Luis Mariano Guerra, dx, C10uD',
210
-        author_email = 'luismarianoguerra@gmail.com',
211
-        url          = 'http://www.emesene.org/',
212
-        license      = 'GNU GPL 2',
213
-        requires     = ['gtk'],
214
-        windows=[outdata_win],
215
-        console=[outdata_con],
216
-        options=opts,
217
-        data_files=files,
218
-        ext_modules = [libmimic_module])
219
-
220
-    print "Done! Files are here: ../dist/"
(-)emesene/pkg-plist (+903 lines)
Line 0 Link Here
1
bin/emesene
2
%%PYTHON_SITELIBDIR%%/emesene-1.6.1-py2.6.egg-info
3
share/applications/emesene.desktop
4
%%DATADIR%%/Avatar.py
5
%%DATADIR%%/Avatar.pyc
6
%%DATADIR%%/Avatar.pyo
7
%%DATADIR%%/AvatarHistory.py
8
%%DATADIR%%/AvatarHistory.pyc
9
%%DATADIR%%/AvatarHistory.pyo
10
%%DATADIR%%/Config.py
11
%%DATADIR%%/Config.pyc
12
%%DATADIR%%/Config.pyo
13
%%DATADIR%%/ConfigDialog.py
14
%%DATADIR%%/ConfigDialog.pyc
15
%%DATADIR%%/ConfigDialog.pyo
16
%%DATADIR%%/ContactList.py
17
%%DATADIR%%/ContactList.pyc
18
%%DATADIR%%/ContactList.pyo
19
%%DATADIR%%/ContactManager.py
20
%%DATADIR%%/ContactManager.pyc
21
%%DATADIR%%/ContactManager.pyo
22
%%DATADIR%%/Controller.py
23
%%DATADIR%%/Controller.pyc
24
%%DATADIR%%/Controller.pyo
25
%%DATADIR%%/Conversation.py
26
%%DATADIR%%/Conversation.pyc
27
%%DATADIR%%/Conversation.pyo
28
%%DATADIR%%/ConversationLayoutManager.py
29
%%DATADIR%%/ConversationLayoutManager.pyc
30
%%DATADIR%%/ConversationLayoutManager.pyo
31
%%DATADIR%%/ConversationManager.py
32
%%DATADIR%%/ConversationManager.pyc
33
%%DATADIR%%/ConversationManager.pyo
34
%%DATADIR%%/ConversationUI.py
35
%%DATADIR%%/ConversationUI.pyc
36
%%DATADIR%%/ConversationUI.pyo
37
%%DATADIR%%/ConversationWindow.py
38
%%DATADIR%%/ConversationWindow.pyc
39
%%DATADIR%%/ConversationWindow.pyo
40
%%DATADIR%%/CustomEmoticons.py
41
%%DATADIR%%/CustomEmoticons.pyc
42
%%DATADIR%%/CustomEmoticons.pyo
43
%%DATADIR%%/FancyAvatarRenderer.py
44
%%DATADIR%%/FancyAvatarRenderer.pyc
45
%%DATADIR%%/FancyAvatarRenderer.pyo
46
%%DATADIR%%/FileTransfer.py
47
%%DATADIR%%/FileTransfer.pyc
48
%%DATADIR%%/FileTransfer.pyo
49
%%DATADIR%%/FileTransferUI.py
50
%%DATADIR%%/FileTransferUI.pyc
51
%%DATADIR%%/FileTransferUI.pyo
52
%%DATADIR%%/FilterEntry.py
53
%%DATADIR%%/FilterEntry.pyc
54
%%DATADIR%%/FilterEntry.pyo
55
%%DATADIR%%/FontStyleWindow.py
56
%%DATADIR%%/FontStyleWindow.pyc
57
%%DATADIR%%/FontStyleWindow.pyo
58
%%DATADIR%%/GroupManager.py
59
%%DATADIR%%/GroupManager.pyc
60
%%DATADIR%%/GroupManager.pyo
61
%%DATADIR%%/GroupMenu.py
62
%%DATADIR%%/GroupMenu.pyc
63
%%DATADIR%%/GroupMenu.pyo
64
%%DATADIR%%/ImageAreaSelector.py
65
%%DATADIR%%/ImageAreaSelector.pyc
66
%%DATADIR%%/ImageAreaSelector.pyo
67
%%DATADIR%%/InkDraw.py
68
%%DATADIR%%/InkDraw.pyc
69
%%DATADIR%%/InkDraw.pyo
70
%%DATADIR%%/LogViewer.py
71
%%DATADIR%%/LogViewer.pyc
72
%%DATADIR%%/LogViewer.pyo
73
%%DATADIR%%/Login.py
74
%%DATADIR%%/Login.pyc
75
%%DATADIR%%/Login.pyo
76
%%DATADIR%%/MainMenu.py
77
%%DATADIR%%/MainMenu.pyc
78
%%DATADIR%%/MainMenu.pyo
79
%%DATADIR%%/MainWindow.py
80
%%DATADIR%%/MainWindow.pyc
81
%%DATADIR%%/MainWindow.pyo
82
%%DATADIR%%/Menu.py
83
%%DATADIR%%/Menu.pyc
84
%%DATADIR%%/Menu.pyo
85
%%DATADIR%%/Parser.py
86
%%DATADIR%%/Parser.pyc
87
%%DATADIR%%/Parser.pyo
88
%%DATADIR%%/PluginManager.py
89
%%DATADIR%%/PluginManager.pyc
90
%%DATADIR%%/PluginManager.pyo
91
%%DATADIR%%/PreferenceWindow.py
92
%%DATADIR%%/PreferenceWindow.pyc
93
%%DATADIR%%/PreferenceWindow.pyo
94
%%DATADIR%%/SlashCommands.py
95
%%DATADIR%%/SlashCommands.pyc
96
%%DATADIR%%/SlashCommands.pyo
97
%%DATADIR%%/SmileyRenderer.py
98
%%DATADIR%%/SmileyRenderer.pyc
99
%%DATADIR%%/SmileyRenderer.pyo
100
%%DATADIR%%/SmilieWindow.py
101
%%DATADIR%%/SmilieWindow.pyc
102
%%DATADIR%%/SmilieWindow.pyo
103
%%DATADIR%%/Sound.py
104
%%DATADIR%%/Sound.pyc
105
%%DATADIR%%/Sound.pyo
106
%%DATADIR%%/StatusMenu.py
107
%%DATADIR%%/StatusMenu.pyc
108
%%DATADIR%%/StatusMenu.pyo
109
%%DATADIR%%/Theme.py
110
%%DATADIR%%/Theme.pyc
111
%%DATADIR%%/Theme.pyo
112
%%DATADIR%%/TrayIcon.py
113
%%DATADIR%%/TrayIcon.pyc
114
%%DATADIR%%/TrayIcon.pyo
115
%%DATADIR%%/TreeViewTooltips.py
116
%%DATADIR%%/TreeViewTooltips.pyc
117
%%DATADIR%%/TreeViewTooltips.pyo
118
%%DATADIR%%/UserList.py
119
%%DATADIR%%/UserList.pyc
120
%%DATADIR%%/UserList.pyo
121
%%DATADIR%%/UserMenu.py
122
%%DATADIR%%/UserMenu.pyc
123
%%DATADIR%%/UserMenu.pyo
124
%%DATADIR%%/UserPanel.py
125
%%DATADIR%%/UserPanel.pyc
126
%%DATADIR%%/UserPanel.pyo
127
%%DATADIR%%/Webcam.py
128
%%DATADIR%%/Webcam.pyc
129
%%DATADIR%%/Webcam.pyo
130
%%DATADIR%%/WebcamDevice.py
131
%%DATADIR%%/WebcamDevice.pyc
132
%%DATADIR%%/WebcamDevice.pyo
133
%%DATADIR%%/Widgets.py
134
%%DATADIR%%/Widgets.pyc
135
%%DATADIR%%/Widgets.pyo
136
%%DATADIR%%/__init__.py
137
%%DATADIR%%/__init__.pyc
138
%%DATADIR%%/__init__.pyo
139
%%DATADIR%%/abstract/ConfigDialog.py
140
%%DATADIR%%/abstract/ConfigDialog.pyc
141
%%DATADIR%%/abstract/ConfigDialog.pyo
142
%%DATADIR%%/abstract/ContactList.py
143
%%DATADIR%%/abstract/ContactList.pyc
144
%%DATADIR%%/abstract/ContactList.pyo
145
%%DATADIR%%/abstract/ContactManager.py
146
%%DATADIR%%/abstract/ContactManager.pyc
147
%%DATADIR%%/abstract/ContactManager.pyo
148
%%DATADIR%%/abstract/ContactMenu.py
149
%%DATADIR%%/abstract/ContactMenu.pyc
150
%%DATADIR%%/abstract/ContactMenu.pyo
151
%%DATADIR%%/abstract/GroupManager.py
152
%%DATADIR%%/abstract/GroupManager.pyc
153
%%DATADIR%%/abstract/GroupManager.pyo
154
%%DATADIR%%/abstract/GroupMenu.py
155
%%DATADIR%%/abstract/GroupMenu.pyc
156
%%DATADIR%%/abstract/GroupMenu.pyo
157
%%DATADIR%%/abstract/MainMenu.py
158
%%DATADIR%%/abstract/MainMenu.pyc
159
%%DATADIR%%/abstract/MainMenu.pyo
160
%%DATADIR%%/abstract/Menu.py
161
%%DATADIR%%/abstract/Menu.pyc
162
%%DATADIR%%/abstract/Menu.pyo
163
%%DATADIR%%/abstract/Object.py
164
%%DATADIR%%/abstract/Object.pyc
165
%%DATADIR%%/abstract/Object.pyo
166
%%DATADIR%%/abstract/Session.py
167
%%DATADIR%%/abstract/Session.pyc
168
%%DATADIR%%/abstract/Session.pyo
169
%%DATADIR%%/abstract/__init__.py
170
%%DATADIR%%/abstract/__init__.pyc
171
%%DATADIR%%/abstract/__init__.pyo
172
%%DATADIR%%/abstract/dialog.py
173
%%DATADIR%%/abstract/dialog.pyc
174
%%DATADIR%%/abstract/dialog.pyo
175
%%DATADIR%%/abstract/sandbox.py
176
%%DATADIR%%/abstract/sandbox.pyc
177
%%DATADIR%%/abstract/sandbox.pyo
178
%%DATADIR%%/abstract/status.py
179
%%DATADIR%%/abstract/status.pyc
180
%%DATADIR%%/abstract/status.pyo
181
%%DATADIR%%/abstract/stock.py
182
%%DATADIR%%/abstract/stock.pyc
183
%%DATADIR%%/abstract/stock.pyo
184
%%DATADIR%%/abstract/validators.py
185
%%DATADIR%%/abstract/validators.pyc
186
%%DATADIR%%/abstract/validators.pyo
187
%%DATADIR%%/conversation_themes/default/theme
188
%%DATADIR%%/conversation_themes/gtalk/theme
189
%%DATADIR%%/conversation_themes/irc/theme
190
%%DATADIR%%/conversation_themes/messenger/theme
191
%%DATADIR%%/conversation_themes/pidgin/theme
192
%%DATADIR%%/desktop.py
193
%%DATADIR%%/desktop.pyc
194
%%DATADIR%%/desktop.pyo
195
%%DATADIR%%/dialog.py
196
%%DATADIR%%/dialog.pyc
197
%%DATADIR%%/dialog.pyo
198
%%DATADIR%%/emesene
199
%%DATADIR%%/emesene-logo.png
200
%%DATADIR%%/emesenelib/ContactData.py
201
%%DATADIR%%/emesenelib/ContactData.pyc
202
%%DATADIR%%/emesenelib/ContactData.pyo
203
%%DATADIR%%/emesenelib/Hotmail.py
204
%%DATADIR%%/emesenelib/Hotmail.pyc
205
%%DATADIR%%/emesenelib/Hotmail.pyo
206
%%DATADIR%%/emesenelib/MsnOIM.py
207
%%DATADIR%%/emesenelib/MsnOIM.pyc
208
%%DATADIR%%/emesenelib/MsnOIM.pyo
209
%%DATADIR%%/emesenelib/Msnobj.py
210
%%DATADIR%%/emesenelib/Msnobj.pyc
211
%%DATADIR%%/emesenelib/Msnobj.pyo
212
%%DATADIR%%/emesenelib/ProfileManager.py
213
%%DATADIR%%/emesenelib/ProfileManager.pyc
214
%%DATADIR%%/emesenelib/ProfileManager.pyo
215
%%DATADIR%%/emesenelib/SignalHandler.py
216
%%DATADIR%%/emesenelib/SignalHandler.pyc
217
%%DATADIR%%/emesenelib/SignalHandler.pyo
218
%%DATADIR%%/emesenelib/Socket.py
219
%%DATADIR%%/emesenelib/Socket.pyc
220
%%DATADIR%%/emesenelib/Socket.pyo
221
%%DATADIR%%/emesenelib/Switchboard.py
222
%%DATADIR%%/emesenelib/Switchboard.pyc
223
%%DATADIR%%/emesenelib/Switchboard.pyo
224
%%DATADIR%%/emesenelib/UbxParser.py
225
%%DATADIR%%/emesenelib/UbxParser.pyc
226
%%DATADIR%%/emesenelib/UbxParser.pyo
227
%%DATADIR%%/emesenelib/XmlParser.py
228
%%DATADIR%%/emesenelib/XmlParser.pyc
229
%%DATADIR%%/emesenelib/XmlParser.pyo
230
%%DATADIR%%/emesenelib/__init__.py
231
%%DATADIR%%/emesenelib/__init__.pyc
232
%%DATADIR%%/emesenelib/__init__.pyo
233
%%DATADIR%%/emesenelib/common.py
234
%%DATADIR%%/emesenelib/common.pyc
235
%%DATADIR%%/emesenelib/common.pyo
236
%%DATADIR%%/emesenelib/core.py
237
%%DATADIR%%/emesenelib/core.pyc
238
%%DATADIR%%/emesenelib/core.pyo
239
%%DATADIR%%/emesenelib/mbi.py
240
%%DATADIR%%/emesenelib/mbi.pyc
241
%%DATADIR%%/emesenelib/mbi.pyo
242
%%DATADIR%%/emesenelib/p2p/__init__.py
243
%%DATADIR%%/emesenelib/p2p/__init__.pyc
244
%%DATADIR%%/emesenelib/p2p/__init__.pyo
245
%%DATADIR%%/emesenelib/p2p/slp.py
246
%%DATADIR%%/emesenelib/p2p/slp.pyc
247
%%DATADIR%%/emesenelib/p2p/slp.pyo
248
%%DATADIR%%/emesenelib/p2p/tlp.py
249
%%DATADIR%%/emesenelib/p2p/tlp.pyc
250
%%DATADIR%%/emesenelib/p2p/tlp.pyo
251
%%DATADIR%%/emesenelib/p2p/transfers.py
252
%%DATADIR%%/emesenelib/p2p/transfers.pyc
253
%%DATADIR%%/emesenelib/p2p/transfers.pyo
254
%%DATADIR%%/emesenelib/pydes.py
255
%%DATADIR%%/emesenelib/pydes.pyc
256
%%DATADIR%%/emesenelib/pydes.pyo
257
%%DATADIR%%/emesenelib/soap/__init__.py
258
%%DATADIR%%/emesenelib/soap/__init__.pyc
259
%%DATADIR%%/emesenelib/soap/__init__.pyo
260
%%DATADIR%%/emesenelib/soap/manager.py
261
%%DATADIR%%/emesenelib/soap/manager.pyc
262
%%DATADIR%%/emesenelib/soap/manager.pyo
263
%%DATADIR%%/emesenelib/soap/requests.py
264
%%DATADIR%%/emesenelib/soap/requests.pyc
265
%%DATADIR%%/emesenelib/soap/requests.pyo
266
%%DATADIR%%/emesenelib/soap/templates.py
267
%%DATADIR%%/emesenelib/soap/templates.pyc
268
%%DATADIR%%/emesenelib/soap/templates.pyo
269
%%DATADIR%%/hotmlog.htm
270
%%DATADIR%%/htmltextview.py
271
%%DATADIR%%/htmltextview.pyc
272
%%DATADIR%%/htmltextview.pyo
273
%%DATADIR%%/libmimic.so
274
%%DATADIR%%/paths.py
275
%%DATADIR%%/paths.pyc
276
%%DATADIR%%/paths.pyo
277
%%DATADIR%%/plugins_base/AntiBoss.py
278
%%DATADIR%%/plugins_base/AntiBoss.pyc
279
%%DATADIR%%/plugins_base/AntiBoss.pyo
280
%%DATADIR%%/plugins_base/Commands.py
281
%%DATADIR%%/plugins_base/Commands.pyc
282
%%DATADIR%%/plugins_base/Commands.pyo
283
%%DATADIR%%/plugins_base/CurrentSong.py
284
%%DATADIR%%/plugins_base/CurrentSong.pyc
285
%%DATADIR%%/plugins_base/CurrentSong.pyo
286
%%DATADIR%%/plugins_base/CustomStatus.py
287
%%DATADIR%%/plugins_base/CustomStatus.pyc
288
%%DATADIR%%/plugins_base/CustomStatus.pyo
289
%%DATADIR%%/plugins_base/Dbus.py
290
%%DATADIR%%/plugins_base/Dbus.pyc
291
%%DATADIR%%/plugins_base/Dbus.pyo
292
%%DATADIR%%/plugins_base/EmoticonPlugin.py
293
%%DATADIR%%/plugins_base/EmoticonPlugin.pyc
294
%%DATADIR%%/plugins_base/EmoticonPlugin.pyo
295
%%DATADIR%%/plugins_base/EncryptedMessage.py
296
%%DATADIR%%/plugins_base/EncryptedMessage.pyc
297
%%DATADIR%%/plugins_base/EncryptedMessage.pyo
298
%%DATADIR%%/plugins_base/Eval.py
299
%%DATADIR%%/plugins_base/Eval.pyc
300
%%DATADIR%%/plugins_base/Eval.pyo
301
%%DATADIR%%/plugins_base/Facebook.py
302
%%DATADIR%%/plugins_base/Facebook.pyc
303
%%DATADIR%%/plugins_base/Facebook.pyo
304
%%DATADIR%%/plugins_base/IdleStatus.py
305
%%DATADIR%%/plugins_base/IdleStatus.pyc
306
%%DATADIR%%/plugins_base/IdleStatus.pyo
307
%%DATADIR%%/plugins_base/InlineNotify.py
308
%%DATADIR%%/plugins_base/InlineNotify.pyc
309
%%DATADIR%%/plugins_base/InlineNotify.pyo
310
%%DATADIR%%/plugins_base/LastSaid.py
311
%%DATADIR%%/plugins_base/LastSaid.pyc
312
%%DATADIR%%/plugins_base/LastSaid.pyo
313
%%DATADIR%%/plugins_base/LogConversation.py
314
%%DATADIR%%/plugins_base/LogConversation.pyc
315
%%DATADIR%%/plugins_base/LogConversation.pyo
316
%%DATADIR%%/plugins_base/Logger.py
317
%%DATADIR%%/plugins_base/Logger.pyc
318
%%DATADIR%%/plugins_base/Logger.pyo
319
%%DATADIR%%/plugins_base/Notification.py
320
%%DATADIR%%/plugins_base/Notification.pyc
321
%%DATADIR%%/plugins_base/Notification.pyo
322
%%DATADIR%%/plugins_base/NotifyOsdImproved.py
323
%%DATADIR%%/plugins_base/NotifyOsdImproved.pyc
324
%%DATADIR%%/plugins_base/NotifyOsdImproved.pyo
325
%%DATADIR%%/plugins_base/Plugin.py
326
%%DATADIR%%/plugins_base/Plugin.pyc
327
%%DATADIR%%/plugins_base/Plugin.pyo
328
%%DATADIR%%/plugins_base/Plus.py
329
%%DATADIR%%/plugins_base/Plus.pyc
330
%%DATADIR%%/plugins_base/Plus.pyo
331
%%DATADIR%%/plugins_base/PlusColorPanel.py
332
%%DATADIR%%/plugins_base/PlusColorPanel.pyc
333
%%DATADIR%%/plugins_base/PlusColorPanel.pyo
334
%%DATADIR%%/plugins_base/Screenshots.py
335
%%DATADIR%%/plugins_base/Screenshots.pyc
336
%%DATADIR%%/plugins_base/Screenshots.pyo
337
%%DATADIR%%/plugins_base/Spell.py
338
%%DATADIR%%/plugins_base/Spell.pyc
339
%%DATADIR%%/plugins_base/Spell.pyo
340
%%DATADIR%%/plugins_base/StatusHistory.py
341
%%DATADIR%%/plugins_base/StatusHistory.pyc
342
%%DATADIR%%/plugins_base/StatusHistory.pyo
343
%%DATADIR%%/plugins_base/TinyUrl.py
344
%%DATADIR%%/plugins_base/TinyUrl.pyc
345
%%DATADIR%%/plugins_base/TinyUrl.pyo
346
%%DATADIR%%/plugins_base/WindowTremblingNudge.py
347
%%DATADIR%%/plugins_base/WindowTremblingNudge.pyc
348
%%DATADIR%%/plugins_base/WindowTremblingNudge.pyo
349
%%DATADIR%%/plugins_base/WinkReceiving.py
350
%%DATADIR%%/plugins_base/WinkReceiving.pyc
351
%%DATADIR%%/plugins_base/WinkReceiving.pyo
352
%%DATADIR%%/plugins_base/__init__.py
353
%%DATADIR%%/plugins_base/__init__.pyc
354
%%DATADIR%%/plugins_base/__init__.pyo
355
%%DATADIR%%/plugins_base/currentSong/Amarok.py
356
%%DATADIR%%/plugins_base/currentSong/Amarok.pyc
357
%%DATADIR%%/plugins_base/currentSong/Amarok.pyo
358
%%DATADIR%%/plugins_base/currentSong/Audacious.py
359
%%DATADIR%%/plugins_base/currentSong/Audacious.pyc
360
%%DATADIR%%/plugins_base/currentSong/Audacious.pyo
361
%%DATADIR%%/plugins_base/currentSong/Banshee.py
362
%%DATADIR%%/plugins_base/currentSong/Banshee.pyc
363
%%DATADIR%%/plugins_base/currentSong/Banshee.pyo
364
%%DATADIR%%/plugins_base/currentSong/CurrentSong.py
365
%%DATADIR%%/plugins_base/currentSong/CurrentSong.pyc
366
%%DATADIR%%/plugins_base/currentSong/CurrentSong.pyo
367
%%DATADIR%%/plugins_base/currentSong/Exaile.py
368
%%DATADIR%%/plugins_base/currentSong/Exaile.pyc
369
%%DATADIR%%/plugins_base/currentSong/Exaile.pyo
370
%%DATADIR%%/plugins_base/currentSong/LastFm.py
371
%%DATADIR%%/plugins_base/currentSong/LastFm.pyc
372
%%DATADIR%%/plugins_base/currentSong/LastFm.pyo
373
%%DATADIR%%/plugins_base/currentSong/Mpd.py
374
%%DATADIR%%/plugins_base/currentSong/Mpd.pyc
375
%%DATADIR%%/plugins_base/currentSong/Mpd.pyo
376
%%DATADIR%%/plugins_base/currentSong/QuodLibet.py
377
%%DATADIR%%/plugins_base/currentSong/QuodLibet.pyc
378
%%DATADIR%%/plugins_base/currentSong/QuodLibet.pyo
379
%%DATADIR%%/plugins_base/currentSong/Rhythmbox.py
380
%%DATADIR%%/plugins_base/currentSong/Rhythmbox.pyc
381
%%DATADIR%%/plugins_base/currentSong/Rhythmbox.pyo
382
%%DATADIR%%/plugins_base/currentSong/Vagalume.py
383
%%DATADIR%%/plugins_base/currentSong/Vagalume.pyc
384
%%DATADIR%%/plugins_base/currentSong/Vagalume.pyo
385
%%DATADIR%%/plugins_base/currentSong/Vlc.py
386
%%DATADIR%%/plugins_base/currentSong/Vlc.pyc
387
%%DATADIR%%/plugins_base/currentSong/Vlc.pyo
388
%%DATADIR%%/plugins_base/currentSong/Xfmedia.py
389
%%DATADIR%%/plugins_base/currentSong/Xfmedia.pyc
390
%%DATADIR%%/plugins_base/currentSong/Xfmedia.pyo
391
%%DATADIR%%/plugins_base/currentSong/Xmms.py
392
%%DATADIR%%/plugins_base/currentSong/Xmms.pyc
393
%%DATADIR%%/plugins_base/currentSong/Xmms.pyo
394
%%DATADIR%%/plugins_base/currentSong/Xmms2.py
395
%%DATADIR%%/plugins_base/currentSong/Xmms2.pyc
396
%%DATADIR%%/plugins_base/currentSong/Xmms2.pyo
397
%%DATADIR%%/plugins_base/currentSong/__init__.py
398
%%DATADIR%%/plugins_base/currentSong/__init__.pyc
399
%%DATADIR%%/plugins_base/currentSong/__init__.pyo
400
%%DATADIR%%/plugins_base/encryptMessage/GPG.py
401
%%DATADIR%%/plugins_base/encryptMessage/GPG.pyc
402
%%DATADIR%%/plugins_base/encryptMessage/GPG.pyo
403
%%DATADIR%%/plugins_base/encryptMessage/MainEncryptedMessage.py
404
%%DATADIR%%/plugins_base/encryptMessage/MainEncryptedMessage.pyc
405
%%DATADIR%%/plugins_base/encryptMessage/MainEncryptedMessage.pyo
406
%%DATADIR%%/plugins_base/encryptMessage/Rijndael.py
407
%%DATADIR%%/plugins_base/encryptMessage/Rijndael.pyc
408
%%DATADIR%%/plugins_base/encryptMessage/Rijndael.pyo
409
%%DATADIR%%/plugins_base/encryptMessage/__init__.py
410
%%DATADIR%%/plugins_base/encryptMessage/__init__.pyc
411
%%DATADIR%%/plugins_base/encryptMessage/__init__.pyo
412
%%DATADIR%%/plugins_base/encryptMessage/__rijndael.py
413
%%DATADIR%%/plugins_base/encryptMessage/__rijndael.pyc
414
%%DATADIR%%/plugins_base/encryptMessage/__rijndael.pyo
415
%%DATADIR%%/plugins_base/gmailNotify.py
416
%%DATADIR%%/plugins_base/gmailNotify.pyc
417
%%DATADIR%%/plugins_base/gmailNotify.pyo
418
%%DATADIR%%/plugins_base/mailChecker.py
419
%%DATADIR%%/plugins_base/mailChecker.pyc
420
%%DATADIR%%/plugins_base/mailChecker.pyo
421
%%DATADIR%%/pygif/AnimatedGifResizer.py
422
%%DATADIR%%/pygif/AnimatedGifResizer.pyc
423
%%DATADIR%%/pygif/AnimatedGifResizer.pyo
424
%%DATADIR%%/pygif/__init__.py
425
%%DATADIR%%/pygif/__init__.pyc
426
%%DATADIR%%/pygif/__init__.pyo
427
%%DATADIR%%/pygif/bigrotfl.gif
428
%%DATADIR%%/pygif/pixbuf.py
429
%%DATADIR%%/pygif/pixbuf.pyc
430
%%DATADIR%%/pygif/pixbuf.pyo
431
%%DATADIR%%/pygif/pygif.py
432
%%DATADIR%%/pygif/pygif.pyc
433
%%DATADIR%%/pygif/pygif.pyo
434
%%DATADIR%%/pygif/tests.py
435
%%DATADIR%%/pygif/tests.pyc
436
%%DATADIR%%/pygif/tests.pyo
437
%%DATADIR%%/pygif/vampire.gif
438
%%DATADIR%%/pyisf/__init__.py
439
%%DATADIR%%/pyisf/__init__.pyc
440
%%DATADIR%%/pyisf/__init__.pyo
441
%%DATADIR%%/pyisf/drawing.py
442
%%DATADIR%%/pyisf/drawing.pyc
443
%%DATADIR%%/pyisf/drawing.pyo
444
%%DATADIR%%/pyisf/pyisf.py
445
%%DATADIR%%/pyisf/pyisf.pyc
446
%%DATADIR%%/pyisf/pyisf.pyo
447
%%DATADIR%%/pyisf/tests.py
448
%%DATADIR%%/pyisf/tests.pyc
449
%%DATADIR%%/pyisf/tests.pyo
450
%%DATADIR%%/smilies/default/Airplane.png
451
%%DATADIR%%/smilies/default/Auto.png
452
%%DATADIR%%/smilies/default/Baring_teeth_smiley.png
453
%%DATADIR%%/smilies/default/Birthday_cake.png
454
%%DATADIR%%/smilies/default/Black_sheep.png
455
%%DATADIR%%/smilies/default/Bowl.png
456
%%DATADIR%%/smilies/default/Boy.png
457
%%DATADIR%%/smilies/default/Cigarette.png
458
%%DATADIR%%/smilies/default/Clock.png
459
%%DATADIR%%/smilies/default/Dog_face.png
460
%%DATADIR%%/smilies/default/Dont_tell_anyone.png
461
%%DATADIR%%/smilies/default/Eye_rolling_smiley.png
462
%%DATADIR%%/smilies/default/Fingerscrossed.png
463
%%DATADIR%%/smilies/default/Gift_with_a_bow.png
464
%%DATADIR%%/smilies/default/Girl.png
465
%%DATADIR%%/smilies/default/Hi_five.png
466
%%DATADIR%%/smilies/default/Island_with_a_palm_tree.png
467
%%DATADIR%%/smilies/default/Messenger.png
468
%%DATADIR%%/smilies/default/Money.png
469
%%DATADIR%%/smilies/default/Pizza.png
470
%%DATADIR%%/smilies/default/Plate.png
471
%%DATADIR%%/smilies/default/Sarcastic_smiley.png
472
%%DATADIR%%/smilies/default/Secret_telling_smiley.png
473
%%DATADIR%%/smilies/default/Snail.png
474
%%DATADIR%%/smilies/default/Soccer_ball.png
475
%%DATADIR%%/smilies/default/Telephone_receiver.png
476
%%DATADIR%%/smilies/default/Thinking_smiley.png
477
%%DATADIR%%/smilies/default/Turtle.png
478
%%DATADIR%%/smilies/default/Umbrella.png
479
%%DATADIR%%/smilies/default/Xbox.png
480
%%DATADIR%%/smilies/default/andy.png
481
%%DATADIR%%/smilies/default/angel.png
482
%%DATADIR%%/smilies/default/angry.png
483
%%DATADIR%%/smilies/default/audio-x-generic.png
484
%%DATADIR%%/smilies/default/bat.png
485
%%DATADIR%%/smilies/default/beer.png
486
%%DATADIR%%/smilies/default/blushing.png
487
%%DATADIR%%/smilies/default/brb.png
488
%%DATADIR%%/smilies/default/brflower.png
489
%%DATADIR%%/smilies/default/brheart.png
490
%%DATADIR%%/smilies/default/bunny.png
491
%%DATADIR%%/smilies/default/coffee.png
492
%%DATADIR%%/smilies/default/computer.png
493
%%DATADIR%%/smilies/default/confused.png
494
%%DATADIR%%/smilies/default/coolglasses.png
495
%%DATADIR%%/smilies/default/cry.png
496
%%DATADIR%%/smilies/default/cuffs.png
497
%%DATADIR%%/smilies/default/devil.png
498
%%DATADIR%%/smilies/default/drink.png
499
%%DATADIR%%/smilies/default/emblem-favorite.png
500
%%DATADIR%%/smilies/default/face-glasses.png
501
%%DATADIR%%/smilies/default/flower.png
502
%%DATADIR%%/smilies/default/goat.png
503
%%DATADIR%%/smilies/default/grin.png
504
%%DATADIR%%/smilies/default/hugleft.png
505
%%DATADIR%%/smilies/default/hugright.png
506
%%DATADIR%%/smilies/default/im.png
507
%%DATADIR%%/smilies/default/kiss.png
508
%%DATADIR%%/smilies/default/lamp.png
509
%%DATADIR%%/smilies/default/mail.png
510
%%DATADIR%%/smilies/default/oh.png
511
%%DATADIR%%/smilies/default/party_smiley.png
512
%%DATADIR%%/smilies/default/phone.png
513
%%DATADIR%%/smilies/default/photo.png
514
%%DATADIR%%/smilies/default/pussy.png
515
%%DATADIR%%/smilies/default/rainbow.png
516
%%DATADIR%%/smilies/default/sick.png
517
%%DATADIR%%/smilies/default/sleeping.png
518
%%DATADIR%%/smilies/default/smile.png
519
%%DATADIR%%/smilies/default/star.png
520
%%DATADIR%%/smilies/default/stare.png
521
%%DATADIR%%/smilies/default/thumbdown.png
522
%%DATADIR%%/smilies/default/thumbup.png
523
%%DATADIR%%/smilies/default/tongue.png
524
%%DATADIR%%/smilies/default/unhappy.png
525
%%DATADIR%%/smilies/default/video-x-generic.png
526
%%DATADIR%%/smilies/default/weather-clear-night.png
527
%%DATADIR%%/smilies/default/weather-clear.png
528
%%DATADIR%%/smilies/default/weather-showers-scattered.png
529
%%DATADIR%%/smilies/default/weather-storm.png
530
%%DATADIR%%/smilies/default/wink.png
531
%%DATADIR%%/sound_themes/default/alert.wav
532
%%DATADIR%%/sound_themes/default/nudge.wav
533
%%DATADIR%%/sound_themes/default/offline.wav
534
%%DATADIR%%/sound_themes/default/online.wav
535
%%DATADIR%%/sound_themes/default/send.wav
536
%%DATADIR%%/sound_themes/default/type.wav
537
%%DATADIR%%/sound_themes/freedesktop/alert.wav
538
%%DATADIR%%/sound_themes/freedesktop/nudge.wav
539
%%DATADIR%%/sound_themes/freedesktop/offline.wav
540
%%DATADIR%%/sound_themes/freedesktop/online.wav
541
%%DATADIR%%/sound_themes/freedesktop/send.wav
542
%%DATADIR%%/sound_themes/freedesktop/type.wav
543
%%DATADIR%%/status.py
544
%%DATADIR%%/status.pyc
545
%%DATADIR%%/status.pyo
546
%%DATADIR%%/stock.py
547
%%DATADIR%%/stock.pyc
548
%%DATADIR%%/stock.pyo
549
%%DATADIR%%/themes/default/away.png
550
%%DATADIR%%/themes/default/brush-large.png
551
%%DATADIR%%/themes/default/brush-small.png
552
%%DATADIR%%/themes/default/busy.png
553
%%DATADIR%%/themes/default/cam.png
554
%%DATADIR%%/themes/default/close.png
555
%%DATADIR%%/themes/default/cursor-mouse.png
556
%%DATADIR%%/themes/default/eraser.png
557
%%DATADIR%%/themes/default/groupChat.png
558
%%DATADIR%%/themes/default/guif.png
559
%%DATADIR%%/themes/default/icon.png
560
%%DATADIR%%/themes/default/icon16.png
561
%%DATADIR%%/themes/default/icon32.png
562
%%DATADIR%%/themes/default/icon48.png
563
%%DATADIR%%/themes/default/icon96.png
564
%%DATADIR%%/themes/default/idle.png
565
%%DATADIR%%/themes/default/invisible.png
566
%%DATADIR%%/themes/default/large_grid.png
567
%%DATADIR%%/themes/default/loading.gif
568
%%DATADIR%%/themes/default/login.png
569
%%DATADIR%%/themes/default/medium_grid.png
570
%%DATADIR%%/themes/default/mobile.png
571
%%DATADIR%%/themes/default/no_grid.png
572
%%DATADIR%%/themes/default/nudge.png
573
%%DATADIR%%/themes/default/offline.png
574
%%DATADIR%%/themes/default/online.png
575
%%DATADIR%%/themes/default/paintbrush.png
576
%%DATADIR%%/themes/default/reverse.png
577
%%DATADIR%%/themes/default/rotate-270.png
578
%%DATADIR%%/themes/default/rotate-90.png
579
%%DATADIR%%/themes/default/small_grid.png
580
%%DATADIR%%/themes/default/smilie.png
581
%%DATADIR%%/themes/default/space.png
582
%%DATADIR%%/themes/default/status-away.png
583
%%DATADIR%%/themes/default/status-blocked.png
584
%%DATADIR%%/themes/default/status-busy.png
585
%%DATADIR%%/themes/default/text.png
586
%%DATADIR%%/themes/default/tool-eraser.png
587
%%DATADIR%%/themes/default/tool-paintbrush.png
588
%%DATADIR%%/themes/default/trayicon.ico
589
%%DATADIR%%/themes/default/trayicon.png
590
%%DATADIR%%/themes/default/trayicon2.png
591
%%DATADIR%%/themes/default/userPanel.png
592
%%DATADIR%%/themes/gnomecolors/away.png
593
%%DATADIR%%/themes/gnomecolors/brush-large.png
594
%%DATADIR%%/themes/gnomecolors/brush-small.png
595
%%DATADIR%%/themes/gnomecolors/busy.png
596
%%DATADIR%%/themes/gnomecolors/cam.png
597
%%DATADIR%%/themes/gnomecolors/close.png
598
%%DATADIR%%/themes/gnomecolors/cursor-mouse.png
599
%%DATADIR%%/themes/gnomecolors/eraser.png
600
%%DATADIR%%/themes/gnomecolors/groupChat.png
601
%%DATADIR%%/themes/gnomecolors/guif.png
602
%%DATADIR%%/themes/gnomecolors/icon.png
603
%%DATADIR%%/themes/gnomecolors/icon16.png
604
%%DATADIR%%/themes/gnomecolors/icon32.png
605
%%DATADIR%%/themes/gnomecolors/icon48.png
606
%%DATADIR%%/themes/gnomecolors/icon96.png
607
%%DATADIR%%/themes/gnomecolors/idle.png
608
%%DATADIR%%/themes/gnomecolors/invisible.png
609
%%DATADIR%%/themes/gnomecolors/large_grid.png
610
%%DATADIR%%/themes/gnomecolors/loading.gif
611
%%DATADIR%%/themes/gnomecolors/login.png
612
%%DATADIR%%/themes/gnomecolors/medium_grid.png
613
%%DATADIR%%/themes/gnomecolors/mobile.png
614
%%DATADIR%%/themes/gnomecolors/no_grid.png
615
%%DATADIR%%/themes/gnomecolors/nudge.png
616
%%DATADIR%%/themes/gnomecolors/offline.png
617
%%DATADIR%%/themes/gnomecolors/online.png
618
%%DATADIR%%/themes/gnomecolors/paintbrush.png
619
%%DATADIR%%/themes/gnomecolors/reverse.png
620
%%DATADIR%%/themes/gnomecolors/rotate-270.png
621
%%DATADIR%%/themes/gnomecolors/rotate-90.png
622
%%DATADIR%%/themes/gnomecolors/small_grid.png
623
%%DATADIR%%/themes/gnomecolors/smilie.png
624
%%DATADIR%%/themes/gnomecolors/space.png
625
%%DATADIR%%/themes/gnomecolors/status-away.png
626
%%DATADIR%%/themes/gnomecolors/status-blocked.png
627
%%DATADIR%%/themes/gnomecolors/status-busy.png
628
%%DATADIR%%/themes/gnomecolors/text.png
629
%%DATADIR%%/themes/gnomecolors/tool-eraser.png
630
%%DATADIR%%/themes/gnomecolors/tool-paintbrush.png
631
%%DATADIR%%/themes/gnomecolors/trayicon.ico
632
%%DATADIR%%/themes/gnomecolors/trayicon.png
633
%%DATADIR%%/themes/gnomecolors/trayicon2.png
634
%%DATADIR%%/themes/gnomecolors/userPanel.png
635
%%DATADIR%%/themes/inthemargins/away.png
636
%%DATADIR%%/themes/inthemargins/brush-large.png
637
%%DATADIR%%/themes/inthemargins/brush-small.png
638
%%DATADIR%%/themes/inthemargins/busy.png
639
%%DATADIR%%/themes/inthemargins/close.png
640
%%DATADIR%%/themes/inthemargins/cursor-mouse.png
641
%%DATADIR%%/themes/inthemargins/eraser.png
642
%%DATADIR%%/themes/inthemargins/groupChat.png
643
%%DATADIR%%/themes/inthemargins/guif.png
644
%%DATADIR%%/themes/inthemargins/icon.png
645
%%DATADIR%%/themes/inthemargins/icon16.png
646
%%DATADIR%%/themes/inthemargins/icon32.png
647
%%DATADIR%%/themes/inthemargins/icon48.png
648
%%DATADIR%%/themes/inthemargins/icon96.png
649
%%DATADIR%%/themes/inthemargins/idle.png
650
%%DATADIR%%/themes/inthemargins/invisible.png
651
%%DATADIR%%/themes/inthemargins/large_grid.png
652
%%DATADIR%%/themes/inthemargins/loading.gif
653
%%DATADIR%%/themes/inthemargins/login.png
654
%%DATADIR%%/themes/inthemargins/medium_grid.png
655
%%DATADIR%%/themes/inthemargins/mobile.png
656
%%DATADIR%%/themes/inthemargins/no_grid.png
657
%%DATADIR%%/themes/inthemargins/nudge.png
658
%%DATADIR%%/themes/inthemargins/offline.png
659
%%DATADIR%%/themes/inthemargins/online.png
660
%%DATADIR%%/themes/inthemargins/paintbrush.png
661
%%DATADIR%%/themes/inthemargins/reverse.png
662
%%DATADIR%%/themes/inthemargins/rotate-270.png
663
%%DATADIR%%/themes/inthemargins/rotate-90.png
664
%%DATADIR%%/themes/inthemargins/small_grid.png
665
%%DATADIR%%/themes/inthemargins/space.png
666
%%DATADIR%%/themes/inthemargins/status-away.png
667
%%DATADIR%%/themes/inthemargins/status-blocked.png
668
%%DATADIR%%/themes/inthemargins/status-busy.png
669
%%DATADIR%%/themes/inthemargins/text.png
670
%%DATADIR%%/themes/inthemargins/tool-eraser.png
671
%%DATADIR%%/themes/inthemargins/tool-paintbrush.png
672
%%DATADIR%%/themes/inthemargins/trayicon.ico
673
%%DATADIR%%/themes/inthemargins/trayicon.png
674
%%DATADIR%%/themes/inthemargins/trayicon2.png
675
%%DATADIR%%/themes/inthemargins/userPanel.png
676
%%DATADIR%%/themes/tango/away.png
677
%%DATADIR%%/themes/tango/busy.png
678
%%DATADIR%%/themes/tango/close.png
679
%%DATADIR%%/themes/tango/groupChat.png
680
%%DATADIR%%/themes/tango/guif.png
681
%%DATADIR%%/themes/tango/icon.png
682
%%DATADIR%%/themes/tango/idle.png
683
%%DATADIR%%/themes/tango/invisible.png
684
%%DATADIR%%/themes/tango/loading.gif
685
%%DATADIR%%/themes/tango/login.png
686
%%DATADIR%%/themes/tango/mobile.png
687
%%DATADIR%%/themes/tango/nudge.png
688
%%DATADIR%%/themes/tango/offline.png
689
%%DATADIR%%/themes/tango/online.png
690
%%DATADIR%%/themes/tango/reverse.png
691
%%DATADIR%%/themes/tango/space.png
692
%%DATADIR%%/themes/tango/status-away.png
693
%%DATADIR%%/themes/tango/status-blocked.png
694
%%DATADIR%%/themes/tango/status-busy.png
695
%%DATADIR%%/themes/tango/trayicon.ico
696
%%DATADIR%%/themes/tango/trayicon.png
697
%%DATADIR%%/themes/tango/trayicon2.png
698
%%DATADIR%%/themes/tango/userPanel.png
699
share/icons/hicolor/scalable/apps/emesene.svg
700
share/locale/ar/LC_MESSAGES/emesene.mo
701
share/locale/ast/LC_MESSAGES/emesene.mo
702
share/locale/az/LC_MESSAGES/emesene.mo
703
share/locale/bg/LC_MESSAGES/emesene.mo
704
share/locale/bs/LC_MESSAGES/emesene.mo
705
share/locale/ca/LC_MESSAGES/emesene.mo
706
share/locale/cs/LC_MESSAGES/emesene.mo
707
share/locale/da/LC_MESSAGES/emesene.mo
708
share/locale/de/LC_MESSAGES/emesene.mo
709
share/locale/dv/LC_MESSAGES/emesene.mo
710
share/locale/el/LC_MESSAGES/emesene.mo
711
share/locale/en_AU/LC_MESSAGES/emesene.mo
712
share/locale/en_CA/LC_MESSAGES/emesene.mo
713
share/locale/en_GB/LC_MESSAGES/emesene.mo
714
share/locale/eo/LC_MESSAGES/emesene.mo
715
share/locale/es/LC_MESSAGES/emesene.mo
716
share/locale/et/LC_MESSAGES/emesene.mo
717
share/locale/eu/LC_MESSAGES/emesene.mo
718
share/locale/fi/LC_MESSAGES/emesene.mo
719
share/locale/fr/LC_MESSAGES/emesene.mo
720
share/locale/ga/LC_MESSAGES/emesene.mo
721
share/locale/gl/LC_MESSAGES/emesene.mo
722
share/locale/he/LC_MESSAGES/emesene.mo
723
share/locale/hr/LC_MESSAGES/emesene.mo
724
share/locale/hu/LC_MESSAGES/emesene.mo
725
share/locale/id/LC_MESSAGES/emesene.mo
726
share/locale/is/LC_MESSAGES/emesene.mo
727
share/locale/it/LC_MESSAGES/emesene.mo
728
share/locale/ja/LC_MESSAGES/emesene.mo
729
share/locale/kn/LC_MESSAGES/emesene.mo
730
share/locale/ko/LC_MESSAGES/emesene.mo
731
share/locale/ku/LC_MESSAGES/emesene.mo
732
share/locale/la/LC_MESSAGES/emesene.mo
733
share/locale/lv/LC_MESSAGES/emesene.mo
734
share/locale/ms/LC_MESSAGES/emesene.mo
735
share/locale/nb/LC_MESSAGES/emesene.mo
736
share/locale/nb_NO/LC_MESSAGES/emesene.mo
737
share/locale/nds/LC_MESSAGES/emesene.mo
738
share/locale/nl/LC_MESSAGES/emesene.mo
739
share/locale/nn/LC_MESSAGES/emesene.mo
740
share/locale/oc/LC_MESSAGES/emesene.mo
741
share/locale/pl/LC_MESSAGES/emesene.mo
742
share/locale/pt/LC_MESSAGES/emesene.mo
743
share/locale/pt_BR/LC_MESSAGES/emesene.mo
744
share/locale/ro/LC_MESSAGES/emesene.mo
745
share/locale/ru/LC_MESSAGES/emesene.mo
746
share/locale/sk/LC_MESSAGES/emesene.mo
747
share/locale/sl/LC_MESSAGES/emesene.mo
748
share/locale/sq/LC_MESSAGES/emesene.mo
749
share/locale/sr/LC_MESSAGES/emesene.mo
750
share/locale/sv/LC_MESSAGES/emesene.mo
751
share/locale/th/LC_MESSAGES/emesene.mo
752
share/locale/tr/LC_MESSAGES/emesene.mo
753
share/locale/uk/LC_MESSAGES/emesene.mo
754
share/locale/zh_CN/LC_MESSAGES/emesene.mo
755
share/locale/zh_HK/LC_MESSAGES/emesene.mo
756
share/locale/zh_TW/LC_MESSAGES/emesene.mo
757
share/locale/zh_TW/LC_MESSAGES/plugin_notification.mo
758
share/locale/zh_TW/LC_MESSAGES/plugin_sound.mo
759
share/pixmaps/emesene.png
760
@dirrmtry share/locale/zh_TW/LC_MESSAGES
761
@dirrmtry share/locale/zh_TW
762
@dirrmtry share/locale/zh_HK/LC_MESSAGES
763
@dirrmtry share/locale/zh_HK
764
@dirrmtry share/locale/zh_CN/LC_MESSAGES
765
@dirrmtry share/locale/zh_CN
766
@dirrmtry share/locale/uk/LC_MESSAGES
767
@dirrmtry share/locale/uk
768
@dirrmtry share/locale/tr/LC_MESSAGES
769
@dirrmtry share/locale/tr
770
@dirrmtry share/locale/th/LC_MESSAGES
771
@dirrmtry share/locale/th
772
@dirrmtry share/locale/sv/LC_MESSAGES
773
@dirrmtry share/locale/sv
774
@dirrmtry share/locale/sr/LC_MESSAGES
775
@dirrmtry share/locale/sr
776
@dirrmtry share/locale/sq/LC_MESSAGES
777
@dirrmtry share/locale/sq
778
@dirrmtry share/locale/sl/LC_MESSAGES
779
@dirrmtry share/locale/sl
780
@dirrmtry share/locale/sk/LC_MESSAGES
781
@dirrmtry share/locale/sk
782
@dirrmtry share/locale/ru/LC_MESSAGES
783
@dirrmtry share/locale/ru
784
@dirrmtry share/locale/ro/LC_MESSAGES
785
@dirrmtry share/locale/ro
786
@dirrmtry share/locale/pt_BR/LC_MESSAGES
787
@dirrmtry share/locale/pt_BR
788
@dirrmtry share/locale/pt/LC_MESSAGES
789
@dirrmtry share/locale/pt
790
@dirrmtry share/locale/pl/LC_MESSAGES
791
@dirrmtry share/locale/pl
792
@dirrmtry share/locale/oc/LC_MESSAGES
793
@dirrmtry share/locale/oc
794
@dirrmtry share/locale/nn/LC_MESSAGES
795
@dirrmtry share/locale/nn
796
@dirrmtry share/locale/nl/LC_MESSAGES
797
@dirrmtry share/locale/nl
798
@dirrmtry share/locale/nds/LC_MESSAGES
799
@dirrmtry share/locale/nds
800
@dirrmtry share/locale/nb_NO/LC_MESSAGES
801
@dirrmtry share/locale/nb_NO
802
@dirrmtry share/locale/nb/LC_MESSAGES
803
@dirrmtry share/locale/nb
804
@dirrmtry share/locale/ms/LC_MESSAGES
805
@dirrmtry share/locale/ms
806
@dirrmtry share/locale/lv/LC_MESSAGES
807
@dirrmtry share/locale/lv
808
@dirrmtry share/locale/la/LC_MESSAGES
809
@dirrmtry share/locale/la
810
@dirrmtry share/locale/ku/LC_MESSAGES
811
@dirrmtry share/locale/ku
812
@dirrmtry share/locale/ko/LC_MESSAGES
813
@dirrmtry share/locale/ko
814
@dirrmtry share/locale/kn/LC_MESSAGES
815
@dirrmtry share/locale/kn
816
@dirrmtry share/locale/ja/LC_MESSAGES
817
@dirrmtry share/locale/ja
818
@dirrmtry share/locale/it/LC_MESSAGES
819
@dirrmtry share/locale/it
820
@dirrmtry share/locale/is/LC_MESSAGES
821
@dirrmtry share/locale/is
822
@dirrmtry share/locale/id/LC_MESSAGES
823
@dirrmtry share/locale/id
824
@dirrmtry share/locale/hu/LC_MESSAGES
825
@dirrmtry share/locale/hu
826
@dirrmtry share/locale/hr/LC_MESSAGES
827
@dirrmtry share/locale/hr
828
@dirrmtry share/locale/he/LC_MESSAGES
829
@dirrmtry share/locale/he
830
@dirrmtry share/locale/gl/LC_MESSAGES
831
@dirrmtry share/locale/gl
832
@dirrmtry share/locale/ga/LC_MESSAGES
833
@dirrmtry share/locale/ga
834
@dirrmtry share/locale/fr/LC_MESSAGES
835
@dirrmtry share/locale/fr
836
@dirrmtry share/locale/fi/LC_MESSAGES
837
@dirrmtry share/locale/fi
838
@dirrmtry share/locale/eu/LC_MESSAGES
839
@dirrmtry share/locale/eu
840
@dirrmtry share/locale/et/LC_MESSAGES
841
@dirrmtry share/locale/et
842
@dirrmtry share/locale/es/LC_MESSAGES
843
@dirrmtry share/locale/es
844
@dirrmtry share/locale/eo/LC_MESSAGES
845
@dirrmtry share/locale/eo
846
@dirrmtry share/locale/en_GB/LC_MESSAGES
847
@dirrmtry share/locale/en_GB
848
@dirrmtry share/locale/en_CA/LC_MESSAGES
849
@dirrmtry share/locale/en_CA
850
@dirrmtry share/locale/en_AU/LC_MESSAGES
851
@dirrmtry share/locale/en_AU
852
@dirrmtry share/locale/el/LC_MESSAGES
853
@dirrmtry share/locale/el
854
@dirrmtry share/locale/dv/LC_MESSAGES
855
@dirrmtry share/locale/dv
856
@dirrmtry share/locale/de/LC_MESSAGES
857
@dirrmtry share/locale/de
858
@dirrmtry share/locale/da/LC_MESSAGES
859
@dirrmtry share/locale/da
860
@dirrmtry share/locale/cs/LC_MESSAGES
861
@dirrmtry share/locale/cs
862
@dirrmtry share/locale/ca/LC_MESSAGES
863
@dirrmtry share/locale/ca
864
@dirrmtry share/locale/bs/LC_MESSAGES
865
@dirrmtry share/locale/bs
866
@dirrmtry share/locale/bg/LC_MESSAGES
867
@dirrmtry share/locale/bg
868
@dirrmtry share/locale/az/LC_MESSAGES
869
@dirrmtry share/locale/az
870
@dirrmtry share/locale/ast/LC_MESSAGES
871
@dirrmtry share/locale/ast
872
@dirrmtry share/locale/ar/LC_MESSAGES
873
@dirrmtry share/locale/ar
874
@dirrmtry share/icons/hicolor/scalable/apps
875
@dirrmtry share/icons/hicolor/scalable
876
@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true
877
@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true
878
@dirrm %%DATADIR%%/themes/tango
879
@dirrm %%DATADIR%%/themes/inthemargins
880
@dirrm %%DATADIR%%/themes/gnomecolors
881
@dirrm %%DATADIR%%/themes/default
882
@dirrm %%DATADIR%%/themes
883
@dirrm %%DATADIR%%/sound_themes/freedesktop
884
@dirrm %%DATADIR%%/sound_themes/default
885
@dirrm %%DATADIR%%/sound_themes
886
@dirrm %%DATADIR%%/smilies/default
887
@dirrm %%DATADIR%%/smilies
888
@dirrm %%DATADIR%%/pyisf
889
@dirrm %%DATADIR%%/pygif
890
@dirrm %%DATADIR%%/plugins_base/encryptMessage
891
@dirrm %%DATADIR%%/plugins_base/currentSong
892
@dirrm %%DATADIR%%/plugins_base
893
@dirrm %%DATADIR%%/emesenelib/soap
894
@dirrm %%DATADIR%%/emesenelib/p2p
895
@dirrm %%DATADIR%%/emesenelib
896
@dirrm %%DATADIR%%/conversation_themes/pidgin
897
@dirrm %%DATADIR%%/conversation_themes/messenger
898
@dirrm %%DATADIR%%/conversation_themes/irc
899
@dirrm %%DATADIR%%/conversation_themes/gtalk
900
@dirrm %%DATADIR%%/conversation_themes/default
901
@dirrm %%DATADIR%%/conversation_themes
902
@dirrm %%DATADIR%%/abstract
903
@dirrm %%DATADIR%%

Return to bug 145400