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

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

Return to bug 149747