[Midnightbsd-cvs] mports [19702] trunk/editors: update various editor ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 10 20:09:36 EDT 2015
Revision: 19702
http://svnweb.midnightbsd.org/mports/?rev=19702
Author: laffer1
Date: 2015-08-10 20:09:35 -0400 (Mon, 10 Aug 2015)
Log Message:
-----------
update various editor ports
Modified Paths:
--------------
trunk/editors/Makefile
trunk/editors/abiword/Makefile
trunk/editors/abiword/distinfo
trunk/editors/abiword/pkg-plist
trunk/editors/gedit/Makefile
trunk/editors/gedit/distinfo
trunk/editors/gedit/pkg-plist
trunk/editors/gedit-plugins/Makefile
trunk/editors/gedit-plugins/distinfo
trunk/editors/gedit-plugins/pkg-plist
trunk/editors/impress/Makefile
trunk/editors/jedit/Makefile
trunk/editors/joe/Makefile
trunk/editors/joe/distinfo
trunk/editors/joe/files/patch-tty.c
trunk/editors/joe/pkg-plist
trunk/editors/mg/Makefile
trunk/editors/mg/distinfo
trunk/editors/mousepad/Makefile
trunk/editors/vim/Makefile
trunk/editors/vim/distinfo
trunk/editors/vim/files/patch-src-auto-configure
trunk/editors/vim/files/vietnamese_viscii.vim
trunk/editors/vim/files/vimrc
trunk/editors/vim/pkg-descr
Added Paths:
-----------
trunk/editors/abiword/files/patch-plugins_collab_backends_sipsimple_xp_SIPSimpleBuddy.h
trunk/editors/abiword/files/patch-plugins_collab_backends_tcp_xp_Session.h
trunk/editors/abiword/files/patch-plugins_collab_core_sync_xp_SynchronizedQueue.h
trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.cpp
trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.h
trunk/editors/mg/files/
trunk/editors/mg/files/patch-autoexec.c
trunk/editors/mg/files/patch-def.h
trunk/editors/mg/files/patch-display.c
trunk/editors/mousepad/files/patch-mousepad_mousepad-action-group.c
trunk/editors/mousepad/files/patch-mousepad_mousepad-settings.c
trunk/editors/mousepad/files/patch-mousepad_mousepad-view.c
trunk/editors/mousepad/files/patch-mousepad_mousepad-window.c
trunk/editors/vim/files/patch-src-installml.sh
Removed Paths:
-------------
trunk/editors/abiword/files/patch-Makefile.in
trunk/editors/abiword/files/patch-plugins_bmp_xp_ie_impGraphic_BMP.cpp
trunk/editors/abiword/files/patch-plugins_garble_xp_abiword-garble-png.cpp
trunk/editors/abiword/files/patch-src_af_util_xp_ut_png.cpp
trunk/editors/abiword/files/patch-src_wp_impexp_gtk_ie_impGraphic_GdkPixbuf.cpp
trunk/editors/impress/pkg-plist
trunk/editors/xenon/
Property Changed:
----------------
trunk/editors/joe/files/patch-tty.c
Modified: trunk/editors/Makefile
===================================================================
--- trunk/editors/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -23,7 +23,6 @@
SUBDIR += textedit
SUBDIR += vim
SUBDIR += vim-lite
-SUBDIR += xenon
SUBDIR += zile
.include <bsd.port.subdir.mk>
Modified: trunk/editors/abiword/Makefile
===================================================================
--- trunk/editors/abiword/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/abiword/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,11 +1,9 @@
# $MidnightBSD$
PORTNAME= abiword
-PORTVERSION= 2.8.6
-PORTREVISION= 3
+PORTVERSION= 3.0.1
CATEGORIES= editors
-MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
-MASTER_SITE_SUBDIR= abiword
+MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/
DIST_SUBDIR= AbiWord
MAINTAINER= ports at MidnightBSD.org
@@ -14,49 +12,54 @@
LICENSE= gpl2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
- png15:${PORTSDIR}/graphics/png \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- wv-1.2:${PORTSDIR}/textproc/wv \
- jpeg:${PORTSDIR}/graphics/jpeg \
- fribidi:${PORTSDIR}/converters/fribidi \
- psiconv:${PORTSDIR}/converters/psiconv \
- goffice-0.8:${PORTSDIR}/devel/goffice
-RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu
+LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
+ libpopt.so:${PORTSDIR}/devel/popt \
+ libpng.so:${PORTSDIR}/graphics/png \
+ libwv.so:${PORTSDIR}/textproc/wv \
+ libfribidi.so:${PORTSDIR}/converters/fribidi \
+ libgoffice-0.10.so:${PORTSDIR}/devel/goffice010
+RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu
-USES= desktop-file-utils gmake pathfix gettext iconv libtool pkgconfig
-USE_GNOME= libxml2 gtk20 librsvg2 libxslt
+USES= desktop-file-utils gmake iconv jpeg libtool pathfix pkgconfig
+USE_GNOME= libxml2 gtk30 librsvg2 libxslt
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \
- enable_dynamic="yes" enable_static="no" \
- --disable-collab-backend-telepathy \
- --enable-collab-backend-sugar
+ --enable-shared="yes" --enable-static="no"
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
+INSTALL_TARGET= install-strip
-ABIVERSION= 2.8
-PLIST_SUB+= ABIVERSION=${ABIVERSION}
+PLIST_SUB+= ABIVERSION=3.0
-OPTIONS_DEFINE= DEBUG SPELLCHECK CLIPART TEMPLATES MATHVIEW \
- OTS WP AIKSAURUS GRAMMAR PSION
-OPTIONS_DEFAULT=SPELLCHECK CLIPART TEMPLATES COLLAB
+OPTIONS_DEFINE= AIKSAURUS CLIPART DEBUG MATHVIEW NLS OTS PSION \
+ TEMPLATES MATHVIEW WP
+OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES
+OPTIONS_SUB= yes
-OPTIONS_GROUP= COLLAB
-OPTIONS_GROUP_COLLAB= COLXMPP
+OPTIONS_GROUP= DICT COLLAB
+OPTIONS_GROUP_DICT= GRAMMAR SPELLCHECK
+OPTIONS_GROUP_COLLAB= COLFAKE COLSERVICE COLSIP COLSUGAR COLTCP COLTELEPATHY COLXMPP
-SPELLCHECK_DESC= Spell checking support
+AIKSAURUS_DESC= Thesaurus plugin
CLIPART_DESC= Include clipart
-TEMPLATES_DESC= Include additional templates
COLLAB_DESC= Collaboration backend
-COLXMPP_DESC= Collaboration jammer/XMPP backend
+COLFAKE_DESC= Fake collaboration for debugging purposes only
+COLSERVICE_DESC= Collaborate with AbiCollab.net webservice
+COLSIP_DESC= Collaborate with the SIP/SIMPLE backend
+COLSUGAR_DESC= Collaborate with the Sugar/OLPC environment
+COLTCP_DESC= Collaborate with direct TCP peer to peer connections
+COLTELEPATHY_DESC= Collaborate with the Telepathy backend (experimental)
+COLXMPP_DESC= Collaborate with the Jabber/XMPP backend
+DICT_DESC= Spelling and grammar checking
+GRAMMAR_DESC= Grammar checking plugin (requires SPELLCHECK option)
MATHVIEW_DESC= MathML render plugin
OTS_DESC= Text Summarizer plugin
+PSION_DESC= Psion 5(MX) files convertion plugin
+SPELLCHECK_DESC= Spell checking support
+TEMPLATES_DESC= Include additional templates
WP_DESC= WordPerfect img/doc import/export plugin
-AIKSAURUS_DESC= Thesaurus plugin
-GRAMMAR_DESC= Grammar checking plugin
-PSION_DESC= Psion 5(MX) files convertion plugin
# check configure for ALL_PLUGINS for complete list
ABIWORD_PLUGINS= garble loadbindings opml xslfo bmp iscii sdw babelfish \
@@ -64,127 +67,101 @@
goffice wmf kword mif wml s5 freetranslation gdict mht \
applix t602 docbook google eml hancom presentation \
clarisworks pdb urldict openwriter mswrite gimp \
- passepartout collab eml
+ passepartout eml
# opendocument enabled by default, rsvg plugin isn't needed on unix.
# Plugins we don't support:
# gda
-.include <bsd.mport.options.mk>
+AIKSAURUS_LIB_DEPENDS= libAiksaurusGTK-1.2.so:${PORTSDIR}/textproc/aiksaurus-gtk
-.if ${PORT_OPTIONS:MMATHVIEW}
-LIB_DEPENDS+= mathview:${PORTSDIR}/x11-toolkits/gtkmathview
-ABIWORD_PLUGINS:= ${ABIWORD_PLUGINS} mathview
-PLIST_SUB+= MATHVIEW=""
-.else
-PLIST_SUB+= MATHVIEW="@comment "
-.endif
+CLIPART_CONFIGURE_ENABLE= clipart
-.if ${PORT_OPTIONS:MOTS}
-LIB_DEPENDS+= ots-1:${PORTSDIR}/textproc/ots
-ABIWORD_PLUGINS:= ${ABIWORD_PLUGINS} ots
-PLIST_SUB+= OTS=""
-.else
-PLIST_SUB+= OTS="@comment "
-.endif
+COLFAKE_CONFIGURE_ENABLE= collab-backend-fake
-.if ${PORT_OPTIONS:MWP}
-USE_GNOME+= libgsf
-LIB_DEPENDS+= wpg-0.1:${PORTSDIR}/graphics/libwpg01 \
- wpd-0.8:${PORTSDIR}/textproc/libwpd08
-ABIWORD_PLUGINS:= ${ABIWORD_PLUGINS} wpg wordperfect
-PLIST_SUB+= WP=""
-.else
-PLIST_SUB+= WP="@comment "
-.endif
+COLSERVICE_CONFIGURE_ENABLE= collab-backend-service
+COLSERVICE_BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
+COLSERVICE_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
+ libgnutls.so:${PORTSDIR}/security/gnutls
+COLSERVICE_RUN_DEPENDS= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
-.if ${PORT_OPTIONS:MAIKSAURUS}
-LIB_DEPENDS+= AiksaurusGTK-1.2:${PORTSDIR}/textproc/aiksaurus-gtk
-ABIWORD_PLUGINS:= ${ABIWORD_PLUGINS} aiksaurus
-PLIST_SUB+= AIKSAURUS=""
-.else
-PLIST_SUB+= AIKSAURUS="@comment "
-.endif
+COLSIP_CONFIGURE_ENABLE= collab-backend-sip
-.if ${PORT_OPTIONS:MGRAMMAR}
-LIB_DEPENDS+= link-grammar:${PORTSDIR}/textproc/link-grammar
-ABIWORD_PLUGINS:= ${ABIWORD_PLUGINS} grammar
-PLIST_SUB+= GRAMMAR=""
-.else
-PLIST_SUB+= GRAMMAR="@comment "
-.endif
+COLSUGAR_CONFIGURE_ENABLE= collab-backend-sugar
+COLSUGAR_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-.if ${PORT_OPTIONS:MPSION}
-LIB_DEPENDS+= psiconv:${PORTSDIR}/converters/psiconv
-ABIWORD_PLUGINS:= ${ABIWORD_PLUGINS} psion
-PLIST_SUB+= PSION=""
-.else
-PLIST_SUB+= PSION="@comment "
-.endif
+COLTCP_CONFIGURE_ENABLE= collab-backend-tcp
+COLTCP_BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
+COLTCP_RUN_DEPENDS= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
-#.if ! ${PORT_OPTIONS:MCOLLAB} && ${PORT_OPTIONS:MCOLXMPP}
-#BROKEN= Please enable the COLLAB option, the COLXMPP option need it.
-#.endif
+COLTELEPATHY_CONFIGURE_ENABLE= collab-backend-telepathy
+COLTELEPATHY_LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
-.if ${PORT_OPTIONS:MCOLXMPP}
-CONFIGURE_ARGS+=--enable-collab-backend-xmpp
-LIB_DEPENDS+= loudmouth-1:${PORTSDIR}/net-im/loudmouth
-.else
-CONFIGURE_ARGS+=--disable-collab-backend-xmpp
-.endif
+COLXMPP_CONFIGURE_ENABLE= collab-backend-xmpp
+COLXMPP_LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+= --enable-debug --enable-symbols
+DEBUG_CONFIGURE_ENABLE= debug symbols
+
+GRAMMAR_LIB_DEPENDS= liblink-grammar.so:${PORTSDIR}/textproc/link-grammar
+
+MATHVIEW_LIB_DEPENDS= libmathview.so:${PORTSDIR}/x11-toolkits/gtkmathview
+
+NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
+
+OTS_LIB_DEPENDS= libots-1.so:${PORTSDIR}/textproc/ots
+
+PSION_LIB_DEPENDS= libpsiconv.so:${PORTSDIR}/converters/psiconv
+
+SPELLCHECK_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
+SPELLCHECK_CONFIGURE_ENABLE= spell
+
+TEMPLATES_CONFIGURE_ENABLE= templates
+
+WP_USE= gnome=libgsf
+WP_LIB_DEPENDS= libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \
+ libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
+
+.include <bsd.mport.options.mk>
+
+.if ${PORT_OPTIONS:MAIKSAURUS}
+ABIWORD_PLUGINS+= aiksaurus
.endif
-.if ${PORT_OPTIONS:MCOLLAB}
-CONFIGURE_ARGS+=--with-boost --enable-collab-backend-tcp \
- --enable-collab-backend-service
-BUILD_DEPENDS+= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
-LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs \
- soup-2.4:${PORTSDIR}/devel/libsoup \
- gnutls:${PORTSDIR}/security/gnutls
-RUN_DEPENDS+= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
+.if ${PORT_OPTIONS:MCOL*}
PLIST_SUB+= COLLAB=""
+ABIWORD_PLUGINS+= collab
.else
-CONFIGURE_ARGS+=--without-boost --disable-collab-backend-tcp \
- --disable-collab-backend-service
PLIST_SUB+= COLLAB="@comment "
.endif
-.if ${PORT_OPTIONS:MSPELLCHECK}
-LIB_DEPENDS+= enchant:${PORTSDIR}/textproc/enchant
-CONFIGURE_ARGS+= --enable-spell
-PLIST_SUB+= DICT=""
-.else
-CONFIGURE_ARGS+= --disable-spell
-PLIST_SUB+= DICT="@comment "
+.if ${PORT_OPTIONS:MGRAMMAR}
+ABIWORD_PLUGINS+= grammar
.endif
-.if ${PORT_OPTIONS:MTEMPLATES}
-CONFIGURE_ARGS+= --enable-templates
-PLIST_SUB+= TEMPLATES=""
-.else
-CONFIGURE_ARGS+= --disable-templates
-PLIST_SUB+= TEMPLATES="@comment "
+.if ${PORT_OPTIONS:MMATHVIEW}
+ABIWORD_PLUGINS+= mathview
.endif
-.if ${PORT_OPTIONS:MCLIPART}
-CONFIGURE_ARGS+= --enable-clipart
-PLIST_SUB+= CLIPART=""
-.else
-CONFIGURE_ARGS+= --disable-clipart
-PLIST_SUB+= CLIPART="@comment "
+.if ${PORT_OPTIONS:MOTS}
+ABIWORD_PLUGINS+= ots
.endif
+.if ${PORT_OPTIONS:MPSION}
+ABIWORD_PLUGINS+= psion
+.endif
+
+.if ${PORT_OPTIONS:MWP}
+ABIWORD_PLUGINS+= wpg wordperfect
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/goffice-bits/goffice/app/goffice-app.h \
${WRKSRC}/src/af/util/xp/ut_go_file.h
- @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} \
+ -e "s,\$$PLUGIN_LIBS \"'-L\$${top_builddir}/src'\" -labiword-\$$ABIWORD_SERIES,\\\\\$${top_builddir}/src/libabiword-\$$ABIWORD_SERIES.la \$$PLUGIN_LIBS," \
+ -e "/_LIBS=/s,\"\\(.*\\)\"\\('\$${PLUGIN_LIBS}.*'\\),\\2\" \\1\"," \
+ -e 's|" == "|" = "|g' ${WRKSRC}/configure
-post-install:
- @${MKDIR} ${PREFIX}/lib/${PORTNAME}-${ABIVERSION}/plugins
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: trunk/editors/abiword/distinfo
===================================================================
--- trunk/editors/abiword/distinfo 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/abiword/distinfo 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,2 +1,2 @@
-SHA256 (AbiWord/abiword-2.8.6.tar.gz) = d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95683a15
-SIZE (AbiWord/abiword-2.8.6.tar.gz) = 9218827
+SHA256 (AbiWord/abiword-3.0.1.tar.gz) = e094f6fbf0afc5c5538b4894888e7c346f8ee8f49c9d24821dd696d0734865c6
+SIZE (AbiWord/abiword-3.0.1.tar.gz) = 11144990
Deleted: trunk/editors/abiword/files/patch-Makefile.in
===================================================================
--- trunk/editors/abiword/files/patch-Makefile.in 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/abiword/files/patch-Makefile.in 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2009-10-28 18:39:23.000000000 +0100
-+++ Makefile.in 2009-10-28 18:39:42.000000000 +0100
-@@ -418,7 +418,7 @@ DIST_SUBDIRS = goffice-bits src plugins
- @WITH_GOFFICE_BUILTIN_TRUE at SUBDIRS = goffice-bits src plugins user
- @EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_TRUE at desktopdir = $(datadir)/applications
- @EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_TRUE at desktop_DATA = abiword.desktop
-- at TOOLKIT_GTK_TRUE@mimedir = @ABIWORD_DATADIR@/mime-info
-+ at TOOLKIT_GTK_TRUE@mimedir = $(datadir)/mime-info
- @TOOLKIT_GTK_TRUE at mime_DATA = abiword.keys
- @TOOLKIT_GTK_TRUE at pkgconfigdir = $(prefix)/libdata/pkgconfig
- @TOOLKIT_GTK_TRUE at pkgconfig_DATA = abiword-$(ABIWORD_SERIES).pc
Deleted: trunk/editors/abiword/files/patch-plugins_bmp_xp_ie_impGraphic_BMP.cpp
===================================================================
--- trunk/editors/abiword/files/patch-plugins_bmp_xp_ie_impGraphic_BMP.cpp 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/abiword/files/patch-plugins_bmp_xp_ie_impGraphic_BMP.cpp 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,38 +0,0 @@
---- plugins/bmp/xp/ie_impGraphic_BMP.cpp.orig 2013-03-25 06:58:03.000000000 +0000
-+++ plugins/bmp/xp/ie_impGraphic_BMP.cpp 2013-03-25 07:00:22.000000000 +0000
-@@ -191,7 +191,7 @@
-
- /* Clean Up Memory Used */
-
-- FREEP(m_pPNGInfo->palette);
-+ //FREEP(m_pPNGInfo->palette);
- DELETEP(pBB);
- png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
-
-@@ -313,7 +313,7 @@
- * the normal method of doing things with libpng). REQUIRED unless you
- * set up your own error handlers in the png_create_read_struct() earlier.
- */
-- if (setjmp(m_pPNG->jmpbuf))
-+ if (setjmp(png_jmpbuf(m_pPNG)))
- {
- /* Free all of the memory associated with the png_ptr and info_ptr */
- png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
-@@ -332,7 +332,7 @@
- UT_Error IE_ImpGraphic_BMP::Convert_BMP_Pallet(UT_ByteBuf* pBB)
- {
- /* Reset error handling for libpng */
-- if (setjmp(m_pPNG->jmpbuf))
-+ if (setjmp(png_jmpbuf(m_pPNG)))
- {
- png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
- return UT_ERROR;
-@@ -372,7 +372,7 @@
- UT_Error IE_ImpGraphic_BMP::Convert_BMP(UT_ByteBuf* pBB)
- {
- /* Reset error handling for libpng */
-- if (setjmp(m_pPNG->jmpbuf))
-+ if (setjmp(png_jmpbuf(m_pPNG)))
- {
- png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
- return UT_ERROR;
Added: trunk/editors/abiword/files/patch-plugins_collab_backends_sipsimple_xp_SIPSimpleBuddy.h
===================================================================
--- trunk/editors/abiword/files/patch-plugins_collab_backends_sipsimple_xp_SIPSimpleBuddy.h (rev 0)
+++ trunk/editors/abiword/files/patch-plugins_collab_backends_sipsimple_xp_SIPSimpleBuddy.h 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,15 @@
+--- plugins/collab/backends/sipsimple/xp/SIPSimpleBuddy.h.orig 2015-04-04 04:57:15 UTC
++++ plugins/collab/backends/sipsimple/xp/SIPSimpleBuddy.h
+@@ -52,10 +52,10 @@ public:
+
+ virtual const DocTreeItem* getDocTreeItems() const
+ {
+- const vector<DocHandle*>& docHandles = getDocHandles();
++ const std::vector<DocHandle*>& docHandles = getDocHandles();
+ DocTreeItem* first = 0;
+ DocTreeItem* prev = 0;
+- for (vector<DocHandle*>::const_iterator pos = docHandles.begin(); pos != docHandles.end(); pos++)
++ for (std::vector<DocHandle*>::const_iterator pos = docHandles.begin(); pos != docHandles.end(); pos++)
+ {
+ DocTreeItem* item = new DocTreeItem();
+ item->m_type = DOCTREEITEM_TYPE_DOCUMENT;
Property changes on: trunk/editors/abiword/files/patch-plugins_collab_backends_sipsimple_xp_SIPSimpleBuddy.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/editors/abiword/files/patch-plugins_collab_backends_tcp_xp_Session.h
===================================================================
--- trunk/editors/abiword/files/patch-plugins_collab_backends_tcp_xp_Session.h (rev 0)
+++ trunk/editors/abiword/files/patch-plugins_collab_backends_tcp_xp_Session.h 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,11 @@
+--- ./plugins/collab/backends/tcp/xp/Session.h.orig 2014-12-05 21:51:55.334456277 +0100
++++ ./plugins/collab/backends/tcp/xp/Session.h 2014-12-05 21:51:31.075459132 +0100
+@@ -31,7 +31,7 @@
+
+ class TCPAccountHandler;
+
+-class Session : public Synchronizer, public boost::noncopyable, public boost::enable_shared_from_this<Session>
++class Session : public Synchronizer, public asio::noncopyable, public boost::enable_shared_from_this<Session>
+ {
+ public:
+ Session(asio::io_service& io_service, boost::function<void (boost::shared_ptr<Session>)> ef)
Property changes on: trunk/editors/abiword/files/patch-plugins_collab_backends_tcp_xp_Session.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/editors/abiword/files/patch-plugins_collab_core_sync_xp_SynchronizedQueue.h
===================================================================
--- trunk/editors/abiword/files/patch-plugins_collab_core_sync_xp_SynchronizedQueue.h (rev 0)
+++ trunk/editors/abiword/files/patch-plugins_collab_core_sync_xp_SynchronizedQueue.h 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,11 @@
+--- ./plugins/collab/core/sync/xp/SynchronizedQueue.h.orig 2014-12-05 21:45:41.710482488 +0100
++++ ./plugins/collab/core/sync/xp/SynchronizedQueue.h 2014-12-05 21:46:02.610480585 +0100
+@@ -28,7 +28,7 @@
+ class EmptyQueueException {};
+
+ template <typename T>
+-class SynchronizedQueue : public Synchronizer, public boost::noncopyable
++class SynchronizedQueue : public Synchronizer, public asio::noncopyable
+ {
+ public:
+ SynchronizedQueue(boost::function<void (SynchronizedQueue&)> sig)
Property changes on: trunk/editors/abiword/files/patch-plugins_collab_core_sync_xp_SynchronizedQueue.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/editors/abiword/files/patch-plugins_garble_xp_abiword-garble-png.cpp
===================================================================
--- trunk/editors/abiword/files/patch-plugins_garble_xp_abiword-garble-png.cpp 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/abiword/files/patch-plugins_garble_xp_abiword-garble-png.cpp 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,11 +0,0 @@
---- plugins/garble/xp/abiword-garble-png.cpp.orig 2013-03-25 06:55:41.000000000 +0000
-+++ plugins/garble/xp/abiword-garble-png.cpp 2013-03-25 06:56:20.000000000 +0000
-@@ -79,7 +79,7 @@
- png_set_strip_alpha( png_ptr );
- png_set_interlace_handling( png_ptr );
- png_set_bgr( png_ptr );
-- rowbytes = info_ptr->rowbytes;
-+ rowbytes = png_get_rowbytes(png_ptr, info_ptr);
- png_destroy_read_struct( &png_ptr, &info_ptr, NULL );
- }
-
Deleted: trunk/editors/abiword/files/patch-src_af_util_xp_ut_png.cpp
===================================================================
--- trunk/editors/abiword/files/patch-src_af_util_xp_ut_png.cpp 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/abiword/files/patch-src_af_util_xp_ut_png.cpp 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,11 +0,0 @@
---- src/af/util/xp/ut_png.cpp.orig 2010-04-14 23:50:11.000000000 +0200
-+++ src/af/util/xp/ut_png.cpp 2012-04-28 06:58:49.000000000 +0200
-@@ -71,7 +71,7 @@
- * the normal method of doing things with libpng). REQUIRED unless you
- * set up your own error handlers in the png_create_read_struct() earlier.
- */
-- if (setjmp(png_ptr->jmpbuf))
-+ if (setjmp(png_jmpbuf(png_ptr)))
- {
- /* Free all of the memory associated with the png_ptr and info_ptr */
- png_destroy_read_struct(&png_ptr, &info_ptr, static_cast<png_infopp>(NULL));
Added: trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.cpp
===================================================================
--- trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.cpp (rev 0)
+++ trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.cpp 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,26 @@
+--- src/text/ptbl/xp/pd_DocumentRDF.cpp.orig 2015-03-31 15:14:42 UTC
++++ src/text/ptbl/xp/pd_DocumentRDF.cpp
+@@ -570,6 +570,11 @@ bool PD_URI::operator==(const std::strin
+ return m_value == b;
+ }
+
++bool PD_URI::operator<(const PD_URI& b) const
++{
++ return m_value < b.m_value;
++}
++
+ PD_URI
+ PD_URI::prefixedToURI( PD_RDFModelHandle model ) const
+ {
+@@ -611,11 +616,6 @@ bool PD_URI::write( std::ostream& ss ) c
+ return true;
+ }
+
+-bool operator<( PD_URI a, PD_URI b)
+-{
+- return a.toString() < b.toString();
+-}
+-
+ bool operator<( std::pair< PD_URI, PD_URI > a, PD_URI b)
+ {
+ return a.first.toString() < b.toString();
Property changes on: trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.cpp
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.h
===================================================================
--- trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.h (rev 0)
+++ trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.h 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,10 @@
+--- src/text/ptbl/xp/pd_DocumentRDF.h.orig 2015-03-31 15:15:00 UTC
++++ src/text/ptbl/xp/pd_DocumentRDF.h
+@@ -68,6 +68,7 @@ class ABI_EXPORT PD_URI
+ bool isValid() const;
+ bool operator==(const PD_URI& b) const;
+ bool operator==(const std::string& b) const;
++ bool operator<(const PD_URI& b) const;
+
+ virtual bool read( std::istream& ss );
+ virtual bool write( std::ostream& ss ) const;
Property changes on: trunk/editors/abiword/files/patch-src_text_ptbl_xp_pd__DocumentRDF.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/editors/abiword/files/patch-src_wp_impexp_gtk_ie_impGraphic_GdkPixbuf.cpp
===================================================================
--- trunk/editors/abiword/files/patch-src_wp_impexp_gtk_ie_impGraphic_GdkPixbuf.cpp 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/abiword/files/patch-src_wp_impexp_gtk_ie_impGraphic_GdkPixbuf.cpp 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,20 +0,0 @@
---- src/wp/impexp/gtk/ie_impGraphic_GdkPixbuf.cpp.orig 2010-04-14 23:50:13.000000000 +0200
-+++ src/wp/impexp/gtk/ie_impGraphic_GdkPixbuf.cpp 2012-04-28 07:25:54.000000000 +0200
-@@ -185,7 +185,7 @@
- /** needed for the stejmp context */
- UT_Error IE_ImpGraphic_GdkPixbuf::_png_write(GdkPixbuf * pixbuf)
- {
-- if (setjmp(m_pPNG->jmpbuf))
-+ if (setjmp(png_jmpbuf(m_pPNG)))
- {
- DELETEP(m_pPngBB);
- png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
-@@ -446,7 +446,7 @@
- * the normal method of doing things with libpng). REQUIRED unless you
- * set up your own error handlers in the png_create_read_struct() earlier.
- */
-- if (setjmp(m_pPNG->jmpbuf))
-+ if (setjmp(png_jmpbuf(m_pPNG)))
- {
- /* Free all of the memory associated with the png_ptr and info_ptr */
- png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
Modified: trunk/editors/abiword/pkg-plist
===================================================================
--- trunk/editors/abiword/pkg-plist 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/abiword/pkg-plist 2015-08-11 00:09:35 UTC (rev 19702)
@@ -52,316 +52,346 @@
lib/libabiword-%%ABIVERSION%%.so
libdata/pkgconfig/abiword-%%ABIVERSION%%.pc
man/man1/abiword.1.gz
-share/abiword-%%ABIVERSION%%/Presentation.xml
-%%COLLAB%%share/abiword-%%ABIVERSION%%/certs/cacert.pem
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/book.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/chip.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/fun.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gear.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomea.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomeb.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomec.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomecorner.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomed.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomedecor1.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomedecor2.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomee.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomeflowers.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomeline.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/idea.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/lamp.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/monitor.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/music1.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/pinceau.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/simca.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/surprise.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/together.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/toolbox.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/tree.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/tux_bordelais.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/weather.png
-%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/write.png
-share/abiword-%%ABIVERSION%%/system.profile-ro
-share/abiword-%%ABIVERSION%%/system.profile-ro-RO
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/A4.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Business-Letter.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Business-Report.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Employee-Directory.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Fax-Coversheet.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Friendly-Letter.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Memo.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Press-Release.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Resume.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Two-Columns.awt
-%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/US-Letter.awt
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ro
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ro_RO
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Annotation.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Break.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAccounts.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddAccount.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddBuddy.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationJoin.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationShare.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Field.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFootnotes.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFrame.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTOC.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTable.xml
-%%COLLAB%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_GenericInput.xml
-%%COLLAB%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_GenericProgress.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Goto.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_HdrFtr.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_InsertTable.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Insert_DateTime.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Latex.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_MailMerge.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_MetaData.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_New.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Options.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Options_ColorSel.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_PageNumbers.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_PageSetup.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Replace.xml
-%%DICT%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Spell.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Styles.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist_modal.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.xml
-share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.xml
-%%OTS%%share/abiword-%%ABIVERSION%%/ui/ots.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_DocComparison.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Encoding.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_History.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Image.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Language.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_ListDocuments.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Password.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_PluginManager.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_WindowMore.xml
-share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Zoom.xml
-share/abiword-%%ABIVERSION%%/readme.abw
-share/abiword-%%ABIVERSION%%/readme.txt
-share/abiword-%%ABIVERSION%%/strings/am-ET.strings
-share/abiword-%%ABIVERSION%%/strings/ar.strings
-share/abiword-%%ABIVERSION%%/strings/ast-ES.strings
-share/abiword-%%ABIVERSION%%/strings/ayc-BO.strings
-share/abiword-%%ABIVERSION%%/strings/aym-BO.strings
-share/abiword-%%ABIVERSION%%/strings/be-BY.strings
-share/abiword-%%ABIVERSION%%/strings/bg-BG.strings
-share/abiword-%%ABIVERSION%%/strings/br-FR.strings
-share/abiword-%%ABIVERSION%%/strings/ca-ES.strings
-share/abiword-%%ABIVERSION%%/strings/cs-CZ.strings
-share/abiword-%%ABIVERSION%%/strings/cy-GB.strings
-share/abiword-%%ABIVERSION%%/strings/da-DK.strings
-share/abiword-%%ABIVERSION%%/strings/de-CH.strings
-share/abiword-%%ABIVERSION%%/strings/de-DE.strings
-share/abiword-%%ABIVERSION%%/strings/el-GR.strings
-share/abiword-%%ABIVERSION%%/strings/en-AU.strings
-share/abiword-%%ABIVERSION%%/strings/en-CA.strings
-share/abiword-%%ABIVERSION%%/strings/en-GB.strings
-share/abiword-%%ABIVERSION%%/strings/en-IE.strings
-share/abiword-%%ABIVERSION%%/strings/eo.strings
-share/abiword-%%ABIVERSION%%/strings/es-ES.strings
-share/abiword-%%ABIVERSION%%/strings/es-MX.strings
-share/abiword-%%ABIVERSION%%/strings/et.strings
-share/abiword-%%ABIVERSION%%/strings/eu-ES.strings
-share/abiword-%%ABIVERSION%%/strings/fi-FI.strings
-share/abiword-%%ABIVERSION%%/strings/fr-FR.strings
-share/abiword-%%ABIVERSION%%/strings/ga-IE.strings
-share/abiword-%%ABIVERSION%%/strings/gl.strings
-share/abiword-%%ABIVERSION%%/strings/he-IL.strings
-share/abiword-%%ABIVERSION%%/strings/hr-HR.strings
-share/abiword-%%ABIVERSION%%/strings/hu-HU.strings
-share/abiword-%%ABIVERSION%%/strings/id-ID.strings
-share/abiword-%%ABIVERSION%%/strings/it-IT.strings
-share/abiword-%%ABIVERSION%%/strings/ja-JP.strings
-share/abiword-%%ABIVERSION%%/strings/jbo.strings
-share/abiword-%%ABIVERSION%%/strings/ko.strings
-share/abiword-%%ABIVERSION%%/strings/ku.strings
-share/abiword-%%ABIVERSION%%/strings/lt-LT.strings
-share/abiword-%%ABIVERSION%%/strings/lv-LV.strings
-share/abiword-%%ABIVERSION%%/strings/mg-MG.strings
-share/abiword-%%ABIVERSION%%/strings/mh-MH.strings
-share/abiword-%%ABIVERSION%%/strings/mk-MK.strings
-share/abiword-%%ABIVERSION%%/strings/ms-MY.strings
-share/abiword-%%ABIVERSION%%/strings/nb-NO.strings
-share/abiword-%%ABIVERSION%%/strings/ne-NP.strings
-share/abiword-%%ABIVERSION%%/strings/nl-NL.strings
-share/abiword-%%ABIVERSION%%/strings/nn-NO.strings
-share/abiword-%%ABIVERSION%%/strings/pl-PL.strings
-share/abiword-%%ABIVERSION%%/strings/pt-BR.strings
-share/abiword-%%ABIVERSION%%/strings/pt-PT.strings
-share/abiword-%%ABIVERSION%%/strings/quh-BO.strings
-share/abiword-%%ABIVERSION%%/strings/qul-BO.strings
-share/abiword-%%ABIVERSION%%/strings/ro-RO.strings
-share/abiword-%%ABIVERSION%%/strings/ru-RU.strings
-share/abiword-%%ABIVERSION%%/strings/sc-IT.strings
-share/abiword-%%ABIVERSION%%/strings/sk-SK.strings
-share/abiword-%%ABIVERSION%%/strings/sl-SI.strings
-share/abiword-%%ABIVERSION%%/strings/sq-AL.strings
-share/abiword-%%ABIVERSION%%/strings/sr.strings
-share/abiword-%%ABIVERSION%%/strings/sv-SE.strings
-share/abiword-%%ABIVERSION%%/strings/ta-IN.strings
-share/abiword-%%ABIVERSION%%/strings/tr-TR.strings
-share/abiword-%%ABIVERSION%%/strings/uk-UA.strings
-share/abiword-%%ABIVERSION%%/strings/ur.strings
-share/abiword-%%ABIVERSION%%/strings/vi-VN.strings
-share/abiword-%%ABIVERSION%%/strings/wo-SN.strings
-share/abiword-%%ABIVERSION%%/strings/yi.strings
-share/abiword-%%ABIVERSION%%/strings/zh-CN.strings
-share/abiword-%%ABIVERSION%%/strings/zh-HK.strings
-share/abiword-%%ABIVERSION%%/strings/zh-TW.strings
-share/abiword-%%ABIVERSION%%/system.profile
-share/abiword-%%ABIVERSION%%/system.profile-CP1254
-share/abiword-%%ABIVERSION%%/system.profile-KOI8-R
-share/abiword-%%ABIVERSION%%/system.profile-KOI8-U
-share/abiword-%%ABIVERSION%%/system.profile-KOI8-UB
-share/abiword-%%ABIVERSION%%/system.profile-am-ET
-share/abiword-%%ABIVERSION%%/system.profile-ar
-share/abiword-%%ABIVERSION%%/system.profile-ar-EG
-share/abiword-%%ABIVERSION%%/system.profile-ar-SA
-share/abiword-%%ABIVERSION%%/system.profile-bg-BG
-share/abiword-%%ABIVERSION%%/system.profile-ca-ES
-share/abiword-%%ABIVERSION%%/system.profile-cs-CZ
-share/abiword-%%ABIVERSION%%/system.profile-da-DK
-share/abiword-%%ABIVERSION%%/system.profile-de
-share/abiword-%%ABIVERSION%%/system.profile-de-AT
-share/abiword-%%ABIVERSION%%/system.profile-de-CH
-share/abiword-%%ABIVERSION%%/system.profile-de-DE
-share/abiword-%%ABIVERSION%%/system.profile-div-MV
-share/abiword-%%ABIVERSION%%/system.profile-el-GR
-share/abiword-%%ABIVERSION%%/system.profile-en
-share/abiword-%%ABIVERSION%%/system.profile-en-AU
-share/abiword-%%ABIVERSION%%/system.profile-en-CA
-share/abiword-%%ABIVERSION%%/system.profile-en-GB
-share/abiword-%%ABIVERSION%%/system.profile-en-IE
-share/abiword-%%ABIVERSION%%/system.profile-en-NZ
-share/abiword-%%ABIVERSION%%/system.profile-en-US
-share/abiword-%%ABIVERSION%%/system.profile-en-ZA
-share/abiword-%%ABIVERSION%%/system.profile-es
-share/abiword-%%ABIVERSION%%/system.profile-es-ES
-share/abiword-%%ABIVERSION%%/system.profile-es-MX
-share/abiword-%%ABIVERSION%%/system.profile-eu
-share/abiword-%%ABIVERSION%%/system.profile-eu-ES
-share/abiword-%%ABIVERSION%%/system.profile-fa-IR
-share/abiword-%%ABIVERSION%%/system.profile-fi-FI
-share/abiword-%%ABIVERSION%%/system.profile-fr
-share/abiword-%%ABIVERSION%%/system.profile-fr-BE
-share/abiword-%%ABIVERSION%%/system.profile-fr-CA
-share/abiword-%%ABIVERSION%%/system.profile-fr-CH
-share/abiword-%%ABIVERSION%%/system.profile-fr-FR
-share/abiword-%%ABIVERSION%%/system.profile-gl-ES
-share/abiword-%%ABIVERSION%%/system.profile-he
-share/abiword-%%ABIVERSION%%/system.profile-he-IL
-share/abiword-%%ABIVERSION%%/system.profile-hu-HU
-share/abiword-%%ABIVERSION%%/system.profile-it-IT
-share/abiword-%%ABIVERSION%%/system.profile-ja-JP
-share/abiword-%%ABIVERSION%%/system.profile-lt-LT
-share/abiword-%%ABIVERSION%%/system.profile-nb-NO
-share/abiword-%%ABIVERSION%%/system.profile-nl-NL
-share/abiword-%%ABIVERSION%%/system.profile-nn-NO
-share/abiword-%%ABIVERSION%%/system.profile-pl-PL
-share/abiword-%%ABIVERSION%%/system.profile-ps
-share/abiword-%%ABIVERSION%%/system.profile-pt-BR
-share/abiword-%%ABIVERSION%%/system.profile-pt-PT
-share/abiword-%%ABIVERSION%%/system.profile-ru
-share/abiword-%%ABIVERSION%%/system.profile-ru-RU
-share/abiword-%%ABIVERSION%%/system.profile-sk-SK
-share/abiword-%%ABIVERSION%%/system.profile-sk-SK.CP1250
-share/abiword-%%ABIVERSION%%/system.profile-sl
-share/abiword-%%ABIVERSION%%/system.profile-sv
-share/abiword-%%ABIVERSION%%/system.profile-sv-SE
-share/abiword-%%ABIVERSION%%/system.profile-syr
-share/abiword-%%ABIVERSION%%/system.profile-tr
-share/abiword-%%ABIVERSION%%/system.profile-tr-TR
-share/abiword-%%ABIVERSION%%/system.profile-tr-TR.CP1254
-share/abiword-%%ABIVERSION%%/system.profile-uk-UA
-share/abiword-%%ABIVERSION%%/system.profile-ur-PK
-share/abiword-%%ABIVERSION%%/system.profile-yi
-share/abiword-%%ABIVERSION%%/system.profile-zh-CN
-share/abiword-%%ABIVERSION%%/system.profile-zh-TW
-share/abiword-%%ABIVERSION%%/templates/normal.awt
-share/abiword-%%ABIVERSION%%/templates/normal.awt-am_ET
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ar
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ar_EG
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ar_SA
-share/abiword-%%ABIVERSION%%/templates/normal.awt-bg_BG
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ca_ES
-share/abiword-%%ABIVERSION%%/templates/normal.awt-cs_CZ
-share/abiword-%%ABIVERSION%%/templates/normal.awt-da_DK
-share/abiword-%%ABIVERSION%%/templates/normal.awt-de
-share/abiword-%%ABIVERSION%%/templates/normal.awt-de_AT
-share/abiword-%%ABIVERSION%%/templates/normal.awt-de_CH
-share/abiword-%%ABIVERSION%%/templates/normal.awt-de_DE
-share/abiword-%%ABIVERSION%%/templates/normal.awt-div_MV
-share/abiword-%%ABIVERSION%%/templates/normal.awt-el_GR
-share/abiword-%%ABIVERSION%%/templates/normal.awt-en_AU
-share/abiword-%%ABIVERSION%%/templates/normal.awt-en_CA
-share/abiword-%%ABIVERSION%%/templates/normal.awt-en_GB
-share/abiword-%%ABIVERSION%%/templates/normal.awt-en_IE
-share/abiword-%%ABIVERSION%%/templates/normal.awt-en_NZ
-share/abiword-%%ABIVERSION%%/templates/normal.awt-en_ZA
-share/abiword-%%ABIVERSION%%/templates/normal.awt-es
-share/abiword-%%ABIVERSION%%/templates/normal.awt-es_AR
-share/abiword-%%ABIVERSION%%/templates/normal.awt-es_ES
-share/abiword-%%ABIVERSION%%/templates/normal.awt-es_IR
-share/abiword-%%ABIVERSION%%/templates/normal.awt-es_MX
-share/abiword-%%ABIVERSION%%/templates/normal.awt-fa_IR
-share/abiword-%%ABIVERSION%%/templates/normal.awt-fi_FI
-share/abiword-%%ABIVERSION%%/templates/normal.awt-fr
-share/abiword-%%ABIVERSION%%/templates/normal.awt-fr_BE
-share/abiword-%%ABIVERSION%%/templates/normal.awt-fr_CA
-share/abiword-%%ABIVERSION%%/templates/normal.awt-fr_CH
-share/abiword-%%ABIVERSION%%/templates/normal.awt-fr_FR
-share/abiword-%%ABIVERSION%%/templates/normal.awt-gl_ES
-share/abiword-%%ABIVERSION%%/templates/normal.awt-he
-share/abiword-%%ABIVERSION%%/templates/normal.awt-he_IL
-share/abiword-%%ABIVERSION%%/templates/normal.awt-hu_HU
-share/abiword-%%ABIVERSION%%/templates/normal.awt-it_IT
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ja_JP
-share/abiword-%%ABIVERSION%%/templates/normal.awt-lt_LT
-share/abiword-%%ABIVERSION%%/templates/normal.awt-nb_NO
-share/abiword-%%ABIVERSION%%/templates/normal.awt-nl_NL
-share/abiword-%%ABIVERSION%%/templates/normal.awt-nn_NO
-share/abiword-%%ABIVERSION%%/templates/normal.awt-pl_PL
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ps
-share/abiword-%%ABIVERSION%%/templates/normal.awt-pt_BR
-share/abiword-%%ABIVERSION%%/templates/normal.awt-pt_PT
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ru
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ru_RU
-share/abiword-%%ABIVERSION%%/templates/normal.awt-sk_SK
-share/abiword-%%ABIVERSION%%/templates/normal.awt-sl
-share/abiword-%%ABIVERSION%%/templates/normal.awt-sv
-share/abiword-%%ABIVERSION%%/templates/normal.awt-sv_SE
-share/abiword-%%ABIVERSION%%/templates/normal.awt-syr
-share/abiword-%%ABIVERSION%%/templates/normal.awt-tr
-share/abiword-%%ABIVERSION%%/templates/normal.awt-tr_TR
-share/abiword-%%ABIVERSION%%/templates/normal.awt-uk_UA
-share/abiword-%%ABIVERSION%%/templates/normal.awt-ur_PK
-share/abiword-%%ABIVERSION%%/templates/normal.awt-yi
-share/abiword-%%ABIVERSION%%/templates/normal.awt-zh_CN
-share/abiword-%%ABIVERSION%%/templates/normal.awt-zh_TW
-share/abiword-%%ABIVERSION%%/xsltml/README
-share/abiword-%%ABIVERSION%%/xsltml/cmarkup.xsl
-share/abiword-%%ABIVERSION%%/xsltml/entities.xsl
-share/abiword-%%ABIVERSION%%/xsltml/glayout.xsl
-share/abiword-%%ABIVERSION%%/xsltml/mmltex.xsl
-share/abiword-%%ABIVERSION%%/xsltml/scripts.xsl
-share/abiword-%%ABIVERSION%%/xsltml/tables.xsl
-share/abiword-%%ABIVERSION%%/xsltml/tokens.xsl
+%%DATADIR%%-%%ABIVERSION%%/Presentation.xml
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/certs/cacert.pem
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/book.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/chip.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/fun.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gear.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomea.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomeb.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomec.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomecorner.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomed.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomedecor1.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomedecor2.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomee.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomeflowers.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomeline.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/idea.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/lamp.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/monitor.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/music1.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/pinceau.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/simca.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/surprise.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/together.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/toolbox.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/tree.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/tux_bordelais.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/weather.png
+%%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/write.png
+%%DATADIR%%-%%ABIVERSION%%/mime-info/abiword.keys
+%%DATADIR%%-%%ABIVERSION%%/omml_xslt/mml2omml.xsl
+%%DATADIR%%-%%ABIVERSION%%/omml_xslt/omml2mml.xsl
+%%DATADIR%%-%%ABIVERSION%%/readme.abw
+%%DATADIR%%-%%ABIVERSION%%/readme.txt
+%%DATADIR%%-%%ABIVERSION%%/strings/ach.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/af-ZA.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ak.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/am-ET.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ar.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ast-ES.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ayc-BO.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/aym-BO.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/be-BY.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/be at latin.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/bg-BG.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/bm.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/bn.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/br-FR.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/bs.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ca-ES.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/cgg.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/cs-CZ.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/cy-GB.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/da-DK.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/de-CH.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/de-DE.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/el-GR.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/en-AU.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/en-CA.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/en-GB.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/en-IE.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/eo.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/es-ES.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/es-MX.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/et.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/eu-ES.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/fa-AF.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ff.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/fi-FI.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/fil.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/fr-FR.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ga-IE.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/gl.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/he-IL.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/hi.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/hr-HR.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/hu-HU.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/id-ID.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/it-IT.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ja-JP.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/jbo.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/kk-KZ.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/km.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ko.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ku.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/lg.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/lt-LT.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/lv-LV.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/mg-MG.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/mk-MK.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/mnk-SN.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ms-MY.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/nb-NO.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ne-NP.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/nl-NL.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/nn-NO.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/pl-PL.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ps.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/pt-BR.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/pt-PT.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/quh-BO.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/qul-BO.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/quz.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ro-RO.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ru-RU.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/sc-IT.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/sk-SK.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/sl-SI.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/son.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/sq-AL.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/sr.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/sr at latin.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/sv-SE.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/sw.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/ta-IN.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/th.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/tr-TR.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/uk-UA.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/vi-VN.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/wo-SN.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/yi.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/zh-CN.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/zh-HK.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/zh-TW.strings
+%%DATADIR%%-%%ABIVERSION%%/strings/zu.strings
+%%DATADIR%%-%%ABIVERSION%%/system.profile
+%%DATADIR%%-%%ABIVERSION%%/system.profile-CP1254
+%%DATADIR%%-%%ABIVERSION%%/system.profile-KOI8-R
+%%DATADIR%%-%%ABIVERSION%%/system.profile-KOI8-U
+%%DATADIR%%-%%ABIVERSION%%/system.profile-KOI8-UB
+%%DATADIR%%-%%ABIVERSION%%/system.profile-am-ET
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ar
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ar-EG
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ar-SA
+%%DATADIR%%-%%ABIVERSION%%/system.profile-bg-BG
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ca-ES
+%%DATADIR%%-%%ABIVERSION%%/system.profile-cs-CZ
+%%DATADIR%%-%%ABIVERSION%%/system.profile-da-DK
+%%DATADIR%%-%%ABIVERSION%%/system.profile-de
+%%DATADIR%%-%%ABIVERSION%%/system.profile-de-AT
+%%DATADIR%%-%%ABIVERSION%%/system.profile-de-CH
+%%DATADIR%%-%%ABIVERSION%%/system.profile-de-DE
+%%DATADIR%%-%%ABIVERSION%%/system.profile-div-MV
+%%DATADIR%%-%%ABIVERSION%%/system.profile-el-GR
+%%DATADIR%%-%%ABIVERSION%%/system.profile-en
+%%DATADIR%%-%%ABIVERSION%%/system.profile-en-AU
+%%DATADIR%%-%%ABIVERSION%%/system.profile-en-CA
+%%DATADIR%%-%%ABIVERSION%%/system.profile-en-GB
+%%DATADIR%%-%%ABIVERSION%%/system.profile-en-IE
+%%DATADIR%%-%%ABIVERSION%%/system.profile-en-NZ
+%%DATADIR%%-%%ABIVERSION%%/system.profile-en-US
+%%DATADIR%%-%%ABIVERSION%%/system.profile-en-ZA
+%%DATADIR%%-%%ABIVERSION%%/system.profile-es
+%%DATADIR%%-%%ABIVERSION%%/system.profile-es-ES
+%%DATADIR%%-%%ABIVERSION%%/system.profile-es-MX
+%%DATADIR%%-%%ABIVERSION%%/system.profile-eu
+%%DATADIR%%-%%ABIVERSION%%/system.profile-eu-ES
+%%DATADIR%%-%%ABIVERSION%%/system.profile-fa-IR
+%%DATADIR%%-%%ABIVERSION%%/system.profile-fi-FI
+%%DATADIR%%-%%ABIVERSION%%/system.profile-fr
+%%DATADIR%%-%%ABIVERSION%%/system.profile-fr-BE
+%%DATADIR%%-%%ABIVERSION%%/system.profile-fr-CA
+%%DATADIR%%-%%ABIVERSION%%/system.profile-fr-CH
+%%DATADIR%%-%%ABIVERSION%%/system.profile-fr-FR
+%%DATADIR%%-%%ABIVERSION%%/system.profile-gl-ES
+%%DATADIR%%-%%ABIVERSION%%/system.profile-he
+%%DATADIR%%-%%ABIVERSION%%/system.profile-he-IL
+%%DATADIR%%-%%ABIVERSION%%/system.profile-hu-HU
+%%DATADIR%%-%%ABIVERSION%%/system.profile-it-IT
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ja-JP
+%%DATADIR%%-%%ABIVERSION%%/system.profile-kk-KZ
+%%DATADIR%%-%%ABIVERSION%%/system.profile-lt-LT
+%%DATADIR%%-%%ABIVERSION%%/system.profile-nb-NO
+%%DATADIR%%-%%ABIVERSION%%/system.profile-nl-NL
+%%DATADIR%%-%%ABIVERSION%%/system.profile-nn-NO
+%%DATADIR%%-%%ABIVERSION%%/system.profile-pl-PL
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ps
+%%DATADIR%%-%%ABIVERSION%%/system.profile-pt-BR
+%%DATADIR%%-%%ABIVERSION%%/system.profile-pt-PT
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ro
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ro-RO
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ru
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ru-RU
+%%DATADIR%%-%%ABIVERSION%%/system.profile-sk-SK
+%%DATADIR%%-%%ABIVERSION%%/system.profile-sk-SK.CP1250
+%%DATADIR%%-%%ABIVERSION%%/system.profile-sl
+%%DATADIR%%-%%ABIVERSION%%/system.profile-sv
+%%DATADIR%%-%%ABIVERSION%%/system.profile-sv-SE
+%%DATADIR%%-%%ABIVERSION%%/system.profile-syr
+%%DATADIR%%-%%ABIVERSION%%/system.profile-tr
+%%DATADIR%%-%%ABIVERSION%%/system.profile-tr-TR
+%%DATADIR%%-%%ABIVERSION%%/system.profile-tr-TR.CP1254
+%%DATADIR%%-%%ABIVERSION%%/system.profile-uk-UA
+%%DATADIR%%-%%ABIVERSION%%/system.profile-ur-PK
+%%DATADIR%%-%%ABIVERSION%%/system.profile-yi
+%%DATADIR%%-%%ABIVERSION%%/system.profile-zh-CN
+%%DATADIR%%-%%ABIVERSION%%/system.profile-zh-TW
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/A4.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Business-Letter.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Business-Report.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Employee-Directory.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Fax-Coversheet.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Friendly-Letter.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Memo.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Press-Release.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Resume.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Two-Columns.awt
+%%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/US-Letter.awt
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-am_ET
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ar
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ar_EG
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ar_SA
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-bg_BG
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ca_ES
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-cs_CZ
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-da_DK
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-de
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-de_AT
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-de_CH
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-de_DE
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-div_MV
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-el_GR
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_AU
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_CA
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_GB
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_IE
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_NZ
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_ZA
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es_AR
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es_ES
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es_IR
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es_MX
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fa_IR
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fi_FI
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr_BE
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr_CA
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr_CH
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr_FR
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-gl_ES
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-he
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-he_IL
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-hu_HU
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-it_IT
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ja_JP
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-kk_KZ
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-km_KH
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-lt_LT
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-nb_NO
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-nl_NL
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-nn_NO
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-pl_PL
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ps
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-pt_BR
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-pt_PT
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ro
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ro_RO
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ru
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ru_RU
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-sk_SK
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-sl
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-sv
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-sv_SE
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-syr
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-tr
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-tr_TR
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-uk_UA
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ur_PK
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-yi
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-zh_CN
+%%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-zh_TW
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Annotation.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Border_Shading.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Break.ui
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAccounts.ui
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddAccount.ui
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddBuddy.ui
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationEditAccount.ui
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationJoin.ui
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationShare.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Field.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFootnotes.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFrame.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTOC.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTable.ui
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_GenericInput.ui
+%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_GenericProgress.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Goto.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_HdrFtr.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_InsertTable.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Insert_DateTime.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Latex.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_MailMerge.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_MetaData.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_New.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Options.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Options_ColorSel.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_PageNumbers.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_PageSetup.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_RDFEditor.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_RDFQuery.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Replace.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_SemanticStylesheets.ui
+%%SPELLCHECK%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Spell.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Styles.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.ui
+%%OTS%%%%DATADIR%%-%%ABIVERSION%%/ui/ots.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFContact.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFEvent.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFInsertReference.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFLocation.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_DocComparison.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Encoding.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_History.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Image.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Language.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_ListDocuments.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Password.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_PluginManager.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_WindowMore.ui
+%%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Zoom.ui
+%%DATADIR%%-%%ABIVERSION%%/xsltml/README
+%%DATADIR%%-%%ABIVERSION%%/xsltml/cmarkup.xsl
+%%DATADIR%%-%%ABIVERSION%%/xsltml/entities.xsl
+%%DATADIR%%-%%ABIVERSION%%/xsltml/glayout.xsl
+%%DATADIR%%-%%ABIVERSION%%/xsltml/mmltex.xsl
+%%DATADIR%%-%%ABIVERSION%%/xsltml/scripts.xsl
+%%DATADIR%%-%%ABIVERSION%%/xsltml/tables.xsl
+%%DATADIR%%-%%ABIVERSION%%/xsltml/tokens.xsl
share/applications/abiword.desktop
-share/icons/abiword_48.png
-share/mime-info/abiword.keys
- at dirrm share/abiword-%%ABIVERSION%%/xsltml
- at dirrm share/abiword-%%ABIVERSION%%/ui
- at dirrm share/abiword-%%ABIVERSION%%/templates
- at dirrm share/abiword-%%ABIVERSION%%/strings
-%%CLIPART%%@dirrm share/abiword-%%ABIVERSION%%/clipart
-%%COLLAB%%@dirrm share/abiword-%%ABIVERSION%%/certs
- at dirrm share/abiword-%%ABIVERSION%%
- at dirrm lib/abiword-%%ABIVERSION%%/plugins
- at dirrm lib/abiword-%%ABIVERSION%%
- at dirrm include/abiword-%%ABIVERSION%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+%%COLTELEPATHY%%share/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service
+share/icons/hicolor/16x16/apps/abiword.png
+share/icons/hicolor/22x22/apps/abiword.png
+share/icons/hicolor/256x256/apps/abiword.png
+share/icons/hicolor/32x32/apps/abiword.png
+share/icons/hicolor/48x48/apps/abiword.png
+share/icons/hicolor/512x512/apps/abiword.png
+share/icons/hicolor/scalable/apps/abiword.svg
+%%COLTELEPATHY%%share/telepathy/clients/AbiCollab.client
Modified: trunk/editors/gedit/Makefile
===================================================================
--- trunk/editors/gedit/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/gedit/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -2,47 +2,52 @@
# $FreeBSD: ports/editors/gedit/Makefile,v 1.66 2007/12/12 04:36:21 marcus Exp $
PORTNAME= gedit
-PORTVERSION= 2.30.4
-PORTREVISION= 3
+PORTVERSION= 3.16.2
+PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= ports at MidnightBSD.org
-COMMENT= Small but powerful text editor for GNOME 2 Desktop Environment
+COMMENT= Small but powerful text editor for GNOME 3 Desktop Environment
LICENSE= gpl2
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
+ vala:${PORTSDIR}/lang/vala \
+ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
+ libpeas-gtk-1.0.so:${PORTSDIR}/devel/libpeas \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
+ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
-USES= desktop-file-utils gettext gmake libtool:keepla pathfix \
- pkgconfig tar:bzip2
-USE_XORG= ice sm
-INSTALLS_OMF= yes
-INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-USE_GNOME= gnomeprefix intlhack gconf2 gtksourceview2 gnomedocutils
+USES= desktop-file-utils gettext gmake libtool \
+ pathfix pkgconfig python:3 tar:xz
+USE_GNOME= gtksourceview3 intlhack introspection:build \
+ libxml2 py3gobject3
+USE_XORG= sm
GNU_CONFIGURE= yes
-GNOME_DESKTOP_VERSION=2
-CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ARGS= --disable-updater
+CONFIGURE_ARGS+=--disable-zeitgeist \
+ --enable-python
+CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
+CFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_SUB= VERSION="2.20"
+PLIST_SUB= VERSION="3.14"
+INSTALL_TARGET= install-strip
-GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas
+GLIB_SCHEMAS= org.gnome.gedit.enums.xml \
+ org.gnome.gedit.plugins.externaltools.gschema.xml \
+ org.gnome.gedit.gschema.xml \
+ org.gnome.gedit.plugins.filebrowser.enums.xml \
+ org.gnome.gedit.plugins.filebrowser.gschema.xml \
+ org.gnome.gedit.plugins.pythonconsole.gschema.xml \
+ org.gnome.gedit.plugins.time.enums.xml \
+ org.gnome.gedit.plugins.time.gschema.xml
-OPTIONS_DEFINE= PYTHON
-OPTIONS_SUB= yes
+PLIST_SUB+= PYVER=${PYTHON_VER:S/.//}
-PYTHON_CONFIGURE_ENABLE=python
-PYTHON_USE= GNOME=pygtksourceview
-
-post-patch:
- @${REINPLACE_CMD} '/^libgedit_la_LIBADD =/s/=/= -lgmodule-2.0/' \
- ${WRKSRC}/gedit/Makefile.in
- @${REINPLACE_CMD} '/EGG_SMCLIENT_LIBS =/s/$$/ -lICE/' \
- ${WRKSRC}/gedit/smclient/Makefile.in
-
.include <bsd.port.mk>
Modified: trunk/editors/gedit/distinfo
===================================================================
--- trunk/editors/gedit/distinfo 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/gedit/distinfo 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gedit-2.30.4.tar.bz2) = a561fe3dd1d199baede1bd07c4ee65f06fc7c494dd4d3327117f04149a608e3c
-SIZE (gnome2/gedit-2.30.4.tar.bz2) = 4705692
+SHA256 (gnome3/gedit-3.16.2.tar.xz) = db60a9408711b00f3780f5f5b657e9f44722c88c683ba6e9f2b4885631f429aa
+SIZE (gnome3/gedit-3.16.2.tar.xz) = 2905916
Modified: trunk/editors/gedit/pkg-plist
===================================================================
--- trunk/editors/gedit/pkg-plist 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/gedit/pkg-plist 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,432 +1,1666 @@
bin/gedit
bin/gnome-text-editor
+include/gedit-%%VERSION%%/gedit/gedit-app-activatable.h
include/gedit-%%VERSION%%/gedit/gedit-app.h
include/gedit-%%VERSION%%/gedit/gedit-commands.h
include/gedit-%%VERSION%%/gedit/gedit-debug.h
include/gedit-%%VERSION%%/gedit/gedit-document.h
include/gedit-%%VERSION%%/gedit/gedit-encodings-combo-box.h
-include/gedit-%%VERSION%%/gedit/gedit-encodings.h
-include/gedit-%%VERSION%%/gedit/gedit-file-chooser-dialog.h
-include/gedit-%%VERSION%%/gedit/gedit-help.h
+include/gedit-%%VERSION%%/gedit/gedit-menu-extension.h
include/gedit-%%VERSION%%/gedit/gedit-message-bus.h
-include/gedit-%%VERSION%%/gedit/gedit-message-type.h
include/gedit-%%VERSION%%/gedit/gedit-message.h
-include/gedit-%%VERSION%%/gedit/gedit-notebook.h
-include/gedit-%%VERSION%%/gedit/gedit-panel.h
-include/gedit-%%VERSION%%/gedit/gedit-plugin.h
-include/gedit-%%VERSION%%/gedit/gedit-prefs-manager-app.h
-include/gedit-%%VERSION%%/gedit/gedit-prefs-manager.h
-include/gedit-%%VERSION%%/gedit/gedit-progress-message-area.h
+include/gedit-%%VERSION%%/gedit/gedit-progress-info-bar.h
include/gedit-%%VERSION%%/gedit/gedit-statusbar.h
-include/gedit-%%VERSION%%/gedit/gedit-status-combo-box.h
include/gedit-%%VERSION%%/gedit/gedit-tab.h
include/gedit-%%VERSION%%/gedit/gedit-utils.h
+include/gedit-%%VERSION%%/gedit/gedit-view-activatable.h
include/gedit-%%VERSION%%/gedit/gedit-view.h
+include/gedit-%%VERSION%%/gedit/gedit-window-activatable.h
include/gedit-%%VERSION%%/gedit/gedit-window.h
-lib/gedit-2/plugin-loaders/libcloader.la
-lib/gedit-2/plugin-loaders/libcloader.so
-%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.la
-%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.so
-lib/gedit-2/plugins/changecase.gedit-plugin
-lib/gedit-2/plugins/docinfo.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/externaltools.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/filelookup.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/filelookup.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/filelookup.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/library.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/linkparsing.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/linkparsing.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/linkparsing.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyo
-lib/gedit-2/plugins/filebrowser.gedit-plugin
-lib/gedit-2/plugins/libchangecase.la
-lib/gedit-2/plugins/libchangecase.so
-lib/gedit-2/plugins/libdocinfo.la
-lib/gedit-2/plugins/libdocinfo.so
-lib/gedit-2/plugins/libfilebrowser.la
-lib/gedit-2/plugins/libfilebrowser.so
-lib/gedit-2/plugins/libmodelines.la
-lib/gedit-2/plugins/libmodelines.so
-lib/gedit-2/plugins/libsort.la
-lib/gedit-2/plugins/libsort.so
-lib/gedit-2/plugins/libspell.la
-lib/gedit-2/plugins/libspell.so
-lib/gedit-2/plugins/libtaglist.la
-lib/gedit-2/plugins/libtaglist.so
-lib/gedit-2/plugins/libtime.la
-lib/gedit-2/plugins/libtime.so
-lib/gedit-2/plugins/modelines.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.py
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.pyc
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.pyo
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.py
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyc
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyo
-%%PYTHON%%lib/gedit-2/plugins/quickopen.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.py
-%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.pyc
-%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.pyo
-%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.py
-%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.pyc
-%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.pyo
-%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.py
-%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.pyc
-%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/snippets/Completion.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Completion.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Completion.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Document.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/LanguageManager.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/LanguageManager.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/LanguageManager.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Library.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyo
-lib/gedit-2/plugins/sort.gedit-plugin
-lib/gedit-2/plugins/spell.gedit-plugin
-lib/gedit-2/plugins/taglist.gedit-plugin
-lib/gedit-2/plugins/time.gedit-plugin
-libdata/pkgconfig/gedit-%%VERSION%%.pc
-libexec/gedit-2/gedit-bugreport.sh
+lib/gedit/girepository-1.0/Gedit-3.0.typelib
+lib/gedit/libgedit.so
+lib/gedit/plugins/docinfo.plugin
+lib/gedit/plugins/externaltools.plugin
+lib/gedit/plugins/externaltools/__init__.py
+lib/gedit/plugins/externaltools/__init__.pyc
+lib/gedit/plugins/externaltools/__init__.pyo
+lib/gedit/plugins/externaltools/appactivatable.py
+lib/gedit/plugins/externaltools/appactivatable.pyc
+lib/gedit/plugins/externaltools/appactivatable.pyo
+lib/gedit/plugins/externaltools/capture.py
+lib/gedit/plugins/externaltools/capture.pyc
+lib/gedit/plugins/externaltools/capture.pyo
+lib/gedit/plugins/externaltools/filelookup.py
+lib/gedit/plugins/externaltools/filelookup.pyc
+lib/gedit/plugins/externaltools/filelookup.pyo
+lib/gedit/plugins/externaltools/functions.py
+lib/gedit/plugins/externaltools/functions.pyc
+lib/gedit/plugins/externaltools/functions.pyo
+lib/gedit/plugins/externaltools/library.py
+lib/gedit/plugins/externaltools/library.pyc
+lib/gedit/plugins/externaltools/library.pyo
+lib/gedit/plugins/externaltools/linkparsing.py
+lib/gedit/plugins/externaltools/linkparsing.pyc
+lib/gedit/plugins/externaltools/linkparsing.pyo
+lib/gedit/plugins/externaltools/manager.py
+lib/gedit/plugins/externaltools/manager.pyc
+lib/gedit/plugins/externaltools/manager.pyo
+lib/gedit/plugins/externaltools/outputpanel.py
+lib/gedit/plugins/externaltools/outputpanel.pyc
+lib/gedit/plugins/externaltools/outputpanel.pyo
+lib/gedit/plugins/externaltools/windowactivatable.py
+lib/gedit/plugins/externaltools/windowactivatable.pyc
+lib/gedit/plugins/externaltools/windowactivatable.pyo
+lib/gedit/plugins/filebrowser.plugin
+lib/gedit/plugins/libdocinfo.so
+lib/gedit/plugins/libfilebrowser.so
+lib/gedit/plugins/libmodelines.so
+lib/gedit/plugins/libsort.so
+lib/gedit/plugins/libspell.so
+lib/gedit/plugins/libtime.so
+lib/gedit/plugins/modelines.plugin
+lib/gedit/plugins/pythonconsole.plugin
+lib/gedit/plugins/pythonconsole/__init__.py
+lib/gedit/plugins/pythonconsole/__init__.pyc
+lib/gedit/plugins/pythonconsole/__init__.pyo
+lib/gedit/plugins/pythonconsole/config.py
+lib/gedit/plugins/pythonconsole/config.pyc
+lib/gedit/plugins/pythonconsole/config.pyo
+lib/gedit/plugins/pythonconsole/console.py
+lib/gedit/plugins/pythonconsole/console.pyc
+lib/gedit/plugins/pythonconsole/console.pyo
+lib/gedit/plugins/quickopen.plugin
+lib/gedit/plugins/quickopen/__init__.py
+lib/gedit/plugins/quickopen/__init__.pyc
+lib/gedit/plugins/quickopen/__init__.pyo
+lib/gedit/plugins/quickopen/popup.py
+lib/gedit/plugins/quickopen/popup.pyc
+lib/gedit/plugins/quickopen/popup.pyo
+lib/gedit/plugins/quickopen/virtualdirs.py
+lib/gedit/plugins/quickopen/virtualdirs.pyc
+lib/gedit/plugins/quickopen/virtualdirs.pyo
+lib/gedit/plugins/snippets.plugin
+lib/gedit/plugins/snippets/__init__.py
+lib/gedit/plugins/snippets/__init__.pyc
+lib/gedit/plugins/snippets/__init__.pyo
+lib/gedit/plugins/snippets/appactivatable.py
+lib/gedit/plugins/snippets/appactivatable.pyc
+lib/gedit/plugins/snippets/appactivatable.pyo
+lib/gedit/plugins/snippets/completion.py
+lib/gedit/plugins/snippets/completion.pyc
+lib/gedit/plugins/snippets/completion.pyo
+lib/gedit/plugins/snippets/document.py
+lib/gedit/plugins/snippets/document.pyc
+lib/gedit/plugins/snippets/document.pyo
+lib/gedit/plugins/snippets/exporter.py
+lib/gedit/plugins/snippets/exporter.pyc
+lib/gedit/plugins/snippets/exporter.pyo
+lib/gedit/plugins/snippets/helper.py
+lib/gedit/plugins/snippets/helper.pyc
+lib/gedit/plugins/snippets/helper.pyo
+lib/gedit/plugins/snippets/importer.py
+lib/gedit/plugins/snippets/importer.pyc
+lib/gedit/plugins/snippets/importer.pyo
+lib/gedit/plugins/snippets/languagemanager.py
+lib/gedit/plugins/snippets/languagemanager.pyc
+lib/gedit/plugins/snippets/languagemanager.pyo
+lib/gedit/plugins/snippets/library.py
+lib/gedit/plugins/snippets/library.pyc
+lib/gedit/plugins/snippets/library.pyo
+lib/gedit/plugins/snippets/manager.py
+lib/gedit/plugins/snippets/manager.pyc
+lib/gedit/plugins/snippets/manager.pyo
+lib/gedit/plugins/snippets/parser.py
+lib/gedit/plugins/snippets/parser.pyc
+lib/gedit/plugins/snippets/parser.pyo
+lib/gedit/plugins/snippets/placeholder.py
+lib/gedit/plugins/snippets/placeholder.pyc
+lib/gedit/plugins/snippets/placeholder.pyo
+lib/gedit/plugins/snippets/shareddata.py
+lib/gedit/plugins/snippets/shareddata.pyc
+lib/gedit/plugins/snippets/shareddata.pyo
+lib/gedit/plugins/snippets/signals.py
+lib/gedit/plugins/snippets/signals.pyc
+lib/gedit/plugins/snippets/signals.pyo
+lib/gedit/plugins/snippets/singleton.py
+lib/gedit/plugins/snippets/singleton.pyc
+lib/gedit/plugins/snippets/singleton.pyo
+lib/gedit/plugins/snippets/snippet.py
+lib/gedit/plugins/snippets/snippet.pyc
+lib/gedit/plugins/snippets/snippet.pyo
+lib/gedit/plugins/snippets/substitutionparser.py
+lib/gedit/plugins/snippets/substitutionparser.pyc
+lib/gedit/plugins/snippets/substitutionparser.pyo
+lib/gedit/plugins/snippets/windowactivatable.py
+lib/gedit/plugins/snippets/windowactivatable.pyc
+lib/gedit/plugins/snippets/windowactivatable.pyo
+lib/gedit/plugins/sort.plugin
+lib/gedit/plugins/spell.plugin
+lib/gedit/plugins/time.plugin
+%%PYTHON_SITELIBDIR%%/gi/overrides/Gedit.py
+%%PYTHON_SITELIBDIR%%/gi/overrides/Gedit.pyc
+%%PYTHON_SITELIBDIR%%/gi/overrides/Gedit.pyo
+libdata/pkgconfig/gedit.pc
+libexec/gedit/gedit-bugreport.sh
man/man1/gedit.1.gz
-share/applications/gedit.desktop
-%%DOCSDIR%%/GeditMessage.html
-%%DOCSDIR%%/GeditMessageBus.html
-%%DOCSDIR%%/GeditPlugin.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/gedit-GeditMessageType.html
-%%DOCSDIR%%/gedit-GeditPrintJob.html
-%%DOCSDIR%%/gedit-gedit-app.html
-%%DOCSDIR%%/gedit-gedit-convert.html
-%%DOCSDIR%%/gedit-gedit-debug.html
-%%DOCSDIR%%/gedit-gedit-document.html
-%%DOCSDIR%%/gedit-gedit-encodings.html
-%%DOCSDIR%%/gedit-gedit-encodings-option-menu.html
-%%DOCSDIR%%/gedit-gedit-file-chooser-dialog.html
-%%DOCSDIR%%/gedit-gedit-help.html
-%%DOCSDIR%%/gedit-gedit-metadata-manager.html
-%%DOCSDIR%%/gedit-gedit-notebook.html
-%%DOCSDIR%%/gedit-gedit-panel.html
-%%DOCSDIR%%/gedit-gedit-prefs-manager-app.html
-%%DOCSDIR%%/gedit-gedit-prefs-manager.html
-%%DOCSDIR%%/gedit-gedit-print-job-preview.html
-%%DOCSDIR%%/gedit-gedit-progress-message-area.html
-%%DOCSDIR%%/gedit-gedit-statusbar.html
-%%DOCSDIR%%/gedit-gedit-tab.html
-%%DOCSDIR%%/gedit-gedit-utils.html
-%%DOCSDIR%%/gedit-gedit-view.html
-%%DOCSDIR%%/gedit-gedit-window.html
-%%DOCSDIR%%/gedit.devhelp
-%%DOCSDIR%%/gedit.devhelp2
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-share/gedit-2/icons/gedit-plugin.png
-share/gedit-2/logo/gedit-logo.png
- at exec mkdir -p %D/share/gedit-2/plugins/changecase
-share/gedit-2/plugins/docinfo/docinfo.ui
-%%PYTHON%%share/gedit-2/plugins/externaltools/tools/build
-%%PYTHON%%share/gedit-2/plugins/externaltools/tools/open-terminal-here
-%%PYTHON%%share/gedit-2/plugins/externaltools/tools/remove-trailing-spaces
-%%PYTHON%%share/gedit-2/plugins/externaltools/tools/run-command
-%%PYTHON%%share/gedit-2/plugins/externaltools/ui/tools.ui
-%%PYTHON%%share/gedit-2/plugins/externaltools/ui/outputpanel.ui
-share/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml
-share/gedit-2/plugins/modelines/language-mappings
-%%PYTHON%%share/gedit-2/plugins/pythonconsole/ui/config.ui
-%%PYTHON%%share/gedit-2/plugins/snippets/c.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/chdr.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/cpp.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/css.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/docbook.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/fortran.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/global.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/haskell.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/html.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/idl.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/java.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/javascript.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/lang/snippets.lang
-%%PYTHON%%share/gedit-2/plugins/snippets/latex.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/mallard.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/perl.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/php.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/python.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/ruby.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/sh.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/snippets.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/tcl.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/ui/snippets.ui
-%%PYTHON%%share/gedit-2/plugins/snippets/xml.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/xslt.xml
-share/gedit-2/plugins/sort/sort.ui
-share/gedit-2/plugins/spell/languages-dialog.ui
-share/gedit-2/plugins/spell/spell-checker.ui
-share/gedit-2/plugins/taglist/HTML.tags.gz
-share/gedit-2/plugins/taglist/Latex.tags.gz
-share/gedit-2/plugins/taglist/XSLT.tags.gz
-share/gedit-2/plugins/taglist/XUL.tags.gz
-share/gedit-2/plugins/time/gedit-time-dialog.ui
-share/gedit-2/plugins/time/gedit-time-setup-dialog.ui
-share/gedit-2/ui/gedit-encodings-dialog.ui
-share/gedit-2/ui/gedit-preferences-dialog.ui
-share/gedit-2/ui/gedit-print-preferences.ui
-share/gedit-2/ui/gedit-search-dialog.ui
-share/gedit-2/ui/gedit-ui.xml
-share/gnome/help/gedit/C/figures/gedit_format_bold.png
-share/gnome/help/gedit/C/figures/gedit_format_italic.png
-share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/C/figures/gedit_format_underline.png
-share/gnome/help/gedit/C/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/C/figures/gedit_window.png
-share/gnome/help/gedit/C/gedit.xml
-share/gnome/help/gedit/C/legal.xml
-share/gnome/help/gedit/ar/figures/gedit_format_bold.png
-share/gnome/help/gedit/ar/figures/gedit_format_italic.png
-share/gnome/help/gedit/ar/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/ar/figures/gedit_format_underline.png
-share/gnome/help/gedit/ar/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/ar/figures/gedit_window.png
-share/gnome/help/gedit/ar/gedit.xml
-share/gnome/help/gedit/ar/legal.xml
-share/gnome/help/gedit/bg/figures/gedit_format_bold.png
-share/gnome/help/gedit/bg/figures/gedit_format_italic.png
-share/gnome/help/gedit/bg/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/bg/figures/gedit_format_underline.png
-share/gnome/help/gedit/bg/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/bg/figures/gedit_window.png
-share/gnome/help/gedit/bg/gedit.xml
-share/gnome/help/gedit/bg/legal.xml
-share/gnome/help/gedit/ca/figures/gedit_format_bold.png
-share/gnome/help/gedit/ca/figures/gedit_format_italic.png
-share/gnome/help/gedit/ca/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/ca/figures/gedit_format_underline.png
-share/gnome/help/gedit/ca/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/ca/figures/gedit_window.png
-share/gnome/help/gedit/ca/gedit.xml
-share/gnome/help/gedit/ca/legal.xml
-share/gnome/help/gedit/cs/figures/gedit_format_bold.png
-share/gnome/help/gedit/cs/figures/gedit_format_italic.png
-share/gnome/help/gedit/cs/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/cs/figures/gedit_format_underline.png
-share/gnome/help/gedit/cs/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/cs/figures/gedit_window.png
-share/gnome/help/gedit/cs/gedit.xml
-share/gnome/help/gedit/cs/legal.xml
-share/gnome/help/gedit/da/figures/gedit_format_bold.png
-share/gnome/help/gedit/da/figures/gedit_format_italic.png
-share/gnome/help/gedit/da/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/da/figures/gedit_format_underline.png
-share/gnome/help/gedit/da/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/da/figures/gedit_window.png
-share/gnome/help/gedit/da/gedit.xml
-share/gnome/help/gedit/da/legal.xml
-share/gnome/help/gedit/de/figures/gedit_format_bold.png
-share/gnome/help/gedit/de/figures/gedit_format_italic.png
-share/gnome/help/gedit/de/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/de/figures/gedit_format_underline.png
-share/gnome/help/gedit/de/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/de/figures/gedit_window.png
-share/gnome/help/gedit/de/gedit.xml
-share/gnome/help/gedit/de/legal.xml
-share/gnome/help/gedit/el/figures/gedit_format_bold.png
-share/gnome/help/gedit/el/figures/gedit_format_italic.png
-share/gnome/help/gedit/el/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/el/figures/gedit_format_underline.png
-share/gnome/help/gedit/el/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/el/figures/gedit_window.png
-share/gnome/help/gedit/el/gedit.xml
-share/gnome/help/gedit/el/legal.xml
-share/gnome/help/gedit/es/figures/gedit_format_bold.png
-share/gnome/help/gedit/es/figures/gedit_format_italic.png
-share/gnome/help/gedit/es/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/es/figures/gedit_format_underline.png
-share/gnome/help/gedit/es/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/es/figures/gedit_window.png
-share/gnome/help/gedit/es/gedit.xml
-share/gnome/help/gedit/es/legal.xml
-share/gnome/help/gedit/fi/figures/gedit_format_bold.png
-share/gnome/help/gedit/fi/figures/gedit_format_italic.png
-share/gnome/help/gedit/fi/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/fi/figures/gedit_format_underline.png
-share/gnome/help/gedit/fi/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/fi/figures/gedit_window.png
-share/gnome/help/gedit/fi/gedit.xml
-share/gnome/help/gedit/fi/legal.xml
-share/gnome/help/gedit/fr/figures/gedit_format_bold.png
-share/gnome/help/gedit/fr/figures/gedit_format_italic.png
-share/gnome/help/gedit/fr/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/fr/figures/gedit_format_underline.png
-share/gnome/help/gedit/fr/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/fr/figures/gedit_window.png
-share/gnome/help/gedit/fr/gedit.xml
-share/gnome/help/gedit/fr/legal.xml
-share/gnome/help/gedit/hu/figures/gedit_format_bold.png
-share/gnome/help/gedit/hu/figures/gedit_format_italic.png
-share/gnome/help/gedit/hu/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/hu/figures/gedit_format_underline.png
-share/gnome/help/gedit/hu/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/hu/figures/gedit_window.png
-share/gnome/help/gedit/hu/gedit.xml
-share/gnome/help/gedit/hu/legal.xml
-share/gnome/help/gedit/it/figures/gedit_format_bold.png
-share/gnome/help/gedit/it/figures/gedit_format_italic.png
-share/gnome/help/gedit/it/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/it/figures/gedit_format_underline.png
-share/gnome/help/gedit/it/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/it/figures/gedit_window.png
-share/gnome/help/gedit/it/gedit.xml
-share/gnome/help/gedit/it/legal.xml
-share/gnome/help/gedit/ja/figures/gedit_format_bold.png
-share/gnome/help/gedit/ja/figures/gedit_format_italic.png
-share/gnome/help/gedit/ja/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/ja/figures/gedit_format_underline.png
-share/gnome/help/gedit/ja/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/ja/figures/gedit_window.png
-share/gnome/help/gedit/ja/gedit.xml
-share/gnome/help/gedit/ja/legal.xml
-share/gnome/help/gedit/ko/figures/gedit_format_bold.png
-share/gnome/help/gedit/ko/figures/gedit_format_italic.png
-share/gnome/help/gedit/ko/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/ko/figures/gedit_format_underline.png
-share/gnome/help/gedit/ko/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/ko/figures/gedit_window.png
-share/gnome/help/gedit/ko/gedit.xml
-share/gnome/help/gedit/ko/legal.xml
-share/gnome/help/gedit/oc/figures/gedit_format_bold.png
-share/gnome/help/gedit/oc/figures/gedit_format_italic.png
-share/gnome/help/gedit/oc/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/oc/figures/gedit_format_underline.png
-share/gnome/help/gedit/oc/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/oc/figures/gedit_window.png
-share/gnome/help/gedit/oc/gedit.xml
-share/gnome/help/gedit/oc/legal.xml
-share/gnome/help/gedit/pt_BR/figures/gedit_format_bold.png
-share/gnome/help/gedit/pt_BR/figures/gedit_format_italic.png
-share/gnome/help/gedit/pt_BR/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/pt_BR/figures/gedit_format_underline.png
-share/gnome/help/gedit/pt_BR/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/pt_BR/figures/gedit_window.png
-share/gnome/help/gedit/pt_BR/gedit.xml
-share/gnome/help/gedit/pt_BR/legal.xml
-share/gnome/help/gedit/ru/figures/gedit_format_bold.png
-share/gnome/help/gedit/ru/figures/gedit_format_italic.png
-share/gnome/help/gedit/ru/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/ru/figures/gedit_format_underline.png
-share/gnome/help/gedit/ru/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/ru/figures/gedit_window.png
-share/gnome/help/gedit/ru/gedit.xml
-share/gnome/help/gedit/ru/legal.xml
-share/gnome/help/gedit/sv/figures/gedit_format_bold.png
-share/gnome/help/gedit/sv/figures/gedit_format_italic.png
-share/gnome/help/gedit/sv/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/sv/figures/gedit_format_underline.png
-share/gnome/help/gedit/sv/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/sv/figures/gedit_window.png
-share/gnome/help/gedit/sv/gedit.xml
-share/gnome/help/gedit/sv/legal.xml
-share/gnome/help/gedit/th/figures/gedit_format_bold.png
-share/gnome/help/gedit/th/figures/gedit_format_italic.png
-share/gnome/help/gedit/th/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/th/figures/gedit_format_underline.png
-share/gnome/help/gedit/th/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/th/figures/gedit_window.png
-share/gnome/help/gedit/th/gedit.xml
-share/gnome/help/gedit/th/legal.xml
-share/gnome/help/gedit/uk/figures/gedit_format_bold.png
-share/gnome/help/gedit/uk/figures/gedit_format_italic.png
-share/gnome/help/gedit/uk/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/uk/figures/gedit_format_underline.png
-share/gnome/help/gedit/uk/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/uk/figures/gedit_window.png
-share/gnome/help/gedit/uk/gedit.xml
-share/gnome/help/gedit/uk/legal.xml
-share/gnome/help/gedit/zh_CN/figures/gedit_format_bold.png
-share/gnome/help/gedit/zh_CN/figures/gedit_format_italic.png
-share/gnome/help/gedit/zh_CN/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/zh_CN/figures/gedit_format_underline.png
-share/gnome/help/gedit/zh_CN/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/zh_CN/figures/gedit_window.png
-share/gnome/help/gedit/zh_CN/gedit.xml
-share/gnome/help/gedit/zh_CN/legal.xml
-share/gnome/help/gedit/zh_HK/figures/gedit_format_bold.png
-share/gnome/help/gedit/zh_HK/figures/gedit_format_italic.png
-share/gnome/help/gedit/zh_HK/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/zh_HK/figures/gedit_format_underline.png
-share/gnome/help/gedit/zh_HK/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/zh_HK/figures/gedit_window.png
-share/gnome/help/gedit/zh_HK/gedit.xml
-share/gnome/help/gedit/zh_HK/legal.xml
-share/gnome/help/gedit/zh_TW/figures/gedit_format_bold.png
-share/gnome/help/gedit/zh_TW/figures/gedit_format_italic.png
-share/gnome/help/gedit/zh_TW/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/zh_TW/figures/gedit_format_underline.png
-share/gnome/help/gedit/zh_TW/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/zh_TW/figures/gedit_window.png
-share/gnome/help/gedit/zh_TW/gedit.xml
-share/gnome/help/gedit/zh_TW/legal.xml
+share/GConf/gsettings/gedit.convert
+share/appdata/org.gnome.gedit.appdata.xml
+share/applications/org.gnome.gedit.desktop
+share/dbus-1/services/org.gnome.gedit.service
+%%DATADIR%%/gir-1.0/Gedit-3.0.gir
+%%DATADIR%%/logo/gedit-logo.png
+%%DATADIR%%/plugins/externaltools/tools/build
+%%DATADIR%%/plugins/externaltools/tools/open-terminal-here
+%%DATADIR%%/plugins/externaltools/tools/remove-trailing-spaces
+%%DATADIR%%/plugins/externaltools/tools/run-command
+%%DATADIR%%/plugins/externaltools/tools/send-to-fpaste
+%%DATADIR%%/plugins/externaltools/ui/outputpanel.ui
+%%DATADIR%%/plugins/externaltools/ui/tools.ui
+%%DATADIR%%/plugins/modelines/language-mappings
+%%DATADIR%%/plugins/pythonconsole/ui/config.ui
+%%DATADIR%%/plugins/snippets/c.xml
+%%DATADIR%%/plugins/snippets/chdr.xml
+%%DATADIR%%/plugins/snippets/cpp.xml
+%%DATADIR%%/plugins/snippets/css.xml
+%%DATADIR%%/plugins/snippets/docbook.xml
+%%DATADIR%%/plugins/snippets/fortran.xml
+%%DATADIR%%/plugins/snippets/global.xml
+%%DATADIR%%/plugins/snippets/haskell.xml
+%%DATADIR%%/plugins/snippets/html.xml
+%%DATADIR%%/plugins/snippets/idl.xml
+%%DATADIR%%/plugins/snippets/java.xml
+%%DATADIR%%/plugins/snippets/javascript.xml
+%%DATADIR%%/plugins/snippets/lang/snippets.lang
+%%DATADIR%%/plugins/snippets/latex.xml
+%%DATADIR%%/plugins/snippets/mallard.xml
+%%DATADIR%%/plugins/snippets/markdown.xml
+%%DATADIR%%/plugins/snippets/perl.xml
+%%DATADIR%%/plugins/snippets/php.xml
+%%DATADIR%%/plugins/snippets/python.xml
+%%DATADIR%%/plugins/snippets/ruby.xml
+%%DATADIR%%/plugins/snippets/sh.xml
+%%DATADIR%%/plugins/snippets/snippets.xml
+%%DATADIR%%/plugins/snippets/tcl.xml
+%%DATADIR%%/plugins/snippets/ui/snippets.ui
+%%DATADIR%%/plugins/snippets/xml.xml
+%%DATADIR%%/plugins/snippets/xslt.xml
+share/gtk-doc/html/gedit/GeditAppActivatable.html
+share/gtk-doc/html/gedit/GeditMessage.html
+share/gtk-doc/html/gedit/GeditMessageBus.html
+share/gtk-doc/html/gedit/GeditViewActivatable.html
+share/gtk-doc/html/gedit/GeditWindowActivatable.html
+share/gtk-doc/html/gedit/annotation-glossary.html
+share/gtk-doc/html/gedit/api-index-3-14.html
+share/gtk-doc/html/gedit/api-index-deprecated.html
+share/gtk-doc/html/gedit/api-index-full.html
+share/gtk-doc/html/gedit/ch01.html
+share/gtk-doc/html/gedit/gedit-GeditCommands.html
+share/gtk-doc/html/gedit/gedit-gedit-app.html
+share/gtk-doc/html/gedit/gedit-gedit-debug.html
+share/gtk-doc/html/gedit/gedit-gedit-document.html
+share/gtk-doc/html/gedit/gedit-gedit-encodings-combo-box.html
+share/gtk-doc/html/gedit/gedit-gedit-menu-extension.html
+share/gtk-doc/html/gedit/gedit-gedit-progress-info-bar.html
+share/gtk-doc/html/gedit/gedit-gedit-statusbar.html
+share/gtk-doc/html/gedit/gedit-gedit-tab.html
+share/gtk-doc/html/gedit/gedit-gedit-utils.html
+share/gtk-doc/html/gedit/gedit-gedit-view.html
+share/gtk-doc/html/gedit/gedit-gedit-window.html
+share/gtk-doc/html/gedit/gedit.devhelp2
+share/gtk-doc/html/gedit/home.png
+share/gtk-doc/html/gedit/index.html
+share/gtk-doc/html/gedit/index.sgml
+share/gtk-doc/html/gedit/left-insensitive.png
+share/gtk-doc/html/gedit/left.png
+share/gtk-doc/html/gedit/object-tree.html
+share/gtk-doc/html/gedit/right-insensitive.png
+share/gtk-doc/html/gedit/right.png
+share/gtk-doc/html/gedit/style.css
+share/gtk-doc/html/gedit/up-insensitive.png
+share/gtk-doc/html/gedit/up.png
+share/help/C/gedit/figures/gedit-html-snippet.png
+share/help/C/gedit/figures/gedit-icon.png
+share/help/C/gedit/figures/gedit-new-external-tool.png
+share/help/C/gedit/figures/gedit-open-location.png
+share/help/C/gedit/figures/gedit-side-pane1.png
+share/help/C/gedit/figures/gedit-side-pane2.png
+share/help/C/gedit/figures/gedit-side-pane3.png
+share/help/C/gedit/figures/gedit3-screenshot.png
+share/help/C/gedit/gedit-change-color-scheme.page
+share/help/C/gedit/gedit-change-default-font.page
+share/help/C/gedit/gedit-close-file.page
+share/help/C/gedit/gedit-create-new-file.page
+share/help/C/gedit/gedit-edit-as-root.page
+share/help/C/gedit/gedit-files-basic.page
+share/help/C/gedit/gedit-full-screen.page
+share/help/C/gedit/gedit-open-files-from-sidepane.page
+share/help/C/gedit/gedit-open-files.page
+share/help/C/gedit/gedit-open-on-server.page
+share/help/C/gedit/gedit-open-recent.page
+share/help/C/gedit/gedit-plugin-guide.page
+share/help/C/gedit/gedit-plugins-change-case.page
+share/help/C/gedit/gedit-plugins-doc-stats.page
+share/help/C/gedit/gedit-plugins-external-tools.page
+share/help/C/gedit/gedit-plugins-file-browser.page
+share/help/C/gedit/gedit-plugins-insert-date-time.page
+share/help/C/gedit/gedit-plugins-install.page
+share/help/C/gedit/gedit-plugins-modelines.page
+share/help/C/gedit/gedit-plugins-pyconsole.page
+share/help/C/gedit/gedit-plugins-quick-open.page
+share/help/C/gedit/gedit-plugins-snippets.page
+share/help/C/gedit/gedit-plugins-sort.page
+share/help/C/gedit/gedit-printing-order.page
+share/help/C/gedit/gedit-printing-select.page
+share/help/C/gedit/gedit-printing.page
+share/help/C/gedit/gedit-quickstart.page
+share/help/C/gedit/gedit-replace.page
+share/help/C/gedit/gedit-save-file.page
+share/help/C/gedit/gedit-search.page
+share/help/C/gedit/gedit-shortcut-keys.page
+share/help/C/gedit/gedit-spellcheck.page
+share/help/C/gedit/gedit-syntax-highlighting.page
+share/help/C/gedit/gedit-tab-groups.page
+share/help/C/gedit/gedit-tabs-moving.page
+share/help/C/gedit/gedit-tabs.page
+share/help/C/gedit/gedit-undo-recent-action.page
+share/help/C/gedit/gedit-view-open-files-in-sidepane.page
+share/help/C/gedit/index.page
+share/help/C/gedit/legal.xml
+share/help/ar/gedit/figures/gedit-html-snippet.png
+share/help/ar/gedit/figures/gedit-icon.png
+share/help/ar/gedit/figures/gedit-new-external-tool.png
+share/help/ar/gedit/figures/gedit-open-location.png
+share/help/ar/gedit/figures/gedit-side-pane1.png
+share/help/ar/gedit/figures/gedit-side-pane2.png
+share/help/ar/gedit/figures/gedit-side-pane3.png
+share/help/ar/gedit/figures/gedit3-screenshot.png
+share/help/ar/gedit/gedit-change-color-scheme.page
+share/help/ar/gedit/gedit-change-default-font.page
+share/help/ar/gedit/gedit-close-file.page
+share/help/ar/gedit/gedit-create-new-file.page
+share/help/ar/gedit/gedit-edit-as-root.page
+share/help/ar/gedit/gedit-files-basic.page
+share/help/ar/gedit/gedit-full-screen.page
+share/help/ar/gedit/gedit-open-files-from-sidepane.page
+share/help/ar/gedit/gedit-open-files.page
+share/help/ar/gedit/gedit-open-on-server.page
+share/help/ar/gedit/gedit-open-recent.page
+share/help/ar/gedit/gedit-plugin-guide.page
+share/help/ar/gedit/gedit-plugins-change-case.page
+share/help/ar/gedit/gedit-plugins-doc-stats.page
+share/help/ar/gedit/gedit-plugins-external-tools.page
+share/help/ar/gedit/gedit-plugins-file-browser.page
+share/help/ar/gedit/gedit-plugins-insert-date-time.page
+share/help/ar/gedit/gedit-plugins-install.page
+share/help/ar/gedit/gedit-plugins-modelines.page
+share/help/ar/gedit/gedit-plugins-pyconsole.page
+share/help/ar/gedit/gedit-plugins-quick-open.page
+share/help/ar/gedit/gedit-plugins-snippets.page
+share/help/ar/gedit/gedit-plugins-sort.page
+share/help/ar/gedit/gedit-printing-order.page
+share/help/ar/gedit/gedit-printing-select.page
+share/help/ar/gedit/gedit-printing.page
+share/help/ar/gedit/gedit-quickstart.page
+share/help/ar/gedit/gedit-replace.page
+share/help/ar/gedit/gedit-save-file.page
+share/help/ar/gedit/gedit-search.page
+share/help/ar/gedit/gedit-shortcut-keys.page
+share/help/ar/gedit/gedit-spellcheck.page
+share/help/ar/gedit/gedit-syntax-highlighting.page
+share/help/ar/gedit/gedit-tab-groups.page
+share/help/ar/gedit/gedit-tabs-moving.page
+share/help/ar/gedit/gedit-tabs.page
+share/help/ar/gedit/gedit-undo-recent-action.page
+share/help/ar/gedit/gedit-view-open-files-in-sidepane.page
+share/help/ar/gedit/index.page
+share/help/ar/gedit/legal.xml
+share/help/bg/gedit/figures/gedit-html-snippet.png
+share/help/bg/gedit/figures/gedit-icon.png
+share/help/bg/gedit/figures/gedit-new-external-tool.png
+share/help/bg/gedit/figures/gedit-open-location.png
+share/help/bg/gedit/figures/gedit-side-pane1.png
+share/help/bg/gedit/figures/gedit-side-pane2.png
+share/help/bg/gedit/figures/gedit-side-pane3.png
+share/help/bg/gedit/figures/gedit3-screenshot.png
+share/help/bg/gedit/gedit-change-color-scheme.page
+share/help/bg/gedit/gedit-change-default-font.page
+share/help/bg/gedit/gedit-close-file.page
+share/help/bg/gedit/gedit-create-new-file.page
+share/help/bg/gedit/gedit-edit-as-root.page
+share/help/bg/gedit/gedit-files-basic.page
+share/help/bg/gedit/gedit-full-screen.page
+share/help/bg/gedit/gedit-open-files-from-sidepane.page
+share/help/bg/gedit/gedit-open-files.page
+share/help/bg/gedit/gedit-open-on-server.page
+share/help/bg/gedit/gedit-open-recent.page
+share/help/bg/gedit/gedit-plugin-guide.page
+share/help/bg/gedit/gedit-plugins-change-case.page
+share/help/bg/gedit/gedit-plugins-doc-stats.page
+share/help/bg/gedit/gedit-plugins-external-tools.page
+share/help/bg/gedit/gedit-plugins-file-browser.page
+share/help/bg/gedit/gedit-plugins-insert-date-time.page
+share/help/bg/gedit/gedit-plugins-install.page
+share/help/bg/gedit/gedit-plugins-modelines.page
+share/help/bg/gedit/gedit-plugins-pyconsole.page
+share/help/bg/gedit/gedit-plugins-quick-open.page
+share/help/bg/gedit/gedit-plugins-snippets.page
+share/help/bg/gedit/gedit-plugins-sort.page
+share/help/bg/gedit/gedit-printing-order.page
+share/help/bg/gedit/gedit-printing-select.page
+share/help/bg/gedit/gedit-printing.page
+share/help/bg/gedit/gedit-quickstart.page
+share/help/bg/gedit/gedit-replace.page
+share/help/bg/gedit/gedit-save-file.page
+share/help/bg/gedit/gedit-search.page
+share/help/bg/gedit/gedit-shortcut-keys.page
+share/help/bg/gedit/gedit-spellcheck.page
+share/help/bg/gedit/gedit-syntax-highlighting.page
+share/help/bg/gedit/gedit-tab-groups.page
+share/help/bg/gedit/gedit-tabs-moving.page
+share/help/bg/gedit/gedit-tabs.page
+share/help/bg/gedit/gedit-undo-recent-action.page
+share/help/bg/gedit/gedit-view-open-files-in-sidepane.page
+share/help/bg/gedit/index.page
+share/help/bg/gedit/legal.xml
+share/help/ca/gedit/figures/gedit-html-snippet.png
+share/help/ca/gedit/figures/gedit-icon.png
+share/help/ca/gedit/figures/gedit-new-external-tool.png
+share/help/ca/gedit/figures/gedit-open-location.png
+share/help/ca/gedit/figures/gedit-side-pane1.png
+share/help/ca/gedit/figures/gedit-side-pane2.png
+share/help/ca/gedit/figures/gedit-side-pane3.png
+share/help/ca/gedit/figures/gedit3-screenshot.png
+share/help/ca/gedit/gedit-change-color-scheme.page
+share/help/ca/gedit/gedit-change-default-font.page
+share/help/ca/gedit/gedit-close-file.page
+share/help/ca/gedit/gedit-create-new-file.page
+share/help/ca/gedit/gedit-edit-as-root.page
+share/help/ca/gedit/gedit-files-basic.page
+share/help/ca/gedit/gedit-full-screen.page
+share/help/ca/gedit/gedit-open-files-from-sidepane.page
+share/help/ca/gedit/gedit-open-files.page
+share/help/ca/gedit/gedit-open-on-server.page
+share/help/ca/gedit/gedit-open-recent.page
+share/help/ca/gedit/gedit-plugin-guide.page
+share/help/ca/gedit/gedit-plugins-change-case.page
+share/help/ca/gedit/gedit-plugins-doc-stats.page
+share/help/ca/gedit/gedit-plugins-external-tools.page
+share/help/ca/gedit/gedit-plugins-file-browser.page
+share/help/ca/gedit/gedit-plugins-insert-date-time.page
+share/help/ca/gedit/gedit-plugins-install.page
+share/help/ca/gedit/gedit-plugins-modelines.page
+share/help/ca/gedit/gedit-plugins-pyconsole.page
+share/help/ca/gedit/gedit-plugins-quick-open.page
+share/help/ca/gedit/gedit-plugins-snippets.page
+share/help/ca/gedit/gedit-plugins-sort.page
+share/help/ca/gedit/gedit-printing-order.page
+share/help/ca/gedit/gedit-printing-select.page
+share/help/ca/gedit/gedit-printing.page
+share/help/ca/gedit/gedit-quickstart.page
+share/help/ca/gedit/gedit-replace.page
+share/help/ca/gedit/gedit-save-file.page
+share/help/ca/gedit/gedit-search.page
+share/help/ca/gedit/gedit-shortcut-keys.page
+share/help/ca/gedit/gedit-spellcheck.page
+share/help/ca/gedit/gedit-syntax-highlighting.page
+share/help/ca/gedit/gedit-tab-groups.page
+share/help/ca/gedit/gedit-tabs-moving.page
+share/help/ca/gedit/gedit-tabs.page
+share/help/ca/gedit/gedit-undo-recent-action.page
+share/help/ca/gedit/gedit-view-open-files-in-sidepane.page
+share/help/ca/gedit/index.page
+share/help/ca/gedit/legal.xml
+share/help/cs/gedit/figures/gedit-html-snippet.png
+share/help/cs/gedit/figures/gedit-icon.png
+share/help/cs/gedit/figures/gedit-new-external-tool.png
+share/help/cs/gedit/figures/gedit-open-location.png
+share/help/cs/gedit/figures/gedit-side-pane1.png
+share/help/cs/gedit/figures/gedit-side-pane2.png
+share/help/cs/gedit/figures/gedit-side-pane3.png
+share/help/cs/gedit/figures/gedit3-screenshot.png
+share/help/cs/gedit/gedit-change-color-scheme.page
+share/help/cs/gedit/gedit-change-default-font.page
+share/help/cs/gedit/gedit-close-file.page
+share/help/cs/gedit/gedit-create-new-file.page
+share/help/cs/gedit/gedit-edit-as-root.page
+share/help/cs/gedit/gedit-files-basic.page
+share/help/cs/gedit/gedit-full-screen.page
+share/help/cs/gedit/gedit-open-files-from-sidepane.page
+share/help/cs/gedit/gedit-open-files.page
+share/help/cs/gedit/gedit-open-on-server.page
+share/help/cs/gedit/gedit-open-recent.page
+share/help/cs/gedit/gedit-plugin-guide.page
+share/help/cs/gedit/gedit-plugins-change-case.page
+share/help/cs/gedit/gedit-plugins-doc-stats.page
+share/help/cs/gedit/gedit-plugins-external-tools.page
+share/help/cs/gedit/gedit-plugins-file-browser.page
+share/help/cs/gedit/gedit-plugins-insert-date-time.page
+share/help/cs/gedit/gedit-plugins-install.page
+share/help/cs/gedit/gedit-plugins-modelines.page
+share/help/cs/gedit/gedit-plugins-pyconsole.page
+share/help/cs/gedit/gedit-plugins-quick-open.page
+share/help/cs/gedit/gedit-plugins-snippets.page
+share/help/cs/gedit/gedit-plugins-sort.page
+share/help/cs/gedit/gedit-printing-order.page
+share/help/cs/gedit/gedit-printing-select.page
+share/help/cs/gedit/gedit-printing.page
+share/help/cs/gedit/gedit-quickstart.page
+share/help/cs/gedit/gedit-replace.page
+share/help/cs/gedit/gedit-save-file.page
+share/help/cs/gedit/gedit-search.page
+share/help/cs/gedit/gedit-shortcut-keys.page
+share/help/cs/gedit/gedit-spellcheck.page
+share/help/cs/gedit/gedit-syntax-highlighting.page
+share/help/cs/gedit/gedit-tab-groups.page
+share/help/cs/gedit/gedit-tabs-moving.page
+share/help/cs/gedit/gedit-tabs.page
+share/help/cs/gedit/gedit-undo-recent-action.page
+share/help/cs/gedit/gedit-view-open-files-in-sidepane.page
+share/help/cs/gedit/index.page
+share/help/cs/gedit/legal.xml
+share/help/da/gedit/figures/gedit-html-snippet.png
+share/help/da/gedit/figures/gedit-icon.png
+share/help/da/gedit/figures/gedit-new-external-tool.png
+share/help/da/gedit/figures/gedit-open-location.png
+share/help/da/gedit/figures/gedit-side-pane1.png
+share/help/da/gedit/figures/gedit-side-pane2.png
+share/help/da/gedit/figures/gedit-side-pane3.png
+share/help/da/gedit/figures/gedit3-screenshot.png
+share/help/da/gedit/gedit-change-color-scheme.page
+share/help/da/gedit/gedit-change-default-font.page
+share/help/da/gedit/gedit-close-file.page
+share/help/da/gedit/gedit-create-new-file.page
+share/help/da/gedit/gedit-edit-as-root.page
+share/help/da/gedit/gedit-files-basic.page
+share/help/da/gedit/gedit-full-screen.page
+share/help/da/gedit/gedit-open-files-from-sidepane.page
+share/help/da/gedit/gedit-open-files.page
+share/help/da/gedit/gedit-open-on-server.page
+share/help/da/gedit/gedit-open-recent.page
+share/help/da/gedit/gedit-plugin-guide.page
+share/help/da/gedit/gedit-plugins-change-case.page
+share/help/da/gedit/gedit-plugins-doc-stats.page
+share/help/da/gedit/gedit-plugins-external-tools.page
+share/help/da/gedit/gedit-plugins-file-browser.page
+share/help/da/gedit/gedit-plugins-insert-date-time.page
+share/help/da/gedit/gedit-plugins-install.page
+share/help/da/gedit/gedit-plugins-modelines.page
+share/help/da/gedit/gedit-plugins-pyconsole.page
+share/help/da/gedit/gedit-plugins-quick-open.page
+share/help/da/gedit/gedit-plugins-snippets.page
+share/help/da/gedit/gedit-plugins-sort.page
+share/help/da/gedit/gedit-printing-order.page
+share/help/da/gedit/gedit-printing-select.page
+share/help/da/gedit/gedit-printing.page
+share/help/da/gedit/gedit-quickstart.page
+share/help/da/gedit/gedit-replace.page
+share/help/da/gedit/gedit-save-file.page
+share/help/da/gedit/gedit-search.page
+share/help/da/gedit/gedit-shortcut-keys.page
+share/help/da/gedit/gedit-spellcheck.page
+share/help/da/gedit/gedit-syntax-highlighting.page
+share/help/da/gedit/gedit-tab-groups.page
+share/help/da/gedit/gedit-tabs-moving.page
+share/help/da/gedit/gedit-tabs.page
+share/help/da/gedit/gedit-undo-recent-action.page
+share/help/da/gedit/gedit-view-open-files-in-sidepane.page
+share/help/da/gedit/index.page
+share/help/da/gedit/legal.xml
+share/help/de/gedit/figures/gedit-html-snippet.png
+share/help/de/gedit/figures/gedit-icon.png
+share/help/de/gedit/figures/gedit-new-external-tool.png
+share/help/de/gedit/figures/gedit-open-location.png
+share/help/de/gedit/figures/gedit-side-pane1.png
+share/help/de/gedit/figures/gedit-side-pane2.png
+share/help/de/gedit/figures/gedit-side-pane3.png
+share/help/de/gedit/figures/gedit3-screenshot.png
+share/help/de/gedit/gedit-change-color-scheme.page
+share/help/de/gedit/gedit-change-default-font.page
+share/help/de/gedit/gedit-close-file.page
+share/help/de/gedit/gedit-create-new-file.page
+share/help/de/gedit/gedit-edit-as-root.page
+share/help/de/gedit/gedit-files-basic.page
+share/help/de/gedit/gedit-full-screen.page
+share/help/de/gedit/gedit-open-files-from-sidepane.page
+share/help/de/gedit/gedit-open-files.page
+share/help/de/gedit/gedit-open-on-server.page
+share/help/de/gedit/gedit-open-recent.page
+share/help/de/gedit/gedit-plugin-guide.page
+share/help/de/gedit/gedit-plugins-change-case.page
+share/help/de/gedit/gedit-plugins-doc-stats.page
+share/help/de/gedit/gedit-plugins-external-tools.page
+share/help/de/gedit/gedit-plugins-file-browser.page
+share/help/de/gedit/gedit-plugins-insert-date-time.page
+share/help/de/gedit/gedit-plugins-install.page
+share/help/de/gedit/gedit-plugins-modelines.page
+share/help/de/gedit/gedit-plugins-pyconsole.page
+share/help/de/gedit/gedit-plugins-quick-open.page
+share/help/de/gedit/gedit-plugins-snippets.page
+share/help/de/gedit/gedit-plugins-sort.page
+share/help/de/gedit/gedit-printing-order.page
+share/help/de/gedit/gedit-printing-select.page
+share/help/de/gedit/gedit-printing.page
+share/help/de/gedit/gedit-quickstart.page
+share/help/de/gedit/gedit-replace.page
+share/help/de/gedit/gedit-save-file.page
+share/help/de/gedit/gedit-search.page
+share/help/de/gedit/gedit-shortcut-keys.page
+share/help/de/gedit/gedit-spellcheck.page
+share/help/de/gedit/gedit-syntax-highlighting.page
+share/help/de/gedit/gedit-tab-groups.page
+share/help/de/gedit/gedit-tabs-moving.page
+share/help/de/gedit/gedit-tabs.page
+share/help/de/gedit/gedit-undo-recent-action.page
+share/help/de/gedit/gedit-view-open-files-in-sidepane.page
+share/help/de/gedit/index.page
+share/help/de/gedit/legal.xml
+share/help/el/gedit/figures/gedit-html-snippet.png
+share/help/el/gedit/figures/gedit-icon.png
+share/help/el/gedit/figures/gedit-new-external-tool.png
+share/help/el/gedit/figures/gedit-open-location.png
+share/help/el/gedit/figures/gedit-side-pane1.png
+share/help/el/gedit/figures/gedit-side-pane2.png
+share/help/el/gedit/figures/gedit-side-pane3.png
+share/help/el/gedit/figures/gedit3-screenshot.png
+share/help/el/gedit/gedit-change-color-scheme.page
+share/help/el/gedit/gedit-change-default-font.page
+share/help/el/gedit/gedit-close-file.page
+share/help/el/gedit/gedit-create-new-file.page
+share/help/el/gedit/gedit-edit-as-root.page
+share/help/el/gedit/gedit-files-basic.page
+share/help/el/gedit/gedit-full-screen.page
+share/help/el/gedit/gedit-open-files-from-sidepane.page
+share/help/el/gedit/gedit-open-files.page
+share/help/el/gedit/gedit-open-on-server.page
+share/help/el/gedit/gedit-open-recent.page
+share/help/el/gedit/gedit-plugin-guide.page
+share/help/el/gedit/gedit-plugins-change-case.page
+share/help/el/gedit/gedit-plugins-doc-stats.page
+share/help/el/gedit/gedit-plugins-external-tools.page
+share/help/el/gedit/gedit-plugins-file-browser.page
+share/help/el/gedit/gedit-plugins-insert-date-time.page
+share/help/el/gedit/gedit-plugins-install.page
+share/help/el/gedit/gedit-plugins-modelines.page
+share/help/el/gedit/gedit-plugins-pyconsole.page
+share/help/el/gedit/gedit-plugins-quick-open.page
+share/help/el/gedit/gedit-plugins-snippets.page
+share/help/el/gedit/gedit-plugins-sort.page
+share/help/el/gedit/gedit-printing-order.page
+share/help/el/gedit/gedit-printing-select.page
+share/help/el/gedit/gedit-printing.page
+share/help/el/gedit/gedit-quickstart.page
+share/help/el/gedit/gedit-replace.page
+share/help/el/gedit/gedit-save-file.page
+share/help/el/gedit/gedit-search.page
+share/help/el/gedit/gedit-shortcut-keys.page
+share/help/el/gedit/gedit-spellcheck.page
+share/help/el/gedit/gedit-syntax-highlighting.page
+share/help/el/gedit/gedit-tab-groups.page
+share/help/el/gedit/gedit-tabs-moving.page
+share/help/el/gedit/gedit-tabs.page
+share/help/el/gedit/gedit-undo-recent-action.page
+share/help/el/gedit/gedit-view-open-files-in-sidepane.page
+share/help/el/gedit/index.page
+share/help/el/gedit/legal.xml
+share/help/es/gedit/figures/gedit-html-snippet.png
+share/help/es/gedit/figures/gedit-icon.png
+share/help/es/gedit/figures/gedit-new-external-tool.png
+share/help/es/gedit/figures/gedit-open-location.png
+share/help/es/gedit/figures/gedit-side-pane1.png
+share/help/es/gedit/figures/gedit-side-pane2.png
+share/help/es/gedit/figures/gedit-side-pane3.png
+share/help/es/gedit/figures/gedit3-screenshot.png
+share/help/es/gedit/gedit-change-color-scheme.page
+share/help/es/gedit/gedit-change-default-font.page
+share/help/es/gedit/gedit-close-file.page
+share/help/es/gedit/gedit-create-new-file.page
+share/help/es/gedit/gedit-edit-as-root.page
+share/help/es/gedit/gedit-files-basic.page
+share/help/es/gedit/gedit-full-screen.page
+share/help/es/gedit/gedit-open-files-from-sidepane.page
+share/help/es/gedit/gedit-open-files.page
+share/help/es/gedit/gedit-open-on-server.page
+share/help/es/gedit/gedit-open-recent.page
+share/help/es/gedit/gedit-plugin-guide.page
+share/help/es/gedit/gedit-plugins-change-case.page
+share/help/es/gedit/gedit-plugins-doc-stats.page
+share/help/es/gedit/gedit-plugins-external-tools.page
+share/help/es/gedit/gedit-plugins-file-browser.page
+share/help/es/gedit/gedit-plugins-insert-date-time.page
+share/help/es/gedit/gedit-plugins-install.page
+share/help/es/gedit/gedit-plugins-modelines.page
+share/help/es/gedit/gedit-plugins-pyconsole.page
+share/help/es/gedit/gedit-plugins-quick-open.page
+share/help/es/gedit/gedit-plugins-snippets.page
+share/help/es/gedit/gedit-plugins-sort.page
+share/help/es/gedit/gedit-printing-order.page
+share/help/es/gedit/gedit-printing-select.page
+share/help/es/gedit/gedit-printing.page
+share/help/es/gedit/gedit-quickstart.page
+share/help/es/gedit/gedit-replace.page
+share/help/es/gedit/gedit-save-file.page
+share/help/es/gedit/gedit-search.page
+share/help/es/gedit/gedit-shortcut-keys.page
+share/help/es/gedit/gedit-spellcheck.page
+share/help/es/gedit/gedit-syntax-highlighting.page
+share/help/es/gedit/gedit-tab-groups.page
+share/help/es/gedit/gedit-tabs-moving.page
+share/help/es/gedit/gedit-tabs.page
+share/help/es/gedit/gedit-undo-recent-action.page
+share/help/es/gedit/gedit-view-open-files-in-sidepane.page
+share/help/es/gedit/index.page
+share/help/es/gedit/legal.xml
+share/help/eu/gedit/figures/gedit-html-snippet.png
+share/help/eu/gedit/figures/gedit-icon.png
+share/help/eu/gedit/figures/gedit-new-external-tool.png
+share/help/eu/gedit/figures/gedit-open-location.png
+share/help/eu/gedit/figures/gedit-side-pane1.png
+share/help/eu/gedit/figures/gedit-side-pane2.png
+share/help/eu/gedit/figures/gedit-side-pane3.png
+share/help/eu/gedit/figures/gedit3-screenshot.png
+share/help/eu/gedit/gedit-change-color-scheme.page
+share/help/eu/gedit/gedit-change-default-font.page
+share/help/eu/gedit/gedit-close-file.page
+share/help/eu/gedit/gedit-create-new-file.page
+share/help/eu/gedit/gedit-edit-as-root.page
+share/help/eu/gedit/gedit-files-basic.page
+share/help/eu/gedit/gedit-full-screen.page
+share/help/eu/gedit/gedit-open-files-from-sidepane.page
+share/help/eu/gedit/gedit-open-files.page
+share/help/eu/gedit/gedit-open-on-server.page
+share/help/eu/gedit/gedit-open-recent.page
+share/help/eu/gedit/gedit-plugin-guide.page
+share/help/eu/gedit/gedit-plugins-change-case.page
+share/help/eu/gedit/gedit-plugins-doc-stats.page
+share/help/eu/gedit/gedit-plugins-external-tools.page
+share/help/eu/gedit/gedit-plugins-file-browser.page
+share/help/eu/gedit/gedit-plugins-insert-date-time.page
+share/help/eu/gedit/gedit-plugins-install.page
+share/help/eu/gedit/gedit-plugins-modelines.page
+share/help/eu/gedit/gedit-plugins-pyconsole.page
+share/help/eu/gedit/gedit-plugins-quick-open.page
+share/help/eu/gedit/gedit-plugins-snippets.page
+share/help/eu/gedit/gedit-plugins-sort.page
+share/help/eu/gedit/gedit-printing-order.page
+share/help/eu/gedit/gedit-printing-select.page
+share/help/eu/gedit/gedit-printing.page
+share/help/eu/gedit/gedit-quickstart.page
+share/help/eu/gedit/gedit-replace.page
+share/help/eu/gedit/gedit-save-file.page
+share/help/eu/gedit/gedit-search.page
+share/help/eu/gedit/gedit-shortcut-keys.page
+share/help/eu/gedit/gedit-spellcheck.page
+share/help/eu/gedit/gedit-syntax-highlighting.page
+share/help/eu/gedit/gedit-tab-groups.page
+share/help/eu/gedit/gedit-tabs-moving.page
+share/help/eu/gedit/gedit-tabs.page
+share/help/eu/gedit/gedit-undo-recent-action.page
+share/help/eu/gedit/gedit-view-open-files-in-sidepane.page
+share/help/eu/gedit/index.page
+share/help/eu/gedit/legal.xml
+share/help/fi/gedit/figures/gedit-html-snippet.png
+share/help/fi/gedit/figures/gedit-icon.png
+share/help/fi/gedit/figures/gedit-new-external-tool.png
+share/help/fi/gedit/figures/gedit-open-location.png
+share/help/fi/gedit/figures/gedit-side-pane1.png
+share/help/fi/gedit/figures/gedit-side-pane2.png
+share/help/fi/gedit/figures/gedit-side-pane3.png
+share/help/fi/gedit/figures/gedit3-screenshot.png
+share/help/fi/gedit/gedit-change-color-scheme.page
+share/help/fi/gedit/gedit-change-default-font.page
+share/help/fi/gedit/gedit-close-file.page
+share/help/fi/gedit/gedit-create-new-file.page
+share/help/fi/gedit/gedit-edit-as-root.page
+share/help/fi/gedit/gedit-files-basic.page
+share/help/fi/gedit/gedit-full-screen.page
+share/help/fi/gedit/gedit-open-files-from-sidepane.page
+share/help/fi/gedit/gedit-open-files.page
+share/help/fi/gedit/gedit-open-on-server.page
+share/help/fi/gedit/gedit-open-recent.page
+share/help/fi/gedit/gedit-plugin-guide.page
+share/help/fi/gedit/gedit-plugins-change-case.page
+share/help/fi/gedit/gedit-plugins-doc-stats.page
+share/help/fi/gedit/gedit-plugins-external-tools.page
+share/help/fi/gedit/gedit-plugins-file-browser.page
+share/help/fi/gedit/gedit-plugins-insert-date-time.page
+share/help/fi/gedit/gedit-plugins-install.page
+share/help/fi/gedit/gedit-plugins-modelines.page
+share/help/fi/gedit/gedit-plugins-pyconsole.page
+share/help/fi/gedit/gedit-plugins-quick-open.page
+share/help/fi/gedit/gedit-plugins-snippets.page
+share/help/fi/gedit/gedit-plugins-sort.page
+share/help/fi/gedit/gedit-printing-order.page
+share/help/fi/gedit/gedit-printing-select.page
+share/help/fi/gedit/gedit-printing.page
+share/help/fi/gedit/gedit-quickstart.page
+share/help/fi/gedit/gedit-replace.page
+share/help/fi/gedit/gedit-save-file.page
+share/help/fi/gedit/gedit-search.page
+share/help/fi/gedit/gedit-shortcut-keys.page
+share/help/fi/gedit/gedit-spellcheck.page
+share/help/fi/gedit/gedit-syntax-highlighting.page
+share/help/fi/gedit/gedit-tab-groups.page
+share/help/fi/gedit/gedit-tabs-moving.page
+share/help/fi/gedit/gedit-tabs.page
+share/help/fi/gedit/gedit-undo-recent-action.page
+share/help/fi/gedit/gedit-view-open-files-in-sidepane.page
+share/help/fi/gedit/index.page
+share/help/fi/gedit/legal.xml
+share/help/fr/gedit/figures/gedit-html-snippet.png
+share/help/fr/gedit/figures/gedit-icon.png
+share/help/fr/gedit/figures/gedit-new-external-tool.png
+share/help/fr/gedit/figures/gedit-open-location.png
+share/help/fr/gedit/figures/gedit-side-pane1.png
+share/help/fr/gedit/figures/gedit-side-pane2.png
+share/help/fr/gedit/figures/gedit-side-pane3.png
+share/help/fr/gedit/figures/gedit3-screenshot.png
+share/help/fr/gedit/gedit-change-color-scheme.page
+share/help/fr/gedit/gedit-change-default-font.page
+share/help/fr/gedit/gedit-close-file.page
+share/help/fr/gedit/gedit-create-new-file.page
+share/help/fr/gedit/gedit-edit-as-root.page
+share/help/fr/gedit/gedit-files-basic.page
+share/help/fr/gedit/gedit-full-screen.page
+share/help/fr/gedit/gedit-open-files-from-sidepane.page
+share/help/fr/gedit/gedit-open-files.page
+share/help/fr/gedit/gedit-open-on-server.page
+share/help/fr/gedit/gedit-open-recent.page
+share/help/fr/gedit/gedit-plugin-guide.page
+share/help/fr/gedit/gedit-plugins-change-case.page
+share/help/fr/gedit/gedit-plugins-doc-stats.page
+share/help/fr/gedit/gedit-plugins-external-tools.page
+share/help/fr/gedit/gedit-plugins-file-browser.page
+share/help/fr/gedit/gedit-plugins-insert-date-time.page
+share/help/fr/gedit/gedit-plugins-install.page
+share/help/fr/gedit/gedit-plugins-modelines.page
+share/help/fr/gedit/gedit-plugins-pyconsole.page
+share/help/fr/gedit/gedit-plugins-quick-open.page
+share/help/fr/gedit/gedit-plugins-snippets.page
+share/help/fr/gedit/gedit-plugins-sort.page
+share/help/fr/gedit/gedit-printing-order.page
+share/help/fr/gedit/gedit-printing-select.page
+share/help/fr/gedit/gedit-printing.page
+share/help/fr/gedit/gedit-quickstart.page
+share/help/fr/gedit/gedit-replace.page
+share/help/fr/gedit/gedit-save-file.page
+share/help/fr/gedit/gedit-search.page
+share/help/fr/gedit/gedit-shortcut-keys.page
+share/help/fr/gedit/gedit-spellcheck.page
+share/help/fr/gedit/gedit-syntax-highlighting.page
+share/help/fr/gedit/gedit-tab-groups.page
+share/help/fr/gedit/gedit-tabs-moving.page
+share/help/fr/gedit/gedit-tabs.page
+share/help/fr/gedit/gedit-undo-recent-action.page
+share/help/fr/gedit/gedit-view-open-files-in-sidepane.page
+share/help/fr/gedit/index.page
+share/help/fr/gedit/legal.xml
+share/help/gl/gedit/figures/gedit-html-snippet.png
+share/help/gl/gedit/figures/gedit-icon.png
+share/help/gl/gedit/figures/gedit-new-external-tool.png
+share/help/gl/gedit/figures/gedit-open-location.png
+share/help/gl/gedit/figures/gedit-side-pane1.png
+share/help/gl/gedit/figures/gedit-side-pane2.png
+share/help/gl/gedit/figures/gedit-side-pane3.png
+share/help/gl/gedit/figures/gedit3-screenshot.png
+share/help/gl/gedit/gedit-change-color-scheme.page
+share/help/gl/gedit/gedit-change-default-font.page
+share/help/gl/gedit/gedit-close-file.page
+share/help/gl/gedit/gedit-create-new-file.page
+share/help/gl/gedit/gedit-edit-as-root.page
+share/help/gl/gedit/gedit-files-basic.page
+share/help/gl/gedit/gedit-full-screen.page
+share/help/gl/gedit/gedit-open-files-from-sidepane.page
+share/help/gl/gedit/gedit-open-files.page
+share/help/gl/gedit/gedit-open-on-server.page
+share/help/gl/gedit/gedit-open-recent.page
+share/help/gl/gedit/gedit-plugin-guide.page
+share/help/gl/gedit/gedit-plugins-change-case.page
+share/help/gl/gedit/gedit-plugins-doc-stats.page
+share/help/gl/gedit/gedit-plugins-external-tools.page
+share/help/gl/gedit/gedit-plugins-file-browser.page
+share/help/gl/gedit/gedit-plugins-insert-date-time.page
+share/help/gl/gedit/gedit-plugins-install.page
+share/help/gl/gedit/gedit-plugins-modelines.page
+share/help/gl/gedit/gedit-plugins-pyconsole.page
+share/help/gl/gedit/gedit-plugins-quick-open.page
+share/help/gl/gedit/gedit-plugins-snippets.page
+share/help/gl/gedit/gedit-plugins-sort.page
+share/help/gl/gedit/gedit-printing-order.page
+share/help/gl/gedit/gedit-printing-select.page
+share/help/gl/gedit/gedit-printing.page
+share/help/gl/gedit/gedit-quickstart.page
+share/help/gl/gedit/gedit-replace.page
+share/help/gl/gedit/gedit-save-file.page
+share/help/gl/gedit/gedit-search.page
+share/help/gl/gedit/gedit-shortcut-keys.page
+share/help/gl/gedit/gedit-spellcheck.page
+share/help/gl/gedit/gedit-syntax-highlighting.page
+share/help/gl/gedit/gedit-tab-groups.page
+share/help/gl/gedit/gedit-tabs-moving.page
+share/help/gl/gedit/gedit-tabs.page
+share/help/gl/gedit/gedit-undo-recent-action.page
+share/help/gl/gedit/gedit-view-open-files-in-sidepane.page
+share/help/gl/gedit/index.page
+share/help/gl/gedit/legal.xml
+share/help/hu/gedit/figures/gedit-html-snippet.png
+share/help/hu/gedit/figures/gedit-icon.png
+share/help/hu/gedit/figures/gedit-new-external-tool.png
+share/help/hu/gedit/figures/gedit-open-location.png
+share/help/hu/gedit/figures/gedit-side-pane1.png
+share/help/hu/gedit/figures/gedit-side-pane2.png
+share/help/hu/gedit/figures/gedit-side-pane3.png
+share/help/hu/gedit/figures/gedit3-screenshot.png
+share/help/hu/gedit/gedit-change-color-scheme.page
+share/help/hu/gedit/gedit-change-default-font.page
+share/help/hu/gedit/gedit-close-file.page
+share/help/hu/gedit/gedit-create-new-file.page
+share/help/hu/gedit/gedit-edit-as-root.page
+share/help/hu/gedit/gedit-files-basic.page
+share/help/hu/gedit/gedit-full-screen.page
+share/help/hu/gedit/gedit-open-files-from-sidepane.page
+share/help/hu/gedit/gedit-open-files.page
+share/help/hu/gedit/gedit-open-on-server.page
+share/help/hu/gedit/gedit-open-recent.page
+share/help/hu/gedit/gedit-plugin-guide.page
+share/help/hu/gedit/gedit-plugins-change-case.page
+share/help/hu/gedit/gedit-plugins-doc-stats.page
+share/help/hu/gedit/gedit-plugins-external-tools.page
+share/help/hu/gedit/gedit-plugins-file-browser.page
+share/help/hu/gedit/gedit-plugins-insert-date-time.page
+share/help/hu/gedit/gedit-plugins-install.page
+share/help/hu/gedit/gedit-plugins-modelines.page
+share/help/hu/gedit/gedit-plugins-pyconsole.page
+share/help/hu/gedit/gedit-plugins-quick-open.page
+share/help/hu/gedit/gedit-plugins-snippets.page
+share/help/hu/gedit/gedit-plugins-sort.page
+share/help/hu/gedit/gedit-printing-order.page
+share/help/hu/gedit/gedit-printing-select.page
+share/help/hu/gedit/gedit-printing.page
+share/help/hu/gedit/gedit-quickstart.page
+share/help/hu/gedit/gedit-replace.page
+share/help/hu/gedit/gedit-save-file.page
+share/help/hu/gedit/gedit-search.page
+share/help/hu/gedit/gedit-shortcut-keys.page
+share/help/hu/gedit/gedit-spellcheck.page
+share/help/hu/gedit/gedit-syntax-highlighting.page
+share/help/hu/gedit/gedit-tab-groups.page
+share/help/hu/gedit/gedit-tabs-moving.page
+share/help/hu/gedit/gedit-tabs.page
+share/help/hu/gedit/gedit-undo-recent-action.page
+share/help/hu/gedit/gedit-view-open-files-in-sidepane.page
+share/help/hu/gedit/index.page
+share/help/hu/gedit/legal.xml
+share/help/id/gedit/figures/gedit-html-snippet.png
+share/help/id/gedit/figures/gedit-icon.png
+share/help/id/gedit/figures/gedit-new-external-tool.png
+share/help/id/gedit/figures/gedit-open-location.png
+share/help/id/gedit/figures/gedit-side-pane1.png
+share/help/id/gedit/figures/gedit-side-pane2.png
+share/help/id/gedit/figures/gedit-side-pane3.png
+share/help/id/gedit/figures/gedit3-screenshot.png
+share/help/id/gedit/gedit-change-color-scheme.page
+share/help/id/gedit/gedit-change-default-font.page
+share/help/id/gedit/gedit-close-file.page
+share/help/id/gedit/gedit-create-new-file.page
+share/help/id/gedit/gedit-edit-as-root.page
+share/help/id/gedit/gedit-files-basic.page
+share/help/id/gedit/gedit-full-screen.page
+share/help/id/gedit/gedit-open-files-from-sidepane.page
+share/help/id/gedit/gedit-open-files.page
+share/help/id/gedit/gedit-open-on-server.page
+share/help/id/gedit/gedit-open-recent.page
+share/help/id/gedit/gedit-plugin-guide.page
+share/help/id/gedit/gedit-plugins-change-case.page
+share/help/id/gedit/gedit-plugins-doc-stats.page
+share/help/id/gedit/gedit-plugins-external-tools.page
+share/help/id/gedit/gedit-plugins-file-browser.page
+share/help/id/gedit/gedit-plugins-insert-date-time.page
+share/help/id/gedit/gedit-plugins-install.page
+share/help/id/gedit/gedit-plugins-modelines.page
+share/help/id/gedit/gedit-plugins-pyconsole.page
+share/help/id/gedit/gedit-plugins-quick-open.page
+share/help/id/gedit/gedit-plugins-snippets.page
+share/help/id/gedit/gedit-plugins-sort.page
+share/help/id/gedit/gedit-printing-order.page
+share/help/id/gedit/gedit-printing-select.page
+share/help/id/gedit/gedit-printing.page
+share/help/id/gedit/gedit-quickstart.page
+share/help/id/gedit/gedit-replace.page
+share/help/id/gedit/gedit-save-file.page
+share/help/id/gedit/gedit-search.page
+share/help/id/gedit/gedit-shortcut-keys.page
+share/help/id/gedit/gedit-spellcheck.page
+share/help/id/gedit/gedit-syntax-highlighting.page
+share/help/id/gedit/gedit-tab-groups.page
+share/help/id/gedit/gedit-tabs-moving.page
+share/help/id/gedit/gedit-tabs.page
+share/help/id/gedit/gedit-undo-recent-action.page
+share/help/id/gedit/gedit-view-open-files-in-sidepane.page
+share/help/id/gedit/index.page
+share/help/id/gedit/legal.xml
+share/help/it/gedit/figures/gedit-html-snippet.png
+share/help/it/gedit/figures/gedit-icon.png
+share/help/it/gedit/figures/gedit-new-external-tool.png
+share/help/it/gedit/figures/gedit-open-location.png
+share/help/it/gedit/figures/gedit-side-pane1.png
+share/help/it/gedit/figures/gedit-side-pane2.png
+share/help/it/gedit/figures/gedit-side-pane3.png
+share/help/it/gedit/figures/gedit3-screenshot.png
+share/help/it/gedit/gedit-change-color-scheme.page
+share/help/it/gedit/gedit-change-default-font.page
+share/help/it/gedit/gedit-close-file.page
+share/help/it/gedit/gedit-create-new-file.page
+share/help/it/gedit/gedit-edit-as-root.page
+share/help/it/gedit/gedit-files-basic.page
+share/help/it/gedit/gedit-full-screen.page
+share/help/it/gedit/gedit-open-files-from-sidepane.page
+share/help/it/gedit/gedit-open-files.page
+share/help/it/gedit/gedit-open-on-server.page
+share/help/it/gedit/gedit-open-recent.page
+share/help/it/gedit/gedit-plugin-guide.page
+share/help/it/gedit/gedit-plugins-change-case.page
+share/help/it/gedit/gedit-plugins-doc-stats.page
+share/help/it/gedit/gedit-plugins-external-tools.page
+share/help/it/gedit/gedit-plugins-file-browser.page
+share/help/it/gedit/gedit-plugins-insert-date-time.page
+share/help/it/gedit/gedit-plugins-install.page
+share/help/it/gedit/gedit-plugins-modelines.page
+share/help/it/gedit/gedit-plugins-pyconsole.page
+share/help/it/gedit/gedit-plugins-quick-open.page
+share/help/it/gedit/gedit-plugins-snippets.page
+share/help/it/gedit/gedit-plugins-sort.page
+share/help/it/gedit/gedit-printing-order.page
+share/help/it/gedit/gedit-printing-select.page
+share/help/it/gedit/gedit-printing.page
+share/help/it/gedit/gedit-quickstart.page
+share/help/it/gedit/gedit-replace.page
+share/help/it/gedit/gedit-save-file.page
+share/help/it/gedit/gedit-search.page
+share/help/it/gedit/gedit-shortcut-keys.page
+share/help/it/gedit/gedit-spellcheck.page
+share/help/it/gedit/gedit-syntax-highlighting.page
+share/help/it/gedit/gedit-tab-groups.page
+share/help/it/gedit/gedit-tabs-moving.page
+share/help/it/gedit/gedit-tabs.page
+share/help/it/gedit/gedit-undo-recent-action.page
+share/help/it/gedit/gedit-view-open-files-in-sidepane.page
+share/help/it/gedit/index.page
+share/help/it/gedit/legal.xml
+share/help/ja/gedit/figures/gedit-html-snippet.png
+share/help/ja/gedit/figures/gedit-icon.png
+share/help/ja/gedit/figures/gedit-new-external-tool.png
+share/help/ja/gedit/figures/gedit-open-location.png
+share/help/ja/gedit/figures/gedit-side-pane1.png
+share/help/ja/gedit/figures/gedit-side-pane2.png
+share/help/ja/gedit/figures/gedit-side-pane3.png
+share/help/ja/gedit/figures/gedit3-screenshot.png
+share/help/ja/gedit/gedit-change-color-scheme.page
+share/help/ja/gedit/gedit-change-default-font.page
+share/help/ja/gedit/gedit-close-file.page
+share/help/ja/gedit/gedit-create-new-file.page
+share/help/ja/gedit/gedit-edit-as-root.page
+share/help/ja/gedit/gedit-files-basic.page
+share/help/ja/gedit/gedit-full-screen.page
+share/help/ja/gedit/gedit-open-files-from-sidepane.page
+share/help/ja/gedit/gedit-open-files.page
+share/help/ja/gedit/gedit-open-on-server.page
+share/help/ja/gedit/gedit-open-recent.page
+share/help/ja/gedit/gedit-plugin-guide.page
+share/help/ja/gedit/gedit-plugins-change-case.page
+share/help/ja/gedit/gedit-plugins-doc-stats.page
+share/help/ja/gedit/gedit-plugins-external-tools.page
+share/help/ja/gedit/gedit-plugins-file-browser.page
+share/help/ja/gedit/gedit-plugins-insert-date-time.page
+share/help/ja/gedit/gedit-plugins-install.page
+share/help/ja/gedit/gedit-plugins-modelines.page
+share/help/ja/gedit/gedit-plugins-pyconsole.page
+share/help/ja/gedit/gedit-plugins-quick-open.page
+share/help/ja/gedit/gedit-plugins-snippets.page
+share/help/ja/gedit/gedit-plugins-sort.page
+share/help/ja/gedit/gedit-printing-order.page
+share/help/ja/gedit/gedit-printing-select.page
+share/help/ja/gedit/gedit-printing.page
+share/help/ja/gedit/gedit-quickstart.page
+share/help/ja/gedit/gedit-replace.page
+share/help/ja/gedit/gedit-save-file.page
+share/help/ja/gedit/gedit-search.page
+share/help/ja/gedit/gedit-shortcut-keys.page
+share/help/ja/gedit/gedit-spellcheck.page
+share/help/ja/gedit/gedit-syntax-highlighting.page
+share/help/ja/gedit/gedit-tab-groups.page
+share/help/ja/gedit/gedit-tabs-moving.page
+share/help/ja/gedit/gedit-tabs.page
+share/help/ja/gedit/gedit-undo-recent-action.page
+share/help/ja/gedit/gedit-view-open-files-in-sidepane.page
+share/help/ja/gedit/index.page
+share/help/ja/gedit/legal.xml
+share/help/ko/gedit/figures/gedit-html-snippet.png
+share/help/ko/gedit/figures/gedit-icon.png
+share/help/ko/gedit/figures/gedit-new-external-tool.png
+share/help/ko/gedit/figures/gedit-open-location.png
+share/help/ko/gedit/figures/gedit-side-pane1.png
+share/help/ko/gedit/figures/gedit-side-pane2.png
+share/help/ko/gedit/figures/gedit-side-pane3.png
+share/help/ko/gedit/figures/gedit3-screenshot.png
+share/help/ko/gedit/gedit-change-color-scheme.page
+share/help/ko/gedit/gedit-change-default-font.page
+share/help/ko/gedit/gedit-close-file.page
+share/help/ko/gedit/gedit-create-new-file.page
+share/help/ko/gedit/gedit-edit-as-root.page
+share/help/ko/gedit/gedit-files-basic.page
+share/help/ko/gedit/gedit-full-screen.page
+share/help/ko/gedit/gedit-open-files-from-sidepane.page
+share/help/ko/gedit/gedit-open-files.page
+share/help/ko/gedit/gedit-open-on-server.page
+share/help/ko/gedit/gedit-open-recent.page
+share/help/ko/gedit/gedit-plugin-guide.page
+share/help/ko/gedit/gedit-plugins-change-case.page
+share/help/ko/gedit/gedit-plugins-doc-stats.page
+share/help/ko/gedit/gedit-plugins-external-tools.page
+share/help/ko/gedit/gedit-plugins-file-browser.page
+share/help/ko/gedit/gedit-plugins-insert-date-time.page
+share/help/ko/gedit/gedit-plugins-install.page
+share/help/ko/gedit/gedit-plugins-modelines.page
+share/help/ko/gedit/gedit-plugins-pyconsole.page
+share/help/ko/gedit/gedit-plugins-quick-open.page
+share/help/ko/gedit/gedit-plugins-snippets.page
+share/help/ko/gedit/gedit-plugins-sort.page
+share/help/ko/gedit/gedit-printing-order.page
+share/help/ko/gedit/gedit-printing-select.page
+share/help/ko/gedit/gedit-printing.page
+share/help/ko/gedit/gedit-quickstart.page
+share/help/ko/gedit/gedit-replace.page
+share/help/ko/gedit/gedit-save-file.page
+share/help/ko/gedit/gedit-search.page
+share/help/ko/gedit/gedit-shortcut-keys.page
+share/help/ko/gedit/gedit-spellcheck.page
+share/help/ko/gedit/gedit-syntax-highlighting.page
+share/help/ko/gedit/gedit-tab-groups.page
+share/help/ko/gedit/gedit-tabs-moving.page
+share/help/ko/gedit/gedit-tabs.page
+share/help/ko/gedit/gedit-undo-recent-action.page
+share/help/ko/gedit/gedit-view-open-files-in-sidepane.page
+share/help/ko/gedit/index.page
+share/help/ko/gedit/legal.xml
+share/help/lv/gedit/figures/gedit-html-snippet.png
+share/help/lv/gedit/figures/gedit-icon.png
+share/help/lv/gedit/figures/gedit-new-external-tool.png
+share/help/lv/gedit/figures/gedit-open-location.png
+share/help/lv/gedit/figures/gedit-side-pane1.png
+share/help/lv/gedit/figures/gedit-side-pane2.png
+share/help/lv/gedit/figures/gedit-side-pane3.png
+share/help/lv/gedit/figures/gedit3-screenshot.png
+share/help/lv/gedit/gedit-change-color-scheme.page
+share/help/lv/gedit/gedit-change-default-font.page
+share/help/lv/gedit/gedit-close-file.page
+share/help/lv/gedit/gedit-create-new-file.page
+share/help/lv/gedit/gedit-edit-as-root.page
+share/help/lv/gedit/gedit-files-basic.page
+share/help/lv/gedit/gedit-full-screen.page
+share/help/lv/gedit/gedit-open-files-from-sidepane.page
+share/help/lv/gedit/gedit-open-files.page
+share/help/lv/gedit/gedit-open-on-server.page
+share/help/lv/gedit/gedit-open-recent.page
+share/help/lv/gedit/gedit-plugin-guide.page
+share/help/lv/gedit/gedit-plugins-change-case.page
+share/help/lv/gedit/gedit-plugins-doc-stats.page
+share/help/lv/gedit/gedit-plugins-external-tools.page
+share/help/lv/gedit/gedit-plugins-file-browser.page
+share/help/lv/gedit/gedit-plugins-insert-date-time.page
+share/help/lv/gedit/gedit-plugins-install.page
+share/help/lv/gedit/gedit-plugins-modelines.page
+share/help/lv/gedit/gedit-plugins-pyconsole.page
+share/help/lv/gedit/gedit-plugins-quick-open.page
+share/help/lv/gedit/gedit-plugins-snippets.page
+share/help/lv/gedit/gedit-plugins-sort.page
+share/help/lv/gedit/gedit-printing-order.page
+share/help/lv/gedit/gedit-printing-select.page
+share/help/lv/gedit/gedit-printing.page
+share/help/lv/gedit/gedit-quickstart.page
+share/help/lv/gedit/gedit-replace.page
+share/help/lv/gedit/gedit-save-file.page
+share/help/lv/gedit/gedit-search.page
+share/help/lv/gedit/gedit-shortcut-keys.page
+share/help/lv/gedit/gedit-spellcheck.page
+share/help/lv/gedit/gedit-syntax-highlighting.page
+share/help/lv/gedit/gedit-tab-groups.page
+share/help/lv/gedit/gedit-tabs-moving.page
+share/help/lv/gedit/gedit-tabs.page
+share/help/lv/gedit/gedit-undo-recent-action.page
+share/help/lv/gedit/gedit-view-open-files-in-sidepane.page
+share/help/lv/gedit/index.page
+share/help/lv/gedit/legal.xml
+share/help/oc/gedit/figures/gedit-html-snippet.png
+share/help/oc/gedit/figures/gedit-icon.png
+share/help/oc/gedit/figures/gedit-new-external-tool.png
+share/help/oc/gedit/figures/gedit-open-location.png
+share/help/oc/gedit/figures/gedit-side-pane1.png
+share/help/oc/gedit/figures/gedit-side-pane2.png
+share/help/oc/gedit/figures/gedit-side-pane3.png
+share/help/oc/gedit/figures/gedit3-screenshot.png
+share/help/oc/gedit/gedit-change-color-scheme.page
+share/help/oc/gedit/gedit-change-default-font.page
+share/help/oc/gedit/gedit-close-file.page
+share/help/oc/gedit/gedit-create-new-file.page
+share/help/oc/gedit/gedit-edit-as-root.page
+share/help/oc/gedit/gedit-files-basic.page
+share/help/oc/gedit/gedit-full-screen.page
+share/help/oc/gedit/gedit-open-files-from-sidepane.page
+share/help/oc/gedit/gedit-open-files.page
+share/help/oc/gedit/gedit-open-on-server.page
+share/help/oc/gedit/gedit-open-recent.page
+share/help/oc/gedit/gedit-plugin-guide.page
+share/help/oc/gedit/gedit-plugins-change-case.page
+share/help/oc/gedit/gedit-plugins-doc-stats.page
+share/help/oc/gedit/gedit-plugins-external-tools.page
+share/help/oc/gedit/gedit-plugins-file-browser.page
+share/help/oc/gedit/gedit-plugins-insert-date-time.page
+share/help/oc/gedit/gedit-plugins-install.page
+share/help/oc/gedit/gedit-plugins-modelines.page
+share/help/oc/gedit/gedit-plugins-pyconsole.page
+share/help/oc/gedit/gedit-plugins-quick-open.page
+share/help/oc/gedit/gedit-plugins-snippets.page
+share/help/oc/gedit/gedit-plugins-sort.page
+share/help/oc/gedit/gedit-printing-order.page
+share/help/oc/gedit/gedit-printing-select.page
+share/help/oc/gedit/gedit-printing.page
+share/help/oc/gedit/gedit-quickstart.page
+share/help/oc/gedit/gedit-replace.page
+share/help/oc/gedit/gedit-save-file.page
+share/help/oc/gedit/gedit-search.page
+share/help/oc/gedit/gedit-shortcut-keys.page
+share/help/oc/gedit/gedit-spellcheck.page
+share/help/oc/gedit/gedit-syntax-highlighting.page
+share/help/oc/gedit/gedit-tab-groups.page
+share/help/oc/gedit/gedit-tabs-moving.page
+share/help/oc/gedit/gedit-tabs.page
+share/help/oc/gedit/gedit-undo-recent-action.page
+share/help/oc/gedit/gedit-view-open-files-in-sidepane.page
+share/help/oc/gedit/index.page
+share/help/oc/gedit/legal.xml
+share/help/pt_BR/gedit/figures/gedit-html-snippet.png
+share/help/pt_BR/gedit/figures/gedit-icon.png
+share/help/pt_BR/gedit/figures/gedit-new-external-tool.png
+share/help/pt_BR/gedit/figures/gedit-open-location.png
+share/help/pt_BR/gedit/figures/gedit-side-pane1.png
+share/help/pt_BR/gedit/figures/gedit-side-pane2.png
+share/help/pt_BR/gedit/figures/gedit-side-pane3.png
+share/help/pt_BR/gedit/figures/gedit3-screenshot.png
+share/help/pt_BR/gedit/gedit-change-color-scheme.page
+share/help/pt_BR/gedit/gedit-change-default-font.page
+share/help/pt_BR/gedit/gedit-close-file.page
+share/help/pt_BR/gedit/gedit-create-new-file.page
+share/help/pt_BR/gedit/gedit-edit-as-root.page
+share/help/pt_BR/gedit/gedit-files-basic.page
+share/help/pt_BR/gedit/gedit-full-screen.page
+share/help/pt_BR/gedit/gedit-open-files-from-sidepane.page
+share/help/pt_BR/gedit/gedit-open-files.page
+share/help/pt_BR/gedit/gedit-open-on-server.page
+share/help/pt_BR/gedit/gedit-open-recent.page
+share/help/pt_BR/gedit/gedit-plugin-guide.page
+share/help/pt_BR/gedit/gedit-plugins-change-case.page
+share/help/pt_BR/gedit/gedit-plugins-doc-stats.page
+share/help/pt_BR/gedit/gedit-plugins-external-tools.page
+share/help/pt_BR/gedit/gedit-plugins-file-browser.page
+share/help/pt_BR/gedit/gedit-plugins-insert-date-time.page
+share/help/pt_BR/gedit/gedit-plugins-install.page
+share/help/pt_BR/gedit/gedit-plugins-modelines.page
+share/help/pt_BR/gedit/gedit-plugins-pyconsole.page
+share/help/pt_BR/gedit/gedit-plugins-quick-open.page
+share/help/pt_BR/gedit/gedit-plugins-snippets.page
+share/help/pt_BR/gedit/gedit-plugins-sort.page
+share/help/pt_BR/gedit/gedit-printing-order.page
+share/help/pt_BR/gedit/gedit-printing-select.page
+share/help/pt_BR/gedit/gedit-printing.page
+share/help/pt_BR/gedit/gedit-quickstart.page
+share/help/pt_BR/gedit/gedit-replace.page
+share/help/pt_BR/gedit/gedit-save-file.page
+share/help/pt_BR/gedit/gedit-search.page
+share/help/pt_BR/gedit/gedit-shortcut-keys.page
+share/help/pt_BR/gedit/gedit-spellcheck.page
+share/help/pt_BR/gedit/gedit-syntax-highlighting.page
+share/help/pt_BR/gedit/gedit-tab-groups.page
+share/help/pt_BR/gedit/gedit-tabs-moving.page
+share/help/pt_BR/gedit/gedit-tabs.page
+share/help/pt_BR/gedit/gedit-undo-recent-action.page
+share/help/pt_BR/gedit/gedit-view-open-files-in-sidepane.page
+share/help/pt_BR/gedit/index.page
+share/help/pt_BR/gedit/legal.xml
+share/help/ru/gedit/figures/gedit-html-snippet.png
+share/help/ru/gedit/figures/gedit-icon.png
+share/help/ru/gedit/figures/gedit-new-external-tool.png
+share/help/ru/gedit/figures/gedit-open-location.png
+share/help/ru/gedit/figures/gedit-side-pane1.png
+share/help/ru/gedit/figures/gedit-side-pane2.png
+share/help/ru/gedit/figures/gedit-side-pane3.png
+share/help/ru/gedit/figures/gedit3-screenshot.png
+share/help/ru/gedit/gedit-change-color-scheme.page
+share/help/ru/gedit/gedit-change-default-font.page
+share/help/ru/gedit/gedit-close-file.page
+share/help/ru/gedit/gedit-create-new-file.page
+share/help/ru/gedit/gedit-edit-as-root.page
+share/help/ru/gedit/gedit-files-basic.page
+share/help/ru/gedit/gedit-full-screen.page
+share/help/ru/gedit/gedit-open-files-from-sidepane.page
+share/help/ru/gedit/gedit-open-files.page
+share/help/ru/gedit/gedit-open-on-server.page
+share/help/ru/gedit/gedit-open-recent.page
+share/help/ru/gedit/gedit-plugin-guide.page
+share/help/ru/gedit/gedit-plugins-change-case.page
+share/help/ru/gedit/gedit-plugins-doc-stats.page
+share/help/ru/gedit/gedit-plugins-external-tools.page
+share/help/ru/gedit/gedit-plugins-file-browser.page
+share/help/ru/gedit/gedit-plugins-insert-date-time.page
+share/help/ru/gedit/gedit-plugins-install.page
+share/help/ru/gedit/gedit-plugins-modelines.page
+share/help/ru/gedit/gedit-plugins-pyconsole.page
+share/help/ru/gedit/gedit-plugins-quick-open.page
+share/help/ru/gedit/gedit-plugins-snippets.page
+share/help/ru/gedit/gedit-plugins-sort.page
+share/help/ru/gedit/gedit-printing-order.page
+share/help/ru/gedit/gedit-printing-select.page
+share/help/ru/gedit/gedit-printing.page
+share/help/ru/gedit/gedit-quickstart.page
+share/help/ru/gedit/gedit-replace.page
+share/help/ru/gedit/gedit-save-file.page
+share/help/ru/gedit/gedit-search.page
+share/help/ru/gedit/gedit-shortcut-keys.page
+share/help/ru/gedit/gedit-spellcheck.page
+share/help/ru/gedit/gedit-syntax-highlighting.page
+share/help/ru/gedit/gedit-tab-groups.page
+share/help/ru/gedit/gedit-tabs-moving.page
+share/help/ru/gedit/gedit-tabs.page
+share/help/ru/gedit/gedit-undo-recent-action.page
+share/help/ru/gedit/gedit-view-open-files-in-sidepane.page
+share/help/ru/gedit/index.page
+share/help/ru/gedit/legal.xml
+share/help/sl/gedit/figures/gedit-html-snippet.png
+share/help/sl/gedit/figures/gedit-icon.png
+share/help/sl/gedit/figures/gedit-new-external-tool.png
+share/help/sl/gedit/figures/gedit-open-location.png
+share/help/sl/gedit/figures/gedit-side-pane1.png
+share/help/sl/gedit/figures/gedit-side-pane2.png
+share/help/sl/gedit/figures/gedit-side-pane3.png
+share/help/sl/gedit/figures/gedit3-screenshot.png
+share/help/sl/gedit/gedit-change-color-scheme.page
+share/help/sl/gedit/gedit-change-default-font.page
+share/help/sl/gedit/gedit-close-file.page
+share/help/sl/gedit/gedit-create-new-file.page
+share/help/sl/gedit/gedit-edit-as-root.page
+share/help/sl/gedit/gedit-files-basic.page
+share/help/sl/gedit/gedit-full-screen.page
+share/help/sl/gedit/gedit-open-files-from-sidepane.page
+share/help/sl/gedit/gedit-open-files.page
+share/help/sl/gedit/gedit-open-on-server.page
+share/help/sl/gedit/gedit-open-recent.page
+share/help/sl/gedit/gedit-plugin-guide.page
+share/help/sl/gedit/gedit-plugins-change-case.page
+share/help/sl/gedit/gedit-plugins-doc-stats.page
+share/help/sl/gedit/gedit-plugins-external-tools.page
+share/help/sl/gedit/gedit-plugins-file-browser.page
+share/help/sl/gedit/gedit-plugins-insert-date-time.page
+share/help/sl/gedit/gedit-plugins-install.page
+share/help/sl/gedit/gedit-plugins-modelines.page
+share/help/sl/gedit/gedit-plugins-pyconsole.page
+share/help/sl/gedit/gedit-plugins-quick-open.page
+share/help/sl/gedit/gedit-plugins-snippets.page
+share/help/sl/gedit/gedit-plugins-sort.page
+share/help/sl/gedit/gedit-printing-order.page
+share/help/sl/gedit/gedit-printing-select.page
+share/help/sl/gedit/gedit-printing.page
+share/help/sl/gedit/gedit-quickstart.page
+share/help/sl/gedit/gedit-replace.page
+share/help/sl/gedit/gedit-save-file.page
+share/help/sl/gedit/gedit-search.page
+share/help/sl/gedit/gedit-shortcut-keys.page
+share/help/sl/gedit/gedit-spellcheck.page
+share/help/sl/gedit/gedit-syntax-highlighting.page
+share/help/sl/gedit/gedit-tab-groups.page
+share/help/sl/gedit/gedit-tabs-moving.page
+share/help/sl/gedit/gedit-tabs.page
+share/help/sl/gedit/gedit-undo-recent-action.page
+share/help/sl/gedit/gedit-view-open-files-in-sidepane.page
+share/help/sl/gedit/index.page
+share/help/sl/gedit/legal.xml
+share/help/sv/gedit/figures/gedit-html-snippet.png
+share/help/sv/gedit/figures/gedit-icon.png
+share/help/sv/gedit/figures/gedit-new-external-tool.png
+share/help/sv/gedit/figures/gedit-open-location.png
+share/help/sv/gedit/figures/gedit-side-pane1.png
+share/help/sv/gedit/figures/gedit-side-pane2.png
+share/help/sv/gedit/figures/gedit-side-pane3.png
+share/help/sv/gedit/figures/gedit3-screenshot.png
+share/help/sv/gedit/gedit-change-color-scheme.page
+share/help/sv/gedit/gedit-change-default-font.page
+share/help/sv/gedit/gedit-close-file.page
+share/help/sv/gedit/gedit-create-new-file.page
+share/help/sv/gedit/gedit-edit-as-root.page
+share/help/sv/gedit/gedit-files-basic.page
+share/help/sv/gedit/gedit-full-screen.page
+share/help/sv/gedit/gedit-open-files-from-sidepane.page
+share/help/sv/gedit/gedit-open-files.page
+share/help/sv/gedit/gedit-open-on-server.page
+share/help/sv/gedit/gedit-open-recent.page
+share/help/sv/gedit/gedit-plugin-guide.page
+share/help/sv/gedit/gedit-plugins-change-case.page
+share/help/sv/gedit/gedit-plugins-doc-stats.page
+share/help/sv/gedit/gedit-plugins-external-tools.page
+share/help/sv/gedit/gedit-plugins-file-browser.page
+share/help/sv/gedit/gedit-plugins-insert-date-time.page
+share/help/sv/gedit/gedit-plugins-install.page
+share/help/sv/gedit/gedit-plugins-modelines.page
+share/help/sv/gedit/gedit-plugins-pyconsole.page
+share/help/sv/gedit/gedit-plugins-quick-open.page
+share/help/sv/gedit/gedit-plugins-snippets.page
+share/help/sv/gedit/gedit-plugins-sort.page
+share/help/sv/gedit/gedit-printing-order.page
+share/help/sv/gedit/gedit-printing-select.page
+share/help/sv/gedit/gedit-printing.page
+share/help/sv/gedit/gedit-quickstart.page
+share/help/sv/gedit/gedit-replace.page
+share/help/sv/gedit/gedit-save-file.page
+share/help/sv/gedit/gedit-search.page
+share/help/sv/gedit/gedit-shortcut-keys.page
+share/help/sv/gedit/gedit-spellcheck.page
+share/help/sv/gedit/gedit-syntax-highlighting.page
+share/help/sv/gedit/gedit-tab-groups.page
+share/help/sv/gedit/gedit-tabs-moving.page
+share/help/sv/gedit/gedit-tabs.page
+share/help/sv/gedit/gedit-undo-recent-action.page
+share/help/sv/gedit/gedit-view-open-files-in-sidepane.page
+share/help/sv/gedit/index.page
+share/help/sv/gedit/legal.xml
+share/help/te/gedit/figures/gedit-html-snippet.png
+share/help/te/gedit/figures/gedit-icon.png
+share/help/te/gedit/figures/gedit-new-external-tool.png
+share/help/te/gedit/figures/gedit-open-location.png
+share/help/te/gedit/figures/gedit-side-pane1.png
+share/help/te/gedit/figures/gedit-side-pane2.png
+share/help/te/gedit/figures/gedit-side-pane3.png
+share/help/te/gedit/figures/gedit3-screenshot.png
+share/help/te/gedit/gedit-change-color-scheme.page
+share/help/te/gedit/gedit-change-default-font.page
+share/help/te/gedit/gedit-close-file.page
+share/help/te/gedit/gedit-create-new-file.page
+share/help/te/gedit/gedit-edit-as-root.page
+share/help/te/gedit/gedit-files-basic.page
+share/help/te/gedit/gedit-full-screen.page
+share/help/te/gedit/gedit-open-files-from-sidepane.page
+share/help/te/gedit/gedit-open-files.page
+share/help/te/gedit/gedit-open-on-server.page
+share/help/te/gedit/gedit-open-recent.page
+share/help/te/gedit/gedit-plugin-guide.page
+share/help/te/gedit/gedit-plugins-change-case.page
+share/help/te/gedit/gedit-plugins-doc-stats.page
+share/help/te/gedit/gedit-plugins-external-tools.page
+share/help/te/gedit/gedit-plugins-file-browser.page
+share/help/te/gedit/gedit-plugins-insert-date-time.page
+share/help/te/gedit/gedit-plugins-install.page
+share/help/te/gedit/gedit-plugins-modelines.page
+share/help/te/gedit/gedit-plugins-pyconsole.page
+share/help/te/gedit/gedit-plugins-quick-open.page
+share/help/te/gedit/gedit-plugins-snippets.page
+share/help/te/gedit/gedit-plugins-sort.page
+share/help/te/gedit/gedit-printing-order.page
+share/help/te/gedit/gedit-printing-select.page
+share/help/te/gedit/gedit-printing.page
+share/help/te/gedit/gedit-quickstart.page
+share/help/te/gedit/gedit-replace.page
+share/help/te/gedit/gedit-save-file.page
+share/help/te/gedit/gedit-search.page
+share/help/te/gedit/gedit-shortcut-keys.page
+share/help/te/gedit/gedit-spellcheck.page
+share/help/te/gedit/gedit-syntax-highlighting.page
+share/help/te/gedit/gedit-tab-groups.page
+share/help/te/gedit/gedit-tabs-moving.page
+share/help/te/gedit/gedit-tabs.page
+share/help/te/gedit/gedit-undo-recent-action.page
+share/help/te/gedit/gedit-view-open-files-in-sidepane.page
+share/help/te/gedit/index.page
+share/help/te/gedit/legal.xml
+share/help/th/gedit/figures/gedit-html-snippet.png
+share/help/th/gedit/figures/gedit-icon.png
+share/help/th/gedit/figures/gedit-new-external-tool.png
+share/help/th/gedit/figures/gedit-open-location.png
+share/help/th/gedit/figures/gedit-side-pane1.png
+share/help/th/gedit/figures/gedit-side-pane2.png
+share/help/th/gedit/figures/gedit-side-pane3.png
+share/help/th/gedit/figures/gedit3-screenshot.png
+share/help/th/gedit/gedit-change-color-scheme.page
+share/help/th/gedit/gedit-change-default-font.page
+share/help/th/gedit/gedit-close-file.page
+share/help/th/gedit/gedit-create-new-file.page
+share/help/th/gedit/gedit-edit-as-root.page
+share/help/th/gedit/gedit-files-basic.page
+share/help/th/gedit/gedit-full-screen.page
+share/help/th/gedit/gedit-open-files-from-sidepane.page
+share/help/th/gedit/gedit-open-files.page
+share/help/th/gedit/gedit-open-on-server.page
+share/help/th/gedit/gedit-open-recent.page
+share/help/th/gedit/gedit-plugin-guide.page
+share/help/th/gedit/gedit-plugins-change-case.page
+share/help/th/gedit/gedit-plugins-doc-stats.page
+share/help/th/gedit/gedit-plugins-external-tools.page
+share/help/th/gedit/gedit-plugins-file-browser.page
+share/help/th/gedit/gedit-plugins-insert-date-time.page
+share/help/th/gedit/gedit-plugins-install.page
+share/help/th/gedit/gedit-plugins-modelines.page
+share/help/th/gedit/gedit-plugins-pyconsole.page
+share/help/th/gedit/gedit-plugins-quick-open.page
+share/help/th/gedit/gedit-plugins-snippets.page
+share/help/th/gedit/gedit-plugins-sort.page
+share/help/th/gedit/gedit-printing-order.page
+share/help/th/gedit/gedit-printing-select.page
+share/help/th/gedit/gedit-printing.page
+share/help/th/gedit/gedit-quickstart.page
+share/help/th/gedit/gedit-replace.page
+share/help/th/gedit/gedit-save-file.page
+share/help/th/gedit/gedit-search.page
+share/help/th/gedit/gedit-shortcut-keys.page
+share/help/th/gedit/gedit-spellcheck.page
+share/help/th/gedit/gedit-syntax-highlighting.page
+share/help/th/gedit/gedit-tab-groups.page
+share/help/th/gedit/gedit-tabs-moving.page
+share/help/th/gedit/gedit-tabs.page
+share/help/th/gedit/gedit-undo-recent-action.page
+share/help/th/gedit/gedit-view-open-files-in-sidepane.page
+share/help/th/gedit/index.page
+share/help/th/gedit/legal.xml
+share/help/uk/gedit/figures/gedit-html-snippet.png
+share/help/uk/gedit/figures/gedit-icon.png
+share/help/uk/gedit/figures/gedit-new-external-tool.png
+share/help/uk/gedit/figures/gedit-open-location.png
+share/help/uk/gedit/figures/gedit-side-pane1.png
+share/help/uk/gedit/figures/gedit-side-pane2.png
+share/help/uk/gedit/figures/gedit-side-pane3.png
+share/help/uk/gedit/figures/gedit3-screenshot.png
+share/help/uk/gedit/gedit-change-color-scheme.page
+share/help/uk/gedit/gedit-change-default-font.page
+share/help/uk/gedit/gedit-close-file.page
+share/help/uk/gedit/gedit-create-new-file.page
+share/help/uk/gedit/gedit-edit-as-root.page
+share/help/uk/gedit/gedit-files-basic.page
+share/help/uk/gedit/gedit-full-screen.page
+share/help/uk/gedit/gedit-open-files-from-sidepane.page
+share/help/uk/gedit/gedit-open-files.page
+share/help/uk/gedit/gedit-open-on-server.page
+share/help/uk/gedit/gedit-open-recent.page
+share/help/uk/gedit/gedit-plugin-guide.page
+share/help/uk/gedit/gedit-plugins-change-case.page
+share/help/uk/gedit/gedit-plugins-doc-stats.page
+share/help/uk/gedit/gedit-plugins-external-tools.page
+share/help/uk/gedit/gedit-plugins-file-browser.page
+share/help/uk/gedit/gedit-plugins-insert-date-time.page
+share/help/uk/gedit/gedit-plugins-install.page
+share/help/uk/gedit/gedit-plugins-modelines.page
+share/help/uk/gedit/gedit-plugins-pyconsole.page
+share/help/uk/gedit/gedit-plugins-quick-open.page
+share/help/uk/gedit/gedit-plugins-snippets.page
+share/help/uk/gedit/gedit-plugins-sort.page
+share/help/uk/gedit/gedit-printing-order.page
+share/help/uk/gedit/gedit-printing-select.page
+share/help/uk/gedit/gedit-printing.page
+share/help/uk/gedit/gedit-quickstart.page
+share/help/uk/gedit/gedit-replace.page
+share/help/uk/gedit/gedit-save-file.page
+share/help/uk/gedit/gedit-search.page
+share/help/uk/gedit/gedit-shortcut-keys.page
+share/help/uk/gedit/gedit-spellcheck.page
+share/help/uk/gedit/gedit-syntax-highlighting.page
+share/help/uk/gedit/gedit-tab-groups.page
+share/help/uk/gedit/gedit-tabs-moving.page
+share/help/uk/gedit/gedit-tabs.page
+share/help/uk/gedit/gedit-undo-recent-action.page
+share/help/uk/gedit/gedit-view-open-files-in-sidepane.page
+share/help/uk/gedit/index.page
+share/help/uk/gedit/legal.xml
+share/help/zh_CN/gedit/figures/gedit-html-snippet.png
+share/help/zh_CN/gedit/figures/gedit-icon.png
+share/help/zh_CN/gedit/figures/gedit-new-external-tool.png
+share/help/zh_CN/gedit/figures/gedit-open-location.png
+share/help/zh_CN/gedit/figures/gedit-side-pane1.png
+share/help/zh_CN/gedit/figures/gedit-side-pane2.png
+share/help/zh_CN/gedit/figures/gedit-side-pane3.png
+share/help/zh_CN/gedit/figures/gedit3-screenshot.png
+share/help/zh_CN/gedit/gedit-change-color-scheme.page
+share/help/zh_CN/gedit/gedit-change-default-font.page
+share/help/zh_CN/gedit/gedit-close-file.page
+share/help/zh_CN/gedit/gedit-create-new-file.page
+share/help/zh_CN/gedit/gedit-edit-as-root.page
+share/help/zh_CN/gedit/gedit-files-basic.page
+share/help/zh_CN/gedit/gedit-full-screen.page
+share/help/zh_CN/gedit/gedit-open-files-from-sidepane.page
+share/help/zh_CN/gedit/gedit-open-files.page
+share/help/zh_CN/gedit/gedit-open-on-server.page
+share/help/zh_CN/gedit/gedit-open-recent.page
+share/help/zh_CN/gedit/gedit-plugin-guide.page
+share/help/zh_CN/gedit/gedit-plugins-change-case.page
+share/help/zh_CN/gedit/gedit-plugins-doc-stats.page
+share/help/zh_CN/gedit/gedit-plugins-external-tools.page
+share/help/zh_CN/gedit/gedit-plugins-file-browser.page
+share/help/zh_CN/gedit/gedit-plugins-insert-date-time.page
+share/help/zh_CN/gedit/gedit-plugins-install.page
+share/help/zh_CN/gedit/gedit-plugins-modelines.page
+share/help/zh_CN/gedit/gedit-plugins-pyconsole.page
+share/help/zh_CN/gedit/gedit-plugins-quick-open.page
+share/help/zh_CN/gedit/gedit-plugins-snippets.page
+share/help/zh_CN/gedit/gedit-plugins-sort.page
+share/help/zh_CN/gedit/gedit-printing-order.page
+share/help/zh_CN/gedit/gedit-printing-select.page
+share/help/zh_CN/gedit/gedit-printing.page
+share/help/zh_CN/gedit/gedit-quickstart.page
+share/help/zh_CN/gedit/gedit-replace.page
+share/help/zh_CN/gedit/gedit-save-file.page
+share/help/zh_CN/gedit/gedit-search.page
+share/help/zh_CN/gedit/gedit-shortcut-keys.page
+share/help/zh_CN/gedit/gedit-spellcheck.page
+share/help/zh_CN/gedit/gedit-syntax-highlighting.page
+share/help/zh_CN/gedit/gedit-tab-groups.page
+share/help/zh_CN/gedit/gedit-tabs-moving.page
+share/help/zh_CN/gedit/gedit-tabs.page
+share/help/zh_CN/gedit/gedit-undo-recent-action.page
+share/help/zh_CN/gedit/gedit-view-open-files-in-sidepane.page
+share/help/zh_CN/gedit/index.page
+share/help/zh_CN/gedit/legal.xml
+share/help/zh_HK/gedit/figures/gedit-html-snippet.png
+share/help/zh_HK/gedit/figures/gedit-icon.png
+share/help/zh_HK/gedit/figures/gedit-new-external-tool.png
+share/help/zh_HK/gedit/figures/gedit-open-location.png
+share/help/zh_HK/gedit/figures/gedit-side-pane1.png
+share/help/zh_HK/gedit/figures/gedit-side-pane2.png
+share/help/zh_HK/gedit/figures/gedit-side-pane3.png
+share/help/zh_HK/gedit/figures/gedit3-screenshot.png
+share/help/zh_HK/gedit/gedit-change-color-scheme.page
+share/help/zh_HK/gedit/gedit-change-default-font.page
+share/help/zh_HK/gedit/gedit-close-file.page
+share/help/zh_HK/gedit/gedit-create-new-file.page
+share/help/zh_HK/gedit/gedit-edit-as-root.page
+share/help/zh_HK/gedit/gedit-files-basic.page
+share/help/zh_HK/gedit/gedit-full-screen.page
+share/help/zh_HK/gedit/gedit-open-files-from-sidepane.page
+share/help/zh_HK/gedit/gedit-open-files.page
+share/help/zh_HK/gedit/gedit-open-on-server.page
+share/help/zh_HK/gedit/gedit-open-recent.page
+share/help/zh_HK/gedit/gedit-plugin-guide.page
+share/help/zh_HK/gedit/gedit-plugins-change-case.page
+share/help/zh_HK/gedit/gedit-plugins-doc-stats.page
+share/help/zh_HK/gedit/gedit-plugins-external-tools.page
+share/help/zh_HK/gedit/gedit-plugins-file-browser.page
+share/help/zh_HK/gedit/gedit-plugins-insert-date-time.page
+share/help/zh_HK/gedit/gedit-plugins-install.page
+share/help/zh_HK/gedit/gedit-plugins-modelines.page
+share/help/zh_HK/gedit/gedit-plugins-pyconsole.page
+share/help/zh_HK/gedit/gedit-plugins-quick-open.page
+share/help/zh_HK/gedit/gedit-plugins-snippets.page
+share/help/zh_HK/gedit/gedit-plugins-sort.page
+share/help/zh_HK/gedit/gedit-printing-order.page
+share/help/zh_HK/gedit/gedit-printing-select.page
+share/help/zh_HK/gedit/gedit-printing.page
+share/help/zh_HK/gedit/gedit-quickstart.page
+share/help/zh_HK/gedit/gedit-replace.page
+share/help/zh_HK/gedit/gedit-save-file.page
+share/help/zh_HK/gedit/gedit-search.page
+share/help/zh_HK/gedit/gedit-shortcut-keys.page
+share/help/zh_HK/gedit/gedit-spellcheck.page
+share/help/zh_HK/gedit/gedit-syntax-highlighting.page
+share/help/zh_HK/gedit/gedit-tab-groups.page
+share/help/zh_HK/gedit/gedit-tabs-moving.page
+share/help/zh_HK/gedit/gedit-tabs.page
+share/help/zh_HK/gedit/gedit-undo-recent-action.page
+share/help/zh_HK/gedit/gedit-view-open-files-in-sidepane.page
+share/help/zh_HK/gedit/index.page
+share/help/zh_HK/gedit/legal.xml
+share/help/zh_TW/gedit/figures/gedit-html-snippet.png
+share/help/zh_TW/gedit/figures/gedit-icon.png
+share/help/zh_TW/gedit/figures/gedit-new-external-tool.png
+share/help/zh_TW/gedit/figures/gedit-open-location.png
+share/help/zh_TW/gedit/figures/gedit-side-pane1.png
+share/help/zh_TW/gedit/figures/gedit-side-pane2.png
+share/help/zh_TW/gedit/figures/gedit-side-pane3.png
+share/help/zh_TW/gedit/figures/gedit3-screenshot.png
+share/help/zh_TW/gedit/gedit-change-color-scheme.page
+share/help/zh_TW/gedit/gedit-change-default-font.page
+share/help/zh_TW/gedit/gedit-close-file.page
+share/help/zh_TW/gedit/gedit-create-new-file.page
+share/help/zh_TW/gedit/gedit-edit-as-root.page
+share/help/zh_TW/gedit/gedit-files-basic.page
+share/help/zh_TW/gedit/gedit-full-screen.page
+share/help/zh_TW/gedit/gedit-open-files-from-sidepane.page
+share/help/zh_TW/gedit/gedit-open-files.page
+share/help/zh_TW/gedit/gedit-open-on-server.page
+share/help/zh_TW/gedit/gedit-open-recent.page
+share/help/zh_TW/gedit/gedit-plugin-guide.page
+share/help/zh_TW/gedit/gedit-plugins-change-case.page
+share/help/zh_TW/gedit/gedit-plugins-doc-stats.page
+share/help/zh_TW/gedit/gedit-plugins-external-tools.page
+share/help/zh_TW/gedit/gedit-plugins-file-browser.page
+share/help/zh_TW/gedit/gedit-plugins-insert-date-time.page
+share/help/zh_TW/gedit/gedit-plugins-install.page
+share/help/zh_TW/gedit/gedit-plugins-modelines.page
+share/help/zh_TW/gedit/gedit-plugins-pyconsole.page
+share/help/zh_TW/gedit/gedit-plugins-quick-open.page
+share/help/zh_TW/gedit/gedit-plugins-snippets.page
+share/help/zh_TW/gedit/gedit-plugins-sort.page
+share/help/zh_TW/gedit/gedit-printing-order.page
+share/help/zh_TW/gedit/gedit-printing-select.page
+share/help/zh_TW/gedit/gedit-printing.page
+share/help/zh_TW/gedit/gedit-quickstart.page
+share/help/zh_TW/gedit/gedit-replace.page
+share/help/zh_TW/gedit/gedit-save-file.page
+share/help/zh_TW/gedit/gedit-search.page
+share/help/zh_TW/gedit/gedit-shortcut-keys.page
+share/help/zh_TW/gedit/gedit-spellcheck.page
+share/help/zh_TW/gedit/gedit-syntax-highlighting.page
+share/help/zh_TW/gedit/gedit-tab-groups.page
+share/help/zh_TW/gedit/gedit-tabs-moving.page
+share/help/zh_TW/gedit/gedit-tabs.page
+share/help/zh_TW/gedit/gedit-undo-recent-action.page
+share/help/zh_TW/gedit/gedit-view-open-files-in-sidepane.page
+share/help/zh_TW/gedit/index.page
+share/help/zh_TW/gedit/legal.xml
share/locale/af/LC_MESSAGES/gedit.mo
share/locale/am/LC_MESSAGES/gedit.mo
+share/locale/an/LC_MESSAGES/gedit.mo
share/locale/ar/LC_MESSAGES/gedit.mo
share/locale/as/LC_MESSAGES/gedit.mo
share/locale/ast/LC_MESSAGES/gedit.mo
@@ -458,6 +1692,7 @@
share/locale/fi/LC_MESSAGES/gedit.mo
share/locale/fr/LC_MESSAGES/gedit.mo
share/locale/ga/LC_MESSAGES/gedit.mo
+share/locale/gd/LC_MESSAGES/gedit.mo
share/locale/gl/LC_MESSAGES/gedit.mo
share/locale/gu/LC_MESSAGES/gedit.mo
share/locale/he/LC_MESSAGES/gedit.mo
@@ -471,6 +1706,7 @@
share/locale/ja/LC_MESSAGES/gedit.mo
share/locale/ka/LC_MESSAGES/gedit.mo
share/locale/kk/LC_MESSAGES/gedit.mo
+share/locale/km/LC_MESSAGES/gedit.mo
share/locale/kn/LC_MESSAGES/gedit.mo
share/locale/ko/LC_MESSAGES/gedit.mo
share/locale/ku/LC_MESSAGES/gedit.mo
@@ -485,6 +1721,7 @@
share/locale/mn/LC_MESSAGES/gedit.mo
share/locale/mr/LC_MESSAGES/gedit.mo
share/locale/ms/LC_MESSAGES/gedit.mo
+share/locale/my/LC_MESSAGES/gedit.mo
share/locale/nb/LC_MESSAGES/gedit.mo
share/locale/nds/LC_MESSAGES/gedit.mo
share/locale/ne/LC_MESSAGES/gedit.mo
@@ -509,9 +1746,11 @@
share/locale/sv/LC_MESSAGES/gedit.mo
share/locale/ta/LC_MESSAGES/gedit.mo
share/locale/te/LC_MESSAGES/gedit.mo
+share/locale/tg/LC_MESSAGES/gedit.mo
share/locale/th/LC_MESSAGES/gedit.mo
share/locale/tk/LC_MESSAGES/gedit.mo
share/locale/tr/LC_MESSAGES/gedit.mo
+share/locale/ug/LC_MESSAGES/gedit.mo
share/locale/uk/LC_MESSAGES/gedit.mo
share/locale/vi/LC_MESSAGES/gedit.mo
share/locale/wa/LC_MESSAGES/gedit.mo
@@ -519,161 +1758,5 @@
share/locale/zh_CN/LC_MESSAGES/gedit.mo
share/locale/zh_HK/LC_MESSAGES/gedit.mo
share/locale/zh_TW/LC_MESSAGES/gedit.mo
-share/omf/gedit/gedit-C.omf
-share/omf/gedit/gedit-ar.omf
-share/omf/gedit/gedit-bg.omf
-share/omf/gedit/gedit-ca.omf
-share/omf/gedit/gedit-cs.omf
-share/omf/gedit/gedit-da.omf
-share/omf/gedit/gedit-de.omf
-share/omf/gedit/gedit-el.omf
-share/omf/gedit/gedit-es.omf
-share/omf/gedit/gedit-fi.omf
-share/omf/gedit/gedit-fr.omf
-share/omf/gedit/gedit-hu.omf
-share/omf/gedit/gedit-it.omf
-share/omf/gedit/gedit-ja.omf
-share/omf/gedit/gedit-ko.omf
-share/omf/gedit/gedit-oc.omf
-share/omf/gedit/gedit-pt_BR.omf
-share/omf/gedit/gedit-ru.omf
-share/omf/gedit/gedit-sv.omf
-share/omf/gedit/gedit-th.omf
-share/omf/gedit/gedit-uk.omf
-share/omf/gedit/gedit-zh_CN.omf
-share/omf/gedit/gedit-zh_HK.omf
-share/omf/gedit/gedit-zh_TW.omf
- at dirrm share/omf/gedit
- at dirrm share/gnome/help/gedit/zh_TW/figures
- at dirrm share/gnome/help/gedit/zh_TW
- at dirrm share/gnome/help/gedit/zh_HK/figures
- at dirrm share/gnome/help/gedit/zh_HK
- at dirrm share/gnome/help/gedit/zh_CN/figures
- at dirrm share/gnome/help/gedit/zh_CN
- at dirrm share/gnome/help/gedit/uk/figures
- at dirrm share/gnome/help/gedit/uk
- at dirrm share/gnome/help/gedit/th/figures
- at dirrm share/gnome/help/gedit/th
- at dirrm share/gnome/help/gedit/sv/figures
- at dirrm share/gnome/help/gedit/sv
- at dirrm share/gnome/help/gedit/ru/figures
- at dirrm share/gnome/help/gedit/ru
- at dirrm share/gnome/help/gedit/pt_BR/figures
- at dirrm share/gnome/help/gedit/pt_BR
- at dirrm share/gnome/help/gedit/oc/figures
- at dirrm share/gnome/help/gedit/oc
- at dirrm share/gnome/help/gedit/ko/figures
- at dirrm share/gnome/help/gedit/ko
- at dirrm share/gnome/help/gedit/ja/figures
- at dirrm share/gnome/help/gedit/ja
- at dirrm share/gnome/help/gedit/it/figures
- at dirrm share/gnome/help/gedit/it
- at dirrm share/gnome/help/gedit/hu/figures
- at dirrm share/gnome/help/gedit/hu
- at dirrm share/gnome/help/gedit/fr/figures
- at dirrm share/gnome/help/gedit/fr
- at dirrm share/gnome/help/gedit/fi/figures
- at dirrm share/gnome/help/gedit/fi
- at dirrm share/gnome/help/gedit/es/figures
- at dirrm share/gnome/help/gedit/es
- at dirrm share/gnome/help/gedit/el/figures
- at dirrm share/gnome/help/gedit/el
- at dirrm share/gnome/help/gedit/de/figures
- at dirrm share/gnome/help/gedit/de
- at dirrm share/gnome/help/gedit/da/figures
- at dirrm share/gnome/help/gedit/da
- at dirrm share/gnome/help/gedit/cs/figures
- at dirrm share/gnome/help/gedit/cs
- at dirrm share/gnome/help/gedit/ca/figures
- at dirrm share/gnome/help/gedit/ca
- at dirrm share/gnome/help/gedit/bg/figures
- at dirrm share/gnome/help/gedit/bg
- at dirrm share/gnome/help/gedit/ar/figures
- at dirrm share/gnome/help/gedit/ar
- at dirrm share/gnome/help/gedit/C/figures
- at dirrm share/gnome/help/gedit/C
- at dirrm share/gnome/help/gedit
- at dirrm share/gedit-2/ui
- at dirrm share/gedit-2/plugins/time
- at dirrm share/gedit-2/plugins/taglist
- at dirrm share/gedit-2/plugins/spell
- at dirrm share/gedit-2/plugins/sort
-%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/ui
-%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/lang
-%%PYTHON%%@dirrm share/gedit-2/plugins/snippets
-%%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole/ui
-%%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole
- at dirrm share/gedit-2/plugins/modelines
- at dirrm share/gedit-2/plugins/filebrowser
-%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools/ui
-%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools/tools
-%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools
- at dirrm share/gedit-2/plugins/docinfo
- at dirrm share/gedit-2/plugins/changecase
- at dirrm share/gedit-2/plugins
- at dirrm share/gedit-2/logo
- at dirrm share/gedit-2/icons
- at dirrm share/gedit-2
- at dirrm %%DOCSDIR%%
- at dirrmtry libexec/gedit-2
-%%PYTHON%%@dirrm lib/gedit-2/plugins/snippets
-%%PYTHON%%@dirrm lib/gedit-2/plugins/quickopen
-%%PYTHON%%@dirrm lib/gedit-2/plugins/pythonconsole
-%%PYTHON%%@dirrm lib/gedit-2/plugins/externaltools
- at dirrmtry lib/gedit-2/plugins
- at dirrmtry lib/gedit-2/plugin-loaders
- at dirrmtry lib/gedit-2
- at dirrm include/gedit-%%VERSION%%/gedit
- at dirrm include/gedit-%%VERSION%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/xh/LC_MESSAGES
- at dirrmtry share/locale/xh
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/ps/LC_MESSAGES
- at dirrmtry share/locale/ps
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/nds/LC_MESSAGES
- at dirrmtry share/locale/nds
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/mi/LC_MESSAGES
- at dirrmtry share/locale/mi
- at dirrmtry share/locale/mg/LC_MESSAGES
- at dirrmtry share/locale/mg
- at dirrmtry share/locale/mai/LC_MESSAGES
- at dirrmtry share/locale/mai
- at dirrmtry share/locale/la/LC_MESSAGES
- at dirrmtry share/locale/la
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/hy/LC_MESSAGES
- at dirrmtry share/locale/hy
- at dirrmtry share/locale/en at shaw/LC_MESSAGES
- at dirrmtry share/locale/en at shaw
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/crh/LC_MESSAGES
- at dirrmtry share/locale/crh
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as
+share/vala/vapi/gedit.deps
+share/vala/vapi/gedit.vapi
Modified: trunk/editors/gedit-plugins/Makefile
===================================================================
--- trunk/editors/gedit-plugins/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/gedit-plugins/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,53 +1,45 @@
# $MidnightBSD$
PORTNAME= gedit-plugins
-PORTVERSION= 2.32.0
-PORTREVISION= 1
+PORTVERSION= 3.16.0
+PORTREVISION= 2
CATEGORIES= editors gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
-MAINTAINER= ports at MidnightBSD.org
-COMMENT= Plugins for GEdit 2
+MAINTAINER= gnome at FreeBSD.org
+COMMENT= Plugins for GEdit 3
+
LICENSE= gpl2
-BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit \
- gucharmap:${PORTSDIR}/deskutils/gucharmap
-RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit \
- gucharmap:${PORTSDIR}/deskutils/gucharmap
+BUILD_DEPENDS= gedit>=0:${PORTSDIR}/editors/gedit \
+ itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS= libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
+ libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib
+RUN_DEPENDS= gedit>=0:${PORTSDIR}/editors/gedit
-CONFLICTS= gedit-plugins-3.[0-9]*
-
+USES= gettext gmake libtool pathfix pkgconfig \
+ python:3 tar:xz
+USE_GNOME= gtk30 gtksourceview3 intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GNOME= gnomeprefix intlhack gnomevfs2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
-GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas \
- gedit-drawspaces.schemas
+GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \
+ org.gnome.gedit.plugins.wordcompletion.gschema.xml
-OPTIONS_DEFINE= PYTHON
+PLIST_SUB+= PYVER=${PYTHON_VER:S/.//}
-.include <bsd.mport.options.mk>
-
-.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= yes
-USE_GNOME+= pygtksourceview
-BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \
- ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \
- ${PYTHON_SITELIBDIR}/gtksourceview2.so:${PORTSDIR}/x11-toolkits/py-gtksourceview
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \
- ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \
- ${PYTHON_SITELIBDIR}/gtksourceview2.so:${PORTSDIR}/x11-toolkits/py-gtksourceview
+USES+= python
+BUILD_DEPENDS+= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus
+LIB_DEPENDS+= libgucharmap_2_90.so:${PORTSDIR}/deskutils/gucharmap
+RUN_DEPENDS+= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \
+ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
+USE_GNOME+= vte3
CONFIGURE_ARGS+=--enable-python
-PLIST_SUB+= PYTHON=""
-.else
-CONFIGURE_ARGS+=--disable-python
-PLIST_SUB+= PYTHON="@comment "
-.endif
+GLIB_SCHEMAS+= org.gnome.gedit.plugins.terminal.gschema.xml
post-patch:
@${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \
Modified: trunk/editors/gedit-plugins/distinfo
===================================================================
--- trunk/editors/gedit-plugins/distinfo 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/gedit-plugins/distinfo 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gedit-plugins-2.32.0.tar.bz2) = 2ef7bf48e9500556d84ae4c2950f4eadcc3f9cb9c58c90f2c83956b0ddad1107
-SIZE (gnome2/gedit-plugins-2.32.0.tar.bz2) = 616927
+SHA256 (gnome3/gedit-plugins-3.16.0.tar.xz) = b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191
+SIZE (gnome3/gedit-plugins-3.16.0.tar.xz) = 1280064
Modified: trunk/editors/gedit-plugins/pkg-plist
===================================================================
--- trunk/editors/gedit-plugins/pkg-plist 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/gedit-plugins/pkg-plist 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,215 +1,777 @@
-lib/gedit-2/plugins/bookmarks.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.py
-%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyc
-%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyo
-lib/gedit-2/plugins/charmap.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/codecomment.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/codecomment.py
-%%PYTHON%%lib/gedit-2/plugins/codecomment.pyc
-%%PYTHON%%lib/gedit-2/plugins/codecomment.pyo
-%%PYTHON%%lib/gedit-2/plugins/colorpicker.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/colorpicker.py
-%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyc
-%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/commander/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/commander/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/accel_group.py
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/accel_group.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/accel_group.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/completion.py
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/completion.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/completion.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/exceptions.py
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/exceptions.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/exceptions.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/method.py
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/method.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/method.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/module.py
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/module.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/module.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/result.py
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/result.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/result.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/rollbackimporter.py
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/rollbackimporter.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/commands/rollbackimporter.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/entry.py
-%%PYTHON%%lib/gedit-2/plugins/commander/entry.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/entry.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/history.py
-%%PYTHON%%lib/gedit-2/plugins/commander/history.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/history.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/info.py
-%%PYTHON%%lib/gedit-2/plugins/commander/info.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/info.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/modules.py
-%%PYTHON%%lib/gedit-2/plugins/commander/modules.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/modules.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/transparentwindow.py
-%%PYTHON%%lib/gedit-2/plugins/commander/transparentwindow.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/transparentwindow.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/utils.py
-%%PYTHON%%lib/gedit-2/plugins/commander/utils.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/utils.pyo
-%%PYTHON%%lib/gedit-2/plugins/commander/windowhelper.py
-%%PYTHON%%lib/gedit-2/plugins/commander/windowhelper.pyc
-%%PYTHON%%lib/gedit-2/plugins/commander/windowhelper.pyo
-lib/gedit-2/plugins/drawspaces.gedit-plugin
-lib/gedit-2/plugins/gpdefs.py
-lib/gedit-2/plugins/gpdefs.pyc
-lib/gedit-2/plugins/gpdefs.pyo
-%%PYTHON%%lib/gedit-2/plugins/joinlines.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/joinlines.py
-%%PYTHON%%lib/gedit-2/plugins/joinlines.pyc
-%%PYTHON%%lib/gedit-2/plugins/joinlines.pyo
-lib/gedit-2/plugins/libbookmarks.la
-lib/gedit-2/plugins/libbookmarks.so
-lib/gedit-2/plugins/libcharmap.la
-lib/gedit-2/plugins/libcharmap.so
-lib/gedit-2/plugins/libdrawspaces.la
-lib/gedit-2/plugins/libdrawspaces.so
-lib/gedit-2/plugins/libshowtabbar.la
-lib/gedit-2/plugins/libshowtabbar.so
-lib/gedit-2/plugins/libwordcompletion.la
-lib/gedit-2/plugins/libwordcompletion.so
-%%PYTHON%%lib/gedit-2/plugins/multiedit.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/multiedit/constants.py
-%%PYTHON%%lib/gedit-2/plugins/multiedit/constants.pyc
-%%PYTHON%%lib/gedit-2/plugins/multiedit/constants.pyo
-%%PYTHON%%lib/gedit-2/plugins/multiedit/documenthelper.py
-%%PYTHON%%lib/gedit-2/plugins/multiedit/documenthelper.pyc
-%%PYTHON%%lib/gedit-2/plugins/multiedit/documenthelper.pyo
-%%PYTHON%%lib/gedit-2/plugins/multiedit/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/multiedit/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/multiedit/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/multiedit/signals.py
-%%PYTHON%%lib/gedit-2/plugins/multiedit/signals.pyc
-%%PYTHON%%lib/gedit-2/plugins/multiedit/signals.pyo
-%%PYTHON%%lib/gedit-2/plugins/multiedit/windowhelper.py
-%%PYTHON%%lib/gedit-2/plugins/multiedit/windowhelper.pyc
-%%PYTHON%%lib/gedit-2/plugins/multiedit/windowhelper.pyo
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.py
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyc
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyo
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.py
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyc
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyo
-lib/gedit-2/plugins/showtabbar.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/smartspaces.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/smartspaces.py
-%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyc
-%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyo
-%%PYTHON%%lib/gedit-2/plugins/synctex.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/synctex/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/synctex/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/synctex/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/synctex/evince_dbus.py
-%%PYTHON%%lib/gedit-2/plugins/synctex/evince_dbus.pyc
-%%PYTHON%%lib/gedit-2/plugins/synctex/evince_dbus.pyo
-%%PYTHON%%lib/gedit-2/plugins/synctex/synctex.py
-%%PYTHON%%lib/gedit-2/plugins/synctex/synctex.pyc
-%%PYTHON%%lib/gedit-2/plugins/synctex/synctex.pyo
-%%PYTHON%%lib/gedit-2/plugins/terminal.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/terminal.py
-%%PYTHON%%lib/gedit-2/plugins/terminal.pyc
-%%PYTHON%%lib/gedit-2/plugins/terminal.pyo
-%%PYTHON%%lib/gedit-2/plugins/textsize.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/textsize/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/textsize/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/textsize/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/textsize/constants.py
-%%PYTHON%%lib/gedit-2/plugins/textsize/constants.pyc
-%%PYTHON%%lib/gedit-2/plugins/textsize/constants.pyo
-%%PYTHON%%lib/gedit-2/plugins/textsize/documenthelper.py
-%%PYTHON%%lib/gedit-2/plugins/textsize/documenthelper.pyc
-%%PYTHON%%lib/gedit-2/plugins/textsize/documenthelper.pyo
-%%PYTHON%%lib/gedit-2/plugins/textsize/signals.py
-%%PYTHON%%lib/gedit-2/plugins/textsize/signals.pyc
-%%PYTHON%%lib/gedit-2/plugins/textsize/signals.pyo
-%%PYTHON%%lib/gedit-2/plugins/textsize/windowhelper.py
-%%PYTHON%%lib/gedit-2/plugins/textsize/windowhelper.pyc
-%%PYTHON%%lib/gedit-2/plugins/textsize/windowhelper.pyo
-lib/gedit-2/plugins/wordcompletion.gedit-plugin
-share/gedit-2/plugins/bookmarks/bookmark.png
-%%PYTHON%%share/gedit-2/plugins/commander/modules/align.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/align.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/align.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/bookmark.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/bookmark.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/bookmark.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/doc.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/doc.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/doc.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/edit.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/edit.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/edit.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/__init__.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/__init__.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/__init__.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/finder.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/finder.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/finder.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/regex.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/regex.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/regex.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/test.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/test.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/find/test.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/format.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/format.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/format.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/grep.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/grep.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/grep.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/goto.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/goto.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/goto.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/help.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/help.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/help.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/move.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/move.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/move.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/reload.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/reload.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/reload.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/set.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/set.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/set.pyo
-%%PYTHON%%share/gedit-2/plugins/commander/modules/shell.py
-%%PYTHON%%share/gedit-2/plugins/commander/modules/shell.pyc
-%%PYTHON%%share/gedit-2/plugins/commander/modules/shell.pyo
-share/gedit-2/plugins/drawspaces/drawspaces.ui
-%%PYTHON%%share/gedit-2/plugins/sessionsaver/sessionsaver.ui
+lib/gedit/plugins/__pycache__/bracketcompletion.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/__pycache__/bracketcompletion.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/__pycache__/codecomment.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/__pycache__/codecomment.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/__pycache__/colorpicker.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/__pycache__/colorpicker.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/__pycache__/gpdefs.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/__pycache__/gpdefs.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/__pycache__/joinlines.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/__pycache__/joinlines.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/__pycache__/smartspaces.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/__pycache__/smartspaces.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/__pycache__/terminal.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/__pycache__/terminal.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/bookmarks.plugin
+lib/gedit/plugins/bracketcompletion.plugin
+lib/gedit/plugins/bracketcompletion.py
+lib/gedit/plugins/charmap.plugin
+lib/gedit/plugins/charmap/__init__.py
+lib/gedit/plugins/charmap/__pycache__/__init__.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/charmap/__pycache__/__init__.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/charmap/__pycache__/panel.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/charmap/__pycache__/panel.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/charmap/panel.py
+lib/gedit/plugins/codecomment.plugin
+lib/gedit/plugins/codecomment.py
+lib/gedit/plugins/colorpicker.plugin
+lib/gedit/plugins/colorpicker.py
+lib/gedit/plugins/colorschemer.plugin
+lib/gedit/plugins/colorschemer/__init__.py
+lib/gedit/plugins/colorschemer/__pycache__/__init__.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/colorschemer/__pycache__/__init__.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/colorschemer/__pycache__/languages.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/colorschemer/__pycache__/languages.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/colorschemer/__pycache__/schemer.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/colorschemer/__pycache__/schemer.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/colorschemer/languages.py
+lib/gedit/plugins/colorschemer/schemer.py
+lib/gedit/plugins/commander.plugin
+lib/gedit/plugins/commander/__init__.py
+lib/gedit/plugins/commander/__pycache__/__init__.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/__pycache__/__init__.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/__pycache__/appactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/__pycache__/appactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/__pycache__/entry.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/__pycache__/entry.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/__pycache__/history.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/__pycache__/history.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/__pycache__/info.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/__pycache__/info.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/__pycache__/modules.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/__pycache__/modules.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/__pycache__/utils.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/__pycache__/utils.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/__pycache__/windowactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/__pycache__/windowactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/appactivatable.py
+lib/gedit/plugins/commander/commands/__init__.py
+lib/gedit/plugins/commander/commands/__pycache__/__init__.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/__init__.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/__pycache__/accel_group.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/accel_group.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/__pycache__/completion.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/completion.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/__pycache__/exceptions.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/exceptions.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/__pycache__/metamodule.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/metamodule.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/__pycache__/method.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/method.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/__pycache__/module.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/module.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/__pycache__/result.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/result.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/__pycache__/rollbackimporter.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/commander/commands/__pycache__/rollbackimporter.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/commander/commands/accel_group.py
+lib/gedit/plugins/commander/commands/completion.py
+lib/gedit/plugins/commander/commands/exceptions.py
+lib/gedit/plugins/commander/commands/metamodule.py
+lib/gedit/plugins/commander/commands/method.py
+lib/gedit/plugins/commander/commands/module.py
+lib/gedit/plugins/commander/commands/result.py
+lib/gedit/plugins/commander/commands/rollbackimporter.py
+lib/gedit/plugins/commander/entry.py
+lib/gedit/plugins/commander/history.py
+lib/gedit/plugins/commander/info.py
+lib/gedit/plugins/commander/modules.py
+lib/gedit/plugins/commander/utils.py
+lib/gedit/plugins/commander/windowactivatable.py
+lib/gedit/plugins/drawspaces.plugin
+lib/gedit/plugins/git.plugin
+lib/gedit/plugins/git/__init__.py
+lib/gedit/plugins/git/__pycache__/__init__.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/git/__pycache__/__init__.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/git/__pycache__/appactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/git/__pycache__/appactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/git/__pycache__/debug.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/git/__pycache__/debug.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/git/__pycache__/diffrenderer.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/git/__pycache__/diffrenderer.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/git/__pycache__/viewactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/git/__pycache__/viewactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/git/__pycache__/windowactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/git/__pycache__/windowactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/git/__pycache__/workerthread.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/git/__pycache__/workerthread.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/git/appactivatable.py
+lib/gedit/plugins/git/debug.py
+lib/gedit/plugins/git/diffrenderer.py
+lib/gedit/plugins/git/viewactivatable.py
+lib/gedit/plugins/git/windowactivatable.py
+lib/gedit/plugins/git/workerthread.py
+lib/gedit/plugins/gpdefs.py
+lib/gedit/plugins/joinlines.plugin
+lib/gedit/plugins/joinlines.py
+lib/gedit/plugins/libbookmarks.so
+lib/gedit/plugins/libdrawspaces.so
+lib/gedit/plugins/libwordcompletion.so
+lib/gedit/plugins/multiedit.plugin
+lib/gedit/plugins/multiedit/__init__.py
+lib/gedit/plugins/multiedit/__pycache__/__init__.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/multiedit/__pycache__/__init__.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/multiedit/__pycache__/appactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/multiedit/__pycache__/appactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/multiedit/__pycache__/signals.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/multiedit/__pycache__/signals.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/multiedit/__pycache__/viewactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/multiedit/__pycache__/viewactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/multiedit/__pycache__/windowactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/multiedit/__pycache__/windowactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/multiedit/appactivatable.py
+lib/gedit/plugins/multiedit/signals.py
+lib/gedit/plugins/multiedit/viewactivatable.py
+lib/gedit/plugins/multiedit/windowactivatable.py
+lib/gedit/plugins/smartspaces.plugin
+lib/gedit/plugins/smartspaces.py
+lib/gedit/plugins/synctex.plugin
+lib/gedit/plugins/synctex/__init__.py
+lib/gedit/plugins/synctex/__pycache__/__init__.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/synctex/__pycache__/__init__.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/synctex/__pycache__/evince_dbus.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/synctex/__pycache__/evince_dbus.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/synctex/__pycache__/synctex.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/synctex/__pycache__/synctex.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/synctex/evince_dbus.py
+lib/gedit/plugins/synctex/synctex.py
+lib/gedit/plugins/terminal.plugin
+lib/gedit/plugins/terminal.py
+lib/gedit/plugins/textsize.plugin
+lib/gedit/plugins/textsize/__init__.py
+lib/gedit/plugins/textsize/__pycache__/__init__.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/textsize/__pycache__/__init__.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/textsize/__pycache__/signals.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/textsize/__pycache__/signals.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/textsize/__pycache__/viewactivatable.cpython-%%PYVER%%.pyc
+lib/gedit/plugins/textsize/__pycache__/viewactivatable.cpython-%%PYVER%%.pyo
+lib/gedit/plugins/textsize/signals.py
+lib/gedit/plugins/textsize/viewactivatable.py
+lib/gedit/plugins/wordcompletion.plugin
+share/appdata/gedit-bookmarks.metainfo.xml
+share/appdata/gedit-bracketcompletion.metainfo.xml
+share/appdata/gedit-charmap.metainfo.xml
+share/appdata/gedit-codecomment.metainfo.xml
+share/appdata/gedit-colorpicker.metainfo.xml
+share/appdata/gedit-colorschemer.metainfo.xml
+share/appdata/gedit-commander.metainfo.xml
+share/appdata/gedit-drawspaces.metainfo.xml
+share/appdata/gedit-git.metainfo.xml
+share/appdata/gedit-joinlines.metainfo.xml
+share/appdata/gedit-multiedit.metainfo.xml
+share/appdata/gedit-smartspaces.metainfo.xml
+share/appdata/gedit-synctex.metainfo.xml
+share/appdata/gedit-terminal.metainfo.xml
+share/appdata/gedit-textsize.metainfo.xml
+share/appdata/gedit-wordcompletion.metainfo.xml
+share/gedit/plugins/colorschemer/ui/schemer.ui
+share/gedit/plugins/commander/modules/__pycache__/align.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/align.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/bookmark.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/bookmark.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/doc.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/doc.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/edit.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/edit.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/format.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/format.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/goto.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/goto.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/grep.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/grep.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/help.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/help.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/move.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/move.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/reload.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/reload.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/set.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/set.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/__pycache__/shell.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/__pycache__/shell.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/align.py
+share/gedit/plugins/commander/modules/bookmark.py
+share/gedit/plugins/commander/modules/doc.py
+share/gedit/plugins/commander/modules/edit.py
+share/gedit/plugins/commander/modules/find/__init__.py
+share/gedit/plugins/commander/modules/find/__pycache__/__init__.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/find/__pycache__/__init__.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/find/__pycache__/finder.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/find/__pycache__/finder.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/find/__pycache__/regex.cpython-%%PYVER%%.pyc
+share/gedit/plugins/commander/modules/find/__pycache__/regex.cpython-%%PYVER%%.pyo
+share/gedit/plugins/commander/modules/find/finder.py
+share/gedit/plugins/commander/modules/find/regex.py
+share/gedit/plugins/commander/modules/format.py
+share/gedit/plugins/commander/modules/goto.py
+share/gedit/plugins/commander/modules/grep.py
+share/gedit/plugins/commander/modules/help.py
+share/gedit/plugins/commander/modules/move.py
+share/gedit/plugins/commander/modules/reload.py
+share/gedit/plugins/commander/modules/set.py
+share/gedit/plugins/commander/modules/shell.py
+share/help/C/gedit/bookmarks.page
+share/help/C/gedit/bracket-comp.page
+share/help/C/gedit/character-map.page
+share/help/C/gedit/code-assistance.page
+share/help/C/gedit/code-comment.page
+share/help/C/gedit/color-picker.page
+share/help/C/gedit/commander.page
+share/help/C/gedit/dashboard.page
+share/help/C/gedit/draw-spaces.page
+share/help/C/gedit/git.page
+share/help/C/gedit/join-split-lines.page
+share/help/C/gedit/legal-plugins.xml
+share/help/C/gedit/multi-edit.page
+share/help/C/gedit/session-saver.page
+share/help/C/gedit/terminal.page
+share/help/C/gedit/text-size.page
+share/help/C/gedit/word-completion.page
+share/help/C/gedit/zeitgeist-dataprovider.page
+share/help/ar/gedit/bookmarks.page
+share/help/ar/gedit/bracket-comp.page
+share/help/ar/gedit/character-map.page
+share/help/ar/gedit/code-assistance.page
+share/help/ar/gedit/code-comment.page
+share/help/ar/gedit/color-picker.page
+share/help/ar/gedit/commander.page
+share/help/ar/gedit/dashboard.page
+share/help/ar/gedit/draw-spaces.page
+share/help/ar/gedit/git.page
+share/help/ar/gedit/join-split-lines.page
+share/help/ar/gedit/legal-plugins.xml
+share/help/ar/gedit/multi-edit.page
+share/help/ar/gedit/session-saver.page
+share/help/ar/gedit/terminal.page
+share/help/ar/gedit/text-size.page
+share/help/ar/gedit/word-completion.page
+share/help/ar/gedit/zeitgeist-dataprovider.page
+share/help/bg/gedit/bookmarks.page
+share/help/bg/gedit/bracket-comp.page
+share/help/bg/gedit/character-map.page
+share/help/bg/gedit/code-assistance.page
+share/help/bg/gedit/code-comment.page
+share/help/bg/gedit/color-picker.page
+share/help/bg/gedit/commander.page
+share/help/bg/gedit/dashboard.page
+share/help/bg/gedit/draw-spaces.page
+share/help/bg/gedit/git.page
+share/help/bg/gedit/join-split-lines.page
+share/help/bg/gedit/legal-plugins.xml
+share/help/bg/gedit/multi-edit.page
+share/help/bg/gedit/session-saver.page
+share/help/bg/gedit/terminal.page
+share/help/bg/gedit/text-size.page
+share/help/bg/gedit/word-completion.page
+share/help/bg/gedit/zeitgeist-dataprovider.page
+share/help/ca/gedit/bookmarks.page
+share/help/ca/gedit/bracket-comp.page
+share/help/ca/gedit/character-map.page
+share/help/ca/gedit/code-assistance.page
+share/help/ca/gedit/code-comment.page
+share/help/ca/gedit/color-picker.page
+share/help/ca/gedit/commander.page
+share/help/ca/gedit/dashboard.page
+share/help/ca/gedit/draw-spaces.page
+share/help/ca/gedit/git.page
+share/help/ca/gedit/join-split-lines.page
+share/help/ca/gedit/legal-plugins.xml
+share/help/ca/gedit/multi-edit.page
+share/help/ca/gedit/session-saver.page
+share/help/ca/gedit/terminal.page
+share/help/ca/gedit/text-size.page
+share/help/ca/gedit/word-completion.page
+share/help/ca/gedit/zeitgeist-dataprovider.page
+share/help/cs/gedit/bookmarks.page
+share/help/cs/gedit/bracket-comp.page
+share/help/cs/gedit/character-map.page
+share/help/cs/gedit/code-assistance.page
+share/help/cs/gedit/code-comment.page
+share/help/cs/gedit/color-picker.page
+share/help/cs/gedit/commander.page
+share/help/cs/gedit/dashboard.page
+share/help/cs/gedit/draw-spaces.page
+share/help/cs/gedit/git.page
+share/help/cs/gedit/join-split-lines.page
+share/help/cs/gedit/legal-plugins.xml
+share/help/cs/gedit/multi-edit.page
+share/help/cs/gedit/session-saver.page
+share/help/cs/gedit/terminal.page
+share/help/cs/gedit/text-size.page
+share/help/cs/gedit/word-completion.page
+share/help/cs/gedit/zeitgeist-dataprovider.page
+share/help/da/gedit/bookmarks.page
+share/help/da/gedit/bracket-comp.page
+share/help/da/gedit/character-map.page
+share/help/da/gedit/code-assistance.page
+share/help/da/gedit/code-comment.page
+share/help/da/gedit/color-picker.page
+share/help/da/gedit/commander.page
+share/help/da/gedit/dashboard.page
+share/help/da/gedit/draw-spaces.page
+share/help/da/gedit/git.page
+share/help/da/gedit/join-split-lines.page
+share/help/da/gedit/legal-plugins.xml
+share/help/da/gedit/multi-edit.page
+share/help/da/gedit/session-saver.page
+share/help/da/gedit/terminal.page
+share/help/da/gedit/text-size.page
+share/help/da/gedit/word-completion.page
+share/help/da/gedit/zeitgeist-dataprovider.page
+share/help/de/gedit/bookmarks.page
+share/help/de/gedit/bracket-comp.page
+share/help/de/gedit/character-map.page
+share/help/de/gedit/code-assistance.page
+share/help/de/gedit/code-comment.page
+share/help/de/gedit/color-picker.page
+share/help/de/gedit/commander.page
+share/help/de/gedit/dashboard.page
+share/help/de/gedit/draw-spaces.page
+share/help/de/gedit/git.page
+share/help/de/gedit/join-split-lines.page
+share/help/de/gedit/legal-plugins.xml
+share/help/de/gedit/multi-edit.page
+share/help/de/gedit/session-saver.page
+share/help/de/gedit/terminal.page
+share/help/de/gedit/text-size.page
+share/help/de/gedit/word-completion.page
+share/help/de/gedit/zeitgeist-dataprovider.page
+share/help/el/gedit/bookmarks.page
+share/help/el/gedit/bracket-comp.page
+share/help/el/gedit/character-map.page
+share/help/el/gedit/code-assistance.page
+share/help/el/gedit/code-comment.page
+share/help/el/gedit/color-picker.page
+share/help/el/gedit/commander.page
+share/help/el/gedit/dashboard.page
+share/help/el/gedit/draw-spaces.page
+share/help/el/gedit/git.page
+share/help/el/gedit/join-split-lines.page
+share/help/el/gedit/legal-plugins.xml
+share/help/el/gedit/multi-edit.page
+share/help/el/gedit/session-saver.page
+share/help/el/gedit/terminal.page
+share/help/el/gedit/text-size.page
+share/help/el/gedit/word-completion.page
+share/help/el/gedit/zeitgeist-dataprovider.page
+share/help/es/gedit/bookmarks.page
+share/help/es/gedit/bracket-comp.page
+share/help/es/gedit/character-map.page
+share/help/es/gedit/code-assistance.page
+share/help/es/gedit/code-comment.page
+share/help/es/gedit/color-picker.page
+share/help/es/gedit/commander.page
+share/help/es/gedit/dashboard.page
+share/help/es/gedit/draw-spaces.page
+share/help/es/gedit/git.page
+share/help/es/gedit/join-split-lines.page
+share/help/es/gedit/legal-plugins.xml
+share/help/es/gedit/multi-edit.page
+share/help/es/gedit/session-saver.page
+share/help/es/gedit/terminal.page
+share/help/es/gedit/text-size.page
+share/help/es/gedit/word-completion.page
+share/help/es/gedit/zeitgeist-dataprovider.page
+share/help/eu/gedit/bookmarks.page
+share/help/eu/gedit/bracket-comp.page
+share/help/eu/gedit/character-map.page
+share/help/eu/gedit/code-assistance.page
+share/help/eu/gedit/code-comment.page
+share/help/eu/gedit/color-picker.page
+share/help/eu/gedit/commander.page
+share/help/eu/gedit/dashboard.page
+share/help/eu/gedit/draw-spaces.page
+share/help/eu/gedit/git.page
+share/help/eu/gedit/join-split-lines.page
+share/help/eu/gedit/legal-plugins.xml
+share/help/eu/gedit/multi-edit.page
+share/help/eu/gedit/session-saver.page
+share/help/eu/gedit/terminal.page
+share/help/eu/gedit/text-size.page
+share/help/eu/gedit/word-completion.page
+share/help/eu/gedit/zeitgeist-dataprovider.page
+share/help/fi/gedit/bookmarks.page
+share/help/fi/gedit/bracket-comp.page
+share/help/fi/gedit/character-map.page
+share/help/fi/gedit/code-assistance.page
+share/help/fi/gedit/code-comment.page
+share/help/fi/gedit/color-picker.page
+share/help/fi/gedit/commander.page
+share/help/fi/gedit/dashboard.page
+share/help/fi/gedit/draw-spaces.page
+share/help/fi/gedit/git.page
+share/help/fi/gedit/join-split-lines.page
+share/help/fi/gedit/legal-plugins.xml
+share/help/fi/gedit/multi-edit.page
+share/help/fi/gedit/session-saver.page
+share/help/fi/gedit/terminal.page
+share/help/fi/gedit/text-size.page
+share/help/fi/gedit/word-completion.page
+share/help/fi/gedit/zeitgeist-dataprovider.page
+share/help/fr/gedit/bookmarks.page
+share/help/fr/gedit/bracket-comp.page
+share/help/fr/gedit/character-map.page
+share/help/fr/gedit/code-assistance.page
+share/help/fr/gedit/code-comment.page
+share/help/fr/gedit/color-picker.page
+share/help/fr/gedit/commander.page
+share/help/fr/gedit/dashboard.page
+share/help/fr/gedit/draw-spaces.page
+share/help/fr/gedit/git.page
+share/help/fr/gedit/join-split-lines.page
+share/help/fr/gedit/legal-plugins.xml
+share/help/fr/gedit/multi-edit.page
+share/help/fr/gedit/session-saver.page
+share/help/fr/gedit/terminal.page
+share/help/fr/gedit/text-size.page
+share/help/fr/gedit/word-completion.page
+share/help/fr/gedit/zeitgeist-dataprovider.page
+share/help/gl/gedit/bookmarks.page
+share/help/gl/gedit/bracket-comp.page
+share/help/gl/gedit/character-map.page
+share/help/gl/gedit/code-assistance.page
+share/help/gl/gedit/code-comment.page
+share/help/gl/gedit/color-picker.page
+share/help/gl/gedit/commander.page
+share/help/gl/gedit/dashboard.page
+share/help/gl/gedit/draw-spaces.page
+share/help/gl/gedit/git.page
+share/help/gl/gedit/join-split-lines.page
+share/help/gl/gedit/legal-plugins.xml
+share/help/gl/gedit/multi-edit.page
+share/help/gl/gedit/session-saver.page
+share/help/gl/gedit/terminal.page
+share/help/gl/gedit/text-size.page
+share/help/gl/gedit/word-completion.page
+share/help/gl/gedit/zeitgeist-dataprovider.page
+share/help/hu/gedit/bookmarks.page
+share/help/hu/gedit/bracket-comp.page
+share/help/hu/gedit/character-map.page
+share/help/hu/gedit/code-assistance.page
+share/help/hu/gedit/code-comment.page
+share/help/hu/gedit/color-picker.page
+share/help/hu/gedit/commander.page
+share/help/hu/gedit/dashboard.page
+share/help/hu/gedit/draw-spaces.page
+share/help/hu/gedit/git.page
+share/help/hu/gedit/join-split-lines.page
+share/help/hu/gedit/legal-plugins.xml
+share/help/hu/gedit/multi-edit.page
+share/help/hu/gedit/session-saver.page
+share/help/hu/gedit/terminal.page
+share/help/hu/gedit/text-size.page
+share/help/hu/gedit/word-completion.page
+share/help/hu/gedit/zeitgeist-dataprovider.page
+share/help/it/gedit/bookmarks.page
+share/help/it/gedit/bracket-comp.page
+share/help/it/gedit/character-map.page
+share/help/it/gedit/code-assistance.page
+share/help/it/gedit/code-comment.page
+share/help/it/gedit/color-picker.page
+share/help/it/gedit/commander.page
+share/help/it/gedit/dashboard.page
+share/help/it/gedit/draw-spaces.page
+share/help/it/gedit/git.page
+share/help/it/gedit/join-split-lines.page
+share/help/it/gedit/legal-plugins.xml
+share/help/it/gedit/multi-edit.page
+share/help/it/gedit/session-saver.page
+share/help/it/gedit/terminal.page
+share/help/it/gedit/text-size.page
+share/help/it/gedit/word-completion.page
+share/help/it/gedit/zeitgeist-dataprovider.page
+share/help/ja/gedit/bookmarks.page
+share/help/ja/gedit/bracket-comp.page
+share/help/ja/gedit/character-map.page
+share/help/ja/gedit/code-assistance.page
+share/help/ja/gedit/code-comment.page
+share/help/ja/gedit/color-picker.page
+share/help/ja/gedit/commander.page
+share/help/ja/gedit/dashboard.page
+share/help/ja/gedit/draw-spaces.page
+share/help/ja/gedit/git.page
+share/help/ja/gedit/join-split-lines.page
+share/help/ja/gedit/legal-plugins.xml
+share/help/ja/gedit/multi-edit.page
+share/help/ja/gedit/session-saver.page
+share/help/ja/gedit/terminal.page
+share/help/ja/gedit/text-size.page
+share/help/ja/gedit/word-completion.page
+share/help/ja/gedit/zeitgeist-dataprovider.page
+share/help/ko/gedit/bookmarks.page
+share/help/ko/gedit/bracket-comp.page
+share/help/ko/gedit/character-map.page
+share/help/ko/gedit/code-assistance.page
+share/help/ko/gedit/code-comment.page
+share/help/ko/gedit/color-picker.page
+share/help/ko/gedit/commander.page
+share/help/ko/gedit/dashboard.page
+share/help/ko/gedit/draw-spaces.page
+share/help/ko/gedit/git.page
+share/help/ko/gedit/join-split-lines.page
+share/help/ko/gedit/legal-plugins.xml
+share/help/ko/gedit/multi-edit.page
+share/help/ko/gedit/session-saver.page
+share/help/ko/gedit/terminal.page
+share/help/ko/gedit/text-size.page
+share/help/ko/gedit/word-completion.page
+share/help/ko/gedit/zeitgeist-dataprovider.page
+share/help/lv/gedit/bookmarks.page
+share/help/lv/gedit/bracket-comp.page
+share/help/lv/gedit/character-map.page
+share/help/lv/gedit/code-assistance.page
+share/help/lv/gedit/code-comment.page
+share/help/lv/gedit/color-picker.page
+share/help/lv/gedit/commander.page
+share/help/lv/gedit/dashboard.page
+share/help/lv/gedit/draw-spaces.page
+share/help/lv/gedit/git.page
+share/help/lv/gedit/join-split-lines.page
+share/help/lv/gedit/legal-plugins.xml
+share/help/lv/gedit/multi-edit.page
+share/help/lv/gedit/session-saver.page
+share/help/lv/gedit/terminal.page
+share/help/lv/gedit/text-size.page
+share/help/lv/gedit/word-completion.page
+share/help/lv/gedit/zeitgeist-dataprovider.page
+share/help/oc/gedit/bookmarks.page
+share/help/oc/gedit/bracket-comp.page
+share/help/oc/gedit/character-map.page
+share/help/oc/gedit/code-assistance.page
+share/help/oc/gedit/code-comment.page
+share/help/oc/gedit/color-picker.page
+share/help/oc/gedit/commander.page
+share/help/oc/gedit/dashboard.page
+share/help/oc/gedit/draw-spaces.page
+share/help/oc/gedit/git.page
+share/help/oc/gedit/join-split-lines.page
+share/help/oc/gedit/legal-plugins.xml
+share/help/oc/gedit/multi-edit.page
+share/help/oc/gedit/session-saver.page
+share/help/oc/gedit/terminal.page
+share/help/oc/gedit/text-size.page
+share/help/oc/gedit/word-completion.page
+share/help/oc/gedit/zeitgeist-dataprovider.page
+share/help/pt_BR/gedit/bookmarks.page
+share/help/pt_BR/gedit/bracket-comp.page
+share/help/pt_BR/gedit/character-map.page
+share/help/pt_BR/gedit/code-assistance.page
+share/help/pt_BR/gedit/code-comment.page
+share/help/pt_BR/gedit/color-picker.page
+share/help/pt_BR/gedit/commander.page
+share/help/pt_BR/gedit/dashboard.page
+share/help/pt_BR/gedit/draw-spaces.page
+share/help/pt_BR/gedit/git.page
+share/help/pt_BR/gedit/join-split-lines.page
+share/help/pt_BR/gedit/legal-plugins.xml
+share/help/pt_BR/gedit/multi-edit.page
+share/help/pt_BR/gedit/session-saver.page
+share/help/pt_BR/gedit/terminal.page
+share/help/pt_BR/gedit/text-size.page
+share/help/pt_BR/gedit/word-completion.page
+share/help/pt_BR/gedit/zeitgeist-dataprovider.page
+share/help/ru/gedit/bookmarks.page
+share/help/ru/gedit/bracket-comp.page
+share/help/ru/gedit/character-map.page
+share/help/ru/gedit/code-assistance.page
+share/help/ru/gedit/code-comment.page
+share/help/ru/gedit/color-picker.page
+share/help/ru/gedit/commander.page
+share/help/ru/gedit/dashboard.page
+share/help/ru/gedit/draw-spaces.page
+share/help/ru/gedit/git.page
+share/help/ru/gedit/join-split-lines.page
+share/help/ru/gedit/legal-plugins.xml
+share/help/ru/gedit/multi-edit.page
+share/help/ru/gedit/session-saver.page
+share/help/ru/gedit/terminal.page
+share/help/ru/gedit/text-size.page
+share/help/ru/gedit/word-completion.page
+share/help/ru/gedit/zeitgeist-dataprovider.page
+share/help/sl/gedit/bookmarks.page
+share/help/sl/gedit/bracket-comp.page
+share/help/sl/gedit/character-map.page
+share/help/sl/gedit/code-assistance.page
+share/help/sl/gedit/code-comment.page
+share/help/sl/gedit/color-picker.page
+share/help/sl/gedit/commander.page
+share/help/sl/gedit/dashboard.page
+share/help/sl/gedit/draw-spaces.page
+share/help/sl/gedit/git.page
+share/help/sl/gedit/join-split-lines.page
+share/help/sl/gedit/legal-plugins.xml
+share/help/sl/gedit/multi-edit.page
+share/help/sl/gedit/session-saver.page
+share/help/sl/gedit/terminal.page
+share/help/sl/gedit/text-size.page
+share/help/sl/gedit/word-completion.page
+share/help/sl/gedit/zeitgeist-dataprovider.page
+share/help/sv/gedit/bookmarks.page
+share/help/sv/gedit/bracket-comp.page
+share/help/sv/gedit/character-map.page
+share/help/sv/gedit/code-assistance.page
+share/help/sv/gedit/code-comment.page
+share/help/sv/gedit/color-picker.page
+share/help/sv/gedit/commander.page
+share/help/sv/gedit/dashboard.page
+share/help/sv/gedit/draw-spaces.page
+share/help/sv/gedit/git.page
+share/help/sv/gedit/join-split-lines.page
+share/help/sv/gedit/legal-plugins.xml
+share/help/sv/gedit/multi-edit.page
+share/help/sv/gedit/session-saver.page
+share/help/sv/gedit/terminal.page
+share/help/sv/gedit/text-size.page
+share/help/sv/gedit/word-completion.page
+share/help/sv/gedit/zeitgeist-dataprovider.page
+share/help/te/gedit/bookmarks.page
+share/help/te/gedit/bracket-comp.page
+share/help/te/gedit/character-map.page
+share/help/te/gedit/code-assistance.page
+share/help/te/gedit/code-comment.page
+share/help/te/gedit/color-picker.page
+share/help/te/gedit/commander.page
+share/help/te/gedit/dashboard.page
+share/help/te/gedit/draw-spaces.page
+share/help/te/gedit/git.page
+share/help/te/gedit/join-split-lines.page
+share/help/te/gedit/legal-plugins.xml
+share/help/te/gedit/multi-edit.page
+share/help/te/gedit/session-saver.page
+share/help/te/gedit/terminal.page
+share/help/te/gedit/text-size.page
+share/help/te/gedit/word-completion.page
+share/help/te/gedit/zeitgeist-dataprovider.page
+share/help/th/gedit/bookmarks.page
+share/help/th/gedit/bracket-comp.page
+share/help/th/gedit/character-map.page
+share/help/th/gedit/code-assistance.page
+share/help/th/gedit/code-comment.page
+share/help/th/gedit/color-picker.page
+share/help/th/gedit/commander.page
+share/help/th/gedit/dashboard.page
+share/help/th/gedit/draw-spaces.page
+share/help/th/gedit/git.page
+share/help/th/gedit/join-split-lines.page
+share/help/th/gedit/legal-plugins.xml
+share/help/th/gedit/multi-edit.page
+share/help/th/gedit/session-saver.page
+share/help/th/gedit/terminal.page
+share/help/th/gedit/text-size.page
+share/help/th/gedit/word-completion.page
+share/help/th/gedit/zeitgeist-dataprovider.page
+share/help/uk/gedit/bookmarks.page
+share/help/uk/gedit/bracket-comp.page
+share/help/uk/gedit/character-map.page
+share/help/uk/gedit/code-assistance.page
+share/help/uk/gedit/code-comment.page
+share/help/uk/gedit/color-picker.page
+share/help/uk/gedit/commander.page
+share/help/uk/gedit/dashboard.page
+share/help/uk/gedit/draw-spaces.page
+share/help/uk/gedit/git.page
+share/help/uk/gedit/join-split-lines.page
+share/help/uk/gedit/legal-plugins.xml
+share/help/uk/gedit/multi-edit.page
+share/help/uk/gedit/session-saver.page
+share/help/uk/gedit/terminal.page
+share/help/uk/gedit/text-size.page
+share/help/uk/gedit/word-completion.page
+share/help/uk/gedit/zeitgeist-dataprovider.page
+share/help/zh_CN/gedit/bookmarks.page
+share/help/zh_CN/gedit/bracket-comp.page
+share/help/zh_CN/gedit/character-map.page
+share/help/zh_CN/gedit/code-assistance.page
+share/help/zh_CN/gedit/code-comment.page
+share/help/zh_CN/gedit/color-picker.page
+share/help/zh_CN/gedit/commander.page
+share/help/zh_CN/gedit/dashboard.page
+share/help/zh_CN/gedit/draw-spaces.page
+share/help/zh_CN/gedit/git.page
+share/help/zh_CN/gedit/join-split-lines.page
+share/help/zh_CN/gedit/legal-plugins.xml
+share/help/zh_CN/gedit/multi-edit.page
+share/help/zh_CN/gedit/session-saver.page
+share/help/zh_CN/gedit/terminal.page
+share/help/zh_CN/gedit/text-size.page
+share/help/zh_CN/gedit/word-completion.page
+share/help/zh_CN/gedit/zeitgeist-dataprovider.page
+share/help/zh_HK/gedit/bookmarks.page
+share/help/zh_HK/gedit/bracket-comp.page
+share/help/zh_HK/gedit/character-map.page
+share/help/zh_HK/gedit/code-assistance.page
+share/help/zh_HK/gedit/code-comment.page
+share/help/zh_HK/gedit/color-picker.page
+share/help/zh_HK/gedit/commander.page
+share/help/zh_HK/gedit/dashboard.page
+share/help/zh_HK/gedit/draw-spaces.page
+share/help/zh_HK/gedit/git.page
+share/help/zh_HK/gedit/join-split-lines.page
+share/help/zh_HK/gedit/legal-plugins.xml
+share/help/zh_HK/gedit/multi-edit.page
+share/help/zh_HK/gedit/session-saver.page
+share/help/zh_HK/gedit/terminal.page
+share/help/zh_HK/gedit/text-size.page
+share/help/zh_HK/gedit/word-completion.page
+share/help/zh_HK/gedit/zeitgeist-dataprovider.page
+share/help/zh_TW/gedit/bookmarks.page
+share/help/zh_TW/gedit/bracket-comp.page
+share/help/zh_TW/gedit/character-map.page
+share/help/zh_TW/gedit/code-assistance.page
+share/help/zh_TW/gedit/code-comment.page
+share/help/zh_TW/gedit/color-picker.page
+share/help/zh_TW/gedit/commander.page
+share/help/zh_TW/gedit/dashboard.page
+share/help/zh_TW/gedit/draw-spaces.page
+share/help/zh_TW/gedit/git.page
+share/help/zh_TW/gedit/join-split-lines.page
+share/help/zh_TW/gedit/legal-plugins.xml
+share/help/zh_TW/gedit/multi-edit.page
+share/help/zh_TW/gedit/session-saver.page
+share/help/zh_TW/gedit/terminal.page
+share/help/zh_TW/gedit/text-size.page
+share/help/zh_TW/gedit/word-completion.page
+share/help/zh_TW/gedit/zeitgeist-dataprovider.page
+share/locale/af/LC_MESSAGES/gedit-plugins.mo
+share/locale/am/LC_MESSAGES/gedit-plugins.mo
share/locale/ar/LC_MESSAGES/gedit-plugins.mo
share/locale/as/LC_MESSAGES/gedit-plugins.mo
+share/locale/ast/LC_MESSAGES/gedit-plugins.mo
share/locale/az/LC_MESSAGES/gedit-plugins.mo
share/locale/be/LC_MESSAGES/gedit-plugins.mo
share/locale/be at latin/LC_MESSAGES/gedit-plugins.mo
share/locale/bg/LC_MESSAGES/gedit-plugins.mo
+share/locale/bn/LC_MESSAGES/gedit-plugins.mo
share/locale/bn_IN/LC_MESSAGES/gedit-plugins.mo
+share/locale/br/LC_MESSAGES/gedit-plugins.mo
+share/locale/bs/LC_MESSAGES/gedit-plugins.mo
share/locale/ca/LC_MESSAGES/gedit-plugins.mo
+share/locale/ca at valencia/LC_MESSAGES/gedit-plugins.mo
+share/locale/crh/LC_MESSAGES/gedit-plugins.mo
share/locale/cs/LC_MESSAGES/gedit-plugins.mo
+share/locale/cy/LC_MESSAGES/gedit-plugins.mo
share/locale/da/LC_MESSAGES/gedit-plugins.mo
share/locale/de/LC_MESSAGES/gedit-plugins.mo
share/locale/dz/LC_MESSAGES/gedit-plugins.mo
share/locale/el/LC_MESSAGES/gedit-plugins.mo
+share/locale/en at shaw/LC_MESSAGES/gedit-plugins.mo
share/locale/en_CA/LC_MESSAGES/gedit-plugins.mo
share/locale/en_GB/LC_MESSAGES/gedit-plugins.mo
+share/locale/eo/LC_MESSAGES/gedit-plugins.mo
share/locale/es/LC_MESSAGES/gedit-plugins.mo
share/locale/et/LC_MESSAGES/gedit-plugins.mo
share/locale/eu/LC_MESSAGES/gedit-plugins.mo
+share/locale/fa/LC_MESSAGES/gedit-plugins.mo
share/locale/fi/LC_MESSAGES/gedit-plugins.mo
share/locale/fr/LC_MESSAGES/gedit-plugins.mo
share/locale/ga/LC_MESSAGES/gedit-plugins.mo
@@ -219,13 +781,22 @@
share/locale/hi/LC_MESSAGES/gedit-plugins.mo
share/locale/hr/LC_MESSAGES/gedit-plugins.mo
share/locale/hu/LC_MESSAGES/gedit-plugins.mo
+share/locale/hy/LC_MESSAGES/gedit-plugins.mo
share/locale/id/LC_MESSAGES/gedit-plugins.mo
+share/locale/is/LC_MESSAGES/gedit-plugins.mo
share/locale/it/LC_MESSAGES/gedit-plugins.mo
share/locale/ja/LC_MESSAGES/gedit-plugins.mo
+share/locale/ka/LC_MESSAGES/gedit-plugins.mo
+share/locale/kk/LC_MESSAGES/gedit-plugins.mo
share/locale/kn/LC_MESSAGES/gedit-plugins.mo
share/locale/ko/LC_MESSAGES/gedit-plugins.mo
+share/locale/ku/LC_MESSAGES/gedit-plugins.mo
+share/locale/la/LC_MESSAGES/gedit-plugins.mo
share/locale/lt/LC_MESSAGES/gedit-plugins.mo
share/locale/lv/LC_MESSAGES/gedit-plugins.mo
+share/locale/mai/LC_MESSAGES/gedit-plugins.mo
+share/locale/mg/LC_MESSAGES/gedit-plugins.mo
+share/locale/mi/LC_MESSAGES/gedit-plugins.mo
share/locale/mk/LC_MESSAGES/gedit-plugins.mo
share/locale/ml/LC_MESSAGES/gedit-plugins.mo
share/locale/mn/LC_MESSAGES/gedit-plugins.mo
@@ -232,6 +803,7 @@
share/locale/mr/LC_MESSAGES/gedit-plugins.mo
share/locale/ms/LC_MESSAGES/gedit-plugins.mo
share/locale/nb/LC_MESSAGES/gedit-plugins.mo
+share/locale/nds/LC_MESSAGES/gedit-plugins.mo
share/locale/ne/LC_MESSAGES/gedit-plugins.mo
share/locale/nl/LC_MESSAGES/gedit-plugins.mo
share/locale/nn/LC_MESSAGES/gedit-plugins.mo
@@ -239,56 +811,29 @@
share/locale/or/LC_MESSAGES/gedit-plugins.mo
share/locale/pa/LC_MESSAGES/gedit-plugins.mo
share/locale/pl/LC_MESSAGES/gedit-plugins.mo
+share/locale/ps/LC_MESSAGES/gedit-plugins.mo
share/locale/pt/LC_MESSAGES/gedit-plugins.mo
share/locale/pt_BR/LC_MESSAGES/gedit-plugins.mo
share/locale/ro/LC_MESSAGES/gedit-plugins.mo
share/locale/ru/LC_MESSAGES/gedit-plugins.mo
share/locale/rw/LC_MESSAGES/gedit-plugins.mo
+share/locale/si/LC_MESSAGES/gedit-plugins.mo
share/locale/sk/LC_MESSAGES/gedit-plugins.mo
share/locale/sl/LC_MESSAGES/gedit-plugins.mo
share/locale/sq/LC_MESSAGES/gedit-plugins.mo
share/locale/sr/LC_MESSAGES/gedit-plugins.mo
share/locale/sr at Latn/LC_MESSAGES/gedit-plugins.mo
+share/locale/sr at latin/LC_MESSAGES/gedit-plugins.mo
share/locale/sv/LC_MESSAGES/gedit-plugins.mo
share/locale/ta/LC_MESSAGES/gedit-plugins.mo
share/locale/te/LC_MESSAGES/gedit-plugins.mo
share/locale/th/LC_MESSAGES/gedit-plugins.mo
+share/locale/tk/LC_MESSAGES/gedit-plugins.mo
share/locale/tr/LC_MESSAGES/gedit-plugins.mo
share/locale/uk/LC_MESSAGES/gedit-plugins.mo
share/locale/vi/LC_MESSAGES/gedit-plugins.mo
share/locale/wa/LC_MESSAGES/gedit-plugins.mo
+share/locale/xh/LC_MESSAGES/gedit-plugins.mo
share/locale/zh_CN/LC_MESSAGES/gedit-plugins.mo
share/locale/zh_HK/LC_MESSAGES/gedit-plugins.mo
share/locale/zh_TW/LC_MESSAGES/gedit-plugins.mo
-%%PYTHON%%@dirrm lib/gedit-2/plugins/textsize
-%%PYTHON%%@dirrm lib/gedit-2/plugins/multiedit
-%%PYTHON%%@dirrm lib/gedit-2/plugins/synctex
-%%PYTHON%%@dirrm lib/gedit-2/plugins/sessionsaver
-%%PYTHON%%@dirrm lib/gedit-2/plugins/commander/commands
-%%PYTHON%%@dirrm lib/gedit-2/plugins/commander
-%%PYTHON%%@dirrm share/gedit-2/plugins/sessionsaver
- at dirrm share/gedit-2/plugins/drawspaces
-%%PYTHON%%@dirrm share/gedit-2/plugins/commander/modules/find
-%%PYTHON%%@dirrm share/gedit-2/plugins/commander/modules
-%%PYTHON%%@dirrm share/gedit-2/plugins/commander
- at dirrm share/gedit-2/plugins/bookmarks
- at dirrmtry share/gedit-2/plugins
- at dirrmtry share/gedit-2
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as
Modified: trunk/editors/impress/Makefile
===================================================================
--- trunk/editors/impress/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/impress/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,26 +1,39 @@
-# Ports collection makefile for: impress
-# Date created: 23 Aug 2001
-# Whom: Kris Kennaway <kris at FreeBSD.org>
-#
+# Created by: Kris Kennaway <kris at FreeBSD.org>
# $MidnightBSD$
-# $FreeBSD: ports/editors/impress/Makefile,v 1.9 2007/04/02 22:56:10 pav Exp $
-#
PORTNAME= impress
PORTVERSION= 1.1b9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors tk
-MASTER_SITES= TUCOWS http://fresh.t-systems-sfr.com/unix/src/privat2/ \
- ftp://ftp.plig.net/pub/OpenBSD/distfiles/ \
- ftp://ftp.openoffice.pl/bsd/FreeBSD/ports/distfiles/
+MASTER_SITES= http://www.ntlug.org/~ccox/impress/
DISTNAME= imp${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= Publishing and presentation tool
-LICENSE= gpl2
-RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
+LICENSE= gpl2 gpl3
+LICENSE_COMB= dual
+OPTIONS_DEFINE= DOCS
+
+NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USES+= tk
+PORTDOCS= *
+PLIST_FILES= bin/impress
+
+.include <bsd.mport.options.mk>
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|exec wish|exec ${WISH}|g' \
+ ${WRKSRC}/src/impress.tcl
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/impress.tcl ${PREFIX}/bin/impress
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC}/src/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
Deleted: trunk/editors/impress/pkg-plist
===================================================================
--- trunk/editors/impress/pkg-plist 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/impress/pkg-plist 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,26 +0,0 @@
-bin/impress
-%%DOCSDIR%%/add.txt
-%%DOCSDIR%%/arrows.jpg
-%%DOCSDIR%%/custcolor.jpg
-%%DOCSDIR%%/file.jpg
-%%DOCSDIR%%/fonts.jpg
-%%DOCSDIR%%/grid.jpg
-%%DOCSDIR%%/impdoc.html
-%%DOCSDIR%%/implogo.gif
-%%DOCSDIR%%/impressbuttons.jpg
-%%DOCSDIR%%/impressmain2.jpg
-%%DOCSDIR%%/keys.jpg
-%%DOCSDIR%%/lgtoolbar.jpg
-%%DOCSDIR%%/miniview.jpg
-%%DOCSDIR%%/openurldialog.jpg
-%%DOCSDIR%%/page.jpg
-%%DOCSDIR%%/palette.jpg
-%%DOCSDIR%%/print.jpg
-%%DOCSDIR%%/props.jpg
-%%DOCSDIR%%/pstoedit.jpg
-%%DOCSDIR%%/selection.jpg
-%%DOCSDIR%%/slide.jpg
-%%DOCSDIR%%/tclet.jpg
-%%DOCSDIR%%/toolbarpref.jpg
-%%DOCSDIR%%/urldialog.jpg
- at dirrm %%DOCSDIR%%
Modified: trunk/editors/jedit/Makefile
===================================================================
--- trunk/editors/jedit/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/jedit/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -23,6 +23,7 @@
OPTIONS_DEFAULT= MACROS
OPTIONS_SUB= yes
+USES= cpe
USE_JAVA= yes
JAVA_VERSION= 1.6+
Modified: trunk/editors/joe/Makefile
===================================================================
--- trunk/editors/joe/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/joe/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,8 +1,7 @@
# $MidnightBSD$
PORTNAME= joe
-PORTVERSION= 3.7
-PORTREVISION= 3
+PORTVERSION= 4.0
CATEGORIES= editors
MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
@@ -9,27 +8,24 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Joe's Own Editor
-LICENSE= gpl
+LICENSE= gpl2
BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
-CONFLICTS= jupp-[0-9]*
+OPTIONS_DEFINE= DOCS
+CONFLICTS= joe-2.* jupp-[0-9]*
+
USES= gmake iconv ncurses
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -liconv"
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
ALL_TARGET= ${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.ifdef NOPORTDOCS
post-patch:
- ${REINPLACE_CMD} 's,install-data-am: install-data_charmapsDATA install-data_docDATA,install-data-am: install-data_charmapsDATA,' \
- ${WRKSRC}/Makefile.in
-.endif
+ ${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in
post-install:
@${CAT} ${FILESDIR}/ftyperc.mbsd >> ${PREFIX}/etc/${PORTNAME}/ftyperc
@@ -39,4 +35,4 @@
.endif
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/editors/joe/distinfo
===================================================================
--- trunk/editors/joe/distinfo 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/joe/distinfo 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,2 +1,4 @@
-SHA256 (joe-3.7.tar.gz) = cae456e1ad5a8c1d3c94920a3416c2347277739b260e3494d3bc0f2b9b73106f
-SIZE (joe-3.7.tar.gz) = 696036
+SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
+SIZE (joe-4.0.tar.gz) = 838783
+SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
+SIZE (zh-joe-3.7.diff) = 834
Modified: trunk/editors/joe/files/patch-tty.c
===================================================================
--- trunk/editors/joe/files/patch-tty.c 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/joe/files/patch-tty.c 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,5 +1,5 @@
---- tty.c.orig Fri Mar 18 10:40:11 2005
-+++ tty.c Fri May 6 16:58:38 2005
+--- joe/tty.c Fri Mar 18 10:40:11 2005
++++ joe/tty.c Fri May 6 16:58:38 2005
@@ -1074,8 +1074,10 @@
setsid(); /* I think you do setprgp(0,0) on systems with no setsid() */
#ifndef SETPGRP_VOID
Property changes on: trunk/editors/joe/files/patch-tty.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/editors/joe/pkg-plist
===================================================================
--- trunk/editors/joe/pkg-plist 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/joe/pkg-plist 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,81 +1,106 @@
- at comment $MidnightBSD: mports/Mk/components/maintainer.mk,v 1.2 2009/03/26 22:19:02 ctriv Exp $
+bin/jmacs
bin/joe
-bin/termidx
-bin/jmacs
+bin/jpico
bin/jstar
bin/rjoe
-bin/jpico
-etc/joe/joerc
-etc/joe/jicerc.ru
-etc/joe/jmacsrc
-etc/joe/jstarrc
-etc/joe/rjoerc
-etc/joe/jpicorc
-etc/joe/ftyperc
-etc/joe/jmacsrc.dist
-etc/joe/jpicorc.dist
-etc/joe/jstarrc.dist
-etc/joe/rjoerc.dist
-etc/joe/joerc.dist
-%%DOCSDIR%%/LIST
-%%DOCSDIR%%/README
-%%DOCSDIR%%/HINTS
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/HACKING
-%%DOCSDIR%%/NEWS
-%%DATADIR%%/lang/ru.po
+bin/stringify
+bin/termidx
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/hacking.md
+%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
+%%PORTDOCS%%%%DOCSDIR%%/README.md
+%%ETCDIR%%/ftyperc
+%%ETCDIR%%/jicerc.ru
+ at unexec if cmp -s %D/%%ETCDIR%%/jmacsrc.dist %D/%%ETCDIR%%/jmacsrc; then rm -f %D/%%ETCDIR%%/jmacsrc; fi
+%%ETCDIR%%/jmacsrc.dist
+ at exec if [ ! -f %D/%%ETCDIR%%/jmacsrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jmacsrc; fi
+ at unexec if cmp -s %D/%%ETCDIR%%/joerc.dist %D/%%ETCDIR%%/joerc; then rm -f %D/%%ETCDIR%%/joerc; fi
+%%ETCDIR%%/joerc.dist
+ at exec if [ ! -f %D/%%ETCDIR%%/joerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/joerc; fi
+ at unexec if cmp -s %D/%%ETCDIR%%/jpicorc.dist %D/%%ETCDIR%%/jpicorc; then rm -f %D/%%ETCDIR%%/jpicorc; fi
+%%ETCDIR%%/jpicorc.dist
+ at exec if [ ! -f %D/%%ETCDIR%%/jpicorc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jpicorc; fi
+ at unexec if cmp -s %D/%%ETCDIR%%/jstarrc.dist %D/%%ETCDIR%%/jstarrc; then rm -f %D/%%ETCDIR%%/jstarrc; fi
+%%ETCDIR%%/jstarrc.dist
+ at exec if [ ! -f %D/%%ETCDIR%%/jstarrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jstarrc; fi
+ at unexec if cmp -s %D/%%ETCDIR%%/rjoerc.dist %D/%%ETCDIR%%/rjoerc; then rm -f %D/%%ETCDIR%%/rjoerc; fi
+%%ETCDIR%%/rjoerc.dist
+ at exec if [ ! -f %D/%%ETCDIR%%/rjoerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/rjoerc; fi
+%%ETCDIR%%/shell.csh
+%%ETCDIR%%/shell.sh
+%%DATADIR%%/charmaps/klingon
%%DATADIR%%/lang/de.po
%%DATADIR%%/lang/fr.po
+%%DATADIR%%/lang/ru.po
%%DATADIR%%/lang/uk.po
+%%DATADIR%%/syntax/4gl.jsf
+%%DATADIR%%/syntax/ada.jsf
+%%DATADIR%%/syntax/ant.jsf
+%%DATADIR%%/syntax/asm.jsf
+%%DATADIR%%/syntax/awk.jsf
+%%DATADIR%%/syntax/batch.jsf
%%DATADIR%%/syntax/c.jsf
-%%DATADIR%%/syntax/perl.jsf
-%%DATADIR%%/syntax/verilog.jsf
+%%DATADIR%%/syntax/cobol.jsf
+%%DATADIR%%/syntax/comment_todo.jsf
%%DATADIR%%/syntax/conf.jsf
-%%DATADIR%%/syntax/python.jsf
-%%DATADIR%%/syntax/php.jsf
-%%DATADIR%%/syntax/sh.jsf
-%%DATADIR%%/syntax/mail.jsf
-%%DATADIR%%/syntax/pascal.jsf
+%%DATADIR%%/syntax/csh.jsf
+%%DATADIR%%/syntax/csharp.jsf
+%%DATADIR%%/syntax/css.jsf
+%%DATADIR%%/syntax/debian.jsf
+%%DATADIR%%/syntax/diff.jsf
+%%DATADIR%%/syntax/elixir.jsf
+%%DATADIR%%/syntax/erb.jsf
+%%DATADIR%%/syntax/erlang.jsf
+%%DATADIR%%/syntax/filename.jsf
+%%DATADIR%%/syntax/fortran.jsf
+%%DATADIR%%/syntax/git-commit.jsf
+%%DATADIR%%/syntax/go.jsf
+%%DATADIR%%/syntax/haml.jsf
+%%DATADIR%%/syntax/haskell.jsf
%%DATADIR%%/syntax/html.jsf
-%%DATADIR%%/syntax/vhdl.jsf
-%%DATADIR%%/syntax/fortran.jsf
+%%DATADIR%%/syntax/htmlerb.jsf
+%%DATADIR%%/syntax/ini.jsf
+%%DATADIR%%/syntax/iptables.jsf
%%DATADIR%%/syntax/java.jsf
-%%DATADIR%%/syntax/xml.jsf
-%%DATADIR%%/syntax/tcl.jsf
+%%DATADIR%%/syntax/joerc.jsf
+%%DATADIR%%/syntax/js.jsf
+%%DATADIR%%/syntax/jsf.jsf
+%%DATADIR%%/syntax/jsf_check.jsf
+%%DATADIR%%/syntax/json.jsf
%%DATADIR%%/syntax/lisp.jsf
-%%DATADIR%%/syntax/csh.jsf
+%%DATADIR%%/syntax/lua.jsf
+%%DATADIR%%/syntax/m4.jsf
+%%DATADIR%%/syntax/mail.jsf
%%DATADIR%%/syntax/mason.jsf
-%%DATADIR%%/syntax/diff.jsf
-%%DATADIR%%/syntax/asm.jsf
-%%DATADIR%%/syntax/tex.jsf
-%%DATADIR%%/syntax/css.jsf
+%%DATADIR%%/syntax/matlab.jsf
+%%DATADIR%%/syntax/md.jsf
%%DATADIR%%/syntax/ocaml.jsf
-%%DATADIR%%/syntax/4gl.jsf
-%%DATADIR%%/syntax/sml.jsf
-%%DATADIR%%/syntax/sql.jsf
-%%DATADIR%%/syntax/awk.jsf
-%%DATADIR%%/syntax/cobol.jsf
-%%DATADIR%%/syntax/sed.jsf
+%%DATADIR%%/syntax/pascal.jsf
+%%DATADIR%%/syntax/perl.jsf
+%%DATADIR%%/syntax/php.jsf
+%%DATADIR%%/syntax/powershell.jsf
+%%DATADIR%%/syntax/prolog.jsf
+%%DATADIR%%/syntax/properties.jsf
%%DATADIR%%/syntax/ps.jsf
-%%DATADIR%%/syntax/ada.jsf
-%%DATADIR%%/syntax/troff.jsf
-%%DATADIR%%/syntax/haskell.jsf
+%%DATADIR%%/syntax/puppet.jsf
+%%DATADIR%%/syntax/python.jsf
%%DATADIR%%/syntax/rexx.jsf
+%%DATADIR%%/syntax/ruby.jsf
+%%DATADIR%%/syntax/sed.jsf
+%%DATADIR%%/syntax/sh.jsf
+%%DATADIR%%/syntax/sieve.jsf
%%DATADIR%%/syntax/skill.jsf
-%%DATADIR%%/syntax/lua.jsf
-%%DATADIR%%/syntax/ruby.jsf
-%%DATADIR%%/syntax/m4.jsf
-%%DATADIR%%/syntax/joerc.jsf
+%%DATADIR%%/syntax/sml.jsf
%%DATADIR%%/syntax/spec.jsf
-%%DATADIR%%/syntax/matlab.jsf
-%%DATADIR%%/syntax/jsf.jsf
-%%DATADIR%%/syntax/jsf_check.jsf
-%%DATADIR%%/charmaps/klingon
+%%DATADIR%%/syntax/sql.jsf
+%%DATADIR%%/syntax/tcl.jsf
+%%DATADIR%%/syntax/tex.jsf
+%%DATADIR%%/syntax/troff.jsf
+%%DATADIR%%/syntax/typescript.jsf
+%%DATADIR%%/syntax/verilog.jsf
+%%DATADIR%%/syntax/vhdl.jsf
+%%DATADIR%%/syntax/whitespace.jsf
+%%DATADIR%%/syntax/xml.jsf
+%%DATADIR%%/syntax/yaml.jsf
man/man1/joe.1.gz
man/ru/man1/joe.1.gz
- at dirrm etc/joe
- at dirrm %%DOCSDIR%%
- at dirrm %%DATADIR%%/lang
- at dirrm %%DATADIR%%/syntax
- at dirrm %%DATADIR%%/charmaps
- at dirrm %%DATADIR%%
Modified: trunk/editors/mg/Makefile
===================================================================
--- trunk/editors/mg/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/mg/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= mg
-PORTVERSION= 20140414
+PORTVERSION= 20150323
CATEGORIES= editors
MASTER_SITES= http://homepage.boetes.org/software/mg/
Modified: trunk/editors/mg/distinfo
===================================================================
--- trunk/editors/mg/distinfo 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/mg/distinfo 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,2 +1,2 @@
-SHA256 (mg-20140414.tar.gz) = 89ce25ee13cedc14c3c5c7b76d7a9e0ea38a060ad61e90ac43258d8dadf0d065
-SIZE (mg-20140414.tar.gz) = 142570
+SHA256 (mg-20150323.tar.gz) = d71b24d47d3e1426f162e446d92dfa457df96dd47c1289419cba9fd14c2c3afb
+SIZE (mg-20150323.tar.gz) = 142105
Added: trunk/editors/mg/files/patch-autoexec.c
===================================================================
--- trunk/editors/mg/files/patch-autoexec.c (rev 0)
+++ trunk/editors/mg/files/patch-autoexec.c 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,34 @@
+--- autoexec.c.orig 2015-03-23 11:03:05 UTC
++++ autoexec.c
+@@ -2,12 +2,17 @@
+ /* this file is in the public domain */
+ /* Author: Vincent Labrecque <vincent at openbsd.org> April 2002 */
+
++#include <sys/param.h>
+ #include <sys/queue.h>
+ #include <fnmatch.h>
+ #include <signal.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#ifndef __OpenBSD__
++#include <stdlib.h>
++#include <malloc_np.h>
++#endif
+
+ #include "def.h"
+ #include "funmap.h"
+@@ -44,8 +49,13 @@ find_autoexec(const char *fname)
+ SLIST_FOREACH(ae, &autos, next) {
+ if (fnmatch(ae->pattern, fname, 0) == 0) {
+ if (used >= have) {
++ #if defined(__OpenBSD__)
+ npfl = reallocarray(pfl, have + AUTO_GROW + 1,
+ sizeof(PF));
++ #else
++ npfl = realloc(pfl, (have + AUTO_GROW + 1) *
++ sizeof(PF));
++ #endif
+ if (npfl == NULL)
+ panic("out of memory");
+ pfl = npfl;
Property changes on: trunk/editors/mg/files/patch-autoexec.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/editors/mg/files/patch-def.h
===================================================================
--- trunk/editors/mg/files/patch-def.h (rev 0)
+++ trunk/editors/mg/files/patch-def.h 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,11 @@
+--- def.h.orig 2015-03-23 11:23:30 UTC
++++ def.h
+@@ -13,6 +13,8 @@
+ #include "chrdef.h"
+ #include "ttydef.h"
+
++#include <sys/types.h>
++
+
+ /* necesarry to get asprintf & friends with glibc XXX doesn't work for some
+ * mysterious reason! */
Property changes on: trunk/editors/mg/files/patch-def.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/editors/mg/files/patch-display.c
===================================================================
--- trunk/editors/mg/files/patch-display.c (rev 0)
+++ trunk/editors/mg/files/patch-display.c 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,40 @@
+--- display.c.orig 2015-03-16 14:39:00 UTC
++++ display.c
+@@ -170,14 +170,6 @@ vtresize(int force, int newrow, int newc
+ (a) = tmp; \
+ } while (0)
+
+-#define TRYREALLOCARRAY(a, n, m) do { \
+- void *tmp; \
+- if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
+- panic("out of memory in display code"); \
+- } \
+- (a) = tmp; \
+- } while (0)
+-
+ /* No update needed */
+ if (!first_run && !force && !rowchanged && !colchanged)
+ return (TRUE);
+@@ -206,10 +198,10 @@ vtresize(int force, int newrow, int newc
+ }
+ }
+
+- TRYREALLOCARRAY(score, newrow, newrow * sizeof(struct score));
+- TRYREALLOCARRAY(vscreen, (newrow - 1), sizeof(struct video *));
+- TRYREALLOCARRAY(pscreen, (newrow - 1), sizeof(struct video *));
+- TRYREALLOCARRAY(video, (newrow - 1), 2 * sizeof(struct video));
++ TRYREALLOC(score, newrow * newrow * sizeof(struct score));
++ TRYREALLOC(vscreen, (newrow - 1) * sizeof(struct video *));
++ TRYREALLOC(pscreen, (newrow - 1) * sizeof(struct video *));
++ TRYREALLOC(video, ((newrow - 1) * 2) * sizeof(struct video));
+
+ /*
+ * Zero-out the entries we just allocated.
+@@ -247,7 +239,6 @@ vtresize(int force, int newrow, int newc
+ }
+
+ #undef TRYREALLOC
+-#undef TRYREALLOCARRAY
+
+ /*
+ * Initialize the data structures used
Property changes on: trunk/editors/mg/files/patch-display.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/editors/mousepad/Makefile
===================================================================
--- trunk/editors/mousepad/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/mousepad/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -3,7 +3,7 @@
PORTNAME= mousepad
PORTVERSION= 0.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors xfce
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@@ -23,9 +23,7 @@
OPTIONS_DEFINE= GTK3
GTK3_CONFIGURE_ENABLE= gtk3
GTK3_USE= gnome=gtk30,gtksourceview3
-GTK3_USES= xfce:gtk3
GTK3_USE_OFF= gnome=gtk20,gtksourceview2
-GTK3_USES_OFF= xfce
GLIB_SCHEMAS= org.xfce.mousepad.gschema.xml
Added: trunk/editors/mousepad/files/patch-mousepad_mousepad-action-group.c
===================================================================
--- trunk/editors/mousepad/files/patch-mousepad_mousepad-action-group.c (rev 0)
+++ trunk/editors/mousepad/files/patch-mousepad_mousepad-action-group.c 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,25 @@
+--- mousepad/mousepad-action-group.c.orig 2014-09-01 20:50:07 UTC
++++ mousepad/mousepad-action-group.c
+@@ -283,7 +283,8 @@ void
+ mousepad_action_group_set_active_style_scheme (MousepadActionGroup *self,
+ GtkSourceStyleScheme *scheme)
+ {
+- GtkAction *action;
++ GtkAction *action;
++ const gchar *scheme_name = NULL;
+
+ g_return_if_fail (MOUSEPAD_IS_ACTION_GROUP (self));
+
+@@ -303,8 +304,11 @@ mousepad_action_group_set_active_style_s
+ self->locked = FALSE;
+
+ /* update the setting when the active action is changed */
++ if (scheme != NULL)
++ scheme_name = gtk_source_style_scheme_get_id(scheme);
++
+ self->locked = TRUE;
+- MOUSEPAD_SETTING_SET_STRING (COLOR_SCHEME, gtk_source_style_scheme_get_id (scheme));
++ MOUSEPAD_SETTING_SET_STRING (COLOR_SCHEME, scheme_name);
+ self->locked = FALSE;
+
+ g_object_notify (G_OBJECT (self), "active-style-scheme");
Property changes on: trunk/editors/mousepad/files/patch-mousepad_mousepad-action-group.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/editors/mousepad/files/patch-mousepad_mousepad-settings.c
===================================================================
--- trunk/editors/mousepad/files/patch-mousepad_mousepad-settings.c (rev 0)
+++ trunk/editors/mousepad/files/patch-mousepad_mousepad-settings.c 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,11 @@
+--- mousepad/mousepad-settings.c.orig 2014-09-01 20:50:07 UTC
++++ mousepad/mousepad-settings.c
+@@ -298,7 +298,7 @@ void
+ mousepad_setting_set_string (const gchar *path,
+ const gchar *value)
+ {
+- mousepad_setting_set (path, "s", value);
++ mousepad_setting_set (path, "s", value != NULL ? value : "");
+ }
+
+
Property changes on: trunk/editors/mousepad/files/patch-mousepad_mousepad-settings.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/editors/mousepad/files/patch-mousepad_mousepad-view.c
===================================================================
--- trunk/editors/mousepad/files/patch-mousepad_mousepad-view.c (rev 0)
+++ trunk/editors/mousepad/files/patch-mousepad_mousepad-view.c 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,12 @@
+--- mousepad/mousepad-view.c.orig 2014-09-01 20:50:07 UTC
++++ mousepad/mousepad-view.c
+@@ -257,7 +257,8 @@ mousepad_view_buffer_changed (MousepadVi
+ GtkSourceStyleScheme *scheme;
+
+ manager = gtk_source_style_scheme_manager_get_default ();
+- scheme = gtk_source_style_scheme_manager_get_scheme (manager, view->color_scheme);
++ scheme = gtk_source_style_scheme_manager_get_scheme (manager,
++ view->color_scheme ? view->color_scheme : "");
+ gtk_source_buffer_set_style_scheme (buffer, scheme);
+
+ gtk_source_buffer_set_highlight_matching_brackets (buffer, view->match_braces);
Property changes on: trunk/editors/mousepad/files/patch-mousepad_mousepad-view.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/editors/mousepad/files/patch-mousepad_mousepad-window.c
===================================================================
--- trunk/editors/mousepad/files/patch-mousepad_mousepad-window.c (rev 0)
+++ trunk/editors/mousepad/files/patch-mousepad_mousepad-window.c 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,18 @@
+--- mousepad/mousepad-window.c.orig 2014-09-01 20:58:02 UTC
++++ mousepad/mousepad-window.c
+@@ -717,12 +717,13 @@ mousepad_window_action_group_style_schem
+ MousepadActionGroup *group)
+ {
+ GtkSourceStyleScheme *scheme;
+- const gchar *scheme_id;
++ const gchar *scheme_id = NULL;
+ gint npages, i;
+
+ /* get the new active language */
+ scheme = mousepad_action_group_get_active_style_scheme (group);
+- scheme_id = gtk_source_style_scheme_get_id (scheme);
++ if (scheme != NULL)
++ scheme_id = gtk_source_style_scheme_get_id (scheme);
+
+ /* update the color scheme on all the documents */
+ npages = gtk_notebook_get_n_pages (GTK_NOTEBOOK (window->notebook));
Property changes on: trunk/editors/mousepad/files/patch-mousepad_mousepad-window.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/editors/vim/Makefile
===================================================================
--- trunk/editors/vim/Makefile 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/vim/Makefile 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,7 +1,8 @@
# $MidnightBSD$
PORTNAME= vim
-PORTVERSION= 7.4.729
+DISTVERSIONPREFIX= v
+DISTVERSION= 7-4-796
CATEGORIES?= editors
MAINTAINER?= ports at MidnightBSD.org
@@ -33,9 +34,8 @@
PLIST_SUB= VIM_VER=${VIM_VER}
PORTDATA= ${VIM_VER}
-VIM_VER= ${PORTNAME}${PORTVERSION:R:S/.//g}
+VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g}
-GH_TAGNAME= db9bc0b
USE_GITHUB= yes
CPE_VERSION= ${PORTVERSION:R}
Modified: trunk/editors/vim/distinfo
===================================================================
--- trunk/editors/vim/distinfo 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/vim/distinfo 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,2 +1,2 @@
-SHA256 (vim-7.4.729_GH0.tar.bz2) = 119c549cc8c3e13cf206f255be999ac3d47a36bfac8642c4c01700ffb9da4d54
-SIZE (vim-7.4.729_GH0.tar.bz2) = 12172344
+SHA256 (vim-v7-4-796_GH0.tar.bz2) = 302b0fa6ff002bb194276b42a9a8a89b88a8b67fb231c9305badf09576b895b7
+SIZE (vim-v7-4-796_GH0.tar.bz2) = 12201382
Modified: trunk/editors/vim/files/patch-src-auto-configure
===================================================================
--- trunk/editors/vim/files/patch-src-auto-configure 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/vim/files/patch-src-auto-configure 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,6 +1,6 @@
---- src/auto/configure.orig 2014-12-04 04:16:00.326888901 +0800
-+++ src/auto/configure 2014-12-04 04:18:43.019881161 +0800
-@@ -889,7 +889,7 @@
+--- src/auto/configure.orig 2015-05-14 03:56:21 UTC
++++ src/auto/configure
+@@ -889,7 +889,7 @@ pdfdir='${docdir}'
psdir='${docdir}'
libdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
@@ -9,7 +9,7 @@
ac_prev=
ac_dashdash=
-@@ -4952,7 +4952,7 @@
+@@ -4952,7 +4952,7 @@ $as_echo_n "checking Lua version of LuaJ
if ${vi_cv_version_lua_luajit+:} false; then :
$as_echo_n "(cached) " >&6
else
@@ -18,7 +18,7 @@
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_lua_luajit" >&5
$as_echo "$vi_cv_version_lua_luajit" >&6; }
-@@ -5006,7 +5006,7 @@
+@@ -5006,7 +5006,7 @@ $as_echo_n "checking Lua version... " >&
if ${vi_cv_version_plain_lua+:} false; then :
$as_echo_n "(cached) " >&6
else
@@ -27,7 +27,7 @@
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_plain_lua" >&5
$as_echo "$vi_cv_version_plain_lua" >&6; }
-@@ -5097,7 +5097,7 @@
+@@ -5097,7 +5097,7 @@ rm -f core conftest.err conftest.$ac_obj
LIBS=$libs_save
fi
if test "x$lua_ok" = "xyes"; then
@@ -36,7 +36,7 @@
LUA_SRC="if_lua.c"
LUA_OBJ="objects/if_lua.o"
LUA_PRO="if_lua.pro"
-@@ -5154,7 +5154,8 @@
+@@ -5154,7 +5154,8 @@ $as_echo "yes" >&6; }
$as_echo "#define DYNAMIC_LUA 1" >>confdefs.h
LUA_LIBS=""
@@ -46,7 +46,7 @@
fi
if test "X$LUA_CFLAGS$LUA_LIBS" != "X" && \
test "x$MACOSX" = "xyes" && test "x$vi_cv_with_luajit" != "xno" && \
-@@ -5732,7 +5733,7 @@
+@@ -5732,7 +5733,7 @@ if test "$enable_pythoninterp" = "yes" -
as_fn_error $? "cannot use Python with tiny or small features" "$LINENO" 5
fi
@@ -55,7 +55,7 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-@@ -6052,7 +6053,7 @@
+@@ -6069,7 +6070,7 @@ if test "$enable_python3interp" = "yes"
as_fn_error $? "cannot use Python with tiny or small features" "$LINENO" 5
fi
@@ -64,7 +64,7 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-@@ -6867,7 +6868,7 @@
+@@ -6884,7 +6885,7 @@ $as_echo_n "checking for location of tcl
$as_echo "$try/tclConfig.sh" >&6; }
. $try/tclConfig.sh
TCL_LIBS=`eval echo "$TCL_LIB_SPEC $TCL_LIBS"`
Added: trunk/editors/vim/files/patch-src-installml.sh
===================================================================
--- trunk/editors/vim/files/patch-src-installml.sh (rev 0)
+++ trunk/editors/vim/files/patch-src-installml.sh 2015-08-11 00:09:35 UTC (rev 19702)
@@ -0,0 +1,50 @@
+--- src/installml.sh.orig 2015-05-14 03:56:21 UTC
++++ src/installml.sh
+@@ -53,16 +53,16 @@ if test $what = "install" -a \( -f $dest
+ fi
+
+ # ex
+- if test ! -f $destdir/$exname.1 -a -f $destdir/$vimname.1; then
+- echo creating link $destdir/$exname.1
+- cd $destdir; ln -s $vimname.1 $exname.1
+- fi
++ #if test ! -f $destdir/$exname.1 -a -f $destdir/$vimname.1; then
++ # echo creating link $destdir/$exname.1
++ # cd $destdir; ln -s $vimname.1 $exname.1
++ #fi
+
+ # view
+- if test ! -f $destdir/$viewname.1 -a -f $destdir/$vimname.1; then
+- echo creating link $destdir/$viewname.1
+- cd $destdir; ln -s $vimname.1 $viewname.1
+- fi
++ #if test ! -f $destdir/$viewname.1 -a -f $destdir/$vimname.1; then
++ # echo creating link $destdir/$viewname.1
++ # cd $destdir; ln -s $vimname.1 $viewname.1
++ #fi
+
+ # rvim
+ if test ! -f $destdir/$rvimname.1 -a -f $destdir/$vimname.1; then
+@@ -119,14 +119,14 @@ fi
+ if test $what = "uninstall"; then
+ echo Checking for Vim manual page links in $destdir...
+
+- if test -L $destdir/$exname.1; then
+- echo deleting $destdir/$exname.1
+- rm -f $destdir/$exname.1
+- fi
+- if test -L $destdir/$viewname.1; then
+- echo deleting $destdir/$viewname.1
+- rm -f $destdir/$viewname.1
+- fi
++ #if test -L $destdir/$exname.1; then
++ # echo deleting $destdir/$exname.1
++ # rm -f $destdir/$exname.1
++ #fi
++ #if test -L $destdir/$viewname.1; then
++ # echo deleting $destdir/$viewname.1
++ # rm -f $destdir/$viewname.1
++ #fi
+ if test -L $destdir/$rvimname.1; then
+ echo deleting $destdir/$rvimname.1
+ rm -f $destdir/$rvimname.1
Property changes on: trunk/editors/vim/files/patch-src-installml.sh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/editors/vim/files/vietnamese_viscii.vim
===================================================================
--- trunk/editors/vim/files/vietnamese_viscii.vim 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/vim/files/vietnamese_viscii.vim 2015-08-11 00:09:35 UTC (rev 19702)
@@ -1,4 +1,4 @@
-" $MidnightBSD$
+" $FreeBSD: head/editors/vim/files/vietnamese_viscii.vim 340872 2014-01-24 00:14:07Z mat $
" vim:ts=8
"
" VIQR input
Modified: trunk/editors/vim/files/vimrc
===================================================================
--- trunk/editors/vim/files/vimrc 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/vim/files/vimrc 2015-08-11 00:09:35 UTC (rev 19702)
@@ -2,6 +2,7 @@
set fileencodings=ucs-bom,utf-8,latin1
endif
+let g:is_posix = 1
set nocompatible
set bs=indent,eol,start
set history=50
Modified: trunk/editors/vim/pkg-descr
===================================================================
--- trunk/editors/vim/pkg-descr 2015-08-10 23:44:09 UTC (rev 19701)
+++ trunk/editors/vim/pkg-descr 2015-08-11 00:09:35 UTC (rev 19702)
@@ -10,3 +10,4 @@
simple (Notepad-like) way, called evim or Easy Vim.
WWW: http://www.vim.org/
+WWW: https://github.com/vim/vim
More information about the Midnightbsd-cvs
mailing list