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

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

Return to bug 149205