diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /net/ekiga | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 66 | ||||
-rw-r--r-- | net/ekiga/distinfo | 3 | ||||
-rw-r--r-- | net/ekiga/files/patch-src-gui-libintl | 31 | ||||
-rw-r--r-- | net/ekiga/files/patch-src-gui-main.cpp | 11 | ||||
-rw-r--r-- | net/ekiga/pkg-descr | 7 | ||||
-rw-r--r-- | net/ekiga/pkg-plist | 281 |
6 files changed, 0 insertions, 399 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile deleted file mode 100644 index 0f9975eb5..000000000 --- a/net/ekiga/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# Ports collection Makefile for: gnomemeeting -# Date created: 24/07/2001 -# Whom: roger@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= ekiga -PORTVERSION= 2.0.9 -PORTREVISION= 1 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 - -MAINTAINER= mi@aldan.algebra.com -COMMENT= VoIP phone for GNOME - -OPTIONS= AVAHI "Support Avahi for service discovery on LAN" on \ - DBUS "Use D-BUS for interprocess communication" on - -LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_SDL= sdl -INSTALLS_OMF= yes -USE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \ - evolutiondataserver intlhack -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - SDL_CONFIG="${SDL_CONFIG}" -CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \ - --with-opal-dir=${LOCALBASE} - -GCONF_SCHEMAS= ekiga.schemas -MAN1= ekiga.1 - -pre-configure: - ${REINPLACE_CMD} -e "s,PWLIB_REC_VERSION=.*,PWLIB_REC_VERSION=`ptlib-config \ - --version`," \ - -e "s,OPAL_REC_VERSION=.*,OPAL_REC_VERSION=`${AWK} \ - '/define OPAL_VERSION/ \ - {printf $$NF}' ${LOCALBASE}/include/opal/opal/buildopts.h`," \ - ${WRKSRC}/configure - -.include <bsd.port.pre.mk> - -.ifndef (WITHOUT_AVAHI) -LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi -CONFIGURE_ARGS+=--enable-avahi -.else -CONFIGURE_ARGS+=--disable-avahi -.endif - -.ifndef (WITHOUT_DBUS) -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+=--enable-dbus -PLIST_SUB+= DBUS:="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS:="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo deleted file mode 100644 index 543195451..000000000 --- a/net/ekiga/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ekiga-2.0.9.tar.bz2) = 6c7a01faef8203d6f0ba0dfe6188bb1a -SHA256 (ekiga-2.0.9.tar.bz2) = 686b303f807460cd5486dab07654a7f76acaee44db640748b62dd0326f15ec72 -SIZE (ekiga-2.0.9.tar.bz2) = 5530540 diff --git a/net/ekiga/files/patch-src-gui-libintl b/net/ekiga/files/patch-src-gui-libintl deleted file mode 100644 index 5b987de36..000000000 --- a/net/ekiga/files/patch-src-gui-libintl +++ /dev/null @@ -1,31 +0,0 @@ ---- src/gui/addressbook.cpp.orig Sun Mar 12 20:11:33 2006 -+++ src/gui/addressbook.cpp Tue Apr 4 12:17:23 2006 -@@ -38,6 +38,7 @@ - - #include "../../config.h" - -+#include <libintl.h> - #include "addressbook.h" - #include "main.h" - #include "chat.h" ---- src/gui/main.cpp.orig Sun Mar 12 20:11:34 2006 -+++ src/gui/main.cpp Tue Apr 4 12:17:27 2006 -@@ -38,6 +38,7 @@ - - #include "../../config.h" - -+#include <libintl.h> - #include "main.h" - #include "callshistory.h" - -@@ -78,10 +79,6 @@ - #include <gdk/gdkx.h> - #else - #include "winpaths.h" --#endif -- --#if defined(P_FREEBSD) || defined (P_MACOSX) --#include <libintl.h> - #endif - - #include <libxml/parser.h> diff --git a/net/ekiga/files/patch-src-gui-main.cpp b/net/ekiga/files/patch-src-gui-main.cpp deleted file mode 100644 index 44833bfee..000000000 --- a/net/ekiga/files/patch-src-gui-main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gui/main.cpp.orig Thu Jun 22 10:00:56 2006 -+++ src/gui/main.cpp Thu Jun 22 10:03:18 2006 -@@ -1282,7 +1282,7 @@ - gtk_container_set_border_width (GTK_CONTAINER (button), 0); - gtk_container_add (GTK_CONTAINER (button), box); - -- gtk_widget_add_accelerator (button, "activate", -+ gtk_widget_add_accelerator (button, "clicked", - mw->accel, key_kp [i], - (GdkModifierType) 0, (GtkAccelFlags) 0); - diff --git a/net/ekiga/pkg-descr b/net/ekiga/pkg-descr deleted file mode 100644 index 6413ccfc2..000000000 --- a/net/ekiga/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ekiga is a free Voice over IP phone allowing you to do free calls over the -Internet. - -Ekiga is the first Open Source application to support both H.323 and SIP, as -well as audio and video. Ekiga was formerly known as GnomeMeeting. - -WWW: http://www.ekiga.org/ diff --git a/net/ekiga/pkg-plist b/net/ekiga/pkg-plist deleted file mode 100644 index 79263d01b..000000000 --- a/net/ekiga/pkg-plist +++ /dev/null @@ -1,281 +0,0 @@ -bin/ekiga -bin/ekiga-config-tool -%%DBUS:%%bin/ekiga-helper -libdata/bonobo/servers/ekiga.server -%%DBUS:%%share/dbus-1/services/net.ekiga.helper.service -%%DBUS:%%share/dbus-1/services/net.ekiga.instance.service -share/applications/ekiga.desktop -share/gnome/help/ekiga/C/ekiga.xml -share/gnome/help/ekiga/C/figures/accounts_d1.png -share/gnome/help/ekiga/C/figures/accounts_h323.png -share/gnome/help/ekiga/C/figures/accounts_sip.png -share/gnome/help/ekiga/C/figures/audio_codecs.png -share/gnome/help/ekiga/C/figures/call_d1.png -share/gnome/help/ekiga/C/figures/chat_d1.png -share/gnome/help/ekiga/C/figures/config_d1.png -share/gnome/help/ekiga/C/figures/config_d10.png -share/gnome/help/ekiga/C/figures/config_d2.png -share/gnome/help/ekiga/C/figures/config_d3.png -share/gnome/help/ekiga/C/figures/config_d4.png -share/gnome/help/ekiga/C/figures/config_d5.png -share/gnome/help/ekiga/C/figures/config_d6.png -share/gnome/help/ekiga/C/figures/config_d7.png -share/gnome/help/ekiga/C/figures/config_d8.png -share/gnome/help/ekiga/C/figures/config_d9.png -share/gnome/help/ekiga/C/figures/lumi.png -share/gnome/help/ekiga/C/figures/stats.png -share/gnome/help/ekiga/pt_BR/ekiga.xml -share/gnome/help/ekiga/pt_BR/figures/accounts_d1.png -share/gnome/help/ekiga/pt_BR/figures/accounts_h323.png -share/gnome/help/ekiga/pt_BR/figures/accounts_sip.png -share/gnome/help/ekiga/pt_BR/figures/audio_codecs.png -share/gnome/help/ekiga/pt_BR/figures/call_d1.png -share/gnome/help/ekiga/pt_BR/figures/chat_d1.png -share/gnome/help/ekiga/pt_BR/figures/config_d1.png -share/gnome/help/ekiga/pt_BR/figures/config_d10.png -share/gnome/help/ekiga/pt_BR/figures/config_d2.png -share/gnome/help/ekiga/pt_BR/figures/config_d3.png -share/gnome/help/ekiga/pt_BR/figures/config_d4.png -share/gnome/help/ekiga/pt_BR/figures/config_d5.png -share/gnome/help/ekiga/pt_BR/figures/config_d6.png -share/gnome/help/ekiga/pt_BR/figures/config_d7.png -share/gnome/help/ekiga/pt_BR/figures/config_d8.png -share/gnome/help/ekiga/pt_BR/figures/config_d9.png -share/gnome/help/ekiga/pt_BR/figures/lumi.png -share/gnome/help/ekiga/pt_BR/figures/stats.png -share/gnome/help/ekiga/bg/ekiga.xml -share/gnome/help/ekiga/bg/figures/accounts_d1.png -share/gnome/help/ekiga/bg/figures/accounts_h323.png -share/gnome/help/ekiga/bg/figures/accounts_sip.png -share/gnome/help/ekiga/bg/figures/audio_codecs.png -share/gnome/help/ekiga/bg/figures/call_d1.png -share/gnome/help/ekiga/bg/figures/chat_d1.png -share/gnome/help/ekiga/bg/figures/config_d1.png -share/gnome/help/ekiga/bg/figures/config_d10.png -share/gnome/help/ekiga/bg/figures/config_d2.png -share/gnome/help/ekiga/bg/figures/config_d3.png -share/gnome/help/ekiga/bg/figures/config_d4.png -share/gnome/help/ekiga/bg/figures/config_d5.png -share/gnome/help/ekiga/bg/figures/config_d6.png -share/gnome/help/ekiga/bg/figures/config_d7.png -share/gnome/help/ekiga/bg/figures/config_d8.png -share/gnome/help/ekiga/bg/figures/config_d9.png -share/gnome/help/ekiga/bg/figures/lumi.png -share/gnome/help/ekiga/bg/figures/stats.png -share/gnome/help/ekiga/de/ekiga.xml -share/gnome/help/ekiga/de/figures/accounts_d1.png -share/gnome/help/ekiga/de/figures/accounts_h323.png -share/gnome/help/ekiga/de/figures/accounts_sip.png -share/gnome/help/ekiga/de/figures/audio_codecs.png -share/gnome/help/ekiga/de/figures/call_d1.png -share/gnome/help/ekiga/de/figures/chat_d1.png -share/gnome/help/ekiga/de/figures/config_d1.png -share/gnome/help/ekiga/de/figures/config_d10.png -share/gnome/help/ekiga/de/figures/config_d2.png -share/gnome/help/ekiga/de/figures/config_d3.png -share/gnome/help/ekiga/de/figures/config_d4.png -share/gnome/help/ekiga/de/figures/config_d5.png -share/gnome/help/ekiga/de/figures/config_d6.png -share/gnome/help/ekiga/de/figures/config_d7.png -share/gnome/help/ekiga/de/figures/config_d8.png -share/gnome/help/ekiga/de/figures/config_d9.png -share/gnome/help/ekiga/de/figures/lumi.png -share/gnome/help/ekiga/de/figures/stats.png -share/gnome/help/ekiga/es/ekiga.xml -share/gnome/help/ekiga/es/figures/accounts_d1.png -share/gnome/help/ekiga/es/figures/accounts_h323.png -share/gnome/help/ekiga/es/figures/accounts_sip.png -share/gnome/help/ekiga/es/figures/audio_codecs.png -share/gnome/help/ekiga/es/figures/call_d1.png -share/gnome/help/ekiga/es/figures/chat_d1.png -share/gnome/help/ekiga/es/figures/config_d1.png -share/gnome/help/ekiga/es/figures/config_d10.png -share/gnome/help/ekiga/es/figures/config_d2.png -share/gnome/help/ekiga/es/figures/config_d3.png -share/gnome/help/ekiga/es/figures/config_d4.png -share/gnome/help/ekiga/es/figures/config_d5.png -share/gnome/help/ekiga/es/figures/config_d6.png -share/gnome/help/ekiga/es/figures/config_d7.png -share/gnome/help/ekiga/es/figures/config_d8.png -share/gnome/help/ekiga/es/figures/config_d9.png -share/gnome/help/ekiga/es/figures/lumi.png -share/gnome/help/ekiga/es/figures/stats.png -share/gnome/help/ekiga/fr/ekiga.xml -share/gnome/help/ekiga/fr/figures/accounts_d1.png -share/gnome/help/ekiga/fr/figures/accounts_h323.png -share/gnome/help/ekiga/fr/figures/accounts_sip.png -share/gnome/help/ekiga/fr/figures/audio_codecs.png -share/gnome/help/ekiga/fr/figures/call_d1.png -share/gnome/help/ekiga/fr/figures/chat_d1.png -share/gnome/help/ekiga/fr/figures/config_d1.png -share/gnome/help/ekiga/fr/figures/config_d10.png -share/gnome/help/ekiga/fr/figures/config_d2.png -share/gnome/help/ekiga/fr/figures/config_d3.png -share/gnome/help/ekiga/fr/figures/config_d4.png -share/gnome/help/ekiga/fr/figures/config_d5.png -share/gnome/help/ekiga/fr/figures/config_d6.png -share/gnome/help/ekiga/fr/figures/config_d7.png -share/gnome/help/ekiga/fr/figures/config_d8.png -share/gnome/help/ekiga/fr/figures/config_d9.png -share/gnome/help/ekiga/fr/figures/lumi.png -share/gnome/help/ekiga/fr/figures/stats.png -share/gnome/help/ekiga/sv/ekiga.xml -share/gnome/help/ekiga/sv/figures/accounts_d1.png -share/gnome/help/ekiga/sv/figures/accounts_h323.png -share/gnome/help/ekiga/sv/figures/accounts_sip.png -share/gnome/help/ekiga/sv/figures/audio_codecs.png -share/gnome/help/ekiga/sv/figures/call_d1.png -share/gnome/help/ekiga/sv/figures/chat_d1.png -share/gnome/help/ekiga/sv/figures/config_d1.png -share/gnome/help/ekiga/sv/figures/config_d10.png -share/gnome/help/ekiga/sv/figures/config_d2.png -share/gnome/help/ekiga/sv/figures/config_d3.png -share/gnome/help/ekiga/sv/figures/config_d4.png -share/gnome/help/ekiga/sv/figures/config_d5.png -share/gnome/help/ekiga/sv/figures/config_d6.png -share/gnome/help/ekiga/sv/figures/config_d7.png -share/gnome/help/ekiga/sv/figures/config_d8.png -share/gnome/help/ekiga/sv/figures/config_d9.png -share/gnome/help/ekiga/sv/figures/lumi.png -share/gnome/help/ekiga/sv/figures/stats.png -share/gnome/help/ekiga/uk/ekiga.xml -share/gnome/help/ekiga/uk/figures/accounts_d1.png -share/gnome/help/ekiga/uk/figures/accounts_h323.png -share/gnome/help/ekiga/uk/figures/accounts_sip.png -share/gnome/help/ekiga/uk/figures/audio_codecs.png -share/gnome/help/ekiga/uk/figures/call_d1.png -share/gnome/help/ekiga/uk/figures/chat_d1.png -share/gnome/help/ekiga/uk/figures/config_d1.png -share/gnome/help/ekiga/uk/figures/config_d10.png -share/gnome/help/ekiga/uk/figures/config_d2.png -share/gnome/help/ekiga/uk/figures/config_d3.png -share/gnome/help/ekiga/uk/figures/config_d4.png -share/gnome/help/ekiga/uk/figures/config_d5.png -share/gnome/help/ekiga/uk/figures/config_d6.png -share/gnome/help/ekiga/uk/figures/config_d7.png -share/gnome/help/ekiga/uk/figures/config_d8.png -share/gnome/help/ekiga/uk/figures/config_d9.png -share/gnome/help/ekiga/uk/figures/lumi.png -share/gnome/help/ekiga/uk/figures/stats.png -share/omf/ekiga/ekiga-C.omf -share/omf/ekiga/ekiga-bg.omf -share/omf/ekiga/ekiga-de.omf -share/omf/ekiga/ekiga-es.omf -share/omf/ekiga/ekiga-fr.omf -share/omf/ekiga/ekiga-pt_BR.omf -share/omf/ekiga/ekiga-sv.omf -share/omf/ekiga/ekiga-uk.omf -share/pixmaps/ekiga.png -share/pixmaps/ekiga/ekiga-logo.png -share/pixmaps/ekiga/ekiga.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 -share/locale/am/LC_MESSAGES/ekiga.mo -share/locale/ar/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/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/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/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/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/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/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@Latn/LC_MESSAGES/ekiga.mo -share/locale/sv/LC_MESSAGES/ekiga.mo -share/locale/ta/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 -@dirrm share/sounds/ekiga -@dirrm share/pixmaps/ekiga -@dirrm share/omf/ekiga -@dirrm share/gnome/help/ekiga/uk/figures -@dirrm share/gnome/help/ekiga/uk -@dirrm share/gnome/help/ekiga/sv/figures -@dirrm share/gnome/help/ekiga/sv -@dirrm share/gnome/help/ekiga/pt_BR/figures -@dirrm share/gnome/help/ekiga/pt_BR -@dirrm share/gnome/help/ekiga/fr/figures -@dirrm share/gnome/help/ekiga/fr -@dirrm share/gnome/help/ekiga/es/figures -@dirrm share/gnome/help/ekiga/es -@dirrm share/gnome/help/ekiga/de/figures -@dirrm share/gnome/help/ekiga/de -@dirrm share/gnome/help/ekiga/bg/figures -@dirrm share/gnome/help/ekiga/bg -@dirrm share/gnome/help/ekiga/C/figures -@dirrm share/gnome/help/ekiga/C -@dirrm share/gnome/help/ekiga -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/applications |