Index: head/polish/gnugadu2/Makefile =================================================================== --- head/polish/gnugadu2/Makefile (revision 172500) +++ head/polish/gnugadu2/Makefile (revision 172501) @@ -1,182 +1,182 @@ # Ports collection makefile for: gnugadu2 # Date created: 12 january 2004 # Whom: smyru@heron.pl # # $FreeBSD$ -# PORTNAME= gnugadu2 -PORTVERSION= 2.2.8 -PORTREVISION= 2 +PORTVERSION= 2.2.9 CATEGORIES= polish net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ggadu DISTNAME= gg2-${PORTVERSION} MAINTAINER= smyru@heron.pl COMMENT= GTK2 based Gadu-Gadu client for X11 -LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/ekg \ +LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu \ audiofile.0:${PORTSDIR}/audio/libaudiofile USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk20 +USE_LDCONFIG= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes WANT_GNOME= yes CONFLICTS= qhacc-[0-9]* -CONFIGURE_ARGS= \ - --disable-esdtest \ +CONFIGURE_ARGS= --disable-esdtest \ --with-external-libgadu \ --with-static=no \ --with-aaway \ --with-external \ --with-gghist \ --with-gui \ --with-ignore \ --with-oss \ --with-sms \ --with-update \ - --without-dbus \ --without-gnutls \ --without-perl \ --without-remote CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + CPPFLAGS="-I${X11BASE}/include" -OPTIONS= TLEN "Enable Tlen.pl network plugin" off \ +OPTIONS= TLEN "Enable Tlen.pl network plugin" off \ JABBER "Enable Jabber loudmouth plugin" off \ - DOCKLET "Enable fd.o docklet plugin" on \ + DBUS "Enable D-Bus plugin" off \ + DOCKLET "Enable fd.o docklet plugin" on \ DOCKAPP "Enable WindowMaker dockapp plugin" off \ GTKSPELL "Enable GTKSpell checker" off \ XOSD "Enable On-Screen-Display messages" off \ - ARTS "Build with aRts sound server" off \ + ARTS "Build with aRts sound server" off \ ESOUND "Build with esound sound server" off .include -.if (${HAVE_GNOME:Mesound}!="") +.if (${HAVE_GNOME:Mesound}!="") && !defined(WITHOUT_ESOUND) WITH_ESOUND= yes .endif # does not work with newer dbus versions -#.if exists(${LOCALBASE}/lib/libdbus-1.so) -#WITH_DBUS= yes -#.endif +.if exists(${LOCALBASE}/lib/libdbus-1.so) && !defined(WITHOUT_DBUS) +WITH_DBUS= yes +.endif -.if exists(${X11BASE}/lib/libgtkspell.so) +.if exists(${X11BASE}/lib/libgtkspell.so) && !defined(WITHOUT_GTKSPELL) WITH_GTKSPELL= yes .endif .if defined(WITH_TLEN) LIB_DEPENDS+= tlen.1:${PORTSDIR}/polish/libtlen CONFIGURE_ARGS+= --with-tlen PLIST_SUB+= TLEN:="" .else CONFIGURE_ARGS+= --without-tlen PLIST_SUB+= TLEN:="@comment " .endif .if defined(WITH_JABBER) LIB_DEPENDS+= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth CONFIGURE_ARGS+= --with-jabber PLIST_SUB+= JABBER:="" .else CONFIGURE_ARGS+= --without-jabber PLIST_SUB+= JABBER:="@comment " .endif .if defined(WITHOUT_DOCKLET) CONFIGURE_ARGS+= --without-docklet-system-tray PLIST_SUB+= DOCKLET:="@comment " .else CONFIGURE_ARGS+= --with-docklet-system-tray PLIST_SUB+= DOCKLET:="" .endif .if defined(WITH_DOCKAPP) CONFIGURE_ARGS+= --with-docklet_dockapp PLIST_SUB+= DOCKAPP:="" .else CONFIGURE_ARGS+= --without-docklet_dockapp PLIST_SUB+= DOCKAPP:="@comment " .endif .if defined(WITH_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+= --with-gtkspell .else CONFIGURE_ARGS+= --without-gtkspell .endif -#.if defined(WITH_DBUS) -#LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus -#CONFIGURE_ARGS+= --with-dbus \ -# --with-dbus-dir=${LOCALBASE}/share/dbus-1/services -#PLIST_SUB+= DBUS:="" -#.else -#CONFIGURE_ARGS+= --without-dbus -#PLIST_SUB+= DBUS:="@comment " -#.endif +.if defined(WITH_DBUS) +LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus +CONFIGURE_ARGS+= --with-dbus \ + --with-dbus-dir=${PREFIX}/share/dbus-1/services +PLIST_SUB+= DBUS:="" +.else +CONFIGURE_ARGS+= --without-dbus +PLIST_SUB+= DBUS:="@comment " +.endif .if defined(WITH_ESOUND) PKGNAMESUFFIX= -esound USE_GNOME+= esound CONFIGURE_ARGS+= --with-esd PLIST_SUB+= ESOUND:="" .else CONFIGURE_ARGS+= --without-esd PLIST_SUB+= ESOUND:="@comment " .endif .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+= --with-arts PLIST_SUB+= ARTS:="" .else CONFIGURE_ARGS+= --without-arts PLIST_SUB+= ARTS:="@comment " .endif .if defined(WITH_XOSD) LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd CONFIGURE_ARGS+= --with-xosd PLIST_SUB+= XOSD:="" .else CONFIGURE_ARGS+= --without-xosd PLIST_SUB+= XOSD:="@comment " .endif .if (${HAVE_GNOME:Mgnomehier}!="") PLIST_SUB+= GNOME:="" .else PLIST_SUB+= GNOME:="@comment " .endif .if exists(${LOCALBASE}/lib/libkdecore.so) PLIST_SUB+= KDE:="" .else PLIST_SUB+= KDE:="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/gg2.desktop @${REINPLACE_CMD} -e 's| -ldl|| ; s|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/lib/Makefile.in .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' ${WRKSRC}/src/plugins/gadu_gadu/libgadu/lib/libgadu-config.h.in .endif post-install: .if (${HAVE_GNOME:Mgnomehier}!="") - ${INSTALL_DATA} ${WRKSRC}/gg2.desktop ${X11BASE}/share/gnome/apps/Internet - ${LN} -sf ${PREFIX}/share/pixmaps/gg2.png ${X11BASE}/share/gnome/pixmaps + ${INSTALL_DATA} ${WRKSRC}/gg2.desktop ${PREFIX}/share/gnome/apps/Internet + ${LN} -sf ${PREFIX}/share/pixmaps/gg2.png ${PREFIX}/share/gnome/pixmaps .endif .if exists(${LOCALBASE}/lib/libkdecore.so) ${INSTALL_DATA} ${WRKSRC}/gg2.desktop ${LOCALBASE}/share/applnk/Internet .endif +# vim: set ts=8 sw=8: .include Property changes on: head/polish/gnugadu2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/polish/gnugadu2/distinfo =================================================================== --- head/polish/gnugadu2/distinfo (revision 172500) +++ head/polish/gnugadu2/distinfo (revision 172501) @@ -1,3 +1,3 @@ -MD5 (gg2-2.2.8.tar.bz2) = 6896f8b5d18004976952c8e5358d60ee -SHA256 (gg2-2.2.8.tar.bz2) = a5d62ee48c1b3f40aca2cf0c6ab0458ff4a7b18b1e34ad4c090b9ad233084fba -SIZE (gg2-2.2.8.tar.bz2) = 1091976 +MD5 (gg2-2.2.9.tar.bz2) = a30f5f6e3d32193323669df66804cb90 +SHA256 (gg2-2.2.9.tar.bz2) = a64fec539ad379da9209aaefff12c503fa4caebf6b7d65ed80e635f506ceb956 +SIZE (gg2-2.2.9.tar.bz2) = 1139419 Property changes on: head/polish/gnugadu2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__preferences.c =================================================================== --- head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__preferences.c (revision 172500) +++ head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__preferences.c (nonexistent) @@ -1,30 +0,0 @@ ---- src/plugins/GUI/gui_preferences.c.orig Fri Aug 12 10:21:26 2005 -+++ src/plugins/GUI/gui_preferences.c Fri Oct 7 12:38:50 2005 -@@ -1329,6 +1329,9 @@ - { - GSList *combo_theme_slist; - GSList *combo_icons_slist; -+ GSList *combo_skins_slist; -+ GSList *dict_slist; -+ - if (plugins_updated) - { - GIOChannel *ch = g_io_channel_new_file(g_build_filename(config->configdir, "modules.load", NULL), "w", -@@ -1362,7 +1365,7 @@ - ggadu_config_var_set(gui_handler, "use_spell", (gpointer) gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(entry))); - - entry = g_object_get_data(G_OBJECT(chat_vbox), "combo_spell"); -- GSList *dict_slist = g_object_get_data(G_OBJECT(entry), "dictionary_slist"); -+ dict_slist = g_object_get_data(G_OBJECT(entry), "dictionary_slist"); - - g_return_if_fail(entry != NULL); - -@@ -1448,7 +1451,7 @@ - entry = g_object_get_data(G_OBJECT(adv_vbox), "combo_skins"); - g_return_if_fail(entry != NULL); - -- GSList *combo_skins_slist = g_object_get_data(G_OBJECT(entry), "combo_skins_slist"); -+ combo_skins_slist = g_object_get_data(G_OBJECT(entry), "combo_skins_slist"); - - if (gtk_combo_box_get_active(GTK_COMBO_BOX(entry))) { - ggadu_config_var_set(gui_handler, "skin", (gpointer) g_strdup(g_slist_nth_data(combo_skins_slist, gtk_combo_box_get_active(GTK_COMBO_BOX(entry))))); Property changes on: head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__preferences.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/polish/gnugadu2/files/patch-src_plugins_aaway_aaway.c =================================================================== --- head/polish/gnugadu2/files/patch-src_plugins_aaway_aaway.c (revision 172500) +++ head/polish/gnugadu2/files/patch-src_plugins_aaway_aaway.c (nonexistent) @@ -1,14 +0,0 @@ ---- src/plugins/aaway/aaway.c.orig Fri Oct 7 13:04:11 2005 -+++ src/plugins/aaway/aaway.c Fri Oct 7 13:06:34 2005 -@@ -250,8 +250,10 @@ - static gpointer aaway_preferences(gpointer user_data) - { - GGaduDialog *d = ggadu_dialog_new(GGADU_DIALOG_CONFIG, _("Auto-Away Preferences"), "update config"); -+ gchar *utf; -+ - print_debug("%s: Preferences\n", "aaway"); -- gchar *utf = NULL; -+ utf = NULL; - ggadu_dialog_add_entry(d, GGADU_AAWAY_CONFIG_ENABLE_AUTOAWAY, _("Enable auto-away"), VAR_BOOL, (gpointer) ggadu_config_var_get(handler, "enable"), VAR_FLAG_ADVANCED); - ggadu_dialog_add_entry(d, GGADU_AAWAY_CONFIG_INTERVAL, _("Auto away after time (minutes)"), VAR_INT, (gpointer) ggadu_config_var_get(handler, "interval"), VAR_FLAG_NONE); - ggadu_dialog_add_entry(d, GGADU_AAWAY_CONFIG_ENABLE_AWAY_MSG, _("Enable away message"), VAR_BOOL, Property changes on: head/polish/gnugadu2/files/patch-src_plugins_aaway_aaway.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/polish/gnugadu2/files/patch-src_plugins_jabber_jabber__login.c =================================================================== --- head/polish/gnugadu2/files/patch-src_plugins_jabber_jabber__login.c (revision 172500) +++ head/polish/gnugadu2/files/patch-src_plugins_jabber_jabber__login.c (nonexistent) @@ -1,37 +0,0 @@ ---- src/plugins/jabber/jabber_login.c.orig Fri Oct 7 12:45:32 2005 -+++ src/plugins/jabber/jabber_login.c Fri Oct 7 13:08:49 2005 -@@ -42,6 +42,13 @@ - gchar *jid = g_strdup(ggadu_config_var_get(jabber_handler, "jid")); - gchar *server = NULL; - gchar *portstr = NULL; -+ gchar **proxy_userpass; -+ gchar **proxy_hostport; -+ gchar **auth; -+ /* proxy setting taken from EKG project */ -+ gint jabber_proxy_enabled; -+ gchar jabber_proxy_host; -+ gint jabber_proxy_port; - - g_static_mutex_lock(&connect_mutex); - -@@ -98,15 +105,14 @@ - lm_connection_set_keep_alive_rate(jabber_data.connection,30); - - /* proxy setting taken from EKG project */ -- gint jabber_proxy_enabled = 0; -- gchar *jabber_proxy_host = NULL; -- gint jabber_proxy_port; -+ jabber_proxy_enabled = 0; -+ jabber_proxy_host = NULL; - - if (ggadu_config_var_check(jabber_handler, "proxy")) - { -- gchar **auth = array_make((gchar *) ggadu_config_var_get(jabber_handler, "proxy"), "@", 0, 0, 0); -- gchar **proxy_userpass = NULL; -- gchar **proxy_hostport = NULL; -+ auth = array_make((gchar *) ggadu_config_var_get(jabber_handler, "proxy"), "@", 0, 0, 0); -+ proxy_userpass = NULL; -+ proxy_hostport = NULL; - - jabber_proxy_enabled = 1; - Property changes on: head/polish/gnugadu2/files/patch-src_plugins_jabber_jabber__login.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/polish/gnugadu2/files/patch-src_plugins_jabber_jabber__plugin.c =================================================================== --- head/polish/gnugadu2/files/patch-src_plugins_jabber_jabber__plugin.c (revision 172500) +++ head/polish/gnugadu2/files/patch-src_plugins_jabber_jabber__plugin.c (nonexistent) @@ -1,20 +0,0 @@ ---- src/plugins/jabber/jabber_plugin.c.orig Fri Oct 7 12:41:09 2005 -+++ src/plugins/jabber/jabber_plugin.c Fri Oct 7 12:44:32 2005 -@@ -1458,6 +1458,8 @@ - - void start_plugin() - { -+ GGaduStatusPrototype *sp; -+ - p = g_new0(GGaduProtocol, 1); - p->display_name = g_strdup("Jabber"); - p->protocol_uri = g_strdup("xmpp:"); -@@ -1505,7 +1507,7 @@ - { - gint auto_status = (gint) ggadu_config_var_get(jabber_handler, "auto_status"); - print_debug("jabber: autoconneting"); -- GGaduStatusPrototype *sp = ggadu_find_status_prototype(p, auto_status ? auto_status : JABBER_STATUS_AVAILABLE); -+ sp = ggadu_find_status_prototype(p, auto_status ? auto_status : JABBER_STATUS_AVAILABLE); - jabber_change_status(sp, FALSE); - GGaduStatusPrototype_free(sp); - } Property changes on: head/polish/gnugadu2/files/patch-src_plugins_jabber_jabber__plugin.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__userview.c =================================================================== --- head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__userview.c (revision 172500) +++ head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__userview.c (nonexistent) @@ -1,24 +0,0 @@ ---- src/plugins/GUI/gui_userview.c.orig Fri Oct 7 12:31:16 2005 -+++ src/plugins/GUI/gui_userview.c Fri Oct 7 12:34:25 2005 -@@ -88,6 +88,8 @@ - GtkTreeIter * iter, gpointer data) - { - GGaduContact *k = NULL; -+ gchar *markup_descr; -+ gchar *markup; - - gtk_tree_model_get(model, iter, 2, &k, -1); - -@@ -165,10 +167,10 @@ - } - } - -- gchar *markup_descr = ggadu_config_var_get(gui_handler, "wrap_descr") ? -+ markup_descr = ggadu_config_var_get(gui_handler, "wrap_descr") ? - g_markup_escape_text(descr, strlen(descr)) : - g_markup_escape_text(k->status_descr, strlen(k->status_descr)); -- gchar *markup = g_strdup_printf("%s\n%s", k->nick, markup_descr); -+ markup = g_strdup_printf("%s\n%s", k->nick, markup_descr); - g_object_set(G_OBJECT(renderer), "text", NULL, "markup", markup, NULL); - g_free(markup_descr); - g_free(markup); Property changes on: head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__userview.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__chat.c =================================================================== --- head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__chat.c (revision 172500) +++ head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__chat.c (nonexistent) @@ -1,21 +0,0 @@ - -$FreeBSD$ - ---- src/plugins/GUI/gui_chat.c.orig -+++ src/plugins/GUI/gui_chat.c -@@ -851,6 +851,7 @@ - gint percent = 0; - gint number_of_workspaces = 0; - GtkWidget *chat_notebook_paned_size = NULL; -+ PangoFontDescription *font_desc; - - if (!session || !plugin_name || !id) - return NULL; -@@ -1117,7 +1118,6 @@ - - /* set font of the message editing text_view */ - -- PangoFontDescription *font_desc; - fontstr = ggadu_config_var_get(gui_handler, "msg_out_edit_font"); - font_desc = pango_font_description_from_string (fontstr); - gtk_widget_modify_font (input, font_desc); Property changes on: head/polish/gnugadu2/files/patch-src_plugins_GUI_gui__chat.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/polish/gnugadu2/pkg-plist =================================================================== --- head/polish/gnugadu2/pkg-plist (revision 172500) +++ head/polish/gnugadu2/pkg-plist (revision 172501) @@ -1,339 +1,342 @@ bin/gg2 bin/gghist include/gg2_core.h lib/gg2/libGUI_plugin.la lib/gg2/libGUI_plugin.so lib/gg2/libaaway_plugin.la lib/gg2/libaaway_plugin.so +%%DBUS:%%lib/gg2/libdbus_plugin.la +%%DBUS:%%lib/gg2/libdbus_plugin.so %%DOCKAPP:%%lib/gg2/libdocklet_dockapp_plugin.la %%DOCKAPP:%%lib/gg2/libdocklet_dockapp_plugin.so %%DOCKLET:%%lib/gg2/libdocklet_system_tray_plugin.la %%DOCKLET:%%lib/gg2/libdocklet_system_tray_plugin.so lib/gg2/libgadu_gadu_plugin.la lib/gg2/libgadu_gadu_plugin.so lib/gg2/libhistory_external_plugin.la lib/gg2/libhistory_external_plugin.so lib/gg2/libignore_main_plugin.la lib/gg2/libignore_main_plugin.so %%JABBER:%%lib/gg2/libjabber_plugin.la %%JABBER:%%lib/gg2/libjabber_plugin.so lib/gg2/libsms_plugin.la lib/gg2/libsms_plugin.so %%ARTS:%%lib/gg2/libsound_arts_plugin.la %%ARTS:%%lib/gg2/libsound_arts_plugin.so %%ESOUND:%%lib/gg2/libsound_esd_plugin.la %%ESOUND:%%lib/gg2/libsound_esd_plugin.so lib/gg2/libsound_external_plugin.la lib/gg2/libsound_external_plugin.so lib/gg2/libsound_oss_plugin.la lib/gg2/libsound_oss_plugin.so %%TLEN:%%lib/gg2/libtlen_plugin.la %%TLEN:%%lib/gg2/libtlen_plugin.so lib/gg2/libupdate_plugin.la lib/gg2/libupdate_plugin.so %%XOSD:%%lib/gg2/libxosd_plugin.la %%XOSD:%%lib/gg2/libxosd_plugin.so lib/libgg2_core.la lib/libgg2_core.so lib/libgg2_core.so.2 libdata/pkgconfig/gg2_core.pc +%%DBUS:%%share/dbus-1/services/org.freedesktop.im.GG.service share/gg2/pixmaps/arrow.png share/gg2/pixmaps/away.png share/gg2/pixmaps/emoticon.gif share/gg2/pixmaps/emoticons/3m_sie.gif share/gg2/pixmaps/emoticons/8P.gif share/gg2/pixmaps/emoticons/aniolek.gif share/gg2/pixmaps/emoticons/beksa.gif share/gg2/pixmaps/emoticons/bije.gif share/gg2/pixmaps/emoticons/boje_sie.gif share/gg2/pixmaps/emoticons/boks.gif share/gg2/pixmaps/emoticons/brawa.gif share/gg2/pixmaps/emoticons/buja_w_oblokach.gif share/gg2/pixmaps/emoticons/bukiet.gif share/gg2/pixmaps/emoticons/calus.gif share/gg2/pixmaps/emoticons/cfaniak.gif share/gg2/pixmaps/emoticons/chatownik.gif share/gg2/pixmaps/emoticons/chytry.gif share/gg2/pixmaps/emoticons/cisza.gif share/gg2/pixmaps/emoticons/cmok.gif share/gg2/pixmaps/emoticons/co.gif share/gg2/pixmaps/emoticons/co_jest.gif share/gg2/pixmaps/emoticons/czarodziej.gif share/gg2/pixmaps/emoticons/czas.gif share/gg2/pixmaps/emoticons/czytaj.gif share/gg2/pixmaps/emoticons/diabelek.gif share/gg2/pixmaps/emoticons/dobani.gif share/gg2/pixmaps/emoticons/dostal.gif share/gg2/pixmaps/emoticons/dresiarz.gif share/gg2/pixmaps/emoticons/drink.gif share/gg2/pixmaps/emoticons/dupa.gif share/gg2/pixmaps/emoticons/emoticons.def share/gg2/pixmaps/emoticons/faja.gif share/gg2/pixmaps/emoticons/fuck.gif share/gg2/pixmaps/emoticons/gafa.gif share/gg2/pixmaps/emoticons/ganja.gif share/gg2/pixmaps/emoticons/gazeta.gif share/gg2/pixmaps/emoticons/glaszcze.gif share/gg2/pixmaps/emoticons/glupek.gif share/gg2/pixmaps/emoticons/glupek2.gif share/gg2/pixmaps/emoticons/gool.gif share/gg2/pixmaps/emoticons/gra.gif share/gg2/pixmaps/emoticons/hahaha.gif share/gg2/pixmaps/emoticons/heej.gif share/gg2/pixmaps/emoticons/hmmm.gif share/gg2/pixmaps/emoticons/jablko.gif share/gg2/pixmaps/emoticons/je_pizze.gif share/gg2/pixmaps/emoticons/jem.gif share/gg2/pixmaps/emoticons/jezyk1.gif share/gg2/pixmaps/emoticons/jezyk2.gif share/gg2/pixmaps/emoticons/jupi.gif share/gg2/pixmaps/emoticons/kawa.gif share/gg2/pixmaps/emoticons/killer.gif share/gg2/pixmaps/emoticons/klotnia.gif share/gg2/pixmaps/emoticons/krecka_dostal.gif share/gg2/pixmaps/emoticons/krzywy.gif share/gg2/pixmaps/emoticons/kwasny.gif share/gg2/pixmaps/emoticons/kwiatek.gif share/gg2/pixmaps/emoticons/list.gif share/gg2/pixmaps/emoticons/lol.gif share/gg2/pixmaps/emoticons/menu.gif share/gg2/pixmaps/emoticons/milosc.gif share/gg2/pixmaps/emoticons/mruga.gif share/gg2/pixmaps/emoticons/mutny.gif share/gg2/pixmaps/emoticons/nauka.gif share/gg2/pixmaps/emoticons/nie.gif share/gg2/pixmaps/emoticons/nie_powiem.gif share/gg2/pixmaps/emoticons/niee.gif share/gg2/pixmaps/emoticons/nonono.gif share/gg2/pixmaps/emoticons/obiad.gif share/gg2/pixmaps/emoticons/oczko.gif share/gg2/pixmaps/emoticons/oczko2.gif share/gg2/pixmaps/emoticons/oczy.gif share/gg2/pixmaps/emoticons/ok.gif share/gg2/pixmaps/emoticons/ok2.gif share/gg2/pixmaps/emoticons/okularnik.gif share/gg2/pixmaps/emoticons/olaboga.gif share/gg2/pixmaps/emoticons/onajego.gif share/gg2/pixmaps/emoticons/pada.gif share/gg2/pixmaps/emoticons/paker.gif share/gg2/pixmaps/emoticons/palacz.gif share/gg2/pixmaps/emoticons/papa.gif share/gg2/pixmaps/emoticons/peace.gif share/gg2/pixmaps/emoticons/pisze.gif share/gg2/pixmaps/emoticons/piwko2.gif share/gg2/pixmaps/emoticons/piwo.gif share/gg2/pixmaps/emoticons/placze.gif share/gg2/pixmaps/emoticons/pomocy.gif share/gg2/pixmaps/emoticons/prezent.gif share/gg2/pixmaps/emoticons/prysznic.gif share/gg2/pixmaps/emoticons/przytul.gif share/gg2/pixmaps/emoticons/puknijsie.gif share/gg2/pixmaps/emoticons/pytajnik.gif share/gg2/pixmaps/emoticons/rotfl.gif share/gg2/pixmaps/emoticons/roza.gif share/gg2/pixmaps/emoticons/sciana.gif share/gg2/pixmaps/emoticons/serce.gif share/gg2/pixmaps/emoticons/serducho.gif share/gg2/pixmaps/emoticons/serduszka.gif share/gg2/pixmaps/emoticons/serduszka2.gif share/gg2/pixmaps/emoticons/sex.gif share/gg2/pixmaps/emoticons/slonko.gif share/gg2/pixmaps/emoticons/smutny.gif share/gg2/pixmaps/emoticons/snieg.gif share/gg2/pixmaps/emoticons/soczek.gif share/gg2/pixmaps/emoticons/spie.gif share/gg2/pixmaps/emoticons/spioch.gif share/gg2/pixmaps/emoticons/spoko.gif share/gg2/pixmaps/emoticons/stop.gif share/gg2/pixmaps/emoticons/szampan.gif share/gg2/pixmaps/emoticons/tancze.gif share/gg2/pixmaps/emoticons/telefon.gif share/gg2/pixmaps/emoticons/tiaaa.gif share/gg2/pixmaps/emoticons/tort.gif share/gg2/pixmaps/emoticons/tuptup.gif share/gg2/pixmaps/emoticons/uczen.gif share/gg2/pixmaps/emoticons/uscisk.gif share/gg2/pixmaps/emoticons/usmiech.gif share/gg2/pixmaps/emoticons/usmiech2.gif share/gg2/pixmaps/emoticons/usta.gif share/gg2/pixmaps/emoticons/wanna.gif share/gg2/pixmaps/emoticons/wc.gif share/gg2/pixmaps/emoticons/wesoly.gif share/gg2/pixmaps/emoticons/winko.gif share/gg2/pixmaps/emoticons/wow.gif share/gg2/pixmaps/emoticons/wow_na.gif share/gg2/pixmaps/emoticons/wsciekly.gif share/gg2/pixmaps/emoticons/wstydnis.gif share/gg2/pixmaps/emoticons/wykrzyknik.gif share/gg2/pixmaps/emoticons/ysz.gif share/gg2/pixmaps/emoticons/z_jezorem.gif share/gg2/pixmaps/emoticons/zab.gif share/gg2/pixmaps/emoticons/zakochany.gif share/gg2/pixmaps/emoticons/zawstydzony.gif share/gg2/pixmaps/emoticons/zdziwko.gif share/gg2/pixmaps/emoticons/zeby.gif share/gg2/pixmaps/emoticons/zegar.gif share/gg2/pixmaps/emoticons/ziew.gif share/gg2/pixmaps/emoticons/zly.gif share/gg2/pixmaps/emoticons/zniesmaczony.gif share/gg2/pixmaps/emoticons/zygi.gif share/gg2/pixmaps/gadu-gadu-away-descr.png share/gg2/pixmaps/gadu-gadu-away.png share/gg2/pixmaps/gadu-gadu-invisible-descr.png share/gg2/pixmaps/gadu-gadu-invisible.png share/gg2/pixmaps/gadu-gadu-offline-descr.png share/gg2/pixmaps/gadu-gadu-offline.png share/gg2/pixmaps/gadu-gadu-online-descr.png share/gg2/pixmaps/gadu-gadu-online.png share/gg2/pixmaps/gadu-gadu.png share/gg2/pixmaps/gg-about.png share/gg2/pixmaps/icon.png share/gg2/pixmaps/icons/bubble/README share/gg2/pixmaps/icons/bubble/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/bubble/gadu-gadu-away.png share/gg2/pixmaps/icons/bubble/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/bubble/gadu-gadu-invisible.png share/gg2/pixmaps/icons/bubble/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/bubble/gadu-gadu-offline.png share/gg2/pixmaps/icons/bubble/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/bubble/gadu-gadu-online.png share/gg2/pixmaps/icons/bubble/gadu-gadu.png share/gg2/pixmaps/icons/bubble/icon.png share/gg2/pixmaps/icons/classic/README share/gg2/pixmaps/icons/classic/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/classic/gadu-gadu-away.png share/gg2/pixmaps/icons/classic/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/classic/gadu-gadu-invisible.png share/gg2/pixmaps/icons/classic/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/classic/gadu-gadu-offline.png share/gg2/pixmaps/icons/classic/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/classic/gadu-gadu-online.png share/gg2/pixmaps/icons/classic/gadu-gadu.png share/gg2/pixmaps/icons/classic/icon.png share/gg2/pixmaps/icons/classic/jabber-auth-from.png share/gg2/pixmaps/icons/classic/jabber-away.png share/gg2/pixmaps/icons/classic/jabber-dnd.png share/gg2/pixmaps/icons/classic/jabber-error.png share/gg2/pixmaps/icons/classic/jabber-noauth.png share/gg2/pixmaps/icons/classic/jabber-offline.png share/gg2/pixmaps/icons/classic/jabber-online.png share/gg2/pixmaps/icons/classic/jabber-xa.png share/gg2/pixmaps/icons/classic/jabber.png share/gg2/pixmaps/icons/classic/tlen-away.png share/gg2/pixmaps/icons/classic/tlen-beback.png share/gg2/pixmaps/icons/classic/tlen-chat.png share/gg2/pixmaps/icons/classic/tlen-invisible.png share/gg2/pixmaps/icons/classic/tlen-occupied.png share/gg2/pixmaps/icons/classic/tlen-offline.png share/gg2/pixmaps/icons/classic/tlen-online.png share/gg2/pixmaps/icons/ghosts/README share/gg2/pixmaps/icons/ghosts/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-away.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-invisible.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-offline.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/ghosts/gadu-gadu-online.png share/gg2/pixmaps/icons/ghosts/gadu-gadu.png share/gg2/pixmaps/icons/ghosts/icon.png share/gg2/pixmaps/icons/modern/README share/gg2/pixmaps/icons/modern/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/modern/gadu-gadu-away.png share/gg2/pixmaps/icons/modern/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/modern/gadu-gadu-invisible.png share/gg2/pixmaps/icons/modern/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/modern/gadu-gadu-offline.png share/gg2/pixmaps/icons/modern/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/modern/gadu-gadu-online.png share/gg2/pixmaps/icons/modern/gadu-gadu.png share/gg2/pixmaps/icons/modern/icon.png share/gg2/pixmaps/icons/modern/tlen-away.png share/gg2/pixmaps/icons/modern/tlen-beback.png share/gg2/pixmaps/icons/modern/tlen-chat.png share/gg2/pixmaps/icons/modern/tlen-invisible.png share/gg2/pixmaps/icons/modern/tlen-occupied.png share/gg2/pixmaps/icons/modern/tlen-offline.png share/gg2/pixmaps/icons/modern/tlen-online.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-away-descr.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-away.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-invisible-descr.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-invisible.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-offline-descr.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-offline.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-online-descr.png share/gg2/pixmaps/icons/rozgwiazda/gadu-gadu-online.png share/gg2/pixmaps/icons/rozgwiazda/icon.png share/gg2/pixmaps/icons/rozgwiazda/license.txt share/gg2/pixmaps/icq-away.png share/gg2/pixmaps/icq-dnd.png share/gg2/pixmaps/icq-freechat.png share/gg2/pixmaps/icq-invisible.png share/gg2/pixmaps/icq-na.png share/gg2/pixmaps/icq-occupied.png share/gg2/pixmaps/icq-offline.png share/gg2/pixmaps/icq-online.png share/gg2/pixmaps/icq.png share/gg2/pixmaps/jabber-auth-from.png share/gg2/pixmaps/jabber-away.png share/gg2/pixmaps/jabber-dnd.png share/gg2/pixmaps/jabber-error.png share/gg2/pixmaps/jabber-noauth.png share/gg2/pixmaps/jabber-offline.png share/gg2/pixmaps/jabber-online.png share/gg2/pixmaps/jabber-xa.png share/gg2/pixmaps/jabber.png share/gg2/pixmaps/new-msg.gif share/gg2/pixmaps/offline.png share/gg2/pixmaps/online.png share/gg2/pixmaps/push-pin.png share/gg2/pixmaps/send-im.png share/gg2/pixmaps/show-hide-descriptions.png share/gg2/pixmaps/show-hide-inactive.png share/gg2/pixmaps/sms.png share/gg2/pixmaps/sms_i.png share/gg2/pixmaps/tlen-away.png share/gg2/pixmaps/tlen-beback.png share/gg2/pixmaps/tlen-chat.png share/gg2/pixmaps/tlen-desc.png share/gg2/pixmaps/tlen-invisible.png share/gg2/pixmaps/tlen-occupied.png share/gg2/pixmaps/tlen-offline.png share/gg2/pixmaps/tlen-online.png share/gg2/pixmaps/tlen.png share/gg2/sounds/msg.wav share/gg2/sounds/usr.wav share/gg2/sounds/yahoo.wav share/gg2/themes/blue2.theme share/gg2/themes/darkblue.theme share/gg2/themes/default.theme share/gg2/themes/gray2.theme share/gg2/themes/green2.theme share/gg2/themes/lightblue.theme share/gg2/themes/office.theme share/gg2/themes/red2.theme share/gg2/themes/thinice.theme share/gg2/themes/tropic.theme share/gg2/themes/vblue2.theme share/gg2/themes/vgreen2.theme share/gg2/themes/vred2.theme share/gg2/themes/white2.theme %%GNOME:%%share/gnome/apps/Internet/gg2.desktop %%GNOME:%%share/gnome/pixmaps/gg2.png share/locale/nl/LC_MESSAGES/gg2.mo share/locale/pl/LC_MESSAGES/gg2.mo share/pixmaps/gg2.png @dirrm share/gg2/themes @dirrm share/gg2/sounds @dirrm share/gg2/pixmaps/icons/rozgwiazda @dirrm share/gg2/pixmaps/icons/modern @dirrm share/gg2/pixmaps/icons/ghosts @dirrm share/gg2/pixmaps/icons/classic @dirrm share/gg2/pixmaps/icons/bubble @dirrm share/gg2/pixmaps/icons @dirrm share/gg2/pixmaps/emoticons @dirrm share/gg2/pixmaps @dirrm share/gg2 @dirrm lib/gg2 %%KDE:%%@cwd %%LOCALBASE%% %%KDE:%%share/applnk/Internet/gg2.desktop Property changes on: head/polish/gnugadu2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property