mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 0.4.1
- libgsm dep no longer required - enable QT_NONSTANDARD to work around build problems - remove old warning from pre-everything - use %%DATADIR%% - pass maintainership to submitter PR: ports/85023 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Approved by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
This commit is contained in:
parent
6c0ad1de25
commit
db6c6de1e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141970
@ -6,44 +6,35 @@
|
||||
#
|
||||
|
||||
PORTNAME= kadu
|
||||
PORTVERSION= 0.3.9
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.4.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net
|
||||
MASTER_SITES= http://www.kadu.net/download/stable/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jacek@combit.com.pl
|
||||
MAINTAINER= mwisnicki+freebsd@gmail.com
|
||||
COMMENT= QT Gadu-Gadu client
|
||||
|
||||
LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/ekg\
|
||||
gsm.1:${PORTSDIR}/audio/gsm
|
||||
sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-existing-libgadu \
|
||||
--with-includes="${LOCALBASE}/include" \
|
||||
--with-libs="${LOCALBASE}/lib" \
|
||||
--program-transform-name=''\
|
||||
--mandir=${PREFIX}/man
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"\
|
||||
GADU_INCLUDES="-I${LOCALBASE}/include"\
|
||||
GSM_LIB="-L${LOCALBASE}/lib"\
|
||||
GSM_INCLUDES="-I${LOCALBASE}/include"
|
||||
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
|
||||
|
||||
USE_QT_VER= 3
|
||||
QT_NONSTANDARD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} " **************************************************************"
|
||||
@${ECHO_MSG} " * This version of kadu requires polish/ekg-1.4.20040208,1 or *"
|
||||
@${ECHO_MSG} " * higher, so upgrade it first if necessary. *"
|
||||
@${ECHO_MSG} " **************************************************************"
|
||||
@${ECHO_MSG}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${X11BASE}/share/gnome/apps/Internet
|
||||
${INSTALL_DATA} ${WRKSRC}/kadu/kadu.desktop ${X11BASE}/share/gnome/apps/Internet
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (kadu-0.3.9.tar.bz2) = d461c4b19670920e2ba1425d12e23f6b
|
||||
SIZE (kadu-0.3.9.tar.bz2) = 942895
|
||||
MD5 (kadu-0.4.1.tar.bz2) = 52c582fcc175b2af534c7ddab24e0b6b
|
||||
SIZE (kadu-0.4.1.tar.bz2) = 1218351
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- kadu/Makefile.in Mon Jun 28 23:49:06 2004
|
||||
+++ kadu/Makefile.in Thu Jul 1 23:41:16 2004
|
||||
@@ -524,33 +524,19 @@
|
||||
--- kadu/Makefile.in Tue Jul 19 21:52:02 2005
|
||||
+++ kadu/Makefile.in Tue Aug 9 01:01:22 2005
|
||||
@@ -515,42 +515,29 @@
|
||||
install-data-local:
|
||||
$(mkinstalldirs) "$(DESTDIR)/$(includedir)/kadu/"
|
||||
$(INSTALL_DATA) *.h "$(DESTDIR)/$(includedir)/kadu/"
|
||||
@ -16,6 +16,8 @@
|
||||
- $(mkinstalldirs) "$(DESTDIR)/usr/share/pixmaps/"; \
|
||||
- $(INSTALL_DATA) hi48-app-kadu.png "$(DESTDIR)/usr/share/pixmaps/kadu-48.png"; \
|
||||
- $(INSTALL_DATA) hi32-app-kadu.png "$(DESTDIR)/usr/share/pixmaps/kadu.png"; \
|
||||
- $(INSTALL_DATA) hi24-app-kadu.png "$(DESTDIR)/usr/share/pixmaps/kadu-24.png"; \
|
||||
- $(INSTALL_DATA) hi22-app-kadu.png "$(DESTDIR)/usr/share/pixmaps/kadu-22.png"; \
|
||||
- $(INSTALL_DATA) hi16-app-kadu.png "$(DESTDIR)/usr/share/pixmaps/kadu-16.png"; \
|
||||
- echo ""; \
|
||||
- echo "Icons installed to $(DESTDIR)/usr/share/pixmaps"; \
|
||||
@ -31,19 +33,32 @@
|
||||
- echo " *******************************************************************"; \
|
||||
- echo $(DESTDIR)"";\
|
||||
- fi;
|
||||
+ echo "[Desktop Entry]" > "$(srcdir)/kadu.desktop"
|
||||
+ echo "Type=Application" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "Exec=$(bindir)/kadu" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "Icon=kadu.png" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "MiniIcon=kadu-16.png" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "Terminal=0" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "Name=Kadu" >> "$(srcdir)/kadu.desktop"
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps
|
||||
+ $(INSTALL_DATA) hi48-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/kadu.png"
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/32x32/apps
|
||||
+ $(INSTALL_DATA) hi32-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/kadu.png"
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/16x16/apps
|
||||
+ $(INSTALL_DATA) hi16-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/kadu.png"
|
||||
+ echo "[Desktop Entry]" > "$(srcdir)/kadu.desktop"
|
||||
+ echo "Type=Application" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "Exec=$(bindir)/kadu" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "Icon=kadu.png" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "MiniIcon=kadu-16.png" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "Terminal=0" >> "$(srcdir)/kadu.desktop"
|
||||
+ echo "Name=Kadu" >> "$(srcdir)/kadu.desktop"
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps
|
||||
+ $(INSTALL_DATA) hi48-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/kadu.png"
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/32x32/apps
|
||||
+ $(INSTALL_DATA) hi32-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/kadu.png"
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/22x22/apps
|
||||
+ $(INSTALL_DATA) hi22-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/22x22/apps/kadu.png"
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/16x16/apps
|
||||
+ $(INSTALL_DATA) hi16-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/kadu.png"
|
||||
|
||||
uninstall-local:
|
||||
rm -f "$(DESTDIR)/$(includedir)/kadu"/*.h
|
||||
rm -f "$(DESTDIR)/usr/share/applnk/Internet/kadu.desktop"
|
||||
- rm -f "$(DESTDIR)/usr/share/pixmaps/kadu-48.png"
|
||||
- rm -f "$(DESTDIR)/usr/share/pixmaps/kadu.png"
|
||||
- rm -f "$(DESTDIR)/usr/share/pixmaps/kadu-16.png"
|
||||
+ rm -f "$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/kadu.png"
|
||||
+ rm -f "$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/kadu.png"
|
||||
+ rm -f "$(DESTDIR)$(datadir)/icons/hicolor/22x22/apps/kadu.png"
|
||||
+ rm -f "$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/kadu.png"
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
51
polish/kadu/files/patch-configure
Normal file
51
polish/kadu/files/patch-configure
Normal file
@ -0,0 +1,51 @@
|
||||
--- configure.orig Tue Aug 9 22:53:04 2005
|
||||
+++ configure Wed Aug 10 00:03:04 2005
|
||||
@@ -4111,20 +4111,14 @@
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
-int
|
||||
-main ()
|
||||
+#include <execinfo.h>
|
||||
+int main()
|
||||
{
|
||||
-
|
||||
- #include <execinfo.h>
|
||||
- int main()
|
||||
- {
|
||||
- char* data;
|
||||
- backtrace(&data, 100);
|
||||
- }
|
||||
-
|
||||
- ;
|
||||
+ char* data;
|
||||
+ backtrace(&data, 100);
|
||||
return 0;
|
||||
}
|
||||
+
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext conftest$ac_exeext
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
||||
@@ -4179,18 +4173,11 @@
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
-int
|
||||
-main ()
|
||||
+#include <execinfo.h>
|
||||
+int main ()
|
||||
{
|
||||
-
|
||||
- #include <execinfo.h>
|
||||
- int main()
|
||||
- {
|
||||
- char* data;
|
||||
- backtrace(&data, 100);
|
||||
- }
|
||||
-
|
||||
- ;
|
||||
+ char* data;
|
||||
+ backtrace(&data, 100);
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
@ -5,13 +5,10 @@ include/kadu/about.h
|
||||
include/kadu/chat.h
|
||||
include/kadu/config_dialog.h
|
||||
include/kadu/config_file.h
|
||||
include/kadu/dcc.h
|
||||
include/kadu/debug.h
|
||||
include/kadu/emoticons.h
|
||||
include/kadu/events.h
|
||||
include/kadu/expimp.h
|
||||
include/kadu/gadu.h
|
||||
include/kadu/hints.h
|
||||
include/kadu/history.h
|
||||
include/kadu/ignore.h
|
||||
include/kadu/kadu-config.h
|
||||
@ -19,26 +16,38 @@ include/kadu/kadu.h
|
||||
include/kadu/message_box.h
|
||||
include/kadu/misc.h
|
||||
include/kadu/modules.h
|
||||
include/kadu/modules/account_management.h
|
||||
include/kadu/modules/addons.h
|
||||
include/kadu/modules/autoaway.h
|
||||
include/kadu/modules/autoresponder.h
|
||||
include/kadu/modules/change_password.h
|
||||
include/kadu/modules/dcc.h
|
||||
include/kadu/modules/default_sms.h
|
||||
include/kadu/modules/docking.h
|
||||
include/kadu/modules/dsp_sound.h
|
||||
include/kadu/modules/encryption.h
|
||||
include/kadu/modules/file_transfer.h
|
||||
include/kadu/modules/hint.h
|
||||
include/kadu/modules/hint_manager.h
|
||||
include/kadu/modules/hint_manager_slots.h
|
||||
include/kadu/modules/notify.h
|
||||
include/kadu/modules/notify_slots.h
|
||||
include/kadu/modules/player_external.h
|
||||
include/kadu/modules/register.h
|
||||
include/kadu/modules/remind_password.h
|
||||
include/kadu/modules/simlite.h
|
||||
include/kadu/modules/sms.h
|
||||
include/kadu/modules/sound.h
|
||||
include/kadu/modules/sound_desc.h
|
||||
include/kadu/modules/sound_file.h
|
||||
include/kadu/modules/sound_slots.h
|
||||
include/kadu/modules/unregister.h
|
||||
include/kadu/modules/voice.h
|
||||
include/kadu/modules/voice_arts.h
|
||||
include/kadu/modules/voice_dsp.h
|
||||
include/kadu/modules/window_notify.h
|
||||
include/kadu/modules/wizard.h
|
||||
include/kadu/modules/x11_docking.h
|
||||
include/kadu/password.h
|
||||
include/kadu/pending_events.h
|
||||
include/kadu/pending_msgs.h
|
||||
include/kadu/personal_info.h
|
||||
include/kadu/register.h
|
||||
include/kadu/search.h
|
||||
include/kadu/status.h
|
||||
include/kadu/tabbar.h
|
||||
@ -46,393 +55,506 @@ include/kadu/updates.h
|
||||
include/kadu/userbox.h
|
||||
include/kadu/userinfo.h
|
||||
include/kadu/userlist.h
|
||||
share/kadu/AUTHORS
|
||||
share/kadu/COPYING
|
||||
share/kadu/ChangeLog
|
||||
share/kadu/HISTORY
|
||||
share/kadu/README
|
||||
share/kadu/THANKS
|
||||
share/kadu/modules/autoaway.desc
|
||||
share/kadu/modules/autoresponder.desc
|
||||
share/kadu/modules/autoresponder.so
|
||||
share/kadu/modules/default_sms.desc
|
||||
share/kadu/modules/docking.desc
|
||||
share/kadu/modules/dsp_sound.desc
|
||||
share/kadu/modules/dsp_sound.so
|
||||
share/kadu/modules/encryption.desc
|
||||
share/kadu/modules/ext_sound.desc
|
||||
share/kadu/modules/sms.desc
|
||||
share/kadu/modules/sound.desc
|
||||
share/kadu/modules/translations/autoaway_de.qm
|
||||
share/kadu/modules/translations/autoaway_it.qm
|
||||
share/kadu/modules/translations/autoaway_pl.qm
|
||||
share/kadu/modules/translations/autoresponder_de.qm
|
||||
share/kadu/modules/translations/autoresponder_it.qm
|
||||
share/kadu/modules/translations/autoresponder_pl.qm
|
||||
share/kadu/modules/translations/default_sms_de.qm
|
||||
share/kadu/modules/translations/default_sms_it.qm
|
||||
share/kadu/modules/translations/default_sms_pl.qm
|
||||
share/kadu/modules/translations/docking_de.qm
|
||||
share/kadu/modules/translations/docking_it.qm
|
||||
share/kadu/modules/translations/docking_pl.qm
|
||||
share/kadu/modules/translations/dsp_sound_de.qm
|
||||
share/kadu/modules/translations/dsp_sound_it.qm
|
||||
share/kadu/modules/translations/dsp_sound_pl.qm
|
||||
share/kadu/modules/translations/encryption_de.qm
|
||||
share/kadu/modules/translations/encryption_it.qm
|
||||
share/kadu/modules/translations/encryption_pl.qm
|
||||
share/kadu/modules/translations/ext_sound_de.qm
|
||||
share/kadu/modules/translations/ext_sound_it.qm
|
||||
share/kadu/modules/translations/ext_sound_pl.qm
|
||||
share/kadu/modules/translations/sms_de.qm
|
||||
share/kadu/modules/translations/sms_it.qm
|
||||
share/kadu/modules/translations/sms_pl.qm
|
||||
share/kadu/modules/translations/sound_de.qm
|
||||
share/kadu/modules/translations/sound_it.qm
|
||||
share/kadu/modules/translations/sound_pl.qm
|
||||
share/kadu/modules/translations/voice_de.qm
|
||||
share/kadu/modules/translations/voice_it.qm
|
||||
share/kadu/modules/translations/voice_pl.qm
|
||||
share/kadu/modules/translations/x11_docking_de.qm
|
||||
share/kadu/modules/translations/x11_docking_it.qm
|
||||
share/kadu/modules/translations/x11_docking_pl.qm
|
||||
share/kadu/modules/voice.desc
|
||||
share/kadu/modules/x11_docking.desc
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/8P.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/8P_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/beksa.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/beksa_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/bije.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/bije_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/brawa.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/brawa_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/buja_w_oblokach.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/buja_w_oblokach_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/bukiet.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/bukiet_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/chatownik.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/chatownik_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/cmok.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/cmok_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/dobani.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/dostal.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/dostal_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/dresiarz.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/dresiarz_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/drink.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/drink_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/emots.txt
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/fuck.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/fuck_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/gafa.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/gafa_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/gazeta.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/gazeta_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/gool.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/gool_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/gra.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/gra_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/heej.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/heej_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/hmmm.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/hmmm_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/jablko.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/je_pizze.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/je_pizze_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/kawa.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/krecka_dostal.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/krecka_dostal_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/kwiatek.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/lol.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/milosc.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/mruga.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/mruga_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/mutny.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/niee.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/niee_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/nonono.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/nonono_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/obiad.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/obiad_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/ok.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/okularnik.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/okularnik_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/olaboga.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/olaboga_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/onajego.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/onajego_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/pada.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/pada_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/palacz.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/palacz_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/papa.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/papa_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/piwko2.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/piwko2_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/prezent.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/prysznic.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/prysznic_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/puknijsie.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/puknijsie_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/rotfl.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/rotfl_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/serce.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/serducho.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/serducho_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/smutny.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/smutny_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/snieg.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/snieg_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/spioch.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/spioch_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/szampan.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/szampan_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/telefon.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/telefon_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/tiaaa.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/tiaaa_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/tort.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/tort_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/usta.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/wanna.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/wanna_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/wc.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/wc_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/wesoly.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/wesoly_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/winko.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/wstydnis.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/wstydnis_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/z_jezorem.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/z_jezorem_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zab.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zab_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zakochany.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zakochany_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zdziwko.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zdziwko_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zegar.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zegar_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/ziew.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/ziew_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zly.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zly_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/1/zniesmaczony.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/3m_sie.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/3m_sie_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/aniolek.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/aniolek_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/boje_sie.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/boje_sie_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/boks.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/boks_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/calus.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/calus_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/cfaniak.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/cfaniak_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/chytry.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/chytry_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/cisza.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/cisza_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/cmok.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/cmok_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/co.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/co_jest.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/co_jest_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/co_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/czarodziej.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/czas.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/czas_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/czytaj.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/czytaj_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/diabelek.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/diabelek_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/dupa.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/dupa_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/emots.txt
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/faja.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/faja_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/ganja.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/ganja_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/glaszcze.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/glaszcze_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/glupek.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/glupek2.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/glupek2_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/hahaha.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/hahaha_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/jem.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/jem_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/jezyk1.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/jezyk1_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/jezyk2.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/jezyk2_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/jupi.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/jupi_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/killer.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/killer_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/klotnia.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/klotnia_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/krzywy.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/kwasny.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/list.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/list_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/lol.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/lol_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/menu.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/nauka.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/nauka_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/nie.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/nie_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/nie_powiem.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/oczko.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/oczko2.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/oczko2_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/oczko_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/oczy.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/oczy_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/ok.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/ok2.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/ok2_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/ok_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/paker.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/paker_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/papa.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/papa_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/peace.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/peace_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/pisze.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/pisze_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/piwo.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/piwo_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/placze.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/placze_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/pomocy.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/pomocy_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/przytul.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/przytul_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/pytajnik.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/pytajnik_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/rotfl.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/rotfl_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/roza.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/roza_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/sciana.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/sciana_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/serduszka.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/serduszka2.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/serduszka2_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/serduszka_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/sex.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/sex_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/slonko.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/slonko_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/smutny.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/smutny_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/soczek.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/soczek_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/spie.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/spie_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/spoko.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/spoko_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/stop.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/stop_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/tancze.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/tancze_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/telefon.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/telefon_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/tuptup.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/tuptup_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/uczen.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/uczen_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/uscisk.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/uscisk_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/usmiech.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/usmiech2.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/usmiech2_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/usmiech_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/wow.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/wow_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/wsciekly.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/wsciekly_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/wykrzyknik.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/wykrzyknik_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/ysz.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/ysz_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/zawstydzony.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/zawstydzony_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/zeby.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/zeby_na.GIF
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/zly.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/zly_na.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/zygi.gif
|
||||
share/kadu/themes/emoticons/gadu-gadu/2/zygi_na.gif
|
||||
share/kadu/themes/icons/default/abouticon.png
|
||||
share/kadu/themes/icons/default/back.png
|
||||
share/kadu/themes/icons/default/blocking.png
|
||||
share/kadu/themes/icons/default/busy.png
|
||||
share/kadu/themes/icons/default/busy_d.png
|
||||
share/kadu/themes/icons/default/busy_d_m.png
|
||||
share/kadu/themes/icons/default/busy_m.png
|
||||
share/kadu/themes/icons/default/configure.png
|
||||
share/kadu/themes/icons/default/connect_creating.png
|
||||
share/kadu/themes/icons/default/decrypted.png
|
||||
share/kadu/themes/icons/default/emoticon.png
|
||||
share/kadu/themes/icons/default/encrypted.png
|
||||
share/kadu/themes/icons/default/eraser.png
|
||||
share/kadu/themes/icons/default/exit.png
|
||||
share/kadu/themes/icons/default/fileopen.png
|
||||
share/kadu/themes/icons/default/filesave.png
|
||||
share/kadu/themes/icons/default/forward.png
|
||||
share/kadu/themes/icons/default/history.png
|
||||
share/kadu/themes/icons/default/icons.conf
|
||||
share/kadu/themes/icons/default/icons.png
|
||||
share/kadu/themes/icons/default/identity.png
|
||||
share/kadu/themes/icons/default/impexpicon.png
|
||||
share/kadu/themes/icons/default/invisible.png
|
||||
share/kadu/themes/icons/default/invisible_d.png
|
||||
share/kadu/themes/icons/default/invisible_d_m.png
|
||||
share/kadu/themes/icons/default/invisible_m.png
|
||||
share/kadu/themes/icons/default/key_enter.png
|
||||
share/kadu/themes/icons/default/loading.png
|
||||
share/kadu/themes/icons/default/mail_generic.png
|
||||
share/kadu/themes/icons/default/manageignored.png
|
||||
share/kadu/themes/icons/default/manusricon.png
|
||||
share/kadu/themes/icons/default/message.png
|
||||
share/kadu/themes/icons/default/mobile.png
|
||||
share/kadu/themes/icons/default/msgbox_warning.png
|
||||
share/kadu/themes/icons/default/mute.png
|
||||
share/kadu/themes/icons/default/newuser.png
|
||||
share/kadu/themes/icons/default/offline.png
|
||||
share/kadu/themes/icons/default/offline_d.png
|
||||
share/kadu/themes/icons/default/offline_d_m.png
|
||||
share/kadu/themes/icons/default/offline_m.png
|
||||
share/kadu/themes/icons/default/online.png
|
||||
share/kadu/themes/icons/default/online_d.png
|
||||
share/kadu/themes/icons/default/online_d_m.png
|
||||
share/kadu/themes/icons/default/online_m.png
|
||||
share/kadu/themes/icons/default/password.png
|
||||
share/kadu/themes/icons/default/personalinfo.png
|
||||
share/kadu/themes/icons/default/registeraccount.png
|
||||
share/kadu/themes/icons/default/reload.png
|
||||
share/kadu/themes/icons/default/remove.png
|
||||
share/kadu/themes/icons/default/scroll_lock.png
|
||||
share/kadu/themes/icons/default/share.png
|
||||
share/kadu/themes/icons/default/stop.png
|
||||
share/kadu/themes/icons/default/unmute.png
|
||||
share/kadu/themes/icons/default/unregisteraccount.png
|
||||
share/kadu/themes/icons/default/viewmag.png
|
||||
share/kadu/themes/sounds/default/msg.wav
|
||||
share/kadu/themes/sounds/default/sound.conf
|
||||
share/kadu/translations/kadu_de.qm
|
||||
share/kadu/translations/kadu_en.qm
|
||||
share/kadu/translations/kadu_it.qm
|
||||
share/kadu/translations/kadu_pl.qm
|
||||
share/kadu/translations/qt_de.qm
|
||||
share/kadu/translations/qt_en.qm
|
||||
share/kadu/translations/qt_it.qm
|
||||
share/kadu/translations/qt_pl.qm
|
||||
%%DATADIR%%/AUTHORS
|
||||
%%DATADIR%%/COPYING
|
||||
%%DATADIR%%/ChangeLog
|
||||
%%DATADIR%%/HISTORY
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/THANKS
|
||||
%%DATADIR%%/modules/account_management.desc
|
||||
%%DATADIR%%/modules/account_management.so
|
||||
%%DATADIR%%/modules/autoaway.desc
|
||||
%%DATADIR%%/modules/autoaway.so
|
||||
%%DATADIR%%/modules/autoresponder.desc
|
||||
%%DATADIR%%/modules/autoresponder.so
|
||||
%%DATADIR%%/modules/config_wizard.desc
|
||||
%%DATADIR%%/modules/config_wizard.so
|
||||
%%DATADIR%%/modules/data/config_wizard/joi/brak.jpg
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Blocking.png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Busy (d.).png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Busy.png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Invisible (d.).png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Invisible.png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Offline (d.).png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Offline.png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Online (d.).png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/Online.png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/message.png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/mobile.png
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/tlo.jpg
|
||||
%%DATADIR%%/modules/data/config_wizard/ronk2/tux.png
|
||||
%%DATADIR%%/modules/dcc.desc
|
||||
%%DATADIR%%/modules/dcc.so
|
||||
%%DATADIR%%/modules/default_sms.desc
|
||||
%%DATADIR%%/modules/default_sms.so
|
||||
%%DATADIR%%/modules/docking.desc
|
||||
%%DATADIR%%/modules/dsp_sound.desc
|
||||
%%DATADIR%%/modules/dsp_sound.so
|
||||
%%DATADIR%%/modules/encryption.desc
|
||||
%%DATADIR%%/modules/encryption.so
|
||||
%%DATADIR%%/modules/ext_sound.desc
|
||||
%%DATADIR%%/modules/ext_sound.so
|
||||
%%DATADIR%%/modules/hints.desc
|
||||
%%DATADIR%%/modules/hints.so
|
||||
%%DATADIR%%/modules/notify.desc
|
||||
%%DATADIR%%/modules/sms.desc
|
||||
%%DATADIR%%/modules/sms.so
|
||||
%%DATADIR%%/modules/sound.desc
|
||||
%%DATADIR%%/modules/translations/account_management_de.qm
|
||||
%%DATADIR%%/modules/translations/account_management_fr.qm
|
||||
%%DATADIR%%/modules/translations/account_management_it.qm
|
||||
%%DATADIR%%/modules/translations/account_management_pl.qm
|
||||
%%DATADIR%%/modules/translations/autoaway_de.qm
|
||||
%%DATADIR%%/modules/translations/autoaway_fr.qm
|
||||
%%DATADIR%%/modules/translations/autoaway_it.qm
|
||||
%%DATADIR%%/modules/translations/autoaway_pl.qm
|
||||
%%DATADIR%%/modules/translations/autoresponder_de.qm
|
||||
%%DATADIR%%/modules/translations/autoresponder_fr.qm
|
||||
%%DATADIR%%/modules/translations/autoresponder_it.qm
|
||||
%%DATADIR%%/modules/translations/autoresponder_pl.qm
|
||||
%%DATADIR%%/modules/translations/config_wizard_de.qm
|
||||
%%DATADIR%%/modules/translations/config_wizard_fr.qm
|
||||
%%DATADIR%%/modules/translations/config_wizard_it.qm
|
||||
%%DATADIR%%/modules/translations/config_wizard_pl.qm
|
||||
%%DATADIR%%/modules/translations/dcc_de.qm
|
||||
%%DATADIR%%/modules/translations/dcc_fr.qm
|
||||
%%DATADIR%%/modules/translations/dcc_it.qm
|
||||
%%DATADIR%%/modules/translations/dcc_pl.qm
|
||||
%%DATADIR%%/modules/translations/default_sms_de.qm
|
||||
%%DATADIR%%/modules/translations/default_sms_fr.qm
|
||||
%%DATADIR%%/modules/translations/default_sms_it.qm
|
||||
%%DATADIR%%/modules/translations/default_sms_pl.qm
|
||||
%%DATADIR%%/modules/translations/docking_de.qm
|
||||
%%DATADIR%%/modules/translations/docking_fr.qm
|
||||
%%DATADIR%%/modules/translations/docking_it.qm
|
||||
%%DATADIR%%/modules/translations/docking_pl.qm
|
||||
%%DATADIR%%/modules/translations/dsp_sound_de.qm
|
||||
%%DATADIR%%/modules/translations/dsp_sound_fr.qm
|
||||
%%DATADIR%%/modules/translations/dsp_sound_it.qm
|
||||
%%DATADIR%%/modules/translations/dsp_sound_pl.qm
|
||||
%%DATADIR%%/modules/translations/encryption_de.qm
|
||||
%%DATADIR%%/modules/translations/encryption_fr.qm
|
||||
%%DATADIR%%/modules/translations/encryption_it.qm
|
||||
%%DATADIR%%/modules/translations/encryption_pl.qm
|
||||
%%DATADIR%%/modules/translations/ext_sound_de.qm
|
||||
%%DATADIR%%/modules/translations/ext_sound_fr.qm
|
||||
%%DATADIR%%/modules/translations/ext_sound_it.qm
|
||||
%%DATADIR%%/modules/translations/ext_sound_pl.qm
|
||||
%%DATADIR%%/modules/translations/hints_de.qm
|
||||
%%DATADIR%%/modules/translations/hints_fr.qm
|
||||
%%DATADIR%%/modules/translations/hints_it.qm
|
||||
%%DATADIR%%/modules/translations/hints_pl.qm
|
||||
%%DATADIR%%/modules/translations/notify_de.qm
|
||||
%%DATADIR%%/modules/translations/notify_fr.qm
|
||||
%%DATADIR%%/modules/translations/notify_it.qm
|
||||
%%DATADIR%%/modules/translations/notify_pl.qm
|
||||
%%DATADIR%%/modules/translations/sms_de.qm
|
||||
%%DATADIR%%/modules/translations/sms_fr.qm
|
||||
%%DATADIR%%/modules/translations/sms_it.qm
|
||||
%%DATADIR%%/modules/translations/sms_pl.qm
|
||||
%%DATADIR%%/modules/translations/sound_de.qm
|
||||
%%DATADIR%%/modules/translations/sound_fr.qm
|
||||
%%DATADIR%%/modules/translations/sound_it.qm
|
||||
%%DATADIR%%/modules/translations/sound_pl.qm
|
||||
%%DATADIR%%/modules/translations/voice_de.qm
|
||||
%%DATADIR%%/modules/translations/voice_fr.qm
|
||||
%%DATADIR%%/modules/translations/voice_it.qm
|
||||
%%DATADIR%%/modules/translations/voice_pl.qm
|
||||
%%DATADIR%%/modules/translations/window_notify_de.qm
|
||||
%%DATADIR%%/modules/translations/window_notify_fr.qm
|
||||
%%DATADIR%%/modules/translations/window_notify_it.qm
|
||||
%%DATADIR%%/modules/translations/window_notify_pl.qm
|
||||
%%DATADIR%%/modules/translations/x11_docking_de.qm
|
||||
%%DATADIR%%/modules/translations/x11_docking_fr.qm
|
||||
%%DATADIR%%/modules/translations/x11_docking_it.qm
|
||||
%%DATADIR%%/modules/translations/x11_docking_pl.qm
|
||||
%%DATADIR%%/modules/voice.desc
|
||||
%%DATADIR%%/modules/voice.so
|
||||
%%DATADIR%%/modules/window_notify.desc
|
||||
%%DATADIR%%/modules/window_notify.so
|
||||
%%DATADIR%%/modules/x11_docking.desc
|
||||
%%DATADIR%%/modules/x11_docking.so
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/8P.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/8P_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/beksa.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/beksa_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/bije.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/bije_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/brawa.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/brawa_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/buja_w_oblokach.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/buja_w_oblokach_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/bukiet.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/bukiet_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/chatownik.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/chatownik_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/cmok.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/cmok_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/dobani.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/dostal.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/dostal_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/dresiarz.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/dresiarz_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/drink.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/drink_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/emots.txt
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/fuck.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/fuck_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/gafa.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/gafa_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/gazeta.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/gazeta_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/gool.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/gool_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/gra.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/gra_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/heej.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/heej_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/hmmm.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/hmmm_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/jablko.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/je_pizze.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/je_pizze_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/kawa.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/krecka_dostal.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/krecka_dostal_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/kwiatek.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/lol.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/milosc.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/mruga.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/mruga_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/mutny.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/niee.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/niee_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/nonono.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/nonono_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/obiad.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/obiad_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/ok.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/okularnik.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/okularnik_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/olaboga.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/olaboga_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/onajego.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/onajego_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/pada.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/pada_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/palacz.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/palacz_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/papa.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/papa_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/piwko2.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/piwko2_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/prezent.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/prysznic.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/prysznic_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/puknijsie.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/puknijsie_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/rotfl.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/rotfl_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/serce.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/serducho.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/serducho_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/smutny.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/smutny_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/snieg.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/snieg_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/spioch.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/spioch_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/szampan.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/szampan_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/telefon.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/telefon_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/tiaaa.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/tiaaa_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/tort.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/tort_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/usta.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/wanna.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/wanna_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/wc.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/wc_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/wesoly.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/wesoly_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/winko.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/wstydnis.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/wstydnis_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/z_jezorem.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/z_jezorem_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zab.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zab_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zakochany.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zakochany_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zdziwko.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zdziwko_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zegar.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zegar_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/ziew.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/ziew_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zly.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zly_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/1/zniesmaczony.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/3m_sie.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/3m_sie_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/aniolek.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/aniolek_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/boje_sie.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/boje_sie_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/boks.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/boks_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/calus.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/calus_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/cfaniak.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/cfaniak_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/chytry.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/chytry_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/cisza.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/cisza_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/cmok.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/cmok_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/co.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/co_jest.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/co_jest_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/co_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/czarodziej.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/czas.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/czas_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/czytaj.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/czytaj_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/diabelek.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/diabelek_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/dupa.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/dupa_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/emots.txt
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/faja.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/faja_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/ganja.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/ganja_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/glaszcze.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/glaszcze_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/glupek.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/glupek2.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/glupek2_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/hahaha.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/hahaha_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/jem.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/jem_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/jezyk1.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/jezyk1_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/jezyk2.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/jezyk2_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/jupi.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/jupi_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/killer.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/killer_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/klotnia.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/klotnia_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/krzywy.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/kwasny.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/list.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/list_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/lol.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/lol_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/menu.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/nauka.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/nauka_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/nie.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/nie_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/nie_powiem.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/oczko.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/oczko2.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/oczko2_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/oczko_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/oczy.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/oczy_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/ok.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/ok2.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/ok2_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/ok_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/paker.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/paker_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/papa.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/papa_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/peace.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/peace_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/pisze.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/pisze_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/piwo.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/piwo_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/placze.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/placze_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/pomocy.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/pomocy_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/przytul.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/przytul_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/pytajnik.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/pytajnik_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/rotfl.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/rotfl_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/roza.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/roza_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/sciana.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/sciana_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/serduszka.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/serduszka2.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/serduszka2_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/serduszka_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/sex.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/sex_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/slonko.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/slonko_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/smutny.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/smutny_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/soczek.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/soczek_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/spie.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/spie_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/spoko.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/spoko_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/stop.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/stop_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/tancze.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/tancze_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/telefon.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/telefon_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/tuptup.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/tuptup_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/uczen.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/uczen_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/uscisk.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/uscisk_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/usmiech.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/usmiech2.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/usmiech2_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/usmiech_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/wow.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/wow_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/wsciekly.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/wsciekly_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/wykrzyknik.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/wykrzyknik_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/ysz.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/ysz_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/zawstydzony.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/zawstydzony_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/zeby.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/zeby_na.GIF
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/zly.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/zly_na.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/zygi.gif
|
||||
%%DATADIR%%/themes/emoticons/gadu-gadu/2/zygi_na.gif
|
||||
%%DATADIR%%/themes/icons/default/abouticon.png
|
||||
%%DATADIR%%/themes/icons/default/abouticon16.png
|
||||
%%DATADIR%%/themes/icons/default/add.png
|
||||
%%DATADIR%%/themes/icons/default/adduser.png
|
||||
%%DATADIR%%/themes/icons/default/autoresponder.png
|
||||
%%DATADIR%%/themes/icons/default/back.png
|
||||
%%DATADIR%%/themes/icons/default/blocking.png
|
||||
%%DATADIR%%/themes/icons/default/busy.png
|
||||
%%DATADIR%%/themes/icons/default/busy_d.png
|
||||
%%DATADIR%%/themes/icons/default/busy_d_m.png
|
||||
%%DATADIR%%/themes/icons/default/busy_m.png
|
||||
%%DATADIR%%/themes/icons/default/chat.png
|
||||
%%DATADIR%%/themes/icons/default/chat16.png
|
||||
%%DATADIR%%/themes/icons/default/configure.png
|
||||
%%DATADIR%%/themes/icons/default/connect_creating.png
|
||||
%%DATADIR%%/themes/icons/default/decrypted.png
|
||||
%%DATADIR%%/themes/icons/default/deluser.png
|
||||
%%DATADIR%%/themes/icons/default/deluserlist.png
|
||||
%%DATADIR%%/themes/icons/default/emoticon.png
|
||||
%%DATADIR%%/themes/icons/default/encrypted.png
|
||||
%%DATADIR%%/themes/icons/default/erasechat.png
|
||||
%%DATADIR%%/themes/icons/default/erasehistory.png
|
||||
%%DATADIR%%/themes/icons/default/eraser.png
|
||||
%%DATADIR%%/themes/icons/default/exit.png
|
||||
%%DATADIR%%/themes/icons/default/exporttofile.png
|
||||
%%DATADIR%%/themes/icons/default/exportuserlist.png
|
||||
%%DATADIR%%/themes/icons/default/fileopen.png
|
||||
%%DATADIR%%/themes/icons/default/filesave.png
|
||||
%%DATADIR%%/themes/icons/default/forward.png
|
||||
%%DATADIR%%/themes/icons/default/generals.png
|
||||
%%DATADIR%%/themes/icons/default/help.png
|
||||
%%DATADIR%%/themes/icons/default/hide.png
|
||||
%%DATADIR%%/themes/icons/default/hints.png
|
||||
%%DATADIR%%/themes/icons/default/history.png
|
||||
%%DATADIR%%/themes/icons/default/history_1.png
|
||||
%%DATADIR%%/themes/icons/default/icons.conf
|
||||
%%DATADIR%%/themes/icons/default/icons.png
|
||||
%%DATADIR%%/themes/icons/default/identity.png
|
||||
%%DATADIR%%/themes/icons/default/impexpicon.png
|
||||
%%DATADIR%%/themes/icons/default/impexpicon16.png
|
||||
%%DATADIR%%/themes/icons/default/importfromfile.png
|
||||
%%DATADIR%%/themes/icons/default/importuserlist.png
|
||||
%%DATADIR%%/themes/icons/default/invisible.png
|
||||
%%DATADIR%%/themes/icons/default/invisible_d.png
|
||||
%%DATADIR%%/themes/icons/default/invisible_d_m.png
|
||||
%%DATADIR%%/themes/icons/default/invisible_m.png
|
||||
%%DATADIR%%/themes/icons/default/kadu.png
|
||||
%%DATADIR%%/themes/icons/default/key_enter.png
|
||||
%%DATADIR%%/themes/icons/default/language.png
|
||||
%%DATADIR%%/themes/icons/default/loading.png
|
||||
%%DATADIR%%/themes/icons/default/look.png
|
||||
%%DATADIR%%/themes/icons/default/mail.png
|
||||
%%DATADIR%%/themes/icons/default/mail_generic.png
|
||||
%%DATADIR%%/themes/icons/default/manageignored.png
|
||||
%%DATADIR%%/themes/icons/default/manageignored16.png
|
||||
%%DATADIR%%/themes/icons/default/manusricon.png
|
||||
%%DATADIR%%/themes/icons/default/mergeuserlist.png
|
||||
%%DATADIR%%/themes/icons/default/message.png
|
||||
%%DATADIR%%/themes/icons/default/mobile.png
|
||||
%%DATADIR%%/themes/icons/default/modmanager.png
|
||||
%%DATADIR%%/themes/icons/default/msgbox_warning.png
|
||||
%%DATADIR%%/themes/icons/default/mute.png
|
||||
%%DATADIR%%/themes/icons/default/network.png
|
||||
%%DATADIR%%/themes/icons/default/newuser.png
|
||||
%%DATADIR%%/themes/icons/default/notify.png
|
||||
%%DATADIR%%/themes/icons/default/offline.png
|
||||
%%DATADIR%%/themes/icons/default/offline_d.png
|
||||
%%DATADIR%%/themes/icons/default/offline_d_m.png
|
||||
%%DATADIR%%/themes/icons/default/offline_m.png
|
||||
%%DATADIR%%/themes/icons/default/online.png
|
||||
%%DATADIR%%/themes/icons/default/online_d.png
|
||||
%%DATADIR%%/themes/icons/default/online_d_m.png
|
||||
%%DATADIR%%/themes/icons/default/online_m.png
|
||||
%%DATADIR%%/themes/icons/default/pass-mail.png
|
||||
%%DATADIR%%/themes/icons/default/password.png
|
||||
%%DATADIR%%/themes/icons/default/password16.png
|
||||
%%DATADIR%%/themes/icons/default/personalinfo.png
|
||||
%%DATADIR%%/themes/icons/default/registeraccount.png
|
||||
%%DATADIR%%/themes/icons/default/reload.png
|
||||
%%DATADIR%%/themes/icons/default/reload2.png
|
||||
%%DATADIR%%/themes/icons/default/remind-pass.png
|
||||
%%DATADIR%%/themes/icons/default/saveuserlist.png
|
||||
%%DATADIR%%/themes/icons/default/scroll_lock.png
|
||||
%%DATADIR%%/themes/icons/default/selectpath.png
|
||||
%%DATADIR%%/themes/icons/default/share.png
|
||||
%%DATADIR%%/themes/icons/default/shortcuts.png
|
||||
%%DATADIR%%/themes/icons/default/sms.png
|
||||
%%DATADIR%%/themes/icons/default/sounds.png
|
||||
%%DATADIR%%/themes/icons/default/speech.png
|
||||
%%DATADIR%%/themes/icons/default/stop.png
|
||||
%%DATADIR%%/themes/icons/default/unmute.png
|
||||
%%DATADIR%%/themes/icons/default/unregisteraccount.png
|
||||
%%DATADIR%%/themes/icons/default/viewmag.png
|
||||
%%DATADIR%%/themes/icons/default/voice.png
|
||||
%%DATADIR%%/themes/icons/default/weather.png
|
||||
%%DATADIR%%/themes/icons/default/weather16.png
|
||||
%%DATADIR%%/themes/icons/default/wizard.png
|
||||
%%DATADIR%%/themes/icons/default/xmms.png
|
||||
%%DATADIR%%/themes/sounds/default/msg.wav
|
||||
%%DATADIR%%/themes/sounds/default/sound.conf
|
||||
%%DATADIR%%/translations/kadu_de.qm
|
||||
%%DATADIR%%/translations/kadu_en.qm
|
||||
%%DATADIR%%/translations/kadu_fr.qm
|
||||
%%DATADIR%%/translations/kadu_it.qm
|
||||
%%DATADIR%%/translations/kadu_pl.qm
|
||||
%%DATADIR%%/translations/qt_de.qm
|
||||
%%DATADIR%%/translations/qt_en.qm
|
||||
%%DATADIR%%/translations/qt_fr.qm
|
||||
%%DATADIR%%/translations/qt_it.qm
|
||||
%%DATADIR%%/translations/qt_pl.qm
|
||||
share/icons/hicolor/16x16/apps/kadu.png
|
||||
share/icons/hicolor/22x22/apps/kadu.png
|
||||
share/icons/hicolor/32x32/apps/kadu.png
|
||||
share/icons/hicolor/48x48/apps/kadu.png
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
@ -443,20 +565,24 @@ share/icons/hicolor/48x48/apps/kadu.png
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrm share/kadu/translations
|
||||
@dirrm share/kadu/themes/sounds/default
|
||||
@dirrm share/kadu/themes/sounds
|
||||
@dirrm share/kadu/themes/icons/default
|
||||
@dirrm share/kadu/themes/icons
|
||||
@dirrm share/kadu/themes/emoticons/gadu-gadu/2
|
||||
@dirrm share/kadu/themes/emoticons/gadu-gadu/1
|
||||
@dirrm share/kadu/themes/emoticons/gadu-gadu
|
||||
@dirrm share/kadu/themes/emoticons
|
||||
@dirrm share/kadu/themes
|
||||
@dirrm share/kadu/modules/translations
|
||||
@dirrm share/kadu/modules/data
|
||||
@dirrm share/kadu/modules
|
||||
@dirrm share/kadu
|
||||
@dirrm %%DATADIR%%/translations
|
||||
@dirrm %%DATADIR%%/themes/sounds/default
|
||||
@dirrm %%DATADIR%%/themes/sounds
|
||||
@dirrm %%DATADIR%%/themes/icons/default
|
||||
@dirrm %%DATADIR%%/themes/icons
|
||||
@dirrm %%DATADIR%%/themes/emoticons/gadu-gadu/2
|
||||
@dirrm %%DATADIR%%/themes/emoticons/gadu-gadu/1
|
||||
@dirrm %%DATADIR%%/themes/emoticons/gadu-gadu
|
||||
@dirrm %%DATADIR%%/themes/emoticons
|
||||
@dirrm %%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%/modules/translations
|
||||
@dirrm %%DATADIR%%/modules/data/config_wizard/ronk2
|
||||
@dirrm %%DATADIR%%/modules/data/config_wizard/joi
|
||||
@dirrm %%DATADIR%%/modules/data/config_wizard
|
||||
@dirrm %%DATADIR%%/modules/data
|
||||
@dirrm %%DATADIR%%/modules/bin
|
||||
@dirrm %%DATADIR%%/modules
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/kadu/modules
|
||||
@dirrm include/kadu
|
||||
@cwd %%LOCALBASE%%
|
||||
|
Loading…
Reference in New Issue
Block a user