summaryrefslogtreecommitdiffstats
path: root/editors/gedit2
diff options
context:
space:
mode:
author(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
committer(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
commit73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch)
tree2f5e26903a1f136a9e2f54af42475b280a215a6d /editors/gedit2
parentfd170dfee433454a5e1f74c295bf23f3835894c0 (diff)
downloadmarcuscom-ports-GNOME_2_6.tar
marcuscom-ports-GNOME_2_6.tar.gz
marcuscom-ports-GNOME_2_6.tar.bz2
marcuscom-ports-GNOME_2_6.tar.lz
marcuscom-ports-GNOME_2_6.tar.xz
marcuscom-ports-GNOME_2_6.tar.zst
marcuscom-ports-GNOME_2_6.zip
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit2')
-rw-r--r--editors/gedit2/Makefile34
-rw-r--r--editors/gedit2/distinfo2
-rw-r--r--editors/gedit2/files/patch-configure39
-rw-r--r--editors/gedit2/pkg-descr21
-rw-r--r--editors/gedit2/pkg-plist302
5 files changed, 0 insertions, 398 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
deleted file mode 100644
index 7ffa727bd..000000000
--- a/editors/gedit2/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gedit2
-# Date created: 14 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD: ports/editors/gedit2/Makefile,v 1.64 2003/11/17 12:28:56 trevor Exp $
-#
-
-PORTNAME= gedit2
-PORTVERSION= 2.5.91
-CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
-DISTNAME= gedit-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A small but powerful text editor for Gnome 2 Desktop Environment
-
-LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
-USE_GMAKE= yes
-USE_LIBTOOL_VER=13
-USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier \
- libgnomeprintui libgnomeui eel2 gtksourceview
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="2.6"
-
-MAN1= gedit.1
-
-.include <bsd.port.mk>
diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo
deleted file mode 100644
index f15840abe..000000000
--- a/editors/gedit2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gedit-2.5.91.tar.bz2) = 09d7b0695fbac4e4c5485c2b86097f85
-SIZE (gnome2/gedit-2.5.91.tar.bz2) = 1959372
diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure
deleted file mode 100644
index 91c1e9a65..000000000
--- a/editors/gedit2/files/patch-configure
+++ /dev/null
@@ -1,39 +0,0 @@
---- configure.orig Wed Feb 25 02:26:37 2004
-+++ configure Wed Feb 25 02:27:22 2004
-@@ -22282,6 +22282,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
-@@ -22371,6 +22372,7 @@
- cat >>confdefs.h <<_ACEOF
- #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
- _ACEOF
-+LIBS="-lintl $LIBS"
-
- else
- { { echo "$as_me:$LINENO: error: ngettext function is required to build gedit." >&5
-@@ -22405,17 +22407,17 @@
- if test "x${prefix}" = "xNONE"; then
-
- cat >>confdefs.h <<_ACEOF
--#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
-+
- _ACEOF
-
- pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
- else
-
- cat >>confdefs.h <<_ACEOF
--#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
-+#define PIXMAPS_DIR "${datadir}/pixmaps"
- _ACEOF
-
-- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
-+ pixmapsdir="${datadir}/pixmaps"
- fi
-
-
diff --git a/editors/gedit2/pkg-descr b/editors/gedit2/pkg-descr
deleted file mode 100644
index 3ccfe39b0..000000000
--- a/editors/gedit2/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-gEdit is a text editor for X using the GTK+ and GNOME libraries.
-It is being developed by Alex Roberts, Evan Lawrence and Chris Lahey
-(among others).
-
-gEdit is quite a neat text editor. It contains the following
-features:
- * Opening/Saving/Creating files
- * File Revert
- * Cut/Copy/Paste and Select All text
- * Complete integration with the GNOME Environment, including GnomeMDI
- * Search and Replace
- * Global search
- * A complete preferences interface
- * Dynamically loading fonts
- * Splitscreen Mode
- * Printing support
- * Configurable Plugins system
- * Configurable window sizing
- * Unlimited Undo/Redo
-
-WWW: http://gedit.sourceforge.net/
diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist
deleted file mode 100644
index 065633d69..000000000
--- a/editors/gedit2/pkg-plist
+++ /dev/null
@@ -1,302 +0,0 @@
-bin/gedit
-bin/gnome-text-editor
-etc/gconf/gconf.xml.defaults/apps/gedit-2/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/auto_indent/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/colors/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/font/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/line_numbers/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/right_margin/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/save/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/tabs/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/undo/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/wrap_mode/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/encodings/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/fonts/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/page/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/syntax_highlighting/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/recents/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/statusbar/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/toolbar/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/auto_indent/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/colors/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/font/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/line_numbers/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/right_margin/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/save/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/tabs/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/undo/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/wrap_mode/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/encodings/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/fonts/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/page/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/syntax_highlighting/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/recents/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/statusbar/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/toolbar/%gconf.xml
-etc/gconf/schemas/gedit.schemas
-include/gedit-%%VERSION%%/gedit/bonobo-mdi-child.h
-include/gedit-%%VERSION%%/gedit/bonobo-mdi.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.h
-include/gedit-%%VERSION%%/gedit/gedit-file.h
-include/gedit-%%VERSION%%/gedit/gedit-mdi-child.h
-include/gedit-%%VERSION%%/gedit/gedit-mdi.h
-include/gedit-%%VERSION%%/gedit/gedit-menus.h
-include/gedit-%%VERSION%%/gedit/gedit-metadata-manager.h
-include/gedit-%%VERSION%%/gedit/gedit-output-window.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.h
-include/gedit-%%VERSION%%/gedit/gedit-recent.h
-include/gedit-%%VERSION%%/gedit/gedit-utils.h
-include/gedit-%%VERSION%%/gedit/gedit-view.h
-include/gedit-%%VERSION%%/gedit/gedit2.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-bonobo.h
-include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view-gtk.h
-include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view.h
-lib/bonobo/libgedit-control.so
-lib/gedit-2/plugins/docinfo.gedit-plugin
-lib/gedit-2/plugins/indent.gedit-plugin
-lib/gedit-2/plugins/libdocinfo.so
-lib/gedit-2/plugins/libindent.so
-lib/gedit-2/plugins/libsample.so
-lib/gedit-2/plugins/libshell_output.so
-lib/gedit-2/plugins/libsort.so
-lib/gedit-2/plugins/libspell.so
-lib/gedit-2/plugins/libtaglist.so
-lib/gedit-2/plugins/libtime.so
-lib/gedit-2/plugins/sample.gedit-plugin
-lib/gedit-2/plugins/shell_output.gedit-plugin
-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/bonobo/servers/GNOME_Gedit.server
-libdata/pkgconfig/gedit-%%VERSION%%.pc
-share/gnome/application-registry/gedit.applications
-share/gnome/applications/gedit.desktop
-share/gnome/gedit-2/glade/docinfo.glade2
-share/gnome/gedit-2/glade/gedit-encodings-dialog.glade2
-share/gnome/gedit-2/glade/gedit-preferences.glade2
-share/gnome/gedit-2/glade/goto-line.glade2
-share/gnome/gedit-2/glade/languages-dialog.glade2
-share/gnome/gedit-2/glade/page-setup-dialog.glade2
-share/gnome/gedit-2/glade/plugin-manager.glade2
-share/gnome/gedit-2/glade/program-location-dialog.glade2
-share/gnome/gedit-2/glade/replace.glade2
-share/gnome/gedit-2/glade/shell_output.glade2
-share/gnome/gedit-2/glade/sort.glade2
-share/gnome/gedit-2/glade/spell-checker.glade2
-share/gnome/gedit-2/glade/time.glade2
-share/gnome/gedit-2/glade/uri.glade2
-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/gnome-2.0/ui/gedit-viewer-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/de/gedit.xml
-share/gnome/help/gedit/de/legal.xml
-share/gnome/help/gedit/es/gedit.xml
-share/gnome/help/gedit/es/legal.xml
-share/gnome/help/gedit/fr/gedit.xml
-share/gnome/help/gedit/fr/legal.xml
-share/gnome/help/gedit/it/gedit.xml
-share/gnome/help/gedit/it/legal.xml
-share/gnome/help/gedit/ja/gedit.xml
-share/gnome/help/gedit/ja/legal.xml
-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/gedit.xml
-share/gnome/help/gedit/sv/legal.xml
-share/gnome/help/gedit/zh_CN/gedit.xml
-share/gnome/help/gedit/zh_CN/legal.xml
-share/gnome/help/gedit/zh_TW/gedit.xml
-share/gnome/help/gedit/zh_TW/legal.xml
-share/gnome/idl/GNOME_Gedit.idl
-share/gnome/mime-info/gedit.keys
-share/gnome/omf/gedit/gedit-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-C.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-de.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-de.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-es.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-es.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-fr.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-fr.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-it.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-it.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-ja.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-ja.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-ko.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-ko.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-ro.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-ro.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-sv.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-sv.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-zh_CN.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-zh_CN.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gedit/gedit-zh_TW.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-zh_TW.omf 2>/dev/null || /usr/bin/true
-share/gnome/pixmaps/gedit-icon.png
-share/gnome/pixmaps/gedit-logo.png
-share/gnome/pixmaps/gedit-plugin-manager.png
-share/locale/am/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ar/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/be/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/bg/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/bn/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ca/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/cy/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/da/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/de/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/el/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/es/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/et/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/eu/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/fa/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/fi/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/fr/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ga/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/gl/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/he/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/hi/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/hr/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/hu/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ja/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/kn/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ko/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/lt/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/lv/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/mi/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/mk/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ml/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/mn/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ms/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ne/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/nl/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/nn/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/no/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/pa/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/pl/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/pt/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ro/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ru/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/sk/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/sl/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/sq/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/sr/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/sr@Latn/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/sv/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/ta/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/th/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/tr/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/uk/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/vi/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/wa/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/gedit-%%VERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/gedit-%%VERSION%%.mo
-@dirrm share/gnome/omf/gedit
-@dirrm share/gnome/help/gedit/zh_TW
-@dirrm share/gnome/help/gedit/zh_CN
-@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
-@dirrm share/gnome/help/gedit/ja
-@dirrm share/gnome/help/gedit/it
-@dirrm share/gnome/help/gedit/fr
-@dirrm share/gnome/help/gedit/es
-@dirrm share/gnome/help/gedit/de
-@dirrm share/gnome/help/gedit/C/figures
-@dirrm share/gnome/gedit-2/ui
-@dirrm share/gnome/gedit-2/taglist
-@dirrm share/gnome/gedit-2/glade
-@dirrm share/gnome/gedit-2
-@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%%
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/toolbar
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/statusbar
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/recents
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/syntax_highlighting
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/page
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/fonts
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/encodings
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/wrap_mode
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/undo
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/tabs
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/save
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/right_margin
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/line_numbers
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/font
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/colors
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/auto_indent
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/toolbar
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/statusbar
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/recents
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/syntax_highlighting
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/page
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/fonts
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/encodings
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/wrap_mode
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/undo
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/tabs
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/save
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/right_margin
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/line_numbers
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/font
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/colors
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/auto_indent
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-C.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-de.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-es.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-fr.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-it.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-ja.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-ko.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-ro.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-sv.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-zh_CN.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-zh_TW.omf 2>/dev/null || /usr/bin/true