summaryrefslogtreecommitdiffstats
path: root/editors/gedit
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
commit2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch)
treea95d6ef7b169e6753fca6a89006355f69851345e /editors/gedit
parent97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff)
downloadmarcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit')
-rw-r--r--editors/gedit/Makefile59
-rw-r--r--editors/gedit/distinfo3
-rw-r--r--editors/gedit/files/patch-configure18
-rw-r--r--editors/gedit/files/patch-gedit_gedit-module.c11
-rw-r--r--editors/gedit/pkg-descr11
-rw-r--r--editors/gedit/pkg-plist385
6 files changed, 0 insertions, 487 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
deleted file mode 100644
index 0cc7c60b8..000000000
--- a/editors/gedit/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: gedit2
-# Date created: 14 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/editors/gedit/Makefile,v 1.32 2006/04/10 17:34:42 mezz Exp $
-#
-
-PORTNAME= gedit
-PORTVERSION= 2.14.2
-CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A small but powerful text editor for Gnome 2 Desktop Environment
-
-LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_X_PREFIX= yes
-INSTALLS_OMF= yes
-INSTALLS_SHLIB= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack \
- libgnomeprintui libgnomeui eel2 gtksourceview desktopfileutils
-WANT_GNOME= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="2.14"
-
-MAN1= gedit.1
-GCONF_SCHEMAS= gedit.schemas
-
-.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mpygnomedesktop}!=""
-USE_PYTHON= yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GNOME+= pygnomedesktop
-CONFIGURE_ARGS+=--enable-python
-PLIST_SUB+= PYTHON=""
-.else
-CONFIGURE_ARGS+=--disable-python
-PLIST_SUB+= PYTHON="@comment "
-.endif
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo
deleted file mode 100644
index 675f6f631..000000000
--- a/editors/gedit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gedit-2.14.2.tar.bz2) = 35d146a924fd426d448048e8db383334
-SHA256 (gnome2/gedit-2.14.2.tar.bz2) = 51b9833fa7b43a0e2207767d21ea6aedf0175bf7fde95c1bf56bf21670f2ef7e
-SIZE (gnome2/gedit-2.14.2.tar.bz2) = 2371194
diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure
deleted file mode 100644
index 6bfadb0af..000000000
--- a/editors/gedit/files/patch-configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.orig Wed Dec 14 09:07:01 2005
-+++ configure Wed Dec 14 09:07:01 2005
-@@ -22216,6 +22216,7 @@
- if eval "test \"\${$as_ac_var+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-+ LIBS="-lintl $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -22304,6 +22305,7 @@
- cat >>confdefs.h <<_ACEOF
- #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
- _ACEOF
-+LIBS="-lintl $LIBS"
-
- fi
- done
diff --git a/editors/gedit/files/patch-gedit_gedit-module.c b/editors/gedit/files/patch-gedit_gedit-module.c
deleted file mode 100644
index b12781557..000000000
--- a/editors/gedit/files/patch-gedit_gedit-module.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gedit/gedit-module.c.orig Fri Jan 6 12:19:53 2006
-+++ gedit/gedit-module.c Fri Jan 6 12:20:21 2006
-@@ -142,7 +142,7 @@ gedit_module_unload (GTypeModule *gmodul
-
- gedit_debug_message (DEBUG_PLUGINS, "Unloading %s", module->path);
-
-- g_module_close (module->library);
-+ /*g_module_close (module->library);*/
-
- module->library = NULL;
- module->type = 0;
diff --git a/editors/gedit/pkg-descr b/editors/gedit/pkg-descr
deleted file mode 100644
index 29135d79f..000000000
--- a/editors/gedit/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-gEdit is a Gtk+-2 text editor. Its features include:
-
- * Complete integration with the GNOME Environment, including GnomeMDI
- * Global Search and Replace
- * Dynamically loaded fonts
- * Splitscreen Mode
- * Printing support
- * Configurable Plugins system
- * Unlimited Undo/Redo
-
-WWW: http://www.gnome.org/projects/gedit/
diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist
deleted file mode 100644
index e76de9653..000000000
--- a/editors/gedit/pkg-plist
+++ /dev/null
@@ -1,385 +0,0 @@
-bin/gedit
-bin/gnome-text-editor
-include/gedit-%%VERSION%%/gedit/gedit-app.h
-include/gedit-%%VERSION%%/gedit/gedit-convert.h
-include/gedit-%%VERSION%%/gedit/gedit-debug.h
-include/gedit-%%VERSION%%/gedit/gedit-document.h
-include/gedit-%%VERSION%%/gedit/gedit-encodings-option-menu.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-message-area.h
-include/gedit-%%VERSION%%/gedit/gedit-metadata-manager.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-print-job-preview.h
-include/gedit-%%VERSION%%/gedit/gedit-print.h
-include/gedit-%%VERSION%%/gedit/gedit-progress-message-area.h
-include/gedit-%%VERSION%%/gedit/gedit-recent.h
-include/gedit-%%VERSION%%/gedit/gedit-statusbar.h
-include/gedit-%%VERSION%%/gedit/gedit-tab.h
-include/gedit-%%VERSION%%/gedit/gedit-utils.h
-include/gedit-%%VERSION%%/gedit/gedit-view.h
-include/gedit-%%VERSION%%/gedit/gedit-window.h
-include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-item.h
-include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-model.h
-include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-util.h
-include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view-gtk.h
-include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view-uimanager.h
-include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view.h
-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/ElementTree.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.pyo
-%%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/functions.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.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
-%%PYTHON%%lib/gedit-2/plugins/externaltools/tools.glade
-lib/gedit-2/plugins/indent.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/libindent.la
-lib/gedit-2/plugins/libindent.so
-lib/gedit-2/plugins/libsample.la
-lib/gedit-2/plugins/libsample.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
-%%PYTHON%%lib/gedit-2/plugins/modelines.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/modelines.py
-%%PYTHON%%lib/gedit-2/plugins/modelines.pyc
-%%PYTHON%%lib/gedit-2/plugins/modelines.pyo
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole.py
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole.pyc
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole.pyo
-lib/gedit-2/plugins/sample.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/snippets.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.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/SnippetComplete.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetController.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetController.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetController.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPlaceholders.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPlaceholders.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPlaceholders.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPluginInstance.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPluginInstance.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetPluginInstance.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsDialog.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsDialog.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsDialog.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsLibrary.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsLibrary.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetsLibrary.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
-%%PYTHON%%lib/gedit-2/plugins/snippets/functions.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/functions.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/functions.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/snippets.glade
-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
-share/gnome/applications/gedit.desktop
-share/gnome/gedit-2/glade/docinfo.glade2
-share/gnome/gedit-2/glade/gedit-encodings-dialog.glade
-share/gnome/gedit-2/glade/gedit-open-location-dialog.glade
-share/gnome/gedit-2/glade/gedit-page-setup-dialog.glade
-share/gnome/gedit-2/glade/gedit-preferences-dialog.glade
-share/gnome/gedit-2/glade/gedit-search-dialog.glade
-share/gnome/gedit-2/glade/languages-dialog.glade2
-share/gnome/gedit-2/glade/sort.glade2
-share/gnome/gedit-2/glade/spell-checker.glade2
-share/gnome/gedit-2/glade/time.glade2
-%%PYTHON%%share/gnome/gedit-2/plugins/externaltools/stock-tools.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/c++.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/c.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/css.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/global.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/haskell.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/html.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/idl.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/java.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/javascript.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/latex.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/perl.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/php.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/python.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/ruby.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/sh.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/tcl.xml
-%%PYTHON%%share/gnome/gedit-2/plugins/snippets/xml.xml
-share/gnome/gedit-2/taglist/HTML.tags
-share/gnome/gedit-2/taglist/Latex.tags
-share/gnome/gedit-2/taglist/XSLT.tags
-share/gnome/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/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/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/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/eu/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/eu/figures/gedit_window.png
-share/gnome/help/gedit/eu/gedit.xml
-share/gnome/help/gedit/eu/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/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_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/ro/figures/gedit_window.png
-share/gnome/help/gedit/ro/gedit.xml
-share/gnome/help/gedit/ro/legal.xml
-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/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/gnome/omf/gedit/gedit-C.omf
-share/gnome/omf/gedit/gedit-bg.omf
-share/gnome/omf/gedit/gedit-de.omf
-share/gnome/omf/gedit/gedit-es.omf
-share/gnome/omf/gedit/gedit-eu.omf
-share/gnome/omf/gedit/gedit-fr.omf
-share/gnome/omf/gedit/gedit-it.omf
-share/gnome/omf/gedit/gedit-ja.omf
-share/gnome/omf/gedit/gedit-ko.omf
-share/gnome/omf/gedit/gedit-ro.omf
-share/gnome/omf/gedit/gedit-sv.omf
-share/gnome/omf/gedit/gedit-zh_CN.omf
-share/gnome/omf/gedit/gedit-zh_HK.omf
-share/gnome/omf/gedit/gedit-zh_TW.omf
-share/gnome/pixmaps/gedit-icon.png
-share/gnome/pixmaps/gedit-logo.png
-share/gnome/pixmaps/gedit-plugin-manager.png
-share/locale/af/LC_MESSAGES/gedit.mo
-share/locale/am/LC_MESSAGES/gedit.mo
-share/locale/ar/LC_MESSAGES/gedit.mo
-share/locale/az/LC_MESSAGES/gedit.mo
-share/locale/be/LC_MESSAGES/gedit.mo
-share/locale/bg/LC_MESSAGES/gedit.mo
-share/locale/bn/LC_MESSAGES/gedit.mo
-share/locale/br/LC_MESSAGES/gedit.mo
-share/locale/bs/LC_MESSAGES/gedit.mo
-share/locale/ca/LC_MESSAGES/gedit.mo
-share/locale/cs/LC_MESSAGES/gedit.mo
-share/locale/cy/LC_MESSAGES/gedit.mo
-share/locale/da/LC_MESSAGES/gedit.mo
-share/locale/de/LC_MESSAGES/gedit.mo
-share/locale/dz/LC_MESSAGES/gedit.mo
-share/locale/el/LC_MESSAGES/gedit.mo
-share/locale/en_CA/LC_MESSAGES/gedit.mo
-share/locale/en_GB/LC_MESSAGES/gedit.mo
-share/locale/es/LC_MESSAGES/gedit.mo
-share/locale/et/LC_MESSAGES/gedit.mo
-share/locale/eu/LC_MESSAGES/gedit.mo
-share/locale/fa/LC_MESSAGES/gedit.mo
-share/locale/fi/LC_MESSAGES/gedit.mo
-share/locale/fr/LC_MESSAGES/gedit.mo
-share/locale/ga/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
-share/locale/hi/LC_MESSAGES/gedit.mo
-share/locale/hr/LC_MESSAGES/gedit.mo
-share/locale/hu/LC_MESSAGES/gedit.mo
-share/locale/id/LC_MESSAGES/gedit.mo
-share/locale/is/LC_MESSAGES/gedit.mo
-share/locale/it/LC_MESSAGES/gedit.mo
-share/locale/ja/LC_MESSAGES/gedit.mo
-share/locale/ka/LC_MESSAGES/gedit.mo
-share/locale/kn/LC_MESSAGES/gedit.mo
-share/locale/ko/LC_MESSAGES/gedit.mo
-share/locale/lt/LC_MESSAGES/gedit.mo
-share/locale/lv/LC_MESSAGES/gedit.mo
-share/locale/mi/LC_MESSAGES/gedit.mo
-share/locale/mk/LC_MESSAGES/gedit.mo
-share/locale/ml/LC_MESSAGES/gedit.mo
-share/locale/mn/LC_MESSAGES/gedit.mo
-share/locale/mr/LC_MESSAGES/gedit.mo
-share/locale/ms/LC_MESSAGES/gedit.mo
-share/locale/nb/LC_MESSAGES/gedit.mo
-share/locale/ne/LC_MESSAGES/gedit.mo
-share/locale/nl/LC_MESSAGES/gedit.mo
-share/locale/nn/LC_MESSAGES/gedit.mo
-share/locale/no/LC_MESSAGES/gedit.mo
-share/locale/or/LC_MESSAGES/gedit.mo
-share/locale/pa/LC_MESSAGES/gedit.mo
-share/locale/pl/LC_MESSAGES/gedit.mo
-share/locale/pt/LC_MESSAGES/gedit.mo
-share/locale/pt_BR/LC_MESSAGES/gedit.mo
-share/locale/ro/LC_MESSAGES/gedit.mo
-share/locale/ru/LC_MESSAGES/gedit.mo
-share/locale/sk/LC_MESSAGES/gedit.mo
-share/locale/sl/LC_MESSAGES/gedit.mo
-share/locale/sq/LC_MESSAGES/gedit.mo
-share/locale/sr/LC_MESSAGES/gedit.mo
-share/locale/sr@Latn/LC_MESSAGES/gedit.mo
-share/locale/sv/LC_MESSAGES/gedit.mo
-share/locale/ta/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/uk/LC_MESSAGES/gedit.mo
-share/locale/vi/LC_MESSAGES/gedit.mo
-share/locale/wa/LC_MESSAGES/gedit.mo
-share/locale/zh_CN/LC_MESSAGES/gedit.mo
-share/locale/zh_TW/LC_MESSAGES/gedit.mo
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/br/LC_MESSAGES
-@dirrmtry share/locale/br
-@dirrm share/gnome/omf/gedit
-@dirrm share/gnome/help/gedit/zh_TW/figures
-@dirrm share/gnome/help/gedit/zh_TW
-@dirrm share/gnome/help/gedit/zh_HK/figures
-@dirrm share/gnome/help/gedit/zh_HK
-@dirrm share/gnome/help/gedit/zh_CN/figures
-@dirrm share/gnome/help/gedit/zh_CN
-@dirrm share/gnome/help/gedit/sv/figures
-@dirrm share/gnome/help/gedit/sv
-@dirrm share/gnome/help/gedit/ro/figures
-@dirrm share/gnome/help/gedit/ro
-@dirrm share/gnome/help/gedit/ko/figures
-@dirrm share/gnome/help/gedit/ko
-@dirrm share/gnome/help/gedit/ja/figures
-@dirrm share/gnome/help/gedit/ja
-@dirrm share/gnome/help/gedit/it/figures
-@dirrm share/gnome/help/gedit/it
-@dirrm share/gnome/help/gedit/fr/figures
-@dirrm share/gnome/help/gedit/fr
-@dirrm share/gnome/help/gedit/eu/figures
-@dirrm share/gnome/help/gedit/eu
-@dirrm share/gnome/help/gedit/es/figures
-@dirrm share/gnome/help/gedit/es
-@dirrm share/gnome/help/gedit/de/figures
-@dirrm share/gnome/help/gedit/de
-@dirrm share/gnome/help/gedit/bg/figures
-@dirrm share/gnome/help/gedit/bg
-@dirrm share/gnome/help/gedit/C/figures
-@dirrm share/gnome/help/gedit/C
-@dirrm share/gnome/help/gedit
-@dirrm share/gnome/gedit-2/ui
-@dirrm share/gnome/gedit-2/taglist
-%%PYTHON%%@dirrm share/gnome/gedit-2/plugins/snippets
-%%PYTHON%%@dirrm share/gnome/gedit-2/plugins/externaltools
-%%PYTHON%%@dirrm share/gnome/gedit-2/plugins
-@dirrm share/gnome/gedit-2/glade
-@dirrm share/gnome/gedit-2
-%%PYTHON%%@dirrm lib/gedit-2/plugins/snippets
-%%PYTHON%%@dirrm lib/gedit-2/plugins/externaltools
-@dirrm lib/gedit-2/plugins
-@dirrm lib/gedit-2
-@dirrm include/gedit-%%VERSION%%/gedit/recent-files
-@dirrm include/gedit-%%VERSION%%/gedit
-@dirrm include/gedit-%%VERSION%%
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true