summaryrefslogtreecommitdiffstats
path: root/editors/gedit2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
commit52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /editors/gedit2
parent02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff)
downloadmarcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.bz2
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.lz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.xz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit2')
-rw-r--r--editors/gedit2/Makefile42
-rw-r--r--editors/gedit2/distinfo1
-rw-r--r--editors/gedit2/files/patch-configure31
-rw-r--r--editors/gedit2/files/patch-plugins_sort_Makefile.in11
-rw-r--r--editors/gedit2/pkg-comment1
-rw-r--r--editors/gedit2/pkg-descr21
-rw-r--r--editors/gedit2/pkg-plist197
7 files changed, 0 insertions, 304 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
deleted file mode 100644
index 0b2d61edb..000000000
--- a/editors/gedit2/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: gedit2
-# Date created: 14 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gedit2
-PORTVERSION= 2.2.0.1
-CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2
-DISTNAME= gedit-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \
- gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
- eel-2.4:${PORTSDIR}/x11-toolkits/eel2 \
- pspell.15:${PORTSDIR}/textproc/aspell
-
-WRKSRC= ${WRKDIR}/gedit-${PORTVERSION}
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-MAN1= gedit.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo
deleted file mode 100644
index 2c967280e..000000000
--- a/editors/gedit2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/gedit-2.2.0.1.tar.bz2) = 2756cba802d1ee0c3abb93fa5d77deb5
diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure
deleted file mode 100644
index 843cf5e98..000000000
--- a/editors/gedit2/files/patch-configure
+++ /dev/null
@@ -1,31 +0,0 @@
---- 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
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -10758,17 +10759,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/files/patch-plugins_sort_Makefile.in b/editors/gedit2/files/patch-plugins_sort_Makefile.in
deleted file mode 100644
index 374734fd7..000000000
--- a/editors/gedit2/files/patch-plugins_sort_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/sort/Makefile.in.orig Tue Oct 15 01:25:09 2002
-+++ plugins/sort/Makefile.in Tue Oct 15 01:25:22 2002
-@@ -152,7 +152,7 @@
-
- DEFS = @DEFS@ -I. -I$(srcdir) -I../..
- LIBS = @LIBS@
--libsort_la_LDFLAGS =
-+libsort_la_LDFLAGS = -module -avoid-version
- libsort_la_LIBADD =
- libsort_la_OBJECTS = sort.lo
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff --git a/editors/gedit2/pkg-comment b/editors/gedit2/pkg-comment
deleted file mode 100644
index 331894a2c..000000000
--- a/editors/gedit2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A small but powerful text editor for Gnome 2.0 Desktop Environment
diff --git a/editors/gedit2/pkg-descr b/editors/gedit2/pkg-descr
deleted file mode 100644
index 6016fb0db..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).
-
-This version is quite a neat text editor, it contains the following
-features:
- * Opening/Saving/Creating of 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 1aab77737..000000000
--- a/editors/gedit2/pkg-plist
+++ /dev/null
@@ -1,197 +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/load/%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/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/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/load/%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/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/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
-lib/gedit-2/plugins/ascii.gedit-plugin
-lib/gedit-2/plugins/cvschangelog.gedit-plugin
-lib/gedit-2/plugins/diff.gedit-plugin
-lib/gedit-2/plugins/docinfo.gedit-plugin
-lib/gedit-2/plugins/indent.gedit-plugin
-lib/gedit-2/plugins/libasciitable.so
-lib/gedit-2/plugins/libcvschangelog.so
-lib/gedit-2/plugins/libdiff.so
-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
-share/gnome/application-registry/gedit.applications
-share/gnome/applications/gedit.desktop
-share/gnome/gedit-2/glade/asciitable.glade2
-share/gnome/gedit-2/glade/diff.glade2
-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/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/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/ro/figures/gedit_window.png
-share/gnome/help/gedit/ro/gedit.xml
-share/gnome/help/gedit/ro/legal.xml
-share/gnome/idl/GNOME_Gedit.idl
-share/gnome/mime-info/gedit.keys
-share/gnome/omf/gedit/gedit-C.omf
-share/gnome/omf/gedit/gedit-ro.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-C.omf 2>/dev/null || /usr/bin/true
-@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-ro.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-2.0.mo
-share/locale/ar/LC_MESSAGES/gedit-2.0.mo
-share/locale/az/LC_MESSAGES/gedit-2.0.mo
-share/locale/be/LC_MESSAGES/gedit-2.0.mo
-share/locale/bg/LC_MESSAGES/gedit-2.0.mo
-share/locale/ca/LC_MESSAGES/gedit-2.0.mo
-share/locale/cs/LC_MESSAGES/gedit-2.0.mo
-share/locale/da/LC_MESSAGES/gedit-2.0.mo
-share/locale/de/LC_MESSAGES/gedit-2.0.mo
-share/locale/el/LC_MESSAGES/gedit-2.0.mo
-share/locale/es/LC_MESSAGES/gedit-2.0.mo
-share/locale/et/LC_MESSAGES/gedit-2.0.mo
-share/locale/eu/LC_MESSAGES/gedit-2.0.mo
-share/locale/fi/LC_MESSAGES/gedit-2.0.mo
-share/locale/fr/LC_MESSAGES/gedit-2.0.mo
-share/locale/ga/LC_MESSAGES/gedit-2.0.mo
-share/locale/gl/LC_MESSAGES/gedit-2.0.mo
-share/locale/he/LC_MESSAGES/gedit-2.0.mo
-share/locale/hi/LC_MESSAGES/gedit-2.0.mo
-share/locale/hu/LC_MESSAGES/gedit-2.0.mo
-share/locale/it/LC_MESSAGES/gedit-2.0.mo
-share/locale/ja/LC_MESSAGES/gedit-2.0.mo
-share/locale/ko/LC_MESSAGES/gedit-2.0.mo
-share/locale/lt/LC_MESSAGES/gedit-2.0.mo
-share/locale/lv/LC_MESSAGES/gedit-2.0.mo
-share/locale/mk/LC_MESSAGES/gedit-2.0.mo
-share/locale/mn/LC_MESSAGES/gedit-2.0.mo
-share/locale/ms/LC_MESSAGES/gedit-2.0.mo
-share/locale/nl/LC_MESSAGES/gedit-2.0.mo
-share/locale/nn/LC_MESSAGES/gedit-2.0.mo
-share/locale/no/LC_MESSAGES/gedit-2.0.mo
-share/locale/pl/LC_MESSAGES/gedit-2.0.mo
-share/locale/pt/LC_MESSAGES/gedit-2.0.mo
-share/locale/pt_BR/LC_MESSAGES/gedit-2.0.mo
-share/locale/ro/LC_MESSAGES/gedit-2.0.mo
-share/locale/ru/LC_MESSAGES/gedit-2.0.mo
-share/locale/sk/LC_MESSAGES/gedit-2.0.mo
-share/locale/sl/LC_MESSAGES/gedit-2.0.mo
-share/locale/sv/LC_MESSAGES/gedit-2.0.mo
-share/locale/ta/LC_MESSAGES/gedit-2.0.mo
-share/locale/th/LC_MESSAGES/gedit-2.0.mo
-share/locale/tr/LC_MESSAGES/gedit-2.0.mo
-share/locale/uk/LC_MESSAGES/gedit-2.0.mo
-share/locale/vi/LC_MESSAGES/gedit-2.0.mo
-share/locale/wa/LC_MESSAGES/gedit-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/gedit-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/gedit-2.0.mo
-@dirrm share/gnome/omf/gedit
-@dirrm share/gnome/help/gedit/ro/figures
-@dirrm share/gnome/help/gedit/ro
-@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 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/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/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/line_numbers
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/load
-@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/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/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/line_numbers
-@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/load
-@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-ro.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-C.omf 2>/dev/null || /usr/bin/true