summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-17 00:59:18 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-17 00:59:18 +0800
commit918069833115ba87befa439f6b7acf429a1c140f (patch)
treea33749bf099ed6752a1c252874d345de54cf114c
parent96bfe79ca5677e8a7ae090626a9c6eab05fbbaab (diff)
downloadmarcuscom-ports-918069833115ba87befa439f6b7acf429a1c140f.tar
marcuscom-ports-918069833115ba87befa439f6b7acf429a1c140f.tar.gz
marcuscom-ports-918069833115ba87befa439f6b7acf429a1c140f.tar.bz2
marcuscom-ports-918069833115ba87befa439f6b7acf429a1c140f.tar.lz
marcuscom-ports-918069833115ba87befa439f6b7acf429a1c140f.tar.xz
marcuscom-ports-918069833115ba87befa439f6b7acf429a1c140f.tar.zst
marcuscom-ports-918069833115ba87befa439f6b7acf429a1c140f.zip
Update to 2.90.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15231 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--editors/gedit-plugins3/Makefile62
-rw-r--r--editors/gedit-plugins3/distinfo2
-rw-r--r--editors/gedit-plugins3/pkg-descr1
-rw-r--r--editors/gedit-plugins3/pkg-plist358
4 files changed, 423 insertions, 0 deletions
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile
new file mode 100644
index 000000000..5c0adf23a
--- /dev/null
+++ b/editors/gedit-plugins3/Makefile
@@ -0,0 +1,62 @@
+# New ports collection makefile for: gedit-plugins
+# Date created: 19 September 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/editors/gedit-plugins/Makefile,v 1.48 2010/10/29 14:47:24 kwm Exp $
+#
+
+PORTNAME= gedit-plugins
+PORTVERSION= 2.91.0
+CATEGORIES= editors gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Plugins for GEdit 3
+
+BUILD_DEPENDS= gedit>=2.91.6:${PORTSDIR}/editors/gedit3
+LIB_DEPENDS= peas-1.0.0:${PORTSDIR}/devel/libpeas
+RUN_DEPENDS= gedit>=2.91.6:${PORTSDIR}/editors/gedit3
+
+USE_LDCONFIG= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_AUTOTOOLS= libtool
+USE_GNOME= gnomehack gnomeprefix intlhack gtk30 gtksourceview3
+WANT_GNOME= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml
+
+OPTIONS= PYTHON "Build plugins that depend on python" off
+
+.if defined(PACKAGE_BUILDING)
+.undef WITHOUT_GNOME
+WITH_GNOME= yes
+.endif
+
+.include <bsd.port.options.mk>
+
+#.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" || defined(WITH_PYTHON)
+.if defined(WITH_PYTHON)
+USE_PYTHON= yes
+BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \
+ gucharmap>=2.33.2:${PORTSDIR}/deskutils/gucharmap3
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \
+ gucharmap>=2.33.2:${PORTSDIR}/deskutils/gucharmap3
+CONFIGURE_ARGS+=--enable-python
+GLIB_SCHEMAS+= org.gnome.gedit.plugins.terminal.gschema.xml
+PLIST_SUB+= PYTHON=""
+.else
+CONFIGURE_ARGS+=--disable-python
+PLIST_SUB+= PYTHON="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/editors/gedit-plugins3/distinfo b/editors/gedit-plugins3/distinfo
new file mode 100644
index 000000000..eed55b4b1
--- /dev/null
+++ b/editors/gedit-plugins3/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gedit-plugins-2.91.0.tar.bz2) = d34345c44bdd8671b9e14e7616b199ad370964aab7ed258108ee8ef9004c25c8
+SIZE (gnome3/gedit-plugins-2.91.0.tar.bz2) = 1573260
diff --git a/editors/gedit-plugins3/pkg-descr b/editors/gedit-plugins3/pkg-descr
new file mode 100644
index 000000000..f4eabb23d
--- /dev/null
+++ b/editors/gedit-plugins3/pkg-descr
@@ -0,0 +1 @@
+Various additional plug-ins for GEdit 2.
diff --git a/editors/gedit-plugins3/pkg-plist b/editors/gedit-plugins3/pkg-plist
new file mode 100644
index 000000000..a9c6fec24
--- /dev/null
+++ b/editors/gedit-plugins3/pkg-plist
@@ -0,0 +1,358 @@
+lib/gedit/plugins/bookmarks.plugin
+%%PYTHON%%lib/gedit/plugins/bracketcompletion.plugin
+%%PYTHON%%lib/gedit/plugins/bracketcompletion.py
+%%PYTHON%%lib/gedit/plugins/bracketcompletion.pyc
+%%PYTHON%%lib/gedit/plugins/bracketcompletion.pyo
+%%PYTHON%%lib/gedit/plugins/charmap.plugin
+%%PYTHON%%lib/gedit/plugins/charmap/__init__.py
+%%PYTHON%%lib/gedit/plugins/charmap/__init__.pyc
+%%PYTHON%%lib/gedit/plugins/charmap/__init__.pyo
+%%PYTHON%%lib/gedit/plugins/charmap/panel.py
+%%PYTHON%%lib/gedit/plugins/charmap/panel.pyc
+%%PYTHON%%lib/gedit/plugins/charmap/panel.pyo
+%%PYTHON%%lib/gedit/plugins/codecomment.plugin
+%%PYTHON%%lib/gedit/plugins/codecomment.py
+%%PYTHON%%lib/gedit/plugins/codecomment.pyc
+%%PYTHON%%lib/gedit/plugins/codecomment.pyo
+%%PYTHON%%lib/gedit/plugins/colorpicker.plugin
+%%PYTHON%%lib/gedit/plugins/colorpicker.py
+%%PYTHON%%lib/gedit/plugins/colorpicker.pyc
+%%PYTHON%%lib/gedit/plugins/colorpicker.pyo
+%%PYTHON%%lib/gedit/plugins/commander.plugin
+%%PYTHON%%lib/gedit/plugins/commander/__init__.py
+%%PYTHON%%lib/gedit/plugins/commander/__init__.pyc
+%%PYTHON%%lib/gedit/plugins/commander/__init__.pyo
+%%PYTHON%%lib/gedit/plugins/commander/commands/__init__.py
+%%PYTHON%%lib/gedit/plugins/commander/commands/__init__.pyc
+%%PYTHON%%lib/gedit/plugins/commander/commands/__init__.pyo
+%%PYTHON%%lib/gedit/plugins/commander/commands/accel_group.py
+%%PYTHON%%lib/gedit/plugins/commander/commands/accel_group.pyc
+%%PYTHON%%lib/gedit/plugins/commander/commands/accel_group.pyo
+%%PYTHON%%lib/gedit/plugins/commander/commands/completion.py
+%%PYTHON%%lib/gedit/plugins/commander/commands/completion.pyc
+%%PYTHON%%lib/gedit/plugins/commander/commands/completion.pyo
+%%PYTHON%%lib/gedit/plugins/commander/commands/exceptions.py
+%%PYTHON%%lib/gedit/plugins/commander/commands/exceptions.pyc
+%%PYTHON%%lib/gedit/plugins/commander/commands/exceptions.pyo
+%%PYTHON%%lib/gedit/plugins/commander/commands/method.py
+%%PYTHON%%lib/gedit/plugins/commander/commands/method.pyc
+%%PYTHON%%lib/gedit/plugins/commander/commands/method.pyo
+%%PYTHON%%lib/gedit/plugins/commander/commands/module.py
+%%PYTHON%%lib/gedit/plugins/commander/commands/module.pyc
+%%PYTHON%%lib/gedit/plugins/commander/commands/module.pyo
+%%PYTHON%%lib/gedit/plugins/commander/commands/result.py
+%%PYTHON%%lib/gedit/plugins/commander/commands/result.pyc
+%%PYTHON%%lib/gedit/plugins/commander/commands/result.pyo
+%%PYTHON%%lib/gedit/plugins/commander/commands/rollbackimporter.py
+%%PYTHON%%lib/gedit/plugins/commander/commands/rollbackimporter.pyc
+%%PYTHON%%lib/gedit/plugins/commander/commands/rollbackimporter.pyo
+%%PYTHON%%lib/gedit/plugins/commander/entry.py
+%%PYTHON%%lib/gedit/plugins/commander/entry.pyc
+%%PYTHON%%lib/gedit/plugins/commander/entry.pyo
+%%PYTHON%%lib/gedit/plugins/commander/history.py
+%%PYTHON%%lib/gedit/plugins/commander/history.pyc
+%%PYTHON%%lib/gedit/plugins/commander/history.pyo
+%%PYTHON%%lib/gedit/plugins/commander/info.py
+%%PYTHON%%lib/gedit/plugins/commander/info.pyc
+%%PYTHON%%lib/gedit/plugins/commander/info.pyo
+%%PYTHON%%lib/gedit/plugins/commander/transparentwindow.py
+%%PYTHON%%lib/gedit/plugins/commander/transparentwindow.pyc
+%%PYTHON%%lib/gedit/plugins/commander/transparentwindow.pyo
+%%PYTHON%%lib/gedit/plugins/commander/utils.py
+%%PYTHON%%lib/gedit/plugins/commander/utils.pyc
+%%PYTHON%%lib/gedit/plugins/commander/utils.pyo
+%%PYTHON%%lib/gedit/plugins/commander/windowhelper.py
+%%PYTHON%%lib/gedit/plugins/commander/windowhelper.pyc
+%%PYTHON%%lib/gedit/plugins/commander/windowhelper.pyo
+lib/gedit/plugins/drawspaces.plugin
+lib/gedit/plugins/gpdefs.py
+lib/gedit/plugins/gpdefs.pyc
+lib/gedit/plugins/gpdefs.pyo
+%%PYTHON%%lib/gedit/plugins/joinlines.plugin
+%%PYTHON%%lib/gedit/plugins/joinlines.py
+%%PYTHON%%lib/gedit/plugins/joinlines.pyc
+%%PYTHON%%lib/gedit/plugins/joinlines.pyo
+lib/gedit/plugins/libbookmarks.a
+lib/gedit/plugins/libbookmarks.la
+lib/gedit/plugins/libbookmarks.so
+lib/gedit/plugins/libdrawspaces.a
+lib/gedit/plugins/libdrawspaces.la
+lib/gedit/plugins/libdrawspaces.so
+lib/gedit/plugins/libtaglist.a
+lib/gedit/plugins/libtaglist.la
+lib/gedit/plugins/libtaglist.so
+lib/gedit/plugins/libwordcompletion.a
+lib/gedit/plugins/libwordcompletion.la
+lib/gedit/plugins/libwordcompletion.so
+%%PYTHON%%lib/gedit/plugins/multiedit.plugin
+%%PYTHON%%lib/gedit/plugins/multiedit/constants.py
+%%PYTHON%%lib/gedit/plugins/multiedit/constants.pyc
+%%PYTHON%%lib/gedit/plugins/multiedit/constants.pyo
+%%PYTHON%%lib/gedit/plugins/multiedit/documenthelper.py
+%%PYTHON%%lib/gedit/plugins/multiedit/documenthelper.pyc
+%%PYTHON%%lib/gedit/plugins/multiedit/documenthelper.pyo
+%%PYTHON%%lib/gedit/plugins/multiedit/__init__.py
+%%PYTHON%%lib/gedit/plugins/multiedit/__init__.pyc
+%%PYTHON%%lib/gedit/plugins/multiedit/__init__.pyo
+%%PYTHON%%lib/gedit/plugins/multiedit/signals.py
+%%PYTHON%%lib/gedit/plugins/multiedit/signals.pyc
+%%PYTHON%%lib/gedit/plugins/multiedit/signals.pyo
+%%PYTHON%%lib/gedit/plugins/sessionsaver.plugin
+%%PYTHON%%lib/gedit/plugins/sessionsaver/__init__.py
+%%PYTHON%%lib/gedit/plugins/sessionsaver/__init__.pyc
+%%PYTHON%%lib/gedit/plugins/sessionsaver/__init__.pyo
+%%PYTHON%%lib/gedit/plugins/sessionsaver/dialogs.py
+%%PYTHON%%lib/gedit/plugins/sessionsaver/dialogs.pyc
+%%PYTHON%%lib/gedit/plugins/sessionsaver/dialogs.pyo
+%%PYTHON%%lib/gedit/plugins/sessionsaver/store.py
+%%PYTHON%%lib/gedit/plugins/sessionsaver/store.pyc
+%%PYTHON%%lib/gedit/plugins/sessionsaver/store.pyo
+%%PYTHON%%lib/gedit/plugins/smartspaces.plugin
+%%PYTHON%%lib/gedit/plugins/smartspaces.py
+%%PYTHON%%lib/gedit/plugins/smartspaces.pyc
+%%PYTHON%%lib/gedit/plugins/smartspaces.pyo
+%%PYTHON%%lib/gedit/plugins/synctex.plugin
+%%PYTHON%%lib/gedit/plugins/synctex/__init__.py
+%%PYTHON%%lib/gedit/plugins/synctex/__init__.pyc
+%%PYTHON%%lib/gedit/plugins/synctex/__init__.pyo
+%%PYTHON%%lib/gedit/plugins/synctex/evince_dbus.py
+%%PYTHON%%lib/gedit/plugins/synctex/evince_dbus.pyc
+%%PYTHON%%lib/gedit/plugins/synctex/evince_dbus.pyo
+%%PYTHON%%lib/gedit/plugins/synctex/synctex.py
+%%PYTHON%%lib/gedit/plugins/synctex/synctex.pyc
+%%PYTHON%%lib/gedit/plugins/synctex/synctex.pyo
+%%PYTHON%%lib/gedit/plugins/terminal.plugin
+%%PYTHON%%lib/gedit/plugins/terminal.py
+%%PYTHON%%lib/gedit/plugins/terminal.pyc
+%%PYTHON%%lib/gedit/plugins/terminal.pyo
+%%PYTHON%%lib/gedit/plugins/textsize.plugin
+%%PYTHON%%lib/gedit/plugins/textsize/__init__.py
+%%PYTHON%%lib/gedit/plugins/textsize/__init__.pyc
+%%PYTHON%%lib/gedit/plugins/textsize/__init__.pyo
+%%PYTHON%%lib/gedit/plugins/textsize/constants.py
+%%PYTHON%%lib/gedit/plugins/textsize/constants.pyc
+%%PYTHON%%lib/gedit/plugins/textsize/constants.pyo
+%%PYTHON%%lib/gedit/plugins/textsize/documenthelper.py
+%%PYTHON%%lib/gedit/plugins/textsize/documenthelper.pyc
+%%PYTHON%%lib/gedit/plugins/textsize/documenthelper.pyo
+%%PYTHON%%lib/gedit/plugins/textsize/signals.py
+%%PYTHON%%lib/gedit/plugins/textsize/signals.pyc
+%%PYTHON%%lib/gedit/plugins/textsize/signals.pyo
+lib/gedit/plugins/taglist.plugin
+lib/gedit/plugins/wordcompletion.plugin
+share/gedit/plugins/bookmarks/bookmark.png
+%%PYTHON%%share/gedit/plugins/commander/modules/align.py
+%%PYTHON%%share/gedit/plugins/commander/modules/align.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/align.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/bookmark.py
+%%PYTHON%%share/gedit/plugins/commander/modules/bookmark.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/bookmark.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/doc.py
+%%PYTHON%%share/gedit/plugins/commander/modules/doc.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/doc.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/edit.py
+%%PYTHON%%share/gedit/plugins/commander/modules/edit.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/edit.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/find/__init__.py
+%%PYTHON%%share/gedit/plugins/commander/modules/find/__init__.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/find/__init__.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/find/finder.py
+%%PYTHON%%share/gedit/plugins/commander/modules/find/finder.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/find/finder.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/find/regex.py
+%%PYTHON%%share/gedit/plugins/commander/modules/find/regex.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/find/regex.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/find/test.py
+%%PYTHON%%share/gedit/plugins/commander/modules/find/test.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/find/test.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/format.py
+%%PYTHON%%share/gedit/plugins/commander/modules/format.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/format.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/grep.py
+%%PYTHON%%share/gedit/plugins/commander/modules/grep.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/grep.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/goto.py
+%%PYTHON%%share/gedit/plugins/commander/modules/goto.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/goto.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/help.py
+%%PYTHON%%share/gedit/plugins/commander/modules/help.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/help.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/move.py
+%%PYTHON%%share/gedit/plugins/commander/modules/move.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/move.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/reload.py
+%%PYTHON%%share/gedit/plugins/commander/modules/reload.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/reload.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/set.py
+%%PYTHON%%share/gedit/plugins/commander/modules/set.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/set.pyo
+%%PYTHON%%share/gedit/plugins/commander/modules/shell.py
+%%PYTHON%%share/gedit/plugins/commander/modules/shell.pyc
+%%PYTHON%%share/gedit/plugins/commander/modules/shell.pyo
+share/gedit/plugins/drawspaces/gedit-drawspaces-plugin.ui
+%%PYTHON%%share/gedit/plugins/sessionsaver/sessionsaver.ui
+share/gedit/plugins/taglist/HTML.tags.gz
+share/gedit/plugins/taglist/Latex.tags.gz
+share/gedit/plugins/taglist/XSLT.tags.gz
+share/gedit/plugins/taglist/XUL.tags.gz
+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@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@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_CA/LC_MESSAGES/gedit-plugins.mo
+share/locale/en_GB/LC_MESSAGES/gedit-plugins.mo
+share/locale/en@shaw/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
+share/locale/gl/LC_MESSAGES/gedit-plugins.mo
+share/locale/gu/LC_MESSAGES/gedit-plugins.mo
+share/locale/he/LC_MESSAGES/gedit-plugins.mo
+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
+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
+share/locale/oc/LC_MESSAGES/gedit-plugins.mo
+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@latin/LC_MESSAGES/gedit-plugins.mo
+share/locale/sr@Latn/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/plugins/textsize
+@dirrm share/gedit/plugins/taglist
+%%PYTHON%%@dirrm lib/gedit/plugins/multiedit
+%%PYTHON%%@dirrm lib/gedit/plugins/synctex
+%%PYTHON%%@dirrm lib/gedit/plugins/sessionsaver
+%%PYTHON%%@dirrm lib/gedit/plugins/commander/commands
+%%PYTHON%%@dirrm lib/gedit/plugins/commander
+%%PYTHON%%@dirrm lib/gedit/plugins/charmap
+%%PYTHON%%@dirrm share/gedit/plugins/sessionsaver
+@dirrm share/gedit/plugins/drawspaces
+%%PYTHON%%@dirrm share/gedit/plugins/commander/modules/find
+%%PYTHON%%@dirrm share/gedit/plugins/commander/modules
+%%PYTHON%%@dirrm share/gedit/plugins/commander
+@dirrm share/gedit/plugins/bookmarks
+@dirrmtry share/gedit/plugins
+@dirrmtry share/gedit-2
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mi/LC_MESSAGES
+@dirrmtry share/locale/mi
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/la/LC_MESSAGES
+@dirrmtry share/locale/la
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/kk/LC_MESSAGES
+@dirrmtry share/locale/kk
+@dirrmtry share/locale/hy/LC_MESSAGES
+@dirrmtry share/locale/hy
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/crh/LC_MESSAGES
+@dirrmtry share/locale/crh
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as