diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-09-20 21:50:39 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-09-20 21:50:39 +0000 |
commit | 9e6673f04f2a8178e49b49d1676640bba2149371 (patch) | |
tree | c62b4e58e684a810c47846f1e9a173a16b0d27d1 /net/ekiga3 | |
parent | e602585c8dc3f0d74f5e636ac985891ce94ff63c (diff) |
Notes
Diffstat (limited to 'net/ekiga3')
-rw-r--r-- | net/ekiga3/Makefile | 134 | ||||
-rw-r--r-- | net/ekiga3/distinfo | 2 | ||||
-rw-r--r-- | net/ekiga3/files/patch-configure | 20 | ||||
-rw-r--r-- | net/ekiga3/files/patch-halodbus.diff | 15 | ||||
-rw-r--r-- | net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp | 19 | ||||
-rw-r--r-- | net/ekiga3/files/patch-src_gui_main.cpp | 16 | ||||
-rw-r--r-- | net/ekiga3/pkg-descr | 5 | ||||
-rw-r--r-- | net/ekiga3/pkg-plist | 539 |
8 files changed, 0 insertions, 750 deletions
diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile deleted file mode 100644 index 8f4b305fe193..000000000000 --- a/net/ekiga3/Makefile +++ /dev/null @@ -1,134 +0,0 @@ -# Created by: Charlie & <root@ws.ipfw.ru> -# $FreeBSD$ - -PORTNAME= ekiga3 -PORTVERSION= 3.2.6 -PORTREVISION= 10 -CATEGORIES= net -MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ -DISTNAME= ekiga-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VoIP and video conferencing application - -LIB_DEPENDS= sigc-2:${PORTSDIR}/devel/libsigc++20 \ - opal-3.6.[6-9]:${PORTSDIR}/net/opal3 -BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - ${LOCALBASE}/bin/scrollkeeper-config:${PORTSDIR}/textproc/rarian - -CONFLICTS= ekiga-2.* - -USE_GCC= any -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USES= gettext gmake perl5 pkgconfig -USE_XORG= xv -USE_GNOME= gtk20 gnomehack -DIST_SUBDIR= gnome2 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes - -MAN1= ekiga.1 - -OPTIONS_DEFINE= LDAP KDE4 H323 VIDEO NOTIFY EVOLUTION GCONF DBUS AVAHI \ - GNOMEHELP GCONFEDITOR -OPTIONS_DEFAULT=VIDEO NOTIFY GCONF AVAHI -KDE4_DESC= KDE4 support (experimental) -EVOLUTION_DESC= Evolution data server support -GNOMEHELP_DESC= Build Ekiga help files -GCONFEDITOR_DESC=Depend on gconf-editor - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MKDE4} -. if !${PORT_OPTIONS:MDBUS} -BROKEN= Please set DBUS option or remove the KDE4 option! -. endif -USE_KDE4= kdehier kdelibs -USE_QT4= # empty -CONFIGURE_ARGS+= --enable-kde -CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} \ - -I${LOCALBASE}/include" KDE_LIBS="-L${KDE4_PREFIX}/lib" -.else -CONFIGURE_ARGS+= --disable-kde -.endif - -.if ${PORT_OPTIONS:MVIDEO} -BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= yes -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}" -.else -CONFIGURE_ARGS+= --disable-ldap -.endif - -.if ${PORT_OPTIONS:MH323} -CONFIGURE_ARGS+= --enable-h323 -.else -CONFIGURE_ARGS+= --disable-h323 -.endif - -.if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+= --enable-notify -.else -CONFIGURE_ARGS+= --disable-notify -.endif - -.if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+= --enable-dbus --enable-dbus-service -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+= --disable-dbus --disable-dbus-service -PLIST_SUB+= DBUS="@comment " -.endif - -.if ${PORT_OPTIONS:MGCONF} -USE_GNOME+= gconf2 -CONFIGURE_ARGS+= --enable-gconf -GCONF_SCHEMAS= ekiga.schemas -PLIST_SUB+= NO_GCONF="@comment " -.else -CONFIGURE_ARGS+= --disable-gconf -PLIST_SUB+= NO_GCONF="" -.endif - -.if ${PORT_OPTIONS:MEVOLUTION} -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+= --enable-eds -.else -CONFIGURE_ARGS+= --disable-eds -.endif - -.if ${PORT_OPTIONS:MAVAHI} -CONFIGURE_ARGS+= --enable-avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+= --disable-avahi -.endif - -.if ${PORT_OPTIONS:MGCONFEDITOR} -RUN_DEPENDS+= ${LOCALBASE}/bin/gconf-editor:${PORTSDIR}/sysutils/gconf-editor -.endif - -.if ${PORT_OPTIONS:MGNOMEHELP} -PLIST_SUB+= GNOMEHELP="" -USE_GNOME+= gnomedocutils -.else -CONFIGURE_ARGS+= --disable-gdu -PLIST_SUB+= GNOMEHELP="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/V4L="enabled"/V4L="disabled"/' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's?^\(KDE_CFLAGS.*\)$$?\1 -I'"${KDE4_PREFIX}/include?" ${WRKSRC}/lib/engine/components/kde/Makefile.in - -post-configure: - @${REINPLACE_CMD} -e 's?^\(CPPFLAGS\) =\(.*\)$$?\1 = '"-I${LOCALBASE}/include"' \2?' ${WRKSRC}/lib/engine/addressbook/Makefile - -.include <bsd.port.mk> diff --git a/net/ekiga3/distinfo b/net/ekiga3/distinfo deleted file mode 100644 index a7a96e901c8d..000000000000 --- a/net/ekiga3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/ekiga-3.2.6.tar.gz) = 92e91a92fa13c9634c9cc35282a6db0f0d0bd4fed999d343bb54f9c993bc873f -SIZE (gnome2/ekiga-3.2.6.tar.gz) = 9939808 diff --git a/net/ekiga3/files/patch-configure b/net/ekiga3/files/patch-configure deleted file mode 100644 index 79bfbea51ed0..000000000000 --- a/net/ekiga3/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2010-08-28 15:04:35.000000000 -0400 -+++ configure 2010-08-28 15:05:31.000000000 -0400 -@@ -17255,7 +17255,7 @@ if test -n "$PKG_CONFIG"; then - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" 2>/dev/null` -+ pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" "gtk+-2.0" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -17273,7 +17273,7 @@ if test -n "$PKG_CONFIG"; then - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" 2>/dev/null` -+ pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" "gtk+-2.0" 2>/dev/null` - else - pkg_failed=yes - fi diff --git a/net/ekiga3/files/patch-halodbus.diff b/net/ekiga3/files/patch-halodbus.diff deleted file mode 100644 index b5ce29cf143e..000000000000 --- a/net/ekiga3/files/patch-halodbus.diff +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/engine/components/hal-dbus/Makefile.in.orig 2009-10-25 01:38:37.000000000 +0400 -+++ lib/engine/components/hal-dbus/Makefile.in 2009-10-25 01:38:58.000000000 +0400 -@@ -648,10 +648,10 @@ - - - hal-marshal.h: hal-marshal.list -- $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --header > $@.tmp && mv $@.tmp $@ -+ $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --header < hal-marshal.list > $@.tmp && mv $@.tmp $@ - - hal-marshal.c: hal-marshal.list -- $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --body > $@.tmp && mv $@.tmp $@ -+ $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --body < hal-marshal.list > $@.tmp && mv $@.tmp $@ - - # 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. diff --git a/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp b/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp deleted file mode 100644 index 5b5f5c23b63e..000000000000 --- a/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/engine/components/libnotify/libnotify-main.cpp.orig 2009-09-22 16:27:35.000000000 +0200 -+++ lib/engine/components/libnotify/libnotify-main.cpp 2011-03-08 22:11:18.000000000 +0100 -@@ -38,6 +38,7 @@ - #include <map> - #include <tr1/memory> - -+#include <gtk/gtk.h> - #include <libnotify/notify.h> - - #include "services.h" -@@ -158,7 +159,7 @@ LibNotify::on_notification_added (gmref_ - - notif = notify_notification_new (notification->get_title ().c_str (), - notification->get_body ().c_str (), -- urgency, NULL); -+ urgency); - - g_signal_connect (notif, "closed", - G_CALLBACK (on_notif_closed), notification.get ()); diff --git a/net/ekiga3/files/patch-src_gui_main.cpp b/net/ekiga3/files/patch-src_gui_main.cpp deleted file mode 100644 index 3982ef64fb96..000000000000 --- a/net/ekiga3/files/patch-src_gui_main.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gui/main.cpp.orig 2011-03-08 22:31:52.000000000 +0100 -+++ src/gui/main.cpp 2011-03-08 22:47:35.000000000 +0100 -@@ -2807,12 +2807,11 @@ ekiga_main_window_incoming_call_notify ( - - body = g_strdup_printf ("%s\n%s\n%s", uri, app, account); - -- notify = notify_notification_new (title, body, GM_ICON_LOGO, NULL); -+ notify = notify_notification_new (title, body, GM_ICON_LOGO); - notify_notification_add_action (notify, "accept", _("Accept"), notify_action_cb, mw, NULL); - notify_notification_add_action (notify, "reject", _("Reject"), notify_action_cb, mw, NULL); - notify_notification_set_timeout (notify, NOTIFY_EXPIRES_NEVER); - notify_notification_set_urgency (notify, NOTIFY_URGENCY_CRITICAL); -- notify_notification_attach_to_status_icon (notify, statusicon); - if (!notify_notification_show (notify, NULL)) { - ekiga_main_window_incoming_call_dialog_show (mw, call); - } diff --git a/net/ekiga3/pkg-descr b/net/ekiga3/pkg-descr deleted file mode 100644 index 7ff17aa4df8b..000000000000 --- a/net/ekiga3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ekiga (formely known as GnomeMeeting) is an open source -VoIP and video conferencing application for GNOME/KDE. -Ekiga uses both the H.323 and SIP protocols. - -WWW: http://ekiga.org diff --git a/net/ekiga3/pkg-plist b/net/ekiga3/pkg-plist deleted file mode 100644 index 8f731ef4cd70..000000000000 --- a/net/ekiga3/pkg-plist +++ /dev/null @@ -1,539 +0,0 @@ -bin/ekiga -bin/ekiga-config-tool -%%DBUS%%bin/ekiga-helper -%%NO_GCONF%%etc/ekiga/ekiga.schemas -share/locale/am/LC_MESSAGES/ekiga.mo -share/locale/ar/LC_MESSAGES/ekiga.mo -share/locale/as/LC_MESSAGES/ekiga.mo -share/locale/az/LC_MESSAGES/ekiga.mo -share/locale/be/LC_MESSAGES/ekiga.mo -share/locale/bg/LC_MESSAGES/ekiga.mo -share/locale/bn/LC_MESSAGES/ekiga.mo -share/locale/bn_IN/LC_MESSAGES/ekiga.mo -share/locale/bs/LC_MESSAGES/ekiga.mo -share/locale/ca/LC_MESSAGES/ekiga.mo -share/locale/ca@valencia/LC_MESSAGES/ekiga.mo -share/locale/crh/LC_MESSAGES/ekiga.mo -share/locale/cs/LC_MESSAGES/ekiga.mo -share/locale/cy/LC_MESSAGES/ekiga.mo -share/locale/da/LC_MESSAGES/ekiga.mo -share/locale/de/LC_MESSAGES/ekiga.mo -share/locale/dz/LC_MESSAGES/ekiga.mo -share/locale/el/LC_MESSAGES/ekiga.mo -share/locale/en_CA/LC_MESSAGES/ekiga.mo -share/locale/en_GB/LC_MESSAGES/ekiga.mo -share/locale/eo/LC_MESSAGES/ekiga.mo -share/locale/es/LC_MESSAGES/ekiga.mo -share/locale/et/LC_MESSAGES/ekiga.mo -share/locale/eu/LC_MESSAGES/ekiga.mo -share/locale/fa/LC_MESSAGES/ekiga.mo -share/locale/fi/LC_MESSAGES/ekiga.mo -share/locale/fr/LC_MESSAGES/ekiga.mo -share/locale/ga/LC_MESSAGES/ekiga.mo -share/locale/gl/LC_MESSAGES/ekiga.mo -share/locale/gu/LC_MESSAGES/ekiga.mo -share/locale/he/LC_MESSAGES/ekiga.mo -share/locale/hi/LC_MESSAGES/ekiga.mo -share/locale/hr/LC_MESSAGES/ekiga.mo -share/locale/hu/LC_MESSAGES/ekiga.mo -share/locale/id/LC_MESSAGES/ekiga.mo -share/locale/is/LC_MESSAGES/ekiga.mo -share/locale/it/LC_MESSAGES/ekiga.mo -share/locale/ja/LC_MESSAGES/ekiga.mo -share/locale/ka/LC_MESSAGES/ekiga.mo -share/locale/kn/LC_MESSAGES/ekiga.mo -share/locale/ko/LC_MESSAGES/ekiga.mo -share/locale/ku/LC_MESSAGES/ekiga.mo -share/locale/lt/LC_MESSAGES/ekiga.mo -share/locale/lv/LC_MESSAGES/ekiga.mo -share/locale/mai/LC_MESSAGES/ekiga.mo -share/locale/mk/LC_MESSAGES/ekiga.mo -share/locale/ml/LC_MESSAGES/ekiga.mo -share/locale/mn/LC_MESSAGES/ekiga.mo -share/locale/mr/LC_MESSAGES/ekiga.mo -share/locale/ms/LC_MESSAGES/ekiga.mo -share/locale/nb/LC_MESSAGES/ekiga.mo -share/locale/ne/LC_MESSAGES/ekiga.mo -share/locale/nl/LC_MESSAGES/ekiga.mo -share/locale/nn/LC_MESSAGES/ekiga.mo -share/locale/oc/LC_MESSAGES/ekiga.mo -share/locale/or/LC_MESSAGES/ekiga.mo -share/locale/pa/LC_MESSAGES/ekiga.mo -share/locale/pl/LC_MESSAGES/ekiga.mo -share/locale/pt/LC_MESSAGES/ekiga.mo -share/locale/pt_BR/LC_MESSAGES/ekiga.mo -share/locale/ro/LC_MESSAGES/ekiga.mo -share/locale/ru/LC_MESSAGES/ekiga.mo -share/locale/rw/LC_MESSAGES/ekiga.mo -share/locale/si/LC_MESSAGES/ekiga.mo -share/locale/sk/LC_MESSAGES/ekiga.mo -share/locale/sl/LC_MESSAGES/ekiga.mo -share/locale/sq/LC_MESSAGES/ekiga.mo -share/locale/sr/LC_MESSAGES/ekiga.mo -share/locale/sr@latin/LC_MESSAGES/ekiga.mo -share/locale/sv/LC_MESSAGES/ekiga.mo -share/locale/ta/LC_MESSAGES/ekiga.mo -share/locale/te/LC_MESSAGES/ekiga.mo -share/locale/th/LC_MESSAGES/ekiga.mo -share/locale/tr/LC_MESSAGES/ekiga.mo -share/locale/uk/LC_MESSAGES/ekiga.mo -share/locale/vi/LC_MESSAGES/ekiga.mo -share/locale/wa/LC_MESSAGES/ekiga.mo -share/locale/xh/LC_MESSAGES/ekiga.mo -share/locale/zh_CN/LC_MESSAGES/ekiga.mo -share/locale/zh_HK/LC_MESSAGES/ekiga.mo -share/locale/zh_TW/LC_MESSAGES/ekiga.mo -share/applications/ekiga.desktop -%%DBUS%%share/dbus-1/services/org.ekiga.Ekiga.service -%%DBUS%%share/dbus-1/services/org.ekiga.Helper.service -%%GNOMEHELP%%share/gnome/help/ekiga/C/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/lumi.png -share/icons/hicolor/128x128/apps/ekiga.png -share/icons/hicolor/16x16/apps/ekiga.png -share/icons/hicolor/22x22/apps/ekiga.png -share/icons/hicolor/32x32/apps/ekiga.png -share/icons/hicolor/48x48/apps/ekiga.png -share/icons/hicolor/64x64/apps/ekiga.png -share/icons/hicolor/72x72/apps/ekiga.png -%%GNOMEHELP%%share/omf/ekiga/ekiga-C.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-bg.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-ca.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-de.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-el.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-en_GB.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-es.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-eu.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-fi.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-fr.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-oc.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-pt_BR.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-ru.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-sv.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-uk.omf -share/pixmaps/ekiga/ekiga-logo.png -share/sounds/ekiga/busytone.wav -share/sounds/ekiga/dialtone.wav -share/sounds/ekiga/newmessage.wav -share/sounds/ekiga/ring.wav -share/sounds/ekiga/voicemail.wav -@dirrm share/pixmaps/ekiga -@dirrm share/sounds/ekiga -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/wa/LC_MESSAGES -@dirrmtry share/locale/wa -@dirrmtry share/locale/vi/LC_MESSAGES -@dirrmtry share/locale/vi -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tr/LC_MESSAGES -@dirrmtry share/locale/tr -@dirrmtry share/locale/th/LC_MESSAGES -@dirrmtry share/locale/th -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/ta/LC_MESSAGES -@dirrmtry share/locale/ta -@dirrmtry share/locale/sv/LC_MESSAGES -@dirrmtry share/locale/sv -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sq/LC_MESSAGES -@dirrmtry share/locale/sq -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ru/LC_MESSAGES -@dirrmtry share/locale/ru -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt_BR/LC_MESSAGES -@dirrmtry share/locale/pt_BR -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/pa/LC_MESSAGES -@dirrmtry share/locale/pa -@dirrmtry share/locale/or/LC_MESSAGES -@dirrmtry share/locale/or -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/nl/LC_MESSAGES -@dirrmtry share/locale/nl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/nb/LC_MESSAGES -@dirrmtry share/locale/nb -@dirrmtry share/locale/ms/LC_MESSAGES -@dirrmtry share/locale/ms -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mn/LC_MESSAGES -@dirrmtry share/locale/mn -@dirrmtry share/locale/ml/LC_MESSAGES -@dirrmtry share/locale/ml -@dirrmtry share/locale/mk/LC_MESSAGES -@dirrmtry share/locale/mk -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/lv/LC_MESSAGES -@dirrmtry share/locale/lv -@dirrmtry share/locale/lt/LC_MESSAGES -@dirrmtry share/locale/lt -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/kn/LC_MESSAGES -@dirrmtry share/locale/kn -@dirrmtry share/locale/ka/LC_MESSAGES -@dirrmtry share/locale/ka -@dirrmtry share/locale/ja/LC_MESSAGES -@dirrmtry share/locale/ja -@dirrmtry share/locale/it/LC_MESSAGES -@dirrmtry share/locale/it -@dirrmtry share/locale/is/LC_MESSAGES -@dirrmtry share/locale/is -@dirrmtry share/locale/id/LC_MESSAGES -@dirrmtry share/locale/id -@dirrmtry share/locale/hu/LC_MESSAGES -@dirrmtry share/locale/hu -@dirrmtry share/locale/hr/LC_MESSAGES -@dirrmtry share/locale/hr -@dirrmtry share/locale/hi/LC_MESSAGES -@dirrmtry share/locale/hi -@dirrmtry share/locale/he/LC_MESSAGES -@dirrmtry share/locale/he -@dirrmtry share/locale/gu/LC_MESSAGES -@dirrmtry share/locale/gu -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/ga/LC_MESSAGES -@dirrmtry share/locale/ga -@dirrmtry share/locale/fr/LC_MESSAGES -@dirrmtry share/locale/fr -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/fa/LC_MESSAGES -@dirrmtry share/locale/fa -@dirrmtry share/locale/eu/LC_MESSAGES -@dirrmtry share/locale/eu -@dirrmtry share/locale/et/LC_MESSAGES -@dirrmtry share/locale/et -@dirrmtry share/locale/es/LC_MESSAGES -@dirrmtry share/locale/es -@dirrmtry share/locale/eo/LC_MESSAGES -@dirrmtry share/locale/eo -@dirrmtry share/locale/en_GB/LC_MESSAGES -@dirrmtry share/locale/en_GB -@dirrmtry share/locale/en_CA/LC_MESSAGES -@dirrmtry share/locale/en_CA -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/de/LC_MESSAGES -@dirrmtry share/locale/de -@dirrmtry share/locale/da/LC_MESSAGES -@dirrmtry share/locale/da -@dirrmtry share/locale/cy/LC_MESSAGES -@dirrmtry share/locale/cy -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bs/LC_MESSAGES -@dirrmtry share/locale/bs -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/bn/LC_MESSAGES -@dirrmtry share/locale/bn -@dirrmtry share/locale/bg/LC_MESSAGES -@dirrmtry share/locale/bg -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/az/LC_MESSAGES -@dirrmtry share/locale/az -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ar/LC_MESSAGES -@dirrmtry share/locale/ar -@dirrmtry share/locale/am/LC_MESSAGES -@dirrmtry share/locale/am -@dirrmtry share/locale -%%GNOMEHELP%%@dirrm share/omf/ekiga -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/uk/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/uk -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/sv/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/sv -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/ru/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/ru -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/pt_BR/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/pt_BR -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/oc/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/oc -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/fr/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/fr -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/fi/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/fi -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/eu/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/eu -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/es/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/es -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/en_GB/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/en_GB -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/el/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/el -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/de/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/de -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/ca/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/ca -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/bg/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/bg -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/C/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/C -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga -@dirrmtry share/applications |