Wed Aug 16 12:17:01 2023 UTC ()
kopete: update to 23.04.3

qt5/kf5 version.


(markd)
diff -r1.68 -r1.69 pkgsrc/net/kopete/Makefile
diff -r1.4 -r1.5 pkgsrc/net/kopete/PLIST
diff -r1.12 -r1.13 pkgsrc/net/kopete/distinfo
diff -r1.2 -r0 pkgsrc/net/kopete/patches/patch-libkopete_avdevice_videodevice.h
diff -r1.2 -r0 pkgsrc/net/kopete/patches/patch-protocols_jabber_libiris_src_jdns_jdns_sys.c
diff -r1.2 -r0 pkgsrc/net/kopete/patches/patch-protocols_wlm_CMakeLists.txt
diff -r1.1 -r0 pkgsrc/net/kopete/patches/patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp
Wed Aug 16 21:17:01 2023
Mon Jun 26 19:39:33 2023
pkgsrc/net/kopete/patches/patch-libkopete_avdevice_videodevice.h,v

anoncvs not yet been updated
Wed Aug 16 21:17:01 2023
Mon Jun 26 19:39:33 2023
pkgsrc/net/kopete/patches/patch-protocols_jabber_libiris_src_jdns_jdns_sys.c,v

anoncvs not yet been updated
Wed Aug 16 21:17:01 2023
Mon Jun 26 19:39:33 2023
pkgsrc/net/kopete/patches/patch-protocols_wlm_CMakeLists.txt,v

anoncvs not yet been updated
Wed Aug 16 21:17:01 2023
Mon Jun 26 19:39:33 2023
pkgsrc/net/kopete/patches/patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp,v

anoncvs not yet been updated

cvs diff -r1.68 -r1.69 pkgsrc/net/kopete/Makefile (expand / switch to unified diff)

--- pkgsrc/net/kopete/Makefile 2023/04/23 14:26:29 1.68
+++ pkgsrc/net/kopete/Makefile 2023/08/16 12:17:01 1.69
@@ -1,55 +1,66 @@ @@ -1,55 +1,66 @@
1# $NetBSD: Makefile,v 1.68 2023/04/23 14:26:29 adam Exp $ 1# $NetBSD: Makefile,v 1.69 2023/08/16 12:17:01 markd Exp $
2 2
3DISTNAME= kopete-16.12.0 3DISTNAME= kopete-${KAPPSVER}
4PKGREVISION= 39 
5CATEGORIES= net 4CATEGORIES= net
 5
 6HOMEPAGE= https://kde.org/applications/internet/kopete/
6COMMENT= Multi-protocol instant messenger client 7COMMENT= Multi-protocol instant messenger client
7MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.12.0/src/} 8LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2 AND gnu-fdl-v1.2
8 9
9# Race on translatorplugin.h 10.include "../../meta-pkgs/kde/applications.mk"
10MAKE_JOBS_SAFE= no 
11 11
12.include "../../meta-pkgs/kde4/Makefile.kde4" 12TOOL_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
13 13
14USE_LANGUAGES+= c++11 14USE_TOOLS+= msgmerge pkg-config
15 15
16CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF 16SUBST_CLASSES+= fix-moc
 17SUBST_STAGE.fix-moc= post-configure
 18SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
 19SUBST_FILES.fix-moc= _KDE_build/*/*/CMakeFiles/*_autogen.dir/AutogenInfo.json
 20SUBST_FILES.fix-moc+= _KDE_build/*/*/*/CMakeFiles/*_autogen.dir/AutogenInfo.json
 21SUBST_NOOP_OK.fix-moc= yes
 22SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g'
 23
 24SUBST_CLASSES+= xdg
 25SUBST_STAGE.xdg= pre-configure
 26SUBST_MESSAGE.xdg= Install via examples dir.
 27SUBST_FILES.xdg= kopete/CMakeLists.txt
 28SUBST_SED.xdg= -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
 29
 30MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg
 31CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/kopeterc \
 32 ${PKG_SYSCONFDIR}/xdg/kopeterc
17 33
18REPLACE_PERL+= \ 34REPLACE_PERL+= \
19 kopete/kconf_update/kopete-account-0.10.pl \ 35 kopete/kconf_update/kopete-account-0.10.pl \
20 kopete/kconf_update/kopete-gaim_to_pidgin_style.pl \ 36 kopete/kconf_update/kopete-gaim_to_pidgin_style.pl \
21 kopete/kconf_update/kopete-initialstatus.pl \ 37 kopete/kconf_update/kopete-initialstatus.pl \
22 kopete/kconf_update/kopete-pluginloader.pl \ 38 kopete/kconf_update/kopete-pluginloader.pl \
23 kopete/kconf_update/kopete-update_icq_server.pl \ 39 kopete/kconf_update/kopete-update_icq_server.pl \
24 kopete/kconf_update/kopete-update_icq_ssl.pl \ 40 kopete/kconf_update/kopete-update_icq_ssl.pl
25 kopete/kconf_update/kopete-update_yahoo_server.pl 
26 41
27REPLACE_SH+= \ 42REPLACE_SH+= \
28 protocols/winpopup/winpopup-install \ 43 protocols/winpopup/winpopup-install \
29 protocols/winpopup/winpopup-send 44 protocols/winpopup/winpopup-send
30 45
31# jasper uses SIZE_MAX and friends in its headers. 46.include "../../chat/libgadu/buildlink3.mk"
32CXXFLAGS+= -D__STDC_LIMIT_MACROS 
33 
34.include "../../meta-pkgs/kde4/kde4.mk" 
35 
36.include "../../audio/alsa-lib/buildlink3.mk" 
37BUILDLINK_API_DEPENDS.libmsn+= libmsn>=4.1 
38.include "../../chat/libmsn/buildlink3.mk" 
39.include "../../chat/libotr/buildlink3.mk" 47.include "../../chat/libotr/buildlink3.mk"
40.include "../../chat/meanwhile/buildlink3.mk" 48#.include "../../chat/meanwhile/buildlink3.mk"
41.include "../../databases/sqlite3/buildlink3.mk" 
42.include "../../devel/libidn/buildlink3.mk" 49.include "../../devel/libidn/buildlink3.mk"
43.include "../../devel/qjson/buildlink3.mk" 50.include "../../devel/kcmutils/buildlink3.mk"
 51.include "../../devel/knotifyconfig/buildlink3.mk"
 52.include "../../devel/ktexteditor/buildlink3.mk"
44.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 53.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
45.include "../../graphics/libv4l/buildlink3.mk" 54.include "../../misc/kcontacts/buildlink3.mk"
46.include "../../graphics/qimageblitz/buildlink3.mk" 55.include "../../misc/kidentitymanagement/buildlink3.mk"
47.include "../../misc/kdepimlibs4/buildlink3.mk" 56.include "../../net/kdnssd/buildlink3.mk"
48.include "../../net/openslp/buildlink3.mk" 
49.include "../../net/ortp/buildlink3.mk" 57.include "../../net/ortp/buildlink3.mk"
50.include "../../security/qca2/buildlink3.mk" 58.include "../../security/libkleo/buildlink3.mk"
 59.include "../../security/qca2-qt5/buildlink3.mk"
51.include "../../sysutils/desktop-file-utils/desktopdb.mk" 60.include "../../sysutils/desktop-file-utils/desktopdb.mk"
52.include "../../x11/kdelibs4/buildlink3.mk" 61.include "../../textproc/libxml2/buildlink3.mk"
53.include "../../x11/libXScrnSaver/buildlink3.mk" 62.include "../../textproc/libxslt/buildlink3.mk"
54 63.include "../../www/khtml/buildlink3.mk"
 64.include "../../x11/kdelibs4support/buildlink3.mk"
 65.include "../../x11/qt5-qtbase/buildlink3.mk"
55.include "../../mk/bsd.pkg.mk" 66.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/net/kopete/PLIST (expand / switch to unified diff)

--- pkgsrc/net/kopete/PLIST 2016/01/10 19:20:07 1.4
+++ pkgsrc/net/kopete/PLIST 2023/08/16 12:17:01 1.5
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1@comment $NetBSD: PLIST,v 1.4 2016/01/10 19:20:07 markd Exp $ 1@comment $NetBSD: PLIST,v 1.5 2023/08/16 12:17:01 markd Exp $
2bin/kopete 2bin/kopete
3bin/kopete_latexconvert.sh 
4bin/winpopup-install 3bin/winpopup-install
5bin/winpopup-send 4bin/winpopup-send
6include/kopete/kabcpersistence.h 5include/kopete/kabcpersistence.h
7include/kopete/kopete_export.h 
8include/kopete/kopeteaccount.h 6include/kopete/kopeteaccount.h
9include/kopete/kopeteaccountmanager.h 7include/kopete/kopeteaccountmanager.h
10include/kopete/kopeteaddedinfoevent.h 8include/kopete/kopeteaddedinfoevent.h
11include/kopete/kopeteappearancesettings.h 9include/kopete/kopeteappearancesettings.h
12include/kopete/kopeteavatarmanager.h 10include/kopete/kopeteavatarmanager.h
13include/kopete/kopetebehaviorsettings.h 11include/kopete/kopetebehaviorsettings.h
14include/kopete/kopeteblacklister.h 12include/kopete/kopeteblacklister.h
15include/kopete/kopetechatsession.h 13include/kopete/kopetechatsession.h
16include/kopete/kopetechatsessionmanager.h 14include/kopete/kopetechatsessionmanager.h
17include/kopete/kopetecommand.h 15include/kopete/kopetecommand.h
18include/kopete/kopetecommandhandler.h 16include/kopete/kopetecommandhandler.h
19include/kopete/kopetecontact.h 17include/kopete/kopetecontact.h
20include/kopete/kopetecontactlist.h 18include/kopete/kopetecontactlist.h
@@ -42,771 +40,892 @@ include/kopete/kopeteplugin.h @@ -42,771 +40,892 @@ include/kopete/kopeteplugin.h
42include/kopete/kopetepluginmanager.h 40include/kopete/kopetepluginmanager.h
43include/kopete/kopeteproperty.h 41include/kopete/kopeteproperty.h
44include/kopete/kopetepropertycontainer.h 42include/kopete/kopetepropertycontainer.h
45include/kopete/kopeteprotocol.h 43include/kopete/kopeteprotocol.h
46include/kopete/kopetesimplemessagehandler.h 44include/kopete/kopetesimplemessagehandler.h
47include/kopete/kopetestatusmanager.h 45include/kopete/kopetestatusmanager.h
48include/kopete/kopetestatusmessage.h 46include/kopete/kopetestatusmessage.h
49include/kopete/kopetestatussettings.h 47include/kopete/kopetestatussettings.h
50include/kopete/kopetetask.h 48include/kopete/kopetetask.h
51include/kopete/kopetetransfermanager.h 49include/kopete/kopetetransfermanager.h
52include/kopete/kopeteuiglobal.h 50include/kopete/kopeteuiglobal.h
53include/kopete/kopeteutils.h 51include/kopete/kopeteutils.h
54include/kopete/kopeteversion.h 52include/kopete/kopeteversion.h
 53include/kopete/libkopete_export.h
55include/kopete/ui/accountselector.h 54include/kopete/ui/accountselector.h
56include/kopete/ui/addcontactpage.h 55include/kopete/ui/addcontactpage.h
57include/kopete/ui/addressbookselectordialog.h 56include/kopete/ui/addressbookselectordialog.h
58include/kopete/ui/addressbookselectorwidget.h 57include/kopete/ui/addressbookselectorwidget.h
59include/kopete/ui/avatardialog.h 58include/kopete/ui/avatardialog.h
60include/kopete/ui/avatarselectorwidget.h 59include/kopete/ui/avatarselectorwidget.h
61include/kopete/ui/contactaddednotifydialog.h 60include/kopete/ui/contactaddednotifydialog.h
62include/kopete/ui/editaccountwidget.h 61include/kopete/ui/editaccountwidget.h
63include/kopete/ui/kopetecontactaction.h 62include/kopete/ui/kopetecontactaction.h
64include/kopete/ui/kopeteinfodialog.h 63include/kopete/ui/kopeteinfodialog.h
65include/kopete/ui/kopetelistview.h 64include/kopete/ui/kopetelistview.h
66include/kopete/ui/kopetelistviewitem.h 65include/kopete/ui/kopetelistviewitem.h
67include/kopete/ui/kopetelistviewsearchline.h 66include/kopete/ui/kopetelistviewsearchline.h
68include/kopete/ui/kopetepasswordwidget.h 67include/kopete/ui/kopetepasswordwidget.h
69include/kopete/ui/kopetestdaction.h 68include/kopete/ui/kopetestdaction.h
70include/kopete/ui/kopeteview.h 69include/kopete/ui/kopeteview.h
71include/kopete/ui/kopeteviewplugin.h 70include/kopete/ui/kopeteviewplugin.h
72include/kopete/ui/ui_kopeteawaydialogbase.h 71include/kopete/ui/ui_kopeteawaydialogbase.h
73include/kopete/ui/ui_kopetepasswordwidgetbase.h 72include/kopete/ui/ui_kopetepasswordwidgetbase.h
74lib/kde4/kcm_kopete_accountconfig.so 
75lib/kde4/kcm_kopete_addbookmarks.so 
76lib/kde4/kcm_kopete_appearanceconfig.so 
77lib/kde4/kcm_kopete_autoreplace.so 
78lib/kde4/kcm_kopete_avdeviceconfig.so 
79lib/kde4/kcm_kopete_behaviorconfig.so 
80lib/kde4/kcm_kopete_chatwindowconfig.so 
81lib/kde4/kcm_kopete_highlight.so 
82lib/kde4/kcm_kopete_history.so 
83lib/kde4/kcm_kopete_history2.so 
84lib/kde4/kcm_kopete_latex.so 
85lib/kde4/kcm_kopete_nowlistening.so 
86lib/kde4/kcm_kopete_otr.so 
87lib/kde4/kcm_kopete_pipes.so 
88lib/kde4/kcm_kopete_pluginconfig.so 
89lib/kde4/kcm_kopete_privacy.so 
90lib/kde4/kcm_kopete_statusconfig.so 
91lib/kde4/kcm_kopete_texteffect.so 
92lib/kde4/kcm_kopete_translator.so 
93lib/kde4/kcm_kopete_urlpicpreview.so 
94lib/kde4/kcm_kopete_webpresence.so 
95lib/kde4/kopete_addbookmarks.so 
96lib/kde4/kopete_aim.so 
97lib/kde4/kopete_autoreplace.so 
98lib/kde4/kopete_bonjour.so 
99lib/kde4/kopete_chatwindow.so 
100lib/kde4/kopete_contactnotes.so 
101lib/kde4/kopete_emailwindow.so 
102lib/kde4/kopete_groupwise.so 
103lib/kde4/kopete_highlight.so 
104lib/kde4/kopete_history.so 
105lib/kde4/kopete_history2.so 
106lib/kde4/kopete_icq.so 
107lib/kde4/kopete_jabber.so 
108lib/kde4/kopete_latex.so 
109lib/kde4/kopete_meanwhile.so 
110lib/kde4/kopete_nowlistening.so 
111lib/kde4/kopete_otr.so 
112lib/kde4/kopete_pipes.so 
113lib/kde4/kopete_privacy.so 
114lib/kde4/kopete_qq.so 
115lib/kde4/kopete_skype.so 
116lib/kde4/kopete_sms.so 
117lib/kde4/kopete_statistics.so 
118lib/kde4/kopete_testbed.so 
119lib/kde4/kopete_texteffect.so 
120lib/kde4/kopete_translator.so 
121lib/kde4/kopete_urlpicpreview.so 
122lib/kde4/kopete_webpresence.so 
123lib/kde4/kopete_wlm.so 
124lib/kde4/kopete_wp.so 
125lib/kde4/kopete_yahoo.so 
126lib/kde4/libchattexteditpart.so 
127lib/kde4/plugins/accessible/chatwindowaccessiblewidgetfactory.so 
128lib/libkopete.so 73lib/libkopete.so
129lib/libkopete.so.4 74lib/libkopete.so.1
130lib/libkopete.so.${KDELIBSVER} 75lib/libkopete.so.1.0.0
131lib/libkopete_oscar.so 76lib/libkopete_oscar.so
132lib/libkopete_oscar.so.4 77lib/libkopete_oscar.so.1
133lib/libkopete_oscar.so.${KDELIBSVER} 78lib/libkopete_oscar.so.1.0.0
134lib/libkopete_otr_shared.so 79lib/libkopete_otr_shared.so
135lib/libkopete_otr_shared.so.1 80lib/libkopete_otr_shared.so.1
136lib/libkopete_otr_shared.so.1.0.0 81lib/libkopete_otr_shared.so.1.0.0
137lib/libkopete_videodevice.so 82lib/libkopete_videodevice.so
138lib/libkopete_videodevice.so.4 83lib/libkopete_videodevice.so.1
139lib/libkopete_videodevice.so.${KDELIBSVER} 84lib/libkopete_videodevice.so.1.0.0
140lib/libkopeteaddaccountwizard.so 85lib/libkopeteaddaccountwizard.so
141lib/libkopeteaddaccountwizard.so.1 86lib/libkopeteaddaccountwizard.so.1
142lib/libkopeteaddaccountwizard.so.1.0.0 87lib/libkopeteaddaccountwizard.so.1.0.0
143lib/libkopetechatwindow_shared.so 88lib/libkopetechatwindow_shared.so
144lib/libkopetechatwindow_shared.so.1 89lib/libkopetechatwindow_shared.so.1
145lib/libkopetechatwindow_shared.so.1.0.0 90lib/libkopetechatwindow_shared.so.1.0.0
146lib/libkopetecontactlist.so 91lib/libkopetecontactlist.so
147lib/libkopetecontactlist.so.1 92lib/libkopetecontactlist.so.1
148lib/libkopetecontactlist.so.1.0.0 93lib/libkopetecontactlist.so.1.0.0
149lib/libkopeteidentity.so 94lib/libkopeteidentity.so
150lib/libkopeteidentity.so.1 95lib/libkopeteidentity.so.1
151lib/libkopeteidentity.so.1.0.0 96lib/libkopeteidentity.so.1.0.0
152lib/libkopeteprivacy.so 97lib/libkopeteprivacy.so
153lib/libkopeteprivacy.so.1 98lib/libkopeteprivacy.so.1
154lib/libkopeteprivacy.so.1.0.0 99lib/libkopeteprivacy.so.1.0.0
155lib/libkopetestatusmenu.so 100lib/libkopetestatusmenu.so
156lib/libkopetestatusmenu.so.1 101lib/libkopetestatusmenu.so.1
157lib/libkopetestatusmenu.so.1.0.0 102lib/libkopetestatusmenu.so.1.0.0
158lib/libkyahoo.so 
159lib/libkyahoo.so.1 
160lib/libkyahoo.so.1.0.0 
161lib/liboscar.so 103lib/liboscar.so
162lib/liboscar.so.1 104lib/liboscar.so.1
163lib/liboscar.so.1.0.0 105lib/liboscar.so.1.0.0
164lib/libqgroupwise.so 106lib/libqgroupwise.so
165lib/mozilla/plugins/skypebuttons.so 107qt5/plugins/accessible/chatwindowaccessiblewidgetfactory.so
166share/applications/kde4/kopete.desktop 108qt5/plugins/chattexteditpart.so
 109qt5/plugins/kcm_kopete_accountconfig.so
 110qt5/plugins/kcm_kopete_addbookmarks.so
 111qt5/plugins/kcm_kopete_appearanceconfig.so
 112qt5/plugins/kcm_kopete_autoreplace.so
 113qt5/plugins/kcm_kopete_avdeviceconfig.so
 114qt5/plugins/kcm_kopete_behaviorconfig.so
 115qt5/plugins/kcm_kopete_chatwindowconfig.so
 116qt5/plugins/kcm_kopete_highlight.so
 117qt5/plugins/kcm_kopete_history.so
 118qt5/plugins/kcm_kopete_otr.so
 119qt5/plugins/kcm_kopete_pluginconfig.so
 120qt5/plugins/kcm_kopete_privacy.so
 121qt5/plugins/kcm_kopete_statusconfig.so
 122qt5/plugins/kcm_kopete_texteffect.so
 123qt5/plugins/kcm_kopete_urlpicpreview.so
 124qt5/plugins/kcm_kopete_webpresence.so
 125qt5/plugins/kopete_addbookmarks.so
 126qt5/plugins/kopete_aim.so
 127qt5/plugins/kopete_autoreplace.so
 128qt5/plugins/kopete_bonjour.so
 129qt5/plugins/kopete_chatwindow.so
 130qt5/plugins/kopete_contactnotes.so
 131qt5/plugins/kopete_emailwindow.so
 132qt5/plugins/kopete_groupwise.so
 133qt5/plugins/kopete_highlight.so
 134qt5/plugins/kopete_history.so
 135qt5/plugins/kopete_icq.so
 136qt5/plugins/kopete_jabber.so
 137qt5/plugins/kopete_otr.so
 138qt5/plugins/kopete_privacy.so
 139qt5/plugins/kopete_qq.so
 140qt5/plugins/kopete_statistics.so
 141qt5/plugins/kopete_testbed.so
 142qt5/plugins/kopete_texteffect.so
 143qt5/plugins/kopete_urlpicpreview.so
 144qt5/plugins/kopete_webpresence.so
 145qt5/plugins/kopete_wp.so
 146share/applications/org.kde.kopete.desktop
 147share/config.kcfg/historyconfig.kcfg
 148share/config.kcfg/kopete_otr.kcfg
 149share/config.kcfg/kopeteappearancesettings.kcfg
 150share/config.kcfg/kopetebehaviorsettings.kcfg
 151share/config.kcfg/kopetestatussettings.kcfg
 152share/config.kcfg/urlpicpreview.kcfg
 153share/config.kcfg/webpresenceconfig.kcfg
167share/dbus-1/interfaces/org.kde.Kopete.xml 154share/dbus-1/interfaces/org.kde.Kopete.xml
168share/dbus-1/interfaces/org.kde.kopete.Client.xml 155share/dbus-1/interfaces/org.kde.kopete.Client.xml
169share/dbus-1/interfaces/org.kde.kopete.Statistics.xml 156share/dbus-1/interfaces/org.kde.kopete.Statistics.xml
170share/doc/kde/HTML/en/kopete/Kopete_icq_account_preferences.png 157share/doc/HTML/ca/kopete/chatstyle.docbook
171share/doc/kde/HTML/en/kopete/Kopete_icq_account_setup.png 158share/doc/HTML/ca/kopete/emoticonspec.docbook
172share/doc/kde/HTML/en/kopete/Kopete_icq_activate_new_account1.png 159share/doc/HTML/ca/kopete/icq.docbook
173share/doc/kde/HTML/en/kopete/Kopete_icq_add_contact.png 160share/doc/HTML/ca/kopete/index.cache.bz2
174share/doc/kde/HTML/en/kopete/Kopete_icq_added.png 161share/doc/HTML/ca/kopete/index.docbook
175share/doc/kde/HTML/en/kopete/Kopete_icq_chat_window.png 162share/doc/HTML/ca/kopete/jabber.docbook
176share/doc/kde/HTML/en/kopete/Kopete_icq_create_new_account.png 163share/doc/HTML/ca/kopete/menus.docbook
177share/doc/kde/HTML/en/kopete/Kopete_icq_first_start.png 164share/doc/HTML/ca/kopete/pipes.docbook
178share/doc/kde/HTML/en/kopete/Kopete_icq_go_to_profile.png 165share/doc/HTML/de/kopete/chatstyle.docbook
179share/doc/kde/HTML/en/kopete/Kopete_icq_information.png 166share/doc/HTML/de/kopete/emoticonspec.docbook
180share/doc/kde/HTML/en/kopete/Kopete_icq_log_in.png 167share/doc/HTML/de/kopete/icq.docbook
181share/doc/kde/HTML/en/kopete/Kopete_icq_logged_in.png 168share/doc/HTML/de/kopete/index.cache.bz2
182share/doc/kde/HTML/en/kopete/Kopete_icq_new_account.png 169share/doc/HTML/de/kopete/index.docbook
183share/doc/kde/HTML/en/kopete/Kopete_icq_search_contact.png 170share/doc/HTML/de/kopete/jabber.docbook
184share/doc/kde/HTML/en/kopete/Kopete_icq_uin.png 171share/doc/HTML/de/kopete/menus.docbook
185share/doc/kde/HTML/en/kopete/Kopete_snap021_groupchat.png 172share/doc/HTML/de/kopete/pipes.docbook
186share/doc/kde/HTML/en/kopete/Kopeteicon.png 173share/doc/HTML/en/kopete/Kopete_icq_account_preferences.png
187share/doc/kde/HTML/en/kopete/Kopetetutoial_snap003_selectserver.png 174share/doc/HTML/en/kopete/Kopete_icq_account_setup.png
188share/doc/kde/HTML/en/kopete/Kopetetutorial_jabbernetwork.png 175share/doc/HTML/en/kopete/Kopete_icq_activate_new_account1.png
189share/doc/kde/HTML/en/kopete/Kopetetutorial_snap001_emptykopete.png 176share/doc/HTML/en/kopete/Kopete_icq_add_contact.png
190share/doc/kde/HTML/en/kopete/Kopetetutorial_snap002_configacc.png 177share/doc/HTML/en/kopete/Kopete_icq_added.png
191share/doc/kde/HTML/en/kopete/Kopetetutorial_snap004_createacc.png 178share/doc/HTML/en/kopete/Kopete_icq_chat_window.png
192share/doc/kde/HTML/en/kopete/Kopetetutorial_snap005_enterjid.png 179share/doc/HTML/en/kopete/Kopete_icq_create_new_account.png
193share/doc/kde/HTML/en/kopete/Kopetetutorial_snap006_connection.png 180share/doc/HTML/en/kopete/Kopete_icq_first_start.png
194share/doc/kde/HTML/en/kopete/Kopetetutorial_snap007_conf-ready.png 181share/doc/HTML/en/kopete/Kopete_icq_go_to_profile.png
195share/doc/kde/HTML/en/kopete/Kopetetutorial_snap008_goonline.png 182share/doc/HTML/en/kopete/Kopete_icq_information.png
196share/doc/kde/HTML/en/kopete/Kopetetutorial_snap009_addfriend.png 183share/doc/HTML/en/kopete/Kopete_icq_log_in.png
197share/doc/kde/HTML/en/kopete/Kopetetutorial_snap010_exlamationmarkfriend.png 184share/doc/HTML/en/kopete/Kopete_icq_logged_in.png
198share/doc/kde/HTML/en/kopete/Kopetetutorial_snap011_addedbyfriend.png 185share/doc/HTML/en/kopete/Kopete_icq_new_account.png
199share/doc/kde/HTML/en/kopete/Kopetetutorial_snap012_fullauthorized.png 186share/doc/HTML/en/kopete/Kopete_icq_search_contact.png
200share/doc/kde/HTML/en/kopete/Kopetetutorial_snap013_firstchat.png 187share/doc/HTML/en/kopete/Kopete_icq_uin.png
201share/doc/kde/HTML/en/kopete/Kopetetutorial_snap014_setidentity.png 188share/doc/HTML/en/kopete/Kopete_snap021_groupchat.png
202share/doc/kde/HTML/en/kopete/Kopetetutorial_snap015_otrgenerate.png 189share/doc/HTML/en/kopete/Kopeteicon.png
203share/doc/kde/HTML/en/kopete/Kopetetutorial_snap016_otrfirstuse.png 190share/doc/HTML/en/kopete/Kopetetutoial_snap003_selectserver.png
204share/doc/kde/HTML/en/kopete/Kopetetutorial_snap017_seqretquestion.png 191share/doc/HTML/en/kopete/Kopetetutorial_jabbernetwork.png
205share/doc/kde/HTML/en/kopete/Kopetetutorial_snap018_otrsuccess.png 192share/doc/HTML/en/kopete/Kopetetutorial_snap001_emptykopete.png
206share/doc/kde/HTML/en/kopete/Kopetetutorial_snap019_otrauth.png 193share/doc/HTML/en/kopete/Kopetetutorial_snap002_configacc.png
207share/doc/kde/HTML/en/kopete/chatstyle.docbook 194share/doc/HTML/en/kopete/Kopetetutorial_snap004_createacc.png
208share/doc/kde/HTML/en/kopete/common 195share/doc/HTML/en/kopete/Kopetetutorial_snap005_enterjid.png
209share/doc/kde/HTML/en/kopete/emoticonspec.docbook 196share/doc/HTML/en/kopete/Kopetetutorial_snap006_connection.png
210share/doc/kde/HTML/en/kopete/icq.docbook 197share/doc/HTML/en/kopete/Kopetetutorial_snap007_conf-ready.png
211share/doc/kde/HTML/en/kopete/index.cache.bz2 198share/doc/HTML/en/kopete/Kopetetutorial_snap008_goonline.png
212share/doc/kde/HTML/en/kopete/index.docbook 199share/doc/HTML/en/kopete/Kopetetutorial_snap009_addfriend.png
213share/doc/kde/HTML/en/kopete/jabber.docbook 200share/doc/HTML/en/kopete/Kopetetutorial_snap010_exlamationmarkfriend.png
214share/doc/kde/HTML/en/kopete/menus.docbook 201share/doc/HTML/en/kopete/Kopetetutorial_snap011_addedbyfriend.png
215share/doc/kde/HTML/en/kopete/otr-auth-1.png 202share/doc/HTML/en/kopete/Kopetetutorial_snap012_fullauthorized.png
216share/doc/kde/HTML/en/kopete/pipes.docbook 203share/doc/HTML/en/kopete/Kopetetutorial_snap013_firstchat.png
 204share/doc/HTML/en/kopete/Kopetetutorial_snap014_setidentity.png
 205share/doc/HTML/en/kopete/Kopetetutorial_snap015_otrgenerate.png
 206share/doc/HTML/en/kopete/Kopetetutorial_snap016_otrfirstuse.png
 207share/doc/HTML/en/kopete/Kopetetutorial_snap017_seqretquestion.png
 208share/doc/HTML/en/kopete/Kopetetutorial_snap018_otrsuccess.png
 209share/doc/HTML/en/kopete/Kopetetutorial_snap019_otrauth.png
 210share/doc/HTML/en/kopete/chatstyle.docbook
 211share/doc/HTML/en/kopete/emoticonspec.docbook
 212share/doc/HTML/en/kopete/icq.docbook
 213share/doc/HTML/en/kopete/index.cache.bz2
 214share/doc/HTML/en/kopete/index.docbook
 215share/doc/HTML/en/kopete/jabber.docbook
 216share/doc/HTML/en/kopete/menus.docbook
 217share/doc/HTML/en/kopete/otr-auth-1.png
 218share/doc/HTML/en/kopete/pipes.docbook
 219share/doc/HTML/es/kopete/chatstyle.docbook
 220share/doc/HTML/es/kopete/emoticonspec.docbook
 221share/doc/HTML/es/kopete/icq.docbook
 222share/doc/HTML/es/kopete/index.cache.bz2
 223share/doc/HTML/es/kopete/index.docbook
 224share/doc/HTML/es/kopete/jabber.docbook
 225share/doc/HTML/es/kopete/menus.docbook
 226share/doc/HTML/es/kopete/otr-auth-1.png
 227share/doc/HTML/es/kopete/pipes.docbook
 228share/doc/HTML/et/kopete/chatstyle.docbook
 229share/doc/HTML/et/kopete/emoticonspec.docbook
 230share/doc/HTML/et/kopete/icq.docbook
 231share/doc/HTML/et/kopete/index.cache.bz2
 232share/doc/HTML/et/kopete/index.docbook
 233share/doc/HTML/et/kopete/jabber.docbook
 234share/doc/HTML/et/kopete/menus.docbook
 235share/doc/HTML/et/kopete/pipes.docbook
 236share/doc/HTML/fr/kopete/chatstyle.docbook
 237share/doc/HTML/fr/kopete/icq.docbook
 238share/doc/HTML/fr/kopete/index.cache.bz2
 239share/doc/HTML/fr/kopete/index.docbook
 240share/doc/HTML/fr/kopete/menus.docbook
 241share/doc/HTML/fr/kopete/otr-auth-1.png
 242share/doc/HTML/fr/kopete/pipes.docbook
 243share/doc/HTML/it/kopete/chatstyle.docbook
 244share/doc/HTML/it/kopete/emoticonspec.docbook
 245share/doc/HTML/it/kopete/icq.docbook
 246share/doc/HTML/it/kopete/index.cache.bz2
 247share/doc/HTML/it/kopete/index.docbook
 248share/doc/HTML/it/kopete/jabber.docbook
 249share/doc/HTML/it/kopete/menus.docbook
 250share/doc/HTML/it/kopete/pipes.docbook
 251share/doc/HTML/nl/kopete/chatstyle.docbook
 252share/doc/HTML/nl/kopete/emoticonspec.docbook
 253share/doc/HTML/nl/kopete/icq.docbook
 254share/doc/HTML/nl/kopete/index.cache.bz2
 255share/doc/HTML/nl/kopete/index.docbook
 256share/doc/HTML/nl/kopete/jabber.docbook
 257share/doc/HTML/nl/kopete/menus.docbook
 258share/doc/HTML/nl/kopete/pipes.docbook
 259share/doc/HTML/pl/kopete/chatstyle.docbook
 260share/doc/HTML/pl/kopete/icq.docbook
 261share/doc/HTML/pl/kopete/index.cache.bz2
 262share/doc/HTML/pl/kopete/index.docbook
 263share/doc/HTML/pl/kopete/jabber.docbook
 264share/doc/HTML/pl/kopete/menus.docbook
 265share/doc/HTML/pl/kopete/otr-auth-1.png
 266share/doc/HTML/pl/kopete/pipes.docbook
 267share/doc/HTML/pt/kopete/chatstyle.docbook
 268share/doc/HTML/pt/kopete/icq.docbook
 269share/doc/HTML/pt/kopete/index.cache.bz2
 270share/doc/HTML/pt/kopete/index.docbook
 271share/doc/HTML/pt/kopete/jabber.docbook
 272share/doc/HTML/pt/kopete/menus.docbook
 273share/doc/HTML/pt/kopete/pipes.docbook
 274share/doc/HTML/pt_BR/kopete/chatstyle.docbook
 275share/doc/HTML/pt_BR/kopete/emoticonspec.docbook
 276share/doc/HTML/pt_BR/kopete/icq.docbook
 277share/doc/HTML/pt_BR/kopete/index.cache.bz2
 278share/doc/HTML/pt_BR/kopete/index.docbook
 279share/doc/HTML/pt_BR/kopete/jabber.docbook
 280share/doc/HTML/pt_BR/kopete/menus.docbook
 281share/doc/HTML/pt_BR/kopete/pipes.docbook
 282share/doc/HTML/ru/kopete/index.cache.bz2
 283share/doc/HTML/ru/kopete/index.docbook
 284share/doc/HTML/ru/kopete/menus.docbook
 285share/doc/HTML/sr/kopete/chatstyle.docbook
 286share/doc/HTML/sr/kopete/emoticonspec.docbook
 287share/doc/HTML/sr/kopete/icq.docbook
 288share/doc/HTML/sr/kopete/index.cache.bz2
 289share/doc/HTML/sr/kopete/index.docbook
 290share/doc/HTML/sr/kopete/jabber.docbook
 291share/doc/HTML/sr/kopete/menus.docbook
 292share/doc/HTML/sr/kopete/pipes.docbook
 293share/doc/HTML/sr@latin/kopete/chatstyle.docbook
 294share/doc/HTML/sr@latin/kopete/emoticonspec.docbook
 295share/doc/HTML/sr@latin/kopete/icq.docbook
 296share/doc/HTML/sr@latin/kopete/index.cache.bz2
 297share/doc/HTML/sr@latin/kopete/index.docbook
 298share/doc/HTML/sr@latin/kopete/jabber.docbook
 299share/doc/HTML/sr@latin/kopete/menus.docbook
 300share/doc/HTML/sr@latin/kopete/pipes.docbook
 301share/doc/HTML/sv/kopete/chatstyle.docbook
 302share/doc/HTML/sv/kopete/emoticonspec.docbook
 303share/doc/HTML/sv/kopete/icq.docbook
 304share/doc/HTML/sv/kopete/index.cache.bz2
 305share/doc/HTML/sv/kopete/index.docbook
 306share/doc/HTML/sv/kopete/jabber.docbook
 307share/doc/HTML/sv/kopete/menus.docbook
 308share/doc/HTML/sv/kopete/pipes.docbook
 309share/doc/HTML/uk/kopete/Kopete_icq_account_preferences.png
 310share/doc/HTML/uk/kopete/Kopete_icq_account_setup.png
 311share/doc/HTML/uk/kopete/Kopete_icq_first_start.png
 312share/doc/HTML/uk/kopete/Kopete_icq_new_account.png
 313share/doc/HTML/uk/kopete/chatstyle.docbook
 314share/doc/HTML/uk/kopete/emoticonspec.docbook
 315share/doc/HTML/uk/kopete/icq.docbook
 316share/doc/HTML/uk/kopete/index.cache.bz2
 317share/doc/HTML/uk/kopete/index.docbook
 318share/doc/HTML/uk/kopete/jabber.docbook
 319share/doc/HTML/uk/kopete/menus.docbook
 320share/doc/HTML/uk/kopete/pipes.docbook
 321share/examples/kde-xdg/kopeterc
217share/icons/hicolor/128x128/apps/kopete-offline.png 322share/icons/hicolor/128x128/apps/kopete-offline.png
218share/icons/hicolor/128x128/apps/kopete.png 323share/icons/hicolor/128x128/apps/kopete.png
219share/icons/hicolor/16x16/apps/kopete-offline.png 324share/icons/hicolor/16x16/apps/kopete-offline.png
220share/icons/hicolor/16x16/apps/kopete.png 325share/icons/hicolor/16x16/apps/kopete.png
221share/icons/hicolor/22x22/apps/kopete-offline.png 326share/icons/hicolor/22x22/apps/kopete-offline.png
222share/icons/hicolor/22x22/apps/kopete.png 327share/icons/hicolor/22x22/apps/kopete.png
223share/icons/hicolor/32x32/apps/kopete-offline.png 328share/icons/hicolor/32x32/apps/kopete-offline.png
224share/icons/hicolor/32x32/apps/kopete.png 329share/icons/hicolor/32x32/apps/kopete.png
225share/icons/hicolor/48x48/apps/kopete-offline.png 330share/icons/hicolor/48x48/apps/kopete-offline.png
226share/icons/hicolor/48x48/apps/kopete.png 331share/icons/hicolor/48x48/apps/kopete.png
227share/icons/hicolor/64x64/apps/kopete-offline.png 332share/icons/hicolor/64x64/apps/kopete-offline.png
228share/icons/hicolor/64x64/apps/kopete.png 333share/icons/hicolor/64x64/apps/kopete.png
229share/icons/hicolor/scalable/apps/kopete-offline.svgz 334share/icons/hicolor/scalable/apps/kopete-offline.svgz
230share/icons/hicolor/scalable/apps/kopete.svgz 335share/icons/hicolor/scalable/apps/kopete.svgz
231share/icons/oxygen/128x128/actions/voicecall.png 336share/icons/oxygen/128x128/actions/voicecall.png
232share/icons/oxygen/128x128/actions/webcamreceive.png 337share/icons/oxygen/128x128/actions/webcamreceive.png
233share/icons/oxygen/128x128/actions/webcamsend.png 338share/icons/oxygen/128x128/actions/webcamsend.png
 339share/icons/oxygen/128x128/apps/kopete_avdevice.png
234share/icons/oxygen/16x16/actions/account_offline_overlay.png 340share/icons/oxygen/16x16/actions/account_offline_overlay.png
235share/icons/oxygen/16x16/actions/contact_away_overlay.png 341share/icons/oxygen/16x16/actions/contact_away_overlay.png
236share/icons/oxygen/16x16/actions/contact_busy_overlay.png 342share/icons/oxygen/16x16/actions/contact_busy_overlay.png
237share/icons/oxygen/16x16/actions/contact_food_overlay.png 343share/icons/oxygen/16x16/actions/contact_food_overlay.png
238share/icons/oxygen/16x16/actions/contact_freeforchat_overlay.png 344share/icons/oxygen/16x16/actions/contact_freeforchat_overlay.png
239share/icons/oxygen/16x16/actions/contact_invisible_overlay.png 345share/icons/oxygen/16x16/actions/contact_invisible_overlay.png
240share/icons/oxygen/16x16/actions/contact_phone_overlay.png 346share/icons/oxygen/16x16/actions/contact_phone_overlay.png
241share/icons/oxygen/16x16/actions/contact_xa_overlay.png 347share/icons/oxygen/16x16/actions/contact_xa_overlay.png
242share/icons/oxygen/16x16/actions/emoticon.png 348share/icons/oxygen/16x16/actions/emoticon.png
243share/icons/oxygen/16x16/actions/im-status-message-edit.png 349share/icons/oxygen/16x16/actions/im-status-message-edit.png
244share/icons/oxygen/16x16/actions/metacontact_unknown.png 350share/icons/oxygen/16x16/actions/metacontact_unknown.png
245share/icons/oxygen/16x16/actions/status_unknown.png 351share/icons/oxygen/16x16/actions/status_unknown.png
246share/icons/oxygen/16x16/actions/status_unknown_overlay.png 352share/icons/oxygen/16x16/actions/status_unknown_overlay.png
247share/icons/oxygen/16x16/actions/view-user-offline-kopete.png 353share/icons/oxygen/16x16/actions/view-user-offline-kopete.png
248share/icons/oxygen/16x16/actions/voicecall.png 354share/icons/oxygen/16x16/actions/voicecall.png
249share/icons/oxygen/16x16/actions/webcamreceive.png 355share/icons/oxygen/16x16/actions/webcamreceive.png
250share/icons/oxygen/16x16/actions/webcamsend.png 356share/icons/oxygen/16x16/actions/webcamsend.png
251share/icons/oxygen/22x22/actions/account_offline_overlay.png 357share/icons/oxygen/22x22/actions/account_offline_overlay.png
252share/icons/oxygen/22x22/actions/im-status-message-edit.png 358share/icons/oxygen/22x22/actions/im-status-message-edit.png
253share/icons/oxygen/22x22/actions/view-user-offline-kopete.png 359share/icons/oxygen/22x22/actions/view-user-offline-kopete.png
254share/icons/oxygen/22x22/actions/voicecall.png 360share/icons/oxygen/22x22/actions/voicecall.png
255share/icons/oxygen/22x22/actions/webcamreceive.png 361share/icons/oxygen/22x22/actions/webcamreceive.png
256share/icons/oxygen/22x22/actions/webcamsend.png 362share/icons/oxygen/22x22/actions/webcamsend.png
 363share/icons/oxygen/22x22/apps/kopete_avdevice.png
257share/icons/oxygen/22x22/status/object-locked-finished.png 364share/icons/oxygen/22x22/status/object-locked-finished.png
258share/icons/oxygen/22x22/status/object-locked-unverified.png 365share/icons/oxygen/22x22/status/object-locked-unverified.png
259share/icons/oxygen/22x22/status/object-locked-verified.png 366share/icons/oxygen/22x22/status/object-locked-verified.png
260share/icons/oxygen/32x32/actions/account_offline_overlay.png 367share/icons/oxygen/32x32/actions/account_offline_overlay.png
261share/icons/oxygen/32x32/actions/im-status-message-edit.png 368share/icons/oxygen/32x32/actions/im-status-message-edit.png
262share/icons/oxygen/32x32/actions/metacontact_unknown.png 369share/icons/oxygen/32x32/actions/metacontact_unknown.png
263share/icons/oxygen/32x32/actions/newmessage.mng 
264share/icons/oxygen/32x32/actions/view-user-offline-kopete.png 370share/icons/oxygen/32x32/actions/view-user-offline-kopete.png
265share/icons/oxygen/32x32/actions/voicecall.png 371share/icons/oxygen/32x32/actions/voicecall.png
266share/icons/oxygen/32x32/actions/webcamreceive.png 372share/icons/oxygen/32x32/actions/webcamreceive.png
267share/icons/oxygen/32x32/actions/webcamsend.png 373share/icons/oxygen/32x32/actions/webcamsend.png
 374share/icons/oxygen/32x32/apps/kopete_avdevice.png
268share/icons/oxygen/48x48/actions/im-status-message-edit.png 375share/icons/oxygen/48x48/actions/im-status-message-edit.png
269share/icons/oxygen/48x48/actions/mail-encrypt.png 376share/icons/oxygen/48x48/actions/mail-encrypt.png
270share/icons/oxygen/48x48/actions/view-user-offline-kopete.png 377share/icons/oxygen/48x48/actions/view-user-offline-kopete.png
271share/icons/oxygen/48x48/actions/voicecall.png 378share/icons/oxygen/48x48/actions/voicecall.png
272share/icons/oxygen/48x48/actions/webcamreceive.png 379share/icons/oxygen/48x48/actions/webcamreceive.png
273share/icons/oxygen/48x48/actions/webcamsend.png 380share/icons/oxygen/48x48/actions/webcamsend.png
274share/icons/oxygen/64x64/actions/voicecall.png 381share/icons/oxygen/64x64/actions/voicecall.png
275share/icons/oxygen/64x64/actions/webcamreceive.png 382share/icons/oxygen/64x64/actions/webcamreceive.png
276share/icons/oxygen/64x64/actions/webcamsend.png 383share/icons/oxygen/64x64/actions/webcamsend.png
 384share/icons/oxygen/64x64/apps/kopete_avdevice.png
277share/icons/oxygen/scalable/actions/account_offline_overlay.svgz 385share/icons/oxygen/scalable/actions/account_offline_overlay.svgz
278share/icons/oxygen/scalable/actions/im-status-message-edit.svgz 386share/icons/oxygen/scalable/actions/im-status-message-edit.svgz
279share/icons/oxygen/scalable/actions/mail-encrypt.svgz 
280share/icons/oxygen/scalable/actions/view-user-offline-kopete.svgz 387share/icons/oxygen/scalable/actions/view-user-offline-kopete.svgz
281share/icons/oxygen/scalable/actions/voicecall.svgz 388share/icons/oxygen/scalable/actions/voicecall.svgz
282share/icons/oxygen/scalable/actions/webcamreceive.svgz 389share/icons/oxygen/scalable/actions/webcamreceive.svgz
283share/icons/oxygen/scalable/actions/webcamsend.svgz 390share/icons/oxygen/scalable/actions/webcamsend.svgz
284share/icons/oxygen/scalable/status/object-locked-finished.svgz 391share/kconf_update/kopete-account-0.10.pl
285share/icons/oxygen/scalable/status/object-locked-unverified.svgz 392share/kconf_update/kopete-account-kconf_update.sh
286share/icons/oxygen/scalable/status/object-locked-verified.svgz 393share/kconf_update/kopete-account-kconf_update.upd
287share/kde/apps/kconf_update/kopete-account-0.10.pl 394share/kconf_update/kopete-gaim_to_pidgin_style.pl
288share/kde/apps/kconf_update/kopete-account-kconf_update.sh 395share/kconf_update/kopete-gaim_to_pidgin_style.upd
289share/kde/apps/kconf_update/kopete-account-kconf_update.upd 396share/kconf_update/kopete-initialstatus.pl
290share/kde/apps/kconf_update/kopete-gaim_to_pidgin_style.pl 397share/kconf_update/kopete-initialstatus.upd
291share/kde/apps/kconf_update/kopete-gaim_to_pidgin_style.upd 398share/kconf_update/kopete-jabberpriorityaddition-kconf_update.sh
292share/kde/apps/kconf_update/kopete-initialstatus.pl 399share/kconf_update/kopete-jabberpriorityaddition-kconf_update.upd
293share/kde/apps/kconf_update/kopete-initialstatus.upd 400share/kconf_update/kopete-jabberproxytype-kconf_update.sh
294share/kde/apps/kconf_update/kopete-jabberpriorityaddition-kconf_update.sh 401share/kconf_update/kopete-jabberproxytype-kconf_update.upd
295share/kde/apps/kconf_update/kopete-jabberpriorityaddition-kconf_update.upd 402share/kconf_update/kopete-nameTracking.upd
296share/kde/apps/kconf_update/kopete-jabberproxytype-kconf_update.sh 403share/kconf_update/kopete-pluginloader.pl
297share/kde/apps/kconf_update/kopete-jabberproxytype-kconf_update.upd 404share/kconf_update/kopete-pluginloader.upd
298share/kde/apps/kconf_update/kopete-nameTracking.upd 405share/kconf_update/kopete-pluginloader2.sh
299share/kde/apps/kconf_update/kopete-pluginloader.pl 406share/kconf_update/kopete-pluginloader2.upd
300share/kde/apps/kconf_update/kopete-pluginloader.upd 407share/kconf_update/kopete-update_icq_server.pl
301share/kde/apps/kconf_update/kopete-pluginloader2.sh 408share/kconf_update/kopete-update_icq_server.upd
302share/kde/apps/kconf_update/kopete-pluginloader2.upd 409share/kconf_update/kopete-update_icq_ssl.pl
303share/kde/apps/kconf_update/kopete-update_icq_server.pl 410share/kconf_update/kopete-update_icq_ssl.upd
304share/kde/apps/kconf_update/kopete-update_icq_server.upd 411share/knotifications5/kopete.notifyrc
305share/kde/apps/kconf_update/kopete-update_icq_ssl.pl 412share/kopete/CompactContactListLayouts.xml
306share/kde/apps/kconf_update/kopete-update_icq_ssl.upd 413share/kopete/DefaultContactListLayouts.xml
307share/kde/apps/kconf_update/kopete-update_yahoo_server.pl 414share/kopete/icons/hicolor/128x128/apps/bonjour_protocol.png
308share/kde/apps/kconf_update/kopete-update_yahoo_server.upd 415share/kopete/icons/hicolor/128x128/apps/jabber_protocol.png
309share/kde/apps/kopete/CompactContactListLayouts.xml 416share/kopete/icons/hicolor/128x128/apps/qq_protocol.png
310share/kde/apps/kopete/DefaultContactListLayouts.xml 417share/kopete/icons/hicolor/128x128/apps/testbed_protocol.png
311share/kde/apps/kopete/icons/crystalsvg/16x16/actions/aim_connecting.mng 418share/kopete/icons/hicolor/128x128/apps/wp_protocol.png
312share/kde/apps/kopete/icons/crystalsvg/16x16/actions/groupwise_connecting.mng 419share/kopete/icons/hicolor/16x16/actions/aim_away.png
313share/kde/apps/kopete/icons/crystalsvg/16x16/actions/icq_connecting.mng 420share/kopete/icons/hicolor/16x16/actions/aim_connecting.mng
314share/kde/apps/kopete/icons/crystalsvg/16x16/actions/jabber_connecting.mng 421share/kopete/icons/hicolor/16x16/actions/aim_offline.png
315share/kde/apps/kopete/icons/crystalsvg/16x16/actions/qq_connecting.mng 422share/kopete/icons/hicolor/16x16/actions/aim_online.png
316share/kde/apps/kopete/icons/crystalsvg/16x16/actions/yahoo_connecting.mng 423share/kopete/icons/hicolor/16x16/actions/groupwise_away.png
317share/kde/apps/kopete/icons/crystalsvg/22x22/actions/qq_connecting.mng 424share/kopete/icons/hicolor/16x16/actions/groupwise_busy.png
318share/kde/apps/kopete/icons/crystalsvg/32x32/actions/qq_connecting.mng 425share/kopete/icons/hicolor/16x16/actions/groupwise_connecting.mng
319share/kde/apps/kopete/icons/crystalsvg/48x48/actions/qq_connecting.mng 426share/kopete/icons/hicolor/16x16/actions/groupwise_invisible.png
320share/kde/apps/kopete/icons/crystalsvg/64x64/actions/qq_connecting.mng 427share/kopete/icons/hicolor/16x16/actions/groupwise_online.png
321share/kde/apps/kopete/icons/hicolor/16x16/actions/aim_away.png 428share/kopete/icons/hicolor/16x16/actions/icq_away.png
322share/kde/apps/kopete/icons/hicolor/16x16/actions/aim_connecting.mng 429share/kopete/icons/hicolor/16x16/actions/icq_connecting.mng
323share/kde/apps/kopete/icons/hicolor/16x16/actions/aim_offline.png 430share/kopete/icons/hicolor/16x16/actions/icq_dnd.png
324share/kde/apps/kopete/icons/hicolor/16x16/actions/aim_online.png 431share/kopete/icons/hicolor/16x16/actions/icq_ffc.png
325share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_away.png 432share/kopete/icons/hicolor/16x16/actions/icq_invisible.png
326share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_connecting.mng 433share/kopete/icons/hicolor/16x16/actions/icq_na.png
327share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_dnd.png 434share/kopete/icons/hicolor/16x16/actions/icq_occupied.png
328share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_ffc.png 435share/kopete/icons/hicolor/16x16/actions/icq_offline.png
329share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_invisible.png 436share/kopete/icons/hicolor/16x16/actions/icq_online.png
330share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_na.png 437share/kopete/icons/hicolor/16x16/actions/icq_xstatus0.png
331share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_occupied.png 438share/kopete/icons/hicolor/16x16/actions/icq_xstatus1.png
332share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_offline.png 439share/kopete/icons/hicolor/16x16/actions/icq_xstatus10.png
333share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_online.png 440share/kopete/icons/hicolor/16x16/actions/icq_xstatus11.png
334share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus0.png 441share/kopete/icons/hicolor/16x16/actions/icq_xstatus12.png
335share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus1.png 442share/kopete/icons/hicolor/16x16/actions/icq_xstatus13.png
336share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus10.png 443share/kopete/icons/hicolor/16x16/actions/icq_xstatus14.png
337share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus11.png 444share/kopete/icons/hicolor/16x16/actions/icq_xstatus15.png
338share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus12.png 445share/kopete/icons/hicolor/16x16/actions/icq_xstatus16.png
339share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus13.png 446share/kopete/icons/hicolor/16x16/actions/icq_xstatus17.png
340share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus14.png 447share/kopete/icons/hicolor/16x16/actions/icq_xstatus18.png
341share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus15.png 448share/kopete/icons/hicolor/16x16/actions/icq_xstatus19.png
342share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus16.png 449share/kopete/icons/hicolor/16x16/actions/icq_xstatus2.png
343share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus17.png 450share/kopete/icons/hicolor/16x16/actions/icq_xstatus20.png
344share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus18.png 451share/kopete/icons/hicolor/16x16/actions/icq_xstatus21.png
345share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus19.png 452share/kopete/icons/hicolor/16x16/actions/icq_xstatus22.png
346share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus2.png 453share/kopete/icons/hicolor/16x16/actions/icq_xstatus23.png
347share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus20.png 454share/kopete/icons/hicolor/16x16/actions/icq_xstatus24.png
348share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus21.png 455share/kopete/icons/hicolor/16x16/actions/icq_xstatus25.png
349share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus22.png 456share/kopete/icons/hicolor/16x16/actions/icq_xstatus26.png
350share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus23.png 457share/kopete/icons/hicolor/16x16/actions/icq_xstatus27.png
351share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus24.png 458share/kopete/icons/hicolor/16x16/actions/icq_xstatus28.png
352share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus25.png 459share/kopete/icons/hicolor/16x16/actions/icq_xstatus29.png
353share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus26.png 460share/kopete/icons/hicolor/16x16/actions/icq_xstatus3.png
354share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus27.png 461share/kopete/icons/hicolor/16x16/actions/icq_xstatus30.png
355share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus28.png 462share/kopete/icons/hicolor/16x16/actions/icq_xstatus31.png
356share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus29.png 463share/kopete/icons/hicolor/16x16/actions/icq_xstatus4.png
357share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus3.png 464share/kopete/icons/hicolor/16x16/actions/icq_xstatus5.png
358share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus30.png 465share/kopete/icons/hicolor/16x16/actions/icq_xstatus6.png
359share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus31.png 466share/kopete/icons/hicolor/16x16/actions/icq_xstatus7.png
360share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus4.png 467share/kopete/icons/hicolor/16x16/actions/icq_xstatus8.png
361share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus5.png 468share/kopete/icons/hicolor/16x16/actions/icq_xstatus9.png
362share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus6.png 469share/kopete/icons/hicolor/16x16/actions/jabber_away.png
363share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus7.png 470share/kopete/icons/hicolor/16x16/actions/jabber_chatty.png
364share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus8.png 471share/kopete/icons/hicolor/16x16/actions/jabber_connecting.mng
365share/kde/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus9.png 472share/kopete/icons/hicolor/16x16/actions/jabber_group.png
366share/kde/apps/kopete/icons/hicolor/16x16/actions/jabber_connecting.mng 473share/kopete/icons/hicolor/16x16/actions/jabber_invisible.png
367share/kde/apps/kopete/icons/hicolor/16x16/apps/aim_protocol.png 474share/kopete/icons/hicolor/16x16/actions/jabber_na.png
368share/kde/apps/kopete/icons/hicolor/16x16/apps/icq_protocol.png 475share/kopete/icons/hicolor/16x16/actions/jabber_offline.png
369share/kde/apps/kopete/icons/hicolor/32x32/apps/aim_protocol.png 476share/kopete/icons/hicolor/16x16/actions/jabber_online.png
370share/kde/apps/kopete/icons/hicolor/32x32/apps/icq_protocol.png 477share/kopete/icons/hicolor/16x16/actions/jabber_original.png
371share/kde/apps/kopete/icons/oxygen/128x128/apps/aim_protocol.png 478share/kopete/icons/hicolor/16x16/actions/jabber_raw.png
372share/kde/apps/kopete/icons/oxygen/128x128/apps/bonjour_protocol.png 479share/kopete/icons/hicolor/16x16/actions/jabber_serv_off.png
373share/kde/apps/kopete/icons/oxygen/128x128/apps/icq_protocol.png 480share/kopete/icons/hicolor/16x16/actions/jabber_serv_on.png
374share/kde/apps/kopete/icons/oxygen/128x128/apps/jabber_protocol.png 481share/kopete/icons/hicolor/16x16/actions/jabber_xa.png
375share/kde/apps/kopete/icons/oxygen/128x128/apps/kopete_avdevice.png 482share/kopete/icons/hicolor/16x16/actions/logging.png
376share/kde/apps/kopete/icons/oxygen/128x128/apps/meanwhile_protocol.png 483share/kopete/icons/hicolor/16x16/actions/qq_connecting.mng
377share/kde/apps/kopete/icons/oxygen/128x128/apps/qq_protocol.png 484share/kopete/icons/hicolor/16x16/actions/wp_away.png
378share/kde/apps/kopete/icons/oxygen/128x128/apps/skype_protocol.png 485share/kopete/icons/hicolor/16x16/apps/aim_protocol.png
379share/kde/apps/kopete/icons/oxygen/128x128/apps/sms_protocol.png 486share/kopete/icons/hicolor/16x16/apps/bonjour_protocol.png
380share/kde/apps/kopete/icons/oxygen/128x128/apps/testbed_protocol.png 487share/kopete/icons/hicolor/16x16/apps/groupwise_protocol.png
381share/kde/apps/kopete/icons/oxygen/128x128/apps/wlm_protocol.png 488share/kopete/icons/hicolor/16x16/apps/icq_protocol.png
382share/kde/apps/kopete/icons/oxygen/128x128/apps/wp_protocol.png 489share/kopete/icons/hicolor/16x16/apps/jabber_gateway_aim.png
383share/kde/apps/kopete/icons/oxygen/128x128/apps/yahoo_protocol.png 490share/kopete/icons/hicolor/16x16/apps/jabber_gateway_gadu.png
384share/kde/apps/kopete/icons/oxygen/16x16/actions/aim_away.png 491share/kopete/icons/hicolor/16x16/apps/jabber_gateway_http-ws.png
385share/kde/apps/kopete/icons/oxygen/16x16/actions/aim_offline.png 492share/kopete/icons/hicolor/16x16/apps/jabber_gateway_icq.png
386share/kde/apps/kopete/icons/oxygen/16x16/actions/aim_online.png 493share/kopete/icons/hicolor/16x16/apps/jabber_gateway_irc.png
387share/kde/apps/kopete/icons/oxygen/16x16/actions/aim_overlay.png 494share/kopete/icons/hicolor/16x16/apps/jabber_gateway_msn.png
388share/kde/apps/kopete/icons/oxygen/16x16/actions/groupwise_away.png 495share/kopete/icons/hicolor/16x16/apps/jabber_gateway_qq.png
389share/kde/apps/kopete/icons/oxygen/16x16/actions/groupwise_busy.png 496share/kopete/icons/hicolor/16x16/apps/jabber_gateway_sms.png
390share/kde/apps/kopete/icons/oxygen/16x16/actions/groupwise_invisible.png 497share/kopete/icons/hicolor/16x16/apps/jabber_gateway_smtp.png
391share/kde/apps/kopete/icons/oxygen/16x16/actions/groupwise_online.png 498share/kopete/icons/hicolor/16x16/apps/jabber_gateway_tlen.png
392share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_away.png 499share/kopete/icons/hicolor/16x16/apps/jabber_gateway_yahoo.png
393share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_dnd.png 500share/kopete/icons/hicolor/16x16/apps/jabber_protocol.png
394share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_ffc.png 501share/kopete/icons/hicolor/16x16/apps/qq_protocol.png
395share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_invisible.png 502share/kopete/icons/hicolor/16x16/apps/testbed_protocol.png
396share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_na.png 503share/kopete/icons/hicolor/16x16/apps/wp_protocol.png
397share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_occupied.png 504share/kopete/icons/hicolor/22x22/actions/logging.png
398share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_offline.png 505share/kopete/icons/hicolor/22x22/actions/qq_connecting.mng
399share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_online.png 506share/kopete/icons/hicolor/22x22/apps/bonjour_protocol.png
400share/kde/apps/kopete/icons/oxygen/16x16/actions/icq_overlay.png 507share/kopete/icons/hicolor/22x22/apps/groupwise_protocol.png
401share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_away.png 508share/kopete/icons/hicolor/22x22/apps/jabber_protocol.png
402share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_chatty.png 509share/kopete/icons/hicolor/22x22/apps/qq_protocol.png
403share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_group.png 510share/kopete/icons/hicolor/32x32/actions/logging.png
404share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_invisible.png 511share/kopete/icons/hicolor/32x32/actions/qq_connecting.mng
405share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_na.png 512share/kopete/icons/hicolor/32x32/apps/aim_protocol.png
406share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_offline.png 513share/kopete/icons/hicolor/32x32/apps/bonjour_protocol.png
407share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_online.png 514share/kopete/icons/hicolor/32x32/apps/groupwise_protocol.png
408share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_original.png 515share/kopete/icons/hicolor/32x32/apps/icq_protocol.png
409share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_raw.png 516share/kopete/icons/hicolor/32x32/apps/jabber_protocol.png
410share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_serv_off.png 517share/kopete/icons/hicolor/32x32/apps/preferences-plugin-text-effect-kopete.png
411share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_serv_on.png 518share/kopete/icons/hicolor/32x32/apps/preferences-text-autocorrection-kopete.png
412share/kde/apps/kopete/icons/oxygen/16x16/actions/jabber_xa.png 519share/kopete/icons/hicolor/32x32/apps/preferences-text-highlighting-kopete.png
413share/kde/apps/kopete/icons/oxygen/16x16/actions/logging.png 520share/kopete/icons/hicolor/32x32/apps/qq_protocol.png
414share/kde/apps/kopete/icons/oxygen/16x16/actions/meanwhile_away.png 521share/kopete/icons/hicolor/32x32/apps/testbed_protocol.png
415share/kde/apps/kopete/icons/oxygen/16x16/actions/meanwhile_dnd.png 522share/kopete/icons/hicolor/32x32/apps/wp_protocol.png
416share/kde/apps/kopete/icons/oxygen/16x16/actions/meanwhile_idle.png 523share/kopete/icons/hicolor/48x48/actions/logging.png
417share/kde/apps/kopete/icons/oxygen/16x16/actions/meanwhile_unknown.png 524share/kopete/icons/hicolor/48x48/actions/qq_connecting.mng
418share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_away.png 525share/kopete/icons/hicolor/48x48/apps/bonjour_protocol.png
419share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_blocked.png 526share/kopete/icons/hicolor/48x48/apps/groupwise_protocol.png
420share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_brb.png 527share/kopete/icons/hicolor/48x48/apps/jabber_protocol.png
421share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_busy.png 528share/kopete/icons/hicolor/48x48/apps/qq_protocol.png
422share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_fakefriend.png 529share/kopete/icons/hicolor/48x48/apps/testbed_protocol.png
423share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_invisible.png 530share/kopete/icons/hicolor/48x48/apps/wp_protocol.png
424share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_lunch.png 531share/kopete/icons/hicolor/64x64/actions/logging.png
425share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_na.png 532share/kopete/icons/hicolor/64x64/actions/qq_connecting.mng
426share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_newmsg.png 533share/kopete/icons/hicolor/64x64/apps/bonjour_protocol.png
427share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_offline.png 534share/kopete/icons/hicolor/64x64/apps/groupwise_protocol.png
428share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_online.png 535share/kopete/icons/hicolor/64x64/apps/jabber_protocol.png
429share/kde/apps/kopete/icons/oxygen/16x16/actions/wlm_phone.png 536share/kopete/icons/hicolor/64x64/apps/qq_protocol.png
430share/kde/apps/kopete/icons/oxygen/16x16/actions/wp_away.png 537share/kopete/icons/hicolor/64x64/apps/testbed_protocol.png
431share/kde/apps/kopete/icons/oxygen/16x16/actions/yahoo_away.png 538share/kopete/icons/hicolor/64x64/apps/wp_protocol.png
432share/kde/apps/kopete/icons/oxygen/16x16/actions/yahoo_busy.png 539share/kopete/styles/Clean/Contents/Resources/Footer.html
433share/kde/apps/kopete/icons/oxygen/16x16/actions/yahoo_idle.png 540share/kopete/styles/Clean/Contents/Resources/Header.html
434share/kde/apps/kopete/icons/oxygen/16x16/actions/yahoo_invisible.png 541share/kopete/styles/Clean/Contents/Resources/Incoming/Content.html
435share/kde/apps/kopete/icons/oxygen/16x16/actions/yahoo_mobile.png 542share/kopete/styles/Clean/Contents/Resources/Incoming/NextContent.html
436share/kde/apps/kopete/icons/oxygen/16x16/actions/yahoo_stealthed.png 543share/kopete/styles/Clean/Contents/Resources/Incoming/buddy_icon.png
437share/kde/apps/kopete/icons/oxygen/16x16/actions/yahoo_tea.png 544share/kopete/styles/Clean/Contents/Resources/Outgoing/Content.html
438share/kde/apps/kopete/icons/oxygen/16x16/apps/aim_protocol.png 545share/kopete/styles/Clean/Contents/Resources/Outgoing/NextContent.html
439share/kde/apps/kopete/icons/oxygen/16x16/apps/bonjour_protocol.png 546share/kopete/styles/Clean/Contents/Resources/Outgoing/StateError.html
440share/kde/apps/kopete/icons/oxygen/16x16/apps/groupwise_protocol.png 547share/kopete/styles/Clean/Contents/Resources/Outgoing/StateSending.html
441share/kde/apps/kopete/icons/oxygen/16x16/apps/icq_protocol.png 548share/kopete/styles/Clean/Contents/Resources/Outgoing/buddy_icon.png
442share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_aim.png 549share/kopete/styles/Clean/Contents/Resources/Status.html
443share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_gadu.png 550share/kopete/styles/Clean/Contents/Resources/images/action.png
444share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_http-ws.png 551share/kopete/styles/Clean/Contents/Resources/images/important.png
445share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_icq.png 552share/kopete/styles/Clean/Contents/Resources/images/internal.png
446share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_irc.png 553share/kopete/styles/Clean/Contents/Resources/images/state-error.png
447share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_msn.png 554share/kopete/styles/Clean/Contents/Resources/images/state-sending.gif
448share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_qq.png 555share/kopete/styles/Clean/Contents/Resources/main.css
449share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_sms.png 556share/kopete/styles/Clear/Contents/Resources/Footer.html
450share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_smtp.png 557share/kopete/styles/Clear/Contents/Resources/Header.html
451share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_tlen.png 558share/kopete/styles/Clear/Contents/Resources/Incoming/Action.html
452share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_yahoo.png 559share/kopete/styles/Clear/Contents/Resources/Incoming/Content.html
453share/kde/apps/kopete/icons/oxygen/16x16/apps/jabber_protocol.png 560share/kopete/styles/Clear/Contents/Resources/Incoming/NextContent.html
454share/kde/apps/kopete/icons/oxygen/16x16/apps/meanwhile_protocol.png 561share/kopete/styles/Clear/Contents/Resources/Incoming/buddy_icon.png
455share/kde/apps/kopete/icons/oxygen/16x16/apps/qq_protocol.png 562share/kopete/styles/Clear/Contents/Resources/Outgoing/Action.html
456share/kde/apps/kopete/icons/oxygen/16x16/apps/skype_protocol.png 563share/kopete/styles/Clear/Contents/Resources/Outgoing/Content.html
457share/kde/apps/kopete/icons/oxygen/16x16/apps/sms_protocol.png 564share/kopete/styles/Clear/Contents/Resources/Outgoing/NextContent.html
458share/kde/apps/kopete/icons/oxygen/16x16/apps/testbed_protocol.png 565share/kopete/styles/Clear/Contents/Resources/Outgoing/StateError.html
459share/kde/apps/kopete/icons/oxygen/16x16/apps/wlm_protocol.png 566share/kopete/styles/Clear/Contents/Resources/Outgoing/StateSending.html
460share/kde/apps/kopete/icons/oxygen/16x16/apps/wp_protocol.png 567share/kopete/styles/Clear/Contents/Resources/Outgoing/buddy_icon.png
461share/kde/apps/kopete/icons/oxygen/16x16/apps/yahoo_protocol.png 568share/kopete/styles/Clear/Contents/Resources/Status.html
462share/kde/apps/kopete/icons/oxygen/22x22/actions/logging.png 569share/kopete/styles/Clear/Contents/Resources/Variants/No_avatars.css
463share/kde/apps/kopete/icons/oxygen/22x22/actions/yahoo_stealthed.png 570share/kopete/styles/Clear/Contents/Resources/images/body-background.png
464share/kde/apps/kopete/icons/oxygen/22x22/apps/aim_protocol.png 571share/kopete/styles/Clear/Contents/Resources/images/body-inbound-arrow.png
465share/kde/apps/kopete/icons/oxygen/22x22/apps/bonjour_protocol.png 572share/kopete/styles/Clear/Contents/Resources/images/body-inbound-avatar.png
466share/kde/apps/kopete/icons/oxygen/22x22/apps/groupwise_protocol.png 573share/kopete/styles/Clear/Contents/Resources/images/body-inbound-background.png
467share/kde/apps/kopete/icons/oxygen/22x22/apps/icq_protocol.png 574share/kopete/styles/Clear/Contents/Resources/images/body-inbound-left.png
468share/kde/apps/kopete/icons/oxygen/22x22/apps/jabber_protocol.png 575share/kopete/styles/Clear/Contents/Resources/images/body-inbound-right.png
469share/kde/apps/kopete/icons/oxygen/22x22/apps/kopete_avdevice.png 576share/kopete/styles/Clear/Contents/Resources/images/body-outbound-arrow.png
470share/kde/apps/kopete/icons/oxygen/22x22/apps/meanwhile_protocol.png 577share/kopete/styles/Clear/Contents/Resources/images/body-outbound-avatar.png
471share/kde/apps/kopete/icons/oxygen/22x22/apps/qq_protocol.png 578share/kopete/styles/Clear/Contents/Resources/images/body-outbound-left.png
472share/kde/apps/kopete/icons/oxygen/22x22/apps/skype_protocol.png 579share/kopete/styles/Clear/Contents/Resources/images/body-outbound-right.png
473share/kde/apps/kopete/icons/oxygen/22x22/apps/wlm_protocol.png 580share/kopete/styles/Clear/Contents/Resources/images/footer-inbound-background.png
474share/kde/apps/kopete/icons/oxygen/32x32/actions/logging.png 581share/kopete/styles/Clear/Contents/Resources/images/footer-inbound-left.png
475share/kde/apps/kopete/icons/oxygen/32x32/actions/yahoo_stealthed.png 582share/kopete/styles/Clear/Contents/Resources/images/footer-inbound-right.png
476share/kde/apps/kopete/icons/oxygen/32x32/apps/aim_protocol.png 583share/kopete/styles/Clear/Contents/Resources/images/footer-outbound-background.png
477share/kde/apps/kopete/icons/oxygen/32x32/apps/bonjour_protocol.png 584share/kopete/styles/Clear/Contents/Resources/images/footer-outbound-left.png
478share/kde/apps/kopete/icons/oxygen/32x32/apps/groupwise_protocol.png 585share/kopete/styles/Clear/Contents/Resources/images/footer-outbound-right.png
479share/kde/apps/kopete/icons/oxygen/32x32/apps/icq_protocol.png 586share/kopete/styles/Clear/Contents/Resources/images/header-inbound-background.png
480share/kde/apps/kopete/icons/oxygen/32x32/apps/jabber_protocol.png 587share/kopete/styles/Clear/Contents/Resources/images/header-inbound-left.png
481share/kde/apps/kopete/icons/oxygen/32x32/apps/kopete_avdevice.png 588share/kopete/styles/Clear/Contents/Resources/images/header-inbound-right.png
482share/kde/apps/kopete/icons/oxygen/32x32/apps/latex.png 589share/kopete/styles/Clear/Contents/Resources/images/header-outbound-background.png
483share/kde/apps/kopete/icons/oxygen/32x32/apps/meanwhile_protocol.png 590share/kopete/styles/Clear/Contents/Resources/images/header-outbound-left.png
484share/kde/apps/kopete/icons/oxygen/32x32/apps/preferences-plugin-text-effect-kopete.png 591share/kopete/styles/Clear/Contents/Resources/images/header-outbound-right.png
485share/kde/apps/kopete/icons/oxygen/32x32/apps/preferences-text-autocorrection-kopete.png 592share/kopete/styles/Clear/Contents/Resources/images/icon-action.png
486share/kde/apps/kopete/icons/oxygen/32x32/apps/preferences-text-highlighting-kopete.png 593share/kopete/styles/Clear/Contents/Resources/images/icon-highlighted.png
487share/kde/apps/kopete/icons/oxygen/32x32/apps/qq_protocol.png 594share/kopete/styles/Clear/Contents/Resources/images/icon-internal.png
488share/kde/apps/kopete/icons/oxygen/32x32/apps/skype_protocol.png 595share/kopete/styles/Clear/Contents/Resources/images/icon-me.png
489share/kde/apps/kopete/icons/oxygen/32x32/apps/sms_protocol.png 596share/kopete/styles/Clear/Contents/Resources/images/icon-time.png
490share/kde/apps/kopete/icons/oxygen/32x32/apps/testbed_protocol.png 597share/kopete/styles/Clear/Contents/Resources/images/icon-you.png
491share/kde/apps/kopete/icons/oxygen/32x32/apps/wlm_protocol.png 598share/kopete/styles/Clear/Contents/Resources/images/state-error.png
492share/kde/apps/kopete/icons/oxygen/32x32/apps/wp_protocol.png 599share/kopete/styles/Clear/Contents/Resources/images/state-sending.gif
493share/kde/apps/kopete/icons/oxygen/32x32/apps/yahoo_protocol.png 600share/kopete/styles/Clear/Contents/Resources/main.css
494share/kde/apps/kopete/icons/oxygen/48x48/actions/logging.png 601share/kopete/styles/Hacker/COPYRIGHT
495share/kde/apps/kopete/icons/oxygen/48x48/apps/aim_protocol.png 602share/kopete/styles/Hacker/Contents/Info.plist
496share/kde/apps/kopete/icons/oxygen/48x48/apps/bonjour_protocol.png 603share/kopete/styles/Hacker/Contents/Resources/Footer.html
497share/kde/apps/kopete/icons/oxygen/48x48/apps/groupwise_protocol.png 604share/kopete/styles/Hacker/Contents/Resources/Header.html
498share/kde/apps/kopete/icons/oxygen/48x48/apps/icq_protocol.png 605share/kopete/styles/Hacker/Contents/Resources/Incoming/Action.html
499share/kde/apps/kopete/icons/oxygen/48x48/apps/jabber_protocol.png 606share/kopete/styles/Hacker/Contents/Resources/Incoming/Content.html
500share/kde/apps/kopete/icons/oxygen/48x48/apps/meanwhile_protocol.png 607share/kopete/styles/Hacker/Contents/Resources/Incoming/Context.html
501share/kde/apps/kopete/icons/oxygen/48x48/apps/qq_protocol.png 608share/kopete/styles/Hacker/Contents/Resources/Incoming/NextContent.html
502share/kde/apps/kopete/icons/oxygen/48x48/apps/skype_protocol.png 609share/kopete/styles/Hacker/Contents/Resources/Incoming/NextContext.html
503share/kde/apps/kopete/icons/oxygen/48x48/apps/sms_protocol.png 610share/kopete/styles/Hacker/Contents/Resources/Incoming/buddy_icon.png
504share/kde/apps/kopete/icons/oxygen/48x48/apps/testbed_protocol.png 611share/kopete/styles/Hacker/Contents/Resources/Outgoing/Action.html
505share/kde/apps/kopete/icons/oxygen/48x48/apps/wlm_protocol.png 612share/kopete/styles/Hacker/Contents/Resources/Outgoing/Content.html
506share/kde/apps/kopete/icons/oxygen/48x48/apps/wp_protocol.png 613share/kopete/styles/Hacker/Contents/Resources/Outgoing/Context.html
507share/kde/apps/kopete/icons/oxygen/48x48/apps/yahoo_protocol.png 614share/kopete/styles/Hacker/Contents/Resources/Outgoing/NextContent.html
508share/kde/apps/kopete/icons/oxygen/64x64/actions/logging.png 615share/kopete/styles/Hacker/Contents/Resources/Outgoing/NextContext.html
509share/kde/apps/kopete/icons/oxygen/64x64/apps/aim_protocol.png 616share/kopete/styles/Hacker/Contents/Resources/Outgoing/StateError.html
510share/kde/apps/kopete/icons/oxygen/64x64/apps/bonjour_protocol.png 617share/kopete/styles/Hacker/Contents/Resources/Outgoing/StateSending.html
511share/kde/apps/kopete/icons/oxygen/64x64/apps/groupwise_protocol.png 618share/kopete/styles/Hacker/Contents/Resources/Outgoing/buddy_icon.png
512share/kde/apps/kopete/icons/oxygen/64x64/apps/icq_protocol.png 619share/kopete/styles/Hacker/Contents/Resources/Status.html
513share/kde/apps/kopete/icons/oxygen/64x64/apps/jabber_protocol.png 620share/kopete/styles/Hacker/Contents/Resources/Variants/Dark-Noback.css
514share/kde/apps/kopete/icons/oxygen/64x64/apps/kopete_avdevice.png 621share/kopete/styles/Hacker/Contents/Resources/Variants/Dark.css
515share/kde/apps/kopete/icons/oxygen/64x64/apps/meanwhile_protocol.png 622share/kopete/styles/Hacker/Contents/Resources/Variants/Dark2-Noback.css
516share/kde/apps/kopete/icons/oxygen/64x64/apps/qq_protocol.png 623share/kopete/styles/Hacker/Contents/Resources/Variants/Dark2.css
517share/kde/apps/kopete/icons/oxygen/64x64/apps/sms_protocol.png 624share/kopete/styles/Hacker/Contents/Resources/Variants/Light-Noback.css
518share/kde/apps/kopete/icons/oxygen/64x64/apps/testbed_protocol.png 625share/kopete/styles/Hacker/Contents/Resources/Variants/Light.css
519share/kde/apps/kopete/icons/oxygen/64x64/apps/wlm_protocol.png 626share/kopete/styles/Hacker/Contents/Resources/Variants/Light2-Noback.css
520share/kde/apps/kopete/icons/oxygen/64x64/apps/wp_protocol.png 627share/kopete/styles/Hacker/Contents/Resources/Variants/Light2.css
521share/kde/apps/kopete/icons/oxygen/64x64/apps/yahoo_protocol.png 628share/kopete/styles/Hacker/Contents/Resources/images/background.png
522share/kde/apps/kopete/icons/oxygen/scalable/apps/meanwhile_protocol.svgz 629share/kopete/styles/Hacker/Contents/Resources/images/background2.png
523share/kde/apps/kopete/kopete.notifyrc 630share/kopete/styles/Hacker/Contents/Resources/images/kopete.png
524share/kde/apps/kopete/kopetechatwindow.rc 631share/kopete/styles/Hacker/Contents/Resources/images/state-error.png
525share/kde/apps/kopete/kopetecommandui.rc 632share/kopete/styles/Hacker/Contents/Resources/images/state-sending-white.gif
526share/kde/apps/kopete/kopeteemailwindow.rc 633share/kopete/styles/Hacker/Contents/Resources/images/state-sending.gif
527share/kde/apps/kopete/kopeteui.rc 634share/kopete/styles/Hacker/Contents/Resources/main.css
528share/kde/apps/kopete/nowlisteningchatui.rc 635share/kopete/styles/Hacker/README
529share/kde/apps/kopete/nowlisteningui.rc 636share/kopete/styles/Hacker/gpl.txt
530share/kde/apps/kopete/styles/Clean/Contents/Resources/Footer.html 637share/kopete/styles/Konqi/Contents/Resources/Footer.html
531share/kde/apps/kopete/styles/Clean/Contents/Resources/Header.html 638share/kopete/styles/Konqi/Contents/Resources/Header.html
532share/kde/apps/kopete/styles/Clean/Contents/Resources/Incoming/Content.html 639share/kopete/styles/Konqi/Contents/Resources/Incoming/Content.html
533share/kde/apps/kopete/styles/Clean/Contents/Resources/Incoming/NextContent.html 640share/kopete/styles/Konqi/Contents/Resources/Incoming/NextContent.html
534share/kde/apps/kopete/styles/Clean/Contents/Resources/Incoming/buddy_icon.png 641share/kopete/styles/Konqi/Contents/Resources/Incoming/buddy_icon.png
535share/kde/apps/kopete/styles/Clean/Contents/Resources/Outgoing/Content.html 642share/kopete/styles/Konqi/Contents/Resources/Outgoing/Content.html
536share/kde/apps/kopete/styles/Clean/Contents/Resources/Outgoing/NextContent.html 643share/kopete/styles/Konqi/Contents/Resources/Outgoing/NextContent.html
537share/kde/apps/kopete/styles/Clean/Contents/Resources/Outgoing/StateError.html 644share/kopete/styles/Konqi/Contents/Resources/Outgoing/buddy_icon.png
538share/kde/apps/kopete/styles/Clean/Contents/Resources/Outgoing/StateSending.html 645share/kopete/styles/Konqi/Contents/Resources/Status.html
539share/kde/apps/kopete/styles/Clean/Contents/Resources/Outgoing/buddy_icon.png 646share/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue.css
540share/kde/apps/kopete/styles/Clean/Contents/Resources/Status.html 647share/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css
541share/kde/apps/kopete/styles/Clean/Contents/Resources/images/action.png 648share/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css
542share/kde/apps/kopete/styles/Clean/Contents/Resources/images/important.png 649share/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css
543share/kde/apps/kopete/styles/Clean/Contents/Resources/images/internal.png 650share/kopete/styles/Konqi/Contents/Resources/Variants/Side_green.css
544share/kde/apps/kopete/styles/Clean/Contents/Resources/images/state-error.png 651share/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css
545share/kde/apps/kopete/styles/Clean/Contents/Resources/images/state-sending.gif 652share/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css
546share/kde/apps/kopete/styles/Clean/Contents/Resources/main.css 653share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png
547share/kde/apps/kopete/styles/Clear/Contents/Resources/Footer.html 654share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png
548share/kde/apps/kopete/styles/Clear/Contents/Resources/Header.html 655share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png
549share/kde/apps/kopete/styles/Clear/Contents/Resources/Incoming/Action.html 656share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png
550share/kde/apps/kopete/styles/Clear/Contents/Resources/Incoming/Content.html 657share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png
551share/kde/apps/kopete/styles/Clear/Contents/Resources/Incoming/NextContent.html 658share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png
552share/kde/apps/kopete/styles/Clear/Contents/Resources/Incoming/buddy_icon.png 659share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png
553share/kde/apps/kopete/styles/Clear/Contents/Resources/Outgoing/Action.html 660share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png
554share/kde/apps/kopete/styles/Clear/Contents/Resources/Outgoing/Content.html 661share/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg
555share/kde/apps/kopete/styles/Clear/Contents/Resources/Outgoing/NextContent.html 662share/kopete/styles/Konqi/Contents/Resources/main.css
556share/kde/apps/kopete/styles/Clear/Contents/Resources/Outgoing/StateError.html 663share/kopete/styles/Konqi/Contents/Resources/puce.png
557share/kde/apps/kopete/styles/Clear/Contents/Resources/Outgoing/StateSending.html 664share/kopete/styles/Kopete/Contents/Resources/Footer.html
558share/kde/apps/kopete/styles/Clear/Contents/Resources/Outgoing/buddy_icon.png 665share/kopete/styles/Kopete/Contents/Resources/Header.html
559share/kde/apps/kopete/styles/Clear/Contents/Resources/Status.html 666share/kopete/styles/Kopete/Contents/Resources/Incoming/Action.html
560share/kde/apps/kopete/styles/Clear/Contents/Resources/Variants/No_avatars.css 667share/kopete/styles/Kopete/Contents/Resources/Incoming/Content.html
561share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-background.png 668share/kopete/styles/Kopete/Contents/Resources/Incoming/NextContent.html
562share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-arrow.png 669share/kopete/styles/Kopete/Contents/Resources/Incoming/buddy_icon.png
563share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-avatar.png 670share/kopete/styles/Kopete/Contents/Resources/Outgoing/Action.html
564share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-background.png 671share/kopete/styles/Kopete/Contents/Resources/Outgoing/Content.html
565share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-left.png 672share/kopete/styles/Kopete/Contents/Resources/Outgoing/NextContent.html
566share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-right.png 673share/kopete/styles/Kopete/Contents/Resources/Outgoing/StateError.html
567share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-arrow.png 674share/kopete/styles/Kopete/Contents/Resources/Outgoing/StateSending.html
568share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-avatar.png 675share/kopete/styles/Kopete/Contents/Resources/Outgoing/buddy_icon.png
569share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-left.png 676share/kopete/styles/Kopete/Contents/Resources/Status.html
570share/kde/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-right.png 677share/kopete/styles/Kopete/Contents/Resources/Variants/Big_pictures.css
571share/kde/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-background.png 678share/kopete/styles/Kopete/Contents/Resources/Variants/Contact_color.css
572share/kde/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-left.png 679share/kopete/styles/Kopete/Contents/Resources/Variants/_compact_.css
573share/kde/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-right.png 680share/kopete/styles/Kopete/Contents/Resources/Variants/_compact_Contact_color.css
574share/kde/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-background.png 681share/kopete/styles/Kopete/Contents/Resources/images/action.png
575share/kde/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-left.png 682share/kopete/styles/Kopete/Contents/Resources/images/important.png
576share/kde/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-right.png 683share/kopete/styles/Kopete/Contents/Resources/images/state-error.png
577share/kde/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-background.png 684share/kopete/styles/Kopete/Contents/Resources/images/state-sending.gif
578share/kde/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-left.png 685share/kopete/styles/Kopete/Contents/Resources/images/system.png
579share/kde/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-right.png 686share/kopete/styles/Kopete/Contents/Resources/main.css
580share/kde/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-background.png 687share/kopete/styles/Pidgin/Contents/Info.plist
581share/kde/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-left.png 688share/kopete/styles/Pidgin/Contents/Resources/Footer.html
582share/kde/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-right.png 689share/kopete/styles/Pidgin/Contents/Resources/Header.html
583share/kde/apps/kopete/styles/Clear/Contents/Resources/images/icon-action.png 690share/kopete/styles/Pidgin/Contents/Resources/Incoming/Action.html
584share/kde/apps/kopete/styles/Clear/Contents/Resources/images/icon-highlighted.png 691share/kopete/styles/Pidgin/Contents/Resources/Incoming/Content.html
585share/kde/apps/kopete/styles/Clear/Contents/Resources/images/icon-internal.png 692share/kopete/styles/Pidgin/Contents/Resources/Incoming/NextContent.html
586share/kde/apps/kopete/styles/Clear/Contents/Resources/images/icon-me.png 693share/kopete/styles/Pidgin/Contents/Resources/Outgoing/Action.html
587share/kde/apps/kopete/styles/Clear/Contents/Resources/images/icon-time.png 694share/kopete/styles/Pidgin/Contents/Resources/Outgoing/Content.html
588share/kde/apps/kopete/styles/Clear/Contents/Resources/images/icon-you.png 695share/kopete/styles/Pidgin/Contents/Resources/Outgoing/NextContent.html
589share/kde/apps/kopete/styles/Clear/Contents/Resources/images/state-error.png 696share/kopete/styles/Pidgin/Contents/Resources/Outgoing/StateError.html
590share/kde/apps/kopete/styles/Clear/Contents/Resources/images/state-sending.gif 697share/kopete/styles/Pidgin/Contents/Resources/Outgoing/StateSending.html
591share/kde/apps/kopete/styles/Clear/Contents/Resources/main.css 698share/kopete/styles/Pidgin/Contents/Resources/Status.html
592share/kde/apps/kopete/styles/Hacker/COPYRIGHT 699share/kopete/styles/Pidgin/Contents/Resources/Variants/Contact-Colors.css
593share/kde/apps/kopete/styles/Hacker/Contents/Info.plist 700share/kopete/styles/Pidgin/Contents/Resources/Variants/Name-Colors.css
594share/kde/apps/kopete/styles/Hacker/Contents/Resources/Footer.html 701share/kopete/styles/Pidgin/Contents/Resources/Variants/No-Colors.css
595share/kde/apps/kopete/styles/Hacker/Contents/Resources/Header.html 702share/kopete/styles/Pidgin/Contents/Resources/Variants/Status-Colors.css
596share/kde/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Action.html 703share/kopete/styles/Pidgin/Contents/Resources/images/state-error.png
597share/kde/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Content.html 704share/kopete/styles/Pidgin/Contents/Resources/images/state-sending.gif
598share/kde/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Context.html 705share/kopete/styles/Pidgin/Contents/Resources/main.css
599share/kde/apps/kopete/styles/Hacker/Contents/Resources/Incoming/NextContent.html 706share/kopete/styles/Retropete/Contents/Resources/Footer.html
600share/kde/apps/kopete/styles/Hacker/Contents/Resources/Incoming/NextContext.html 707share/kopete/styles/Retropete/Contents/Resources/Header.html
601share/kde/apps/kopete/styles/Hacker/Contents/Resources/Incoming/buddy_icon.png 708share/kopete/styles/Retropete/Contents/Resources/Incoming/Action.html
602share/kde/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Action.html 709share/kopete/styles/Retropete/Contents/Resources/Incoming/Content.html
603share/kde/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Content.html 710share/kopete/styles/Retropete/Contents/Resources/Incoming/NextContent.html
604share/kde/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Context.html 711share/kopete/styles/Retropete/Contents/Resources/Outgoing/Action.html
605share/kde/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/NextContent.html 712share/kopete/styles/Retropete/Contents/Resources/Outgoing/Content.html
606share/kde/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/NextContext.html 713share/kopete/styles/Retropete/Contents/Resources/Outgoing/NextContent.html
607share/kde/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/StateError.html 714share/kopete/styles/Retropete/Contents/Resources/Outgoing/StateError.html
608share/kde/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/StateSending.html 715share/kopete/styles/Retropete/Contents/Resources/Outgoing/StateSending.html
609share/kde/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/buddy_icon.png 716share/kopete/styles/Retropete/Contents/Resources/Status.html
610share/kde/apps/kopete/styles/Hacker/Contents/Resources/Status.html 717share/kopete/styles/Retropete/Contents/Resources/images/state-error.png
611share/kde/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark-Noback.css 718share/kopete/styles/Retropete/Contents/Resources/images/state-sending.gif
612share/kde/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark.css 719share/kopete/styles/Retropete/Contents/Resources/main.css
613share/kde/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark2-Noback.css 720share/kopete/webpresence/webpresence_html.xsl
614share/kde/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark2.css 721share/kopete/webpresence/webpresence_html_images.xsl
615share/kde/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light-Noback.css 722share/kopete/webpresence/webpresence_xhtml.xsl
616share/kde/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light.css 723share/kopete/webpresence/webpresence_xhtml_images.xsl
617share/kde/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light2-Noback.css 724share/kopete_history/historychatui.rc
618share/kde/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light2.css 725share/kopete_history/historyui.rc
619share/kde/apps/kopete/styles/Hacker/Contents/Resources/images/background.png 726share/kservices5/aim.protocol
620share/kde/apps/kopete/styles/Hacker/Contents/Resources/images/background2.png 727share/kservices5/chatwindow.desktop
621share/kde/apps/kopete/styles/Hacker/Contents/Resources/images/kopete.png 728share/kservices5/emailwindow.desktop
622share/kde/apps/kopete/styles/Hacker/Contents/Resources/images/state-error.png 729share/kservices5/kconfiguredialog/kopete_addbookmarks_config.desktop
623share/kde/apps/kopete/styles/Hacker/Contents/Resources/images/state-sending-white.gif 730share/kservices5/kconfiguredialog/kopete_autoreplace_config.desktop
624share/kde/apps/kopete/styles/Hacker/Contents/Resources/images/state-sending.gif 731share/kservices5/kconfiguredialog/kopete_highlight_config.desktop
625share/kde/apps/kopete/styles/Hacker/Contents/Resources/main.css 732share/kservices5/kconfiguredialog/kopete_history_config.desktop
626share/kde/apps/kopete/styles/Hacker/README 733share/kservices5/kconfiguredialog/kopete_otr_config.desktop
627share/kde/apps/kopete/styles/Hacker/gpl.txt 734share/kservices5/kconfiguredialog/kopete_privacy_config.desktop
628share/kde/apps/kopete/styles/Konqi/Contents/Resources/Footer.html 735share/kservices5/kconfiguredialog/kopete_texteffect_config.desktop
629share/kde/apps/kopete/styles/Konqi/Contents/Resources/Header.html 736share/kservices5/kconfiguredialog/kopete_urlpicpreview_config.desktop
630share/kde/apps/kopete/styles/Konqi/Contents/Resources/Incoming/Content.html 737share/kservices5/kconfiguredialog/kopete_webpresence_config.desktop
631share/kde/apps/kopete/styles/Konqi/Contents/Resources/Incoming/NextContent.html 738share/kservices5/kopete_accountconfig.desktop
632share/kde/apps/kopete/styles/Konqi/Contents/Resources/Incoming/buddy_icon.png 739share/kservices5/kopete_addbookmarks.desktop
633share/kde/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/Content.html 740share/kservices5/kopete_aim.desktop
634share/kde/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/NextContent.html 741share/kservices5/kopete_appearanceconfig.desktop
635share/kde/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/buddy_icon.png 742share/kservices5/kopete_autoreplace.desktop
636share/kde/apps/kopete/styles/Konqi/Contents/Resources/Status.html 743share/kservices5/kopete_avdeviceconfig.desktop
637share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue.css 744share/kservices5/kopete_behaviorconfig.desktop
638share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css 745share/kservices5/kopete_bonjour.desktop
639share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css 746share/kservices5/kopete_chatwindowconfig.desktop
640share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css 747share/kservices5/kopete_contactnotes.desktop
641share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green.css 748share/kservices5/kopete_groupwise.desktop
642share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css 749share/kservices5/kopete_highlight.desktop
643share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css 750share/kservices5/kopete_history.desktop
644share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png 751share/kservices5/kopete_icq.desktop
645share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png 752share/kservices5/kopete_jabber.desktop
646share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png 753share/kservices5/kopete_otr.desktop
647share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png 754share/kservices5/kopete_pluginconfig.desktop
648share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png 755share/kservices5/kopete_privacy.desktop
649share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png 756share/kservices5/kopete_qq.desktop
650share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png 757share/kservices5/kopete_statistics.desktop
651share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png 758share/kservices5/kopete_statusconfig.desktop
652share/kde/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg 759share/kservices5/kopete_testbed.desktop
653share/kde/apps/kopete/styles/Konqi/Contents/Resources/main.css 760share/kservices5/kopete_texteffect.desktop
654share/kde/apps/kopete/styles/Konqi/Contents/Resources/puce.png 761share/kservices5/kopete_urlpicpreview.desktop
655share/kde/apps/kopete/styles/Kopete/Contents/Resources/Footer.html 762share/kservices5/kopete_webpresence.desktop
656share/kde/apps/kopete/styles/Kopete/Contents/Resources/Header.html 763share/kservices5/kopete_wp.desktop
657share/kde/apps/kopete/styles/Kopete/Contents/Resources/Incoming/Action.html 764share/kservices5/xmpp.protocol
658share/kde/apps/kopete/styles/Kopete/Contents/Resources/Incoming/Content.html 765share/kservicetypes5/kopeteplugin.desktop
659share/kde/apps/kopete/styles/Kopete/Contents/Resources/Incoming/NextContent.html 766share/kservicetypes5/kopeteprotocol.desktop
660share/kde/apps/kopete/styles/Kopete/Contents/Resources/Incoming/buddy_icon.png 767share/kservicetypes5/kopeteui.desktop
661share/kde/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/Action.html 768share/kxmlgui5/kopete/kopetechatwindow.rc
662share/kde/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/Content.html 769share/kxmlgui5/kopete/kopeteemailwindow.rc
663share/kde/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/NextContent.html 770share/kxmlgui5/kopete/kopeteui.rc
664share/kde/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/StateError.html 771share/kxmlgui5/kopete/privacychatui.rc
665share/kde/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/StateSending.html 772share/kxmlgui5/kopete/privacyui.rc
666share/kde/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/buddy_icon.png 773share/kxmlgui5/kopete_groupwise/gwchatui.rc
667share/kde/apps/kopete/styles/Kopete/Contents/Resources/Status.html 774share/kxmlgui5/kopete_otr/otrchatui.rc
668share/kde/apps/kopete/styles/Kopete/Contents/Resources/Variants/Big_pictures.css 775share/kxmlgui5/kopete_otr/otrui.rc
669share/kde/apps/kopete/styles/Kopete/Contents/Resources/Variants/Contact_color.css 776share/locale/ar/LC_MESSAGES/kio_jabberdisco.mo
670share/kde/apps/kopete/styles/Kopete/Contents/Resources/Variants/_compact_.css 777share/locale/ar/LC_MESSAGES/kopete.mo
671share/kde/apps/kopete/styles/Kopete/Contents/Resources/Variants/_compact_Contact_color.css 778share/locale/be/LC_MESSAGES/kio_jabberdisco.mo
672share/kde/apps/kopete/styles/Kopete/Contents/Resources/images/action.png 779share/locale/be/LC_MESSAGES/kopete.mo
673share/kde/apps/kopete/styles/Kopete/Contents/Resources/images/important.png 780share/locale/bg/LC_MESSAGES/kio_jabberdisco.mo
674share/kde/apps/kopete/styles/Kopete/Contents/Resources/images/state-error.png 781share/locale/bg/LC_MESSAGES/kopete.mo
675share/kde/apps/kopete/styles/Kopete/Contents/Resources/images/state-sending.gif 782share/locale/bn/LC_MESSAGES/kio_jabberdisco.mo
676share/kde/apps/kopete/styles/Kopete/Contents/Resources/images/system.png 783share/locale/br/LC_MESSAGES/kio_jabberdisco.mo
677share/kde/apps/kopete/styles/Kopete/Contents/Resources/main.css 784share/locale/br/LC_MESSAGES/kopete.mo
678share/kde/apps/kopete/styles/Pidgin/Contents/Info.plist 785share/locale/bs/LC_MESSAGES/kio_jabberdisco.mo
679share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Footer.html 786share/locale/bs/LC_MESSAGES/kopete.mo
680share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Header.html 787share/locale/ca/LC_MESSAGES/kio_jabberdisco.mo
681share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/Action.html 788share/locale/ca/LC_MESSAGES/kopete.mo
682share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/Content.html 789share/locale/ca@valencia/LC_MESSAGES/kio_jabberdisco.mo
683share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/NextContent.html 790share/locale/ca@valencia/LC_MESSAGES/kopete.mo
684share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/Action.html 791share/locale/cs/LC_MESSAGES/kio_jabberdisco.mo
685share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/Content.html 792share/locale/cs/LC_MESSAGES/kopete.mo
686share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/NextContent.html 793share/locale/cy/LC_MESSAGES/kio_jabberdisco.mo
687share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/StateError.html 794share/locale/cy/LC_MESSAGES/kopete.mo
688share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/StateSending.html 795share/locale/da/LC_MESSAGES/kio_jabberdisco.mo
689share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Status.html 796share/locale/da/LC_MESSAGES/kopete.mo
690share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Contact-Colors.css 797share/locale/de/LC_MESSAGES/kio_jabberdisco.mo
691share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Name-Colors.css 798share/locale/de/LC_MESSAGES/kopete.mo
692share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Variants/No-Colors.css 799share/locale/el/LC_MESSAGES/kio_jabberdisco.mo
693share/kde/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Status-Colors.css 800share/locale/el/LC_MESSAGES/kopete.mo
694share/kde/apps/kopete/styles/Pidgin/Contents/Resources/images/state-error.png 801share/locale/en_GB/LC_MESSAGES/kio_jabberdisco.mo
695share/kde/apps/kopete/styles/Pidgin/Contents/Resources/images/state-sending.gif 802share/locale/en_GB/LC_MESSAGES/kopete.mo
696share/kde/apps/kopete/styles/Pidgin/Contents/Resources/main.css 803share/locale/eo/LC_MESSAGES/kio_jabberdisco.mo
697share/kde/apps/kopete/styles/Retropete/Contents/Resources/Footer.html 804share/locale/eo/LC_MESSAGES/kopete.mo
698share/kde/apps/kopete/styles/Retropete/Contents/Resources/Header.html 805share/locale/es/LC_MESSAGES/kio_jabberdisco.mo
699share/kde/apps/kopete/styles/Retropete/Contents/Resources/Incoming/Action.html 806share/locale/es/LC_MESSAGES/kopete.mo
700share/kde/apps/kopete/styles/Retropete/Contents/Resources/Incoming/Content.html 807share/locale/et/LC_MESSAGES/kio_jabberdisco.mo
701share/kde/apps/kopete/styles/Retropete/Contents/Resources/Incoming/NextContent.html 808share/locale/et/LC_MESSAGES/kopete.mo
702share/kde/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/Action.html 809share/locale/eu/LC_MESSAGES/kio_jabberdisco.mo
703share/kde/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/Content.html 810share/locale/eu/LC_MESSAGES/kopete.mo
704share/kde/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/NextContent.html 811share/locale/fa/LC_MESSAGES/kio_jabberdisco.mo
705share/kde/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/StateError.html 812share/locale/fa/LC_MESSAGES/kopete.mo
706share/kde/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/StateSending.html 813share/locale/fi/LC_MESSAGES/kio_jabberdisco.mo
707share/kde/apps/kopete/styles/Retropete/Contents/Resources/Status.html 814share/locale/fi/LC_MESSAGES/kopete.mo
708share/kde/apps/kopete/styles/Retropete/Contents/Resources/images/state-error.png 815share/locale/fr/LC_MESSAGES/kio_jabberdisco.mo
709share/kde/apps/kopete/styles/Retropete/Contents/Resources/images/state-sending.gif 816share/locale/fr/LC_MESSAGES/kopete.mo
710share/kde/apps/kopete/styles/Retropete/Contents/Resources/main.css 817share/locale/ga/LC_MESSAGES/kio_jabberdisco.mo
711share/kde/apps/kopete/webpresence/webpresence_html.xsl 818share/locale/ga/LC_MESSAGES/kopete.mo
712share/kde/apps/kopete/webpresence/webpresence_html_images.xsl 819share/locale/gl/LC_MESSAGES/kio_jabberdisco.mo
713share/kde/apps/kopete/webpresence/webpresence_xhtml.xsl 820share/locale/gl/LC_MESSAGES/kopete.mo
714share/kde/apps/kopete/webpresence/webpresence_xhtml_images.xsl 821share/locale/he/LC_MESSAGES/kopete.mo
715share/kde/apps/kopete_contactnotes/contactnotesui.rc 822share/locale/hi/LC_MESSAGES/kio_jabberdisco.mo
716share/kde/apps/kopete_groupwise/gwchatui.rc 823share/locale/hi/LC_MESSAGES/kopete.mo
717share/kde/apps/kopete_history/historychatui.rc 824share/locale/hne/LC_MESSAGES/kio_jabberdisco.mo
718share/kde/apps/kopete_history/historyui.rc 825share/locale/hne/LC_MESSAGES/kopete.mo
719share/kde/apps/kopete_history2/history2chatui.rc 826share/locale/hr/LC_MESSAGES/kio_jabberdisco.mo
720share/kde/apps/kopete_history2/history2ui.rc 827share/locale/hr/LC_MESSAGES/kopete.mo
721share/kde/apps/kopete_jabber/jabberchatui.rc 828share/locale/hsb/LC_MESSAGES/kio_jabberdisco.mo
722share/kde/apps/kopete_latex/latexchatui.rc 829share/locale/hsb/LC_MESSAGES/kopete.mo
723share/kde/apps/kopete_otr/otrchatui.rc 830share/locale/hu/LC_MESSAGES/kio_jabberdisco.mo
724share/kde/apps/kopete_otr/otrui.rc 831share/locale/hu/LC_MESSAGES/kopete.mo
725share/kde/apps/kopete_privacy/privacychatui.rc 832share/locale/ia/LC_MESSAGES/kio_jabberdisco.mo
726share/kde/apps/kopete_privacy/privacyui.rc 833share/locale/ia/LC_MESSAGES/kopete.mo
727share/kde/apps/kopete_skype/skypechatui.rc 834share/locale/is/LC_MESSAGES/kio_jabberdisco.mo
728share/kde/apps/kopete_skype/skypeui.rc 835share/locale/is/LC_MESSAGES/kopete.mo
729share/kde/apps/kopete_statistics/statisticsui.rc 836share/locale/it/LC_MESSAGES/kio_jabberdisco.mo
730share/kde/apps/kopete_translator/translatorchatui.rc 837share/locale/it/LC_MESSAGES/kopete.mo
731share/kde/apps/kopete_translator/translatorui.rc 838share/locale/ja/LC_MESSAGES/kio_jabberdisco.mo
732share/kde/apps/kopete_wlm/wlmchatui.rc 839share/locale/ja/LC_MESSAGES/kopete.mo
733share/kde/apps/kopete_yahoo/yahoochatui.rc 840share/locale/ka/LC_MESSAGES/kio_jabberdisco.mo
734share/kde/apps/kopete_yahoo/yahooconferenceui.rc 841share/locale/ka/LC_MESSAGES/kopete.mo
735share/kde/apps/kopete_yahoo/yahooimui.rc 842share/locale/kk/LC_MESSAGES/kio_jabberdisco.mo
736share/kde/apps/kopeterichtexteditpart/kopeterichtexteditpartfull.rc 843share/locale/kk/LC_MESSAGES/kopete.mo
737share/kde/config.kcfg/history2config.kcfg 844share/locale/km/LC_MESSAGES/kio_jabberdisco.mo
738share/kde/config.kcfg/historyconfig.kcfg 845share/locale/km/LC_MESSAGES/kopete.mo
739share/kde/config.kcfg/kopete_otr.kcfg 846share/locale/ko/LC_MESSAGES/kio_jabberdisco.mo
740share/kde/config.kcfg/kopeteappearancesettings.kcfg 847share/locale/ko/LC_MESSAGES/kopete.mo
741share/kde/config.kcfg/kopetebehaviorsettings.kcfg 848share/locale/ku/LC_MESSAGES/kopete.mo
742share/kde/config.kcfg/kopetestatussettings.kcfg 849share/locale/lt/LC_MESSAGES/kio_jabberdisco.mo
743share/kde/config.kcfg/latexconfig.kcfg 850share/locale/lt/LC_MESSAGES/kopete.mo
744share/kde/config.kcfg/nowlisteningconfig.kcfg 851share/locale/lv/LC_MESSAGES/kio_jabberdisco.mo
745share/kde/config.kcfg/translatorconfig.kcfg 852share/locale/lv/LC_MESSAGES/kopete.mo
746share/kde/config.kcfg/urlpicpreview.kcfg 853share/locale/mai/LC_MESSAGES/kopete.mo
747share/kde/config.kcfg/webpresenceconfig.kcfg 854share/locale/mk/LC_MESSAGES/kio_jabberdisco.mo
748share/kde/config/kopeterc 855share/locale/mk/LC_MESSAGES/kopete.mo
749share/kde4/services/aim.protocol 856share/locale/ml/LC_MESSAGES/kio_jabberdisco.mo
750share/kde4/services/callto.protocol 857share/locale/mr/LC_MESSAGES/kio_jabberdisco.mo
751share/kde4/services/chatwindow.desktop 858share/locale/mr/LC_MESSAGES/kopete.mo
752share/kde4/services/emailwindow.desktop 859share/locale/ms/LC_MESSAGES/kio_jabberdisco.mo
753share/kde4/services/kconfiguredialog/kopete_addbookmarks_config.desktop 860share/locale/ms/LC_MESSAGES/kopete.mo
754share/kde4/services/kconfiguredialog/kopete_autoreplace_config.desktop 861share/locale/nb/LC_MESSAGES/kio_jabberdisco.mo
755share/kde4/services/kconfiguredialog/kopete_highlight_config.desktop 862share/locale/nb/LC_MESSAGES/kopete.mo
756share/kde4/services/kconfiguredialog/kopete_history2_config.desktop 863share/locale/nds/LC_MESSAGES/kio_jabberdisco.mo
757share/kde4/services/kconfiguredialog/kopete_history_config.desktop 864share/locale/nds/LC_MESSAGES/kopete.mo
758share/kde4/services/kconfiguredialog/kopete_latex_config.desktop 865share/locale/ne/LC_MESSAGES/kio_jabberdisco.mo
759share/kde4/services/kconfiguredialog/kopete_nowlistening_config.desktop 866share/locale/ne/LC_MESSAGES/kopete.mo
760share/kde4/services/kconfiguredialog/kopete_otr_config.desktop 867share/locale/nl/LC_MESSAGES/kio_jabberdisco.mo
761share/kde4/services/kconfiguredialog/kopete_pipes_config.desktop 868share/locale/nl/LC_MESSAGES/kopete.mo
762share/kde4/services/kconfiguredialog/kopete_privacy_config.desktop 869share/locale/nn/LC_MESSAGES/kio_jabberdisco.mo
763share/kde4/services/kconfiguredialog/kopete_texteffect_config.desktop 870share/locale/nn/LC_MESSAGES/kopete.mo
764share/kde4/services/kconfiguredialog/kopete_translator_config.desktop 871share/locale/oc/LC_MESSAGES/kio_jabberdisco.mo
765share/kde4/services/kconfiguredialog/kopete_urlpicpreview_config.desktop 872share/locale/oc/LC_MESSAGES/kopete.mo
766share/kde4/services/kconfiguredialog/kopete_webpresence_config.desktop 873share/locale/pa/LC_MESSAGES/kio_jabberdisco.mo
767share/kde4/services/kopete_accountconfig.desktop 874share/locale/pa/LC_MESSAGES/kopete.mo
768share/kde4/services/kopete_addbookmarks.desktop 875share/locale/pl/LC_MESSAGES/kio_jabberdisco.mo
769share/kde4/services/kopete_aim.desktop 876share/locale/pl/LC_MESSAGES/kopete.mo
770share/kde4/services/kopete_appearanceconfig.desktop 877share/locale/pt/LC_MESSAGES/kio_jabberdisco.mo
771share/kde4/services/kopete_autoreplace.desktop 878share/locale/pt/LC_MESSAGES/kopete.mo
772share/kde4/services/kopete_avdeviceconfig.desktop 879share/locale/pt_BR/LC_MESSAGES/kio_jabberdisco.mo
773share/kde4/services/kopete_behaviorconfig.desktop 880share/locale/pt_BR/LC_MESSAGES/kopete.mo
774share/kde4/services/kopete_bonjour.desktop 881share/locale/ro/LC_MESSAGES/kio_jabberdisco.mo
775share/kde4/services/kopete_chatwindowconfig.desktop 882share/locale/ro/LC_MESSAGES/kopete.mo
776share/kde4/services/kopete_contactnotes.desktop 883share/locale/ru/LC_MESSAGES/kio_jabberdisco.mo
777share/kde4/services/kopete_groupwise.desktop 884share/locale/ru/LC_MESSAGES/kopete.mo
778share/kde4/services/kopete_highlight.desktop 885share/locale/se/LC_MESSAGES/kio_jabberdisco.mo
779share/kde4/services/kopete_history.desktop 886share/locale/se/LC_MESSAGES/kopete.mo
780share/kde4/services/kopete_history2.desktop 887share/locale/si/LC_MESSAGES/kopete.mo
781share/kde4/services/kopete_icq.desktop 888share/locale/sk/LC_MESSAGES/kio_jabberdisco.mo
782share/kde4/services/kopete_jabber.desktop 889share/locale/sk/LC_MESSAGES/kopete.mo
783share/kde4/services/kopete_latex.desktop 890share/locale/sl/LC_MESSAGES/kio_jabberdisco.mo
784share/kde4/services/kopete_meanwhile.desktop 891share/locale/sl/LC_MESSAGES/kopete.mo
785share/kde4/services/kopete_nowlistening.desktop 892share/locale/sq/LC_MESSAGES/kio_jabberdisco.mo
786share/kde4/services/kopete_otr.desktop 893share/locale/sq/LC_MESSAGES/kopete.mo
787share/kde4/services/kopete_pipes.desktop 894share/locale/sr/LC_MESSAGES/kio_jabberdisco.mo
788share/kde4/services/kopete_pluginconfig.desktop 895share/locale/sr/LC_MESSAGES/kopete.mo
789share/kde4/services/kopete_privacy.desktop 896share/locale/sr@ijekavian/LC_MESSAGES/kio_jabberdisco.mo
790share/kde4/services/kopete_qq.desktop 897share/locale/sr@ijekavian/LC_MESSAGES/kopete.mo
791share/kde4/services/kopete_skype.desktop 898share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_jabberdisco.mo
792share/kde4/services/kopete_sms.desktop 899share/locale/sr@ijekavianlatin/LC_MESSAGES/kopete.mo
793share/kde4/services/kopete_statistics.desktop 900share/locale/sr@latin/LC_MESSAGES/kio_jabberdisco.mo
794share/kde4/services/kopete_statusconfig.desktop 901share/locale/sr@latin/LC_MESSAGES/kopete.mo
795share/kde4/services/kopete_testbed.desktop 902share/locale/sv/LC_MESSAGES/kio_jabberdisco.mo
796share/kde4/services/kopete_texteffect.desktop 903share/locale/sv/LC_MESSAGES/kopete.mo
797share/kde4/services/kopete_translator.desktop 904share/locale/ta/LC_MESSAGES/kopete.mo
798share/kde4/services/kopete_urlpicpreview.desktop 905share/locale/tg/LC_MESSAGES/kopete.mo
799share/kde4/services/kopete_webpresence.desktop 906share/locale/th/LC_MESSAGES/kio_jabberdisco.mo
800share/kde4/services/kopete_wlm.desktop 907share/locale/th/LC_MESSAGES/kopete.mo
801share/kde4/services/kopete_wp.desktop 908share/locale/tr/LC_MESSAGES/kio_jabberdisco.mo
802share/kde4/services/kopete_yahoo.desktop 909share/locale/tr/LC_MESSAGES/kopete.mo
803share/kde4/services/skype.protocol 910share/locale/ug/LC_MESSAGES/kio_jabberdisco.mo
804share/kde4/services/tel.protocol 911share/locale/ug/LC_MESSAGES/kopete.mo
805share/kde4/services/xmpp.protocol 912share/locale/uk/LC_MESSAGES/kio_jabberdisco.mo
806share/kde4/servicetypes/kopeteplugin.desktop 913share/locale/uk/LC_MESSAGES/kopete.mo
807share/kde4/servicetypes/kopeteprotocol.desktop 914share/locale/uz/LC_MESSAGES/kopete.mo
808share/kde4/servicetypes/kopeteui.desktop 915share/locale/uz@cyrillic/LC_MESSAGES/kopete.mo
 916share/locale/vi/LC_MESSAGES/kio_jabberdisco.mo
 917share/locale/vi/LC_MESSAGES/kopete.mo
 918share/locale/wa/LC_MESSAGES/kopete.mo
 919share/locale/xh/LC_MESSAGES/kopete.mo
 920share/locale/zh_CN/LC_MESSAGES/kio_jabberdisco.mo
 921share/locale/zh_CN/LC_MESSAGES/kopete.mo
 922share/locale/zh_HK/LC_MESSAGES/kio_jabberdisco.mo
 923share/locale/zh_HK/LC_MESSAGES/kopete.mo
 924share/locale/zh_TW/LC_MESSAGES/kio_jabberdisco.mo
 925share/locale/zh_TW/LC_MESSAGES/kopete.mo
 926share/metainfo/org.kde.kopete.appdata.xml
 927share/qlogging-categories5/kopete.categories
809share/sounds/Kopete_Event.ogg 928share/sounds/Kopete_Event.ogg
810share/sounds/Kopete_Received.ogg 929share/sounds/Kopete_Received.ogg
811share/sounds/Kopete_Sent.ogg 930share/sounds/Kopete_Sent.ogg
812share/sounds/Kopete_User_is_Online.ogg 931share/sounds/Kopete_User_is_Online.ogg

cvs diff -r1.12 -r1.13 pkgsrc/net/kopete/distinfo (expand / switch to unified diff)

--- pkgsrc/net/kopete/distinfo 2022/05/17 13:35:47 1.12
+++ pkgsrc/net/kopete/distinfo 2023/08/16 12:17:01 1.13
@@ -1,10 +1,6 @@ @@ -1,10 +1,6 @@
1$NetBSD: distinfo,v 1.12 2022/05/17 13:35:47 jperkin Exp $ 1$NetBSD: distinfo,v 1.13 2023/08/16 12:17:01 markd Exp $
2 2
3BLAKE2s (kopete-16.12.0.tar.xz) = cf65ecdc77eb48f9dff44582d7e2db8f220244fa66add7924aaaf05dcacad0ff 3BLAKE2s (kopete-23.04.3.tar.xz) = d74f99aacd677bf71570cd5d8bf5e0e26385e319cb9593e904438f22dc41718f
4SHA512 (kopete-16.12.0.tar.xz) = 7ea765ebb8652773734b98d9287b9a81452d390b86f80b1c34e166491762791666593e68204100cf18b2245f42a4aabcf4c433c02280d116ec814b93613885fe 4SHA512 (kopete-23.04.3.tar.xz) = 74d773e841308d1aa3ad337ae5fa8753574fb8e66c9651e70607b481b24cc8d6008983c7eca5fdda91271c8738a0d06e157ea884af6795d9db2afba261e4df9f
5Size (kopete-16.12.0.tar.xz) = 6340832 bytes 5Size (kopete-23.04.3.tar.xz) = 10145676 bytes
6SHA1 (patch-libkopete_avdevice_videodevice.h) = 724477ec12ce567e6974edb1e1b637c822948bf3 
7SHA1 (patch-protocols_jabber_libiris_src_jdns_jdns_sys.c) = 3bb68fd63bbd98ac106402a1c647f23556e6cea8 
8SHA1 (patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp) = 053ecfecca073c8ebecec602bc378eb45251f962 
9SHA1 (patch-protocols_winpopup_winpopup-install) = 538f1f079439d3c86454583f2863dbbcb3a63b95 6SHA1 (patch-protocols_winpopup_winpopup-install) = 538f1f079439d3c86454583f2863dbbcb3a63b95
10SHA1 (patch-protocols_wlm_CMakeLists.txt) = 4f0c6ebdf51f15c0759a8489ddbb43fe4052281c 

File Deleted: pkgsrc/net/kopete/patches/patch-libkopete_avdevice_videodevice.h

File Deleted: pkgsrc/net/kopete/patches/patch-protocols_jabber_libiris_src_jdns_jdns_sys.c

File Deleted: pkgsrc/net/kopete/patches/patch-protocols_wlm_CMakeLists.txt

File Deleted: pkgsrc/net/kopete/patches/patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp