diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 11:11:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 11:11:39 +0800 |
commit | 6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c (patch) | |
tree | 80dd01ef786490f07295a989b1efd8ed753a8fef /editors/gedit2 | |
parent | d49bf2116376af3147360d03cc88ffae85b3248d (diff) | |
download | freebsd-ports-gnome-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.tar.gz freebsd-ports-gnome-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.tar.zst freebsd-ports-gnome-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.zip |
Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
Diffstat (limited to 'editors/gedit2')
-rw-r--r-- | editors/gedit2/Makefile | 11 | ||||
-rw-r--r-- | editors/gedit2/distinfo | 4 | ||||
-rw-r--r-- | editors/gedit2/files/patch-configure | 28 | ||||
-rw-r--r-- | editors/gedit2/files/patch-gedit::gedit-print.c | 32 | ||||
-rw-r--r-- | editors/gedit2/pkg-descr | 16 | ||||
-rw-r--r-- | editors/gedit2/pkg-plist | 54 |
6 files changed, 82 insertions, 63 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index d9331404264b..c62463a22acb 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gedit2 -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 DISTNAME= gedit-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -24,11 +23,11 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_LIBTOOL_VER=13 -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui libgnomeui \ - eel2 gtksourceview +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.4" +PLIST_SUB= VERSION="2.6" MAN1= gedit.1 diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo index a45d19fed636..368949140262 100644 --- a/editors/gedit2/distinfo +++ b/editors/gedit2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gedit-2.4.1.tar.bz2) = ebc37dbf48451dcacb04313bcdf2e3a6 -SIZE (gnome2/gedit-2.4.1.tar.bz2) = 1860967 +MD5 (gnome2/gedit-2.6.0.tar.bz2) = 1c023363f917b99a57ee866da67dd66b +SIZE (gnome2/gedit-2.6.0.tar.bz2) = 2261888 diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure index 843cf5e98068..91c1e9a657d0 100644 --- a/editors/gedit2/files/patch-configure +++ b/editors/gedit2/files/patch-configure @@ -1,14 +1,22 @@ ---- configure.orig Tue Dec 17 05:27:57 2002 -+++ configure Sun Dec 22 17:31:25 2002 -@@ -7270,6 +7270,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS +--- 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" - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10758,17 +10759,17 @@ + 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 diff --git a/editors/gedit2/files/patch-gedit::gedit-print.c b/editors/gedit2/files/patch-gedit::gedit-print.c deleted file mode 100644 index cd4684269e9c..000000000000 --- a/editors/gedit2/files/patch-gedit::gedit-print.c +++ /dev/null @@ -1,32 +0,0 @@ ---- gedit/gedit-print.c.orig Thu Oct 16 22:22:09 2003 -+++ gedit/gedit-print.c Thu Oct 16 22:29:04 2003 -@@ -388,6 +388,8 @@ - - g_object_unref (gjob); - -+ gtk_widget_destroy (pji->dialog); -+ - if (pji->preview == PREVIEW) - gedit_print_job_info_destroy (pji, FALSE); - else -@@ -395,8 +397,6 @@ - g_signal_handlers_disconnect_by_func (pji->pjob, (GCallback) page_cb, pji); - g_signal_handlers_disconnect_by_func (pji->pjob, (GCallback) preview_finished_cb, pji); - } -- -- gtk_widget_destroy (pji->dialog); - - gtk_widget_show (preview); - } -@@ -412,9 +412,9 @@ - - g_object_unref (gjob); - -- gedit_print_job_info_destroy (pji, TRUE); -- - gtk_widget_destroy (pji->dialog); -+ -+ gedit_print_job_info_destroy (pji, TRUE); - } - - void diff --git a/editors/gedit2/pkg-descr b/editors/gedit2/pkg-descr index 3ccfe39b038f..85018482c6ed 100644 --- a/editors/gedit2/pkg-descr +++ b/editors/gedit2/pkg-descr @@ -1,21 +1,11 @@ -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 a Gtk+-2 text editor. Its features include: -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 + * Global Search and Replace + * Dynamically loaded 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 index ca311d5789dd..215d8075c632 100644 --- a/editors/gedit2/pkg-plist +++ b/editors/gedit2/pkg-plist @@ -7,6 +7,7 @@ etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/auto_indent/%gconf. 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 @@ -15,6 +16,7 @@ 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 @@ -26,6 +28,7 @@ etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/auto_indent 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 @@ -34,6 +37,7 @@ etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/encodings/%gconf.x 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 @@ -105,29 +109,55 @@ 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/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_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/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_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_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_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_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_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/idl/GNOME_Gedit.idl @@ -152,6 +182,8 @@ 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_HK.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-zh_HK.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 @@ -169,6 +201,8 @@ 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/en_GB/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 @@ -179,6 +213,7 @@ 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 @@ -186,14 +221,17 @@ 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/mr/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 @@ -214,16 +252,27 @@ 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/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/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/C/figures @dirrm share/gnome/gedit-2/ui @@ -239,6 +288,7 @@ share/locale/zh_TW/LC_MESSAGES/gedit-%%VERSION%%.mo @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 @@ -247,6 +297,7 @@ share/locale/zh_TW/LC_MESSAGES/gedit-%%VERSION%%.mo @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 @@ -258,6 +309,7 @@ share/locale/zh_TW/LC_MESSAGES/gedit-%%VERSION%%.mo @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 @@ -266,6 +318,7 @@ share/locale/zh_TW/LC_MESSAGES/gedit-%%VERSION%%.mo @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 @@ -283,4 +336,5 @@ share/locale/zh_TW/LC_MESSAGES/gedit-%%VERSION%%.mo @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_HK.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 |