diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-15 12:52:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-15 12:52:45 +0800 |
commit | 0ebe2a2e0f189b1c9f563eb4a01a92bb71730bd1 (patch) | |
tree | e5e6bab784aa7fafb728cf86b9a3c9ec85c76999 /editors | |
parent | f1234a505412d879c47c881fb29e2d6cc71c4c11 (diff) | |
download | freebsd-ports-gnome-0ebe2a2e0f189b1c9f563eb4a01a92bb71730bd1.tar.gz freebsd-ports-gnome-0ebe2a2e0f189b1c9f563eb4a01a92bb71730bd1.tar.zst freebsd-ports-gnome-0ebe2a2e0f189b1c9f563eb4a01a92bb71730bd1.zip |
Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editor
for the GNOME 2.0 desktop environment.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/gedit2/Makefile | 31 | ||||
-rw-r--r-- | editors/gedit2/distinfo | 2 | ||||
-rw-r--r-- | editors/gedit2/files/patch-ai | 11 | ||||
-rw-r--r-- | editors/gedit2/files/patch-an | 8 | ||||
-rw-r--r-- | editors/gedit2/files/patch-ao | 112 | ||||
-rw-r--r-- | editors/gedit2/files/patch-configure | 23 | ||||
-rw-r--r-- | editors/gedit2/files/patch-ltmain.sh | 28 | ||||
-rw-r--r-- | editors/gedit2/pkg-comment | 2 | ||||
-rw-r--r-- | editors/gedit2/pkg-plist | 201 |
10 files changed, 191 insertions, 228 deletions
diff --git a/editors/Makefile b/editors/Makefile index 0ba79345ddf9..0c9ce90d077f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -49,6 +49,7 @@ SUBDIR += fte SUBDIR += gate SUBDIR += gedit + SUBDIR += gedit2 SUBDIR += ghex SUBDIR += glimmer SUBDIR += gmanedit diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 9ff2a61118f8..4ca62d3c8e7a 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -1,31 +1,32 @@ -# New ports collection makefile for: gedit -# Date created: 4 May 1999 -# Whom: Andrey Zakhvatov +# New ports collection makefile for: gedit2 +# Date created: 14 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= gedit -PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTNAME= gedit2 +PORTVERSION= 1.118.0 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gedit +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509 +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui +WRKSRC= ${WRKDIR}/gedit-${PORTVERSION} + +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - MSGFMT="${LOCALBASE}/bin/msgfmt-old" \ - XGETTEXT="${LOCALBASE}/bin/xgettext-old" - -MAN1= gedit.1 + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo index ce822916cf55..ccacbd1b286c 100644 --- a/editors/gedit2/distinfo +++ b/editors/gedit2/distinfo @@ -1 +1 @@ -MD5 (gedit-0.9.7.tar.gz) = a02667dd67e46efdbdb6f875442506b1 +MD5 (gnome2/gedit2-1.118.0.tar.bz2) = 28ad57362d6c562962a7312b8a185644 diff --git a/editors/gedit2/files/patch-ai b/editors/gedit2/files/patch-ai deleted file mode 100644 index e429c0495572..000000000000 --- a/editors/gedit2/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Tue Apr 18 14:25:43 2000 -+++ po/Makefile.in.in Wed Apr 19 19:06:53 2000 -@@ -19,7 +19,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po diff --git a/editors/gedit2/files/patch-an b/editors/gedit2/files/patch-an deleted file mode 100644 index b78c1188906c..000000000000 --- a/editors/gedit2/files/patch-an +++ /dev/null @@ -1,8 +0,0 @@ ---- app-docs.make.orig Fri May 5 14:35:51 2000 -+++ app-docs.make Sun Jun 11 11:11:24 2000 -@@ -1,4 +1,4 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ - index.html \ - topic.dat \ diff --git a/editors/gedit2/files/patch-ao b/editors/gedit2/files/patch-ao index fc344883c147..ad5d4deae5af 100644 --- a/editors/gedit2/files/patch-ao +++ b/editors/gedit2/files/patch-ao @@ -1,56 +1,88 @@ ---- plugins/browse/Makefile.in.orig Sun Jun 11 03:00:15 2000 -+++ plugins/browse/Makefile.in Sun Jun 11 11:15:17 2000 -@@ -138,3 +138,3 @@ - LIBS = @LIBS@ --libbrowse_la_LDFLAGS = -+libbrowse_la_LDFLAGS = -avoid-version - libbrowse_la_LIBADD = ---- plugins/convert/Makefile.in.orig Sun Jun 11 03:00:17 2000 -+++ plugins/convert/Makefile.in Sun Jun 11 11:15:25 2000 -@@ -147,3 +147,3 @@ - LIBS = @LIBS@ --libconvert_la_LDFLAGS = -+libconvert_la_LDFLAGS = -avoid-version - libconvert_la_LIBADD = ---- plugins/diff/Makefile.in.orig Sun Jul 9 17:12:13 2000 -+++ plugins/diff/Makefile.in Mon Jul 10 09:32:42 2000 -@@ -144,3 +144,3 @@ +--- plugins/cvschangelog/Makefile.in.orig Wed May 15 00:20:07 2002 ++++ plugins/cvschangelog/Makefile.in Wed May 15 00:20:22 2002 +@@ -138,7 +138,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ +-libcvschangelog_la_LDFLAGS = ++libcvschangelog_la_LDFLAGS = -avoid-version + libcvschangelog_la_LIBADD = + libcvschangelog_la_OBJECTS = cvschangelog.lo + CFLAGS = @CFLAGS@ +--- plugins/ASCII/Makefile.in.orig Wed May 15 00:20:47 2002 ++++ plugins/ASCII/Makefile.in Wed May 15 00:20:55 2002 +@@ -143,7 +143,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ +-libasciitable_la_LDFLAGS = ++libasciitable_la_LDFLAGS = -avoid-version + libasciitable_la_LIBADD = + libasciitable_la_OBJECTS = ascii.lo + CFLAGS = @CFLAGS@ +--- plugins/diff/Makefile.in.orig Wed May 15 00:21:11 2002 ++++ plugins/diff/Makefile.in Wed May 15 00:21:20 2002 +@@ -143,7 +143,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -libdiff_la_LDFLAGS = +libdiff_la_LDFLAGS = -avoid-version libdiff_la_LIBADD = ---- plugins/email/Makefile.in.orig Sun Jun 11 03:00:16 2000 -+++ plugins/email/Makefile.in Sun Jun 11 11:15:33 2000 -@@ -147,3 +147,3 @@ - LIBS = @LIBS@ --libemail_la_LDFLAGS = -+libemail_la_LDFLAGS = -avoid-version - libemail_la_LIBADD = ---- plugins/reverse/Makefile.in.orig Sun Jun 11 03:00:18 2000 -+++ plugins/reverse/Makefile.in Sun Jun 11 11:15:40 2000 -@@ -140,3 +140,3 @@ - LIBS = @LIBS@ --libreverse_la_LDFLAGS = -+libreverse_la_LDFLAGS = -avoid-version - libreverse_la_LIBADD = ---- plugins/sample/Makefile.in.orig Sun Jul 9 17:12:15 2000 -+++ plugins/sample/Makefile.in Mon Jul 10 09:33:18 2000 -@@ -140,3 +140,3 @@ + libdiff_la_OBJECTS = diff.lo + CFLAGS = @CFLAGS@ +--- plugins/docinfo/Makefile.in.orig Wed May 15 00:21:29 2002 ++++ plugins/docinfo/Makefile.in Wed May 15 00:21:36 2002 +@@ -143,7 +143,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ +-libdocinfo_la_LDFLAGS = ++libdocinfo_la_LDFLAGS = -avoid-version + libdocinfo_la_LIBADD = + libdocinfo_la_OBJECTS = docinfo.lo + CFLAGS = @CFLAGS@ +--- plugins/sample/Makefile.in.orig Wed May 15 00:21:44 2002 ++++ plugins/sample/Makefile.in Wed May 15 00:21:51 2002 +@@ -138,7 +138,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -libsample_la_LDFLAGS = +libsample_la_LDFLAGS = -avoid-version libsample_la_LIBADD = ---- plugins/shell_output/Makefile.in.orig Sun Jul 9 17:12:19 2000 -+++ plugins/shell_output/Makefile.in Mon Jul 10 09:38:40 2000 -@@ -147,3 +147,3 @@ + libsample_la_OBJECTS = sample.lo + CFLAGS = @CFLAGS@ +--- plugins/shell_output/Makefile.in.orig Wed May 15 00:21:58 2002 ++++ plugins/shell_output/Makefile.in Wed May 15 00:22:05 2002 +@@ -143,7 +143,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -libshell_output_la_LDFLAGS = +libshell_output_la_LDFLAGS = -avoid-version libshell_output_la_LIBADD = ---- plugins/time/Makefile.in.orig Sun Jul 9 17:12:16 2000 -+++ plugins/time/Makefile.in Mon Jul 10 09:33:38 2000 -@@ -140,3 +140,3 @@ + libshell_output_la_OBJECTS = shell_output.lo + CFLAGS = @CFLAGS@ +--- plugins/taglist/Makefile.in.orig Wed May 15 00:22:12 2002 ++++ plugins/taglist/Makefile.in Wed May 15 00:22:18 2002 +@@ -145,7 +145,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ +-libtaglist_la_LDFLAGS = ++libtaglist_la_LDFLAGS = -avoid-version + libtaglist_la_LIBADD = + libtaglist_la_OBJECTS = gedit-taglist-plugin-parser.lo \ + gedit-taglist-plugin-window.lo gedit-taglist-plugin.lo +--- plugins/time/Makefile.in.orig Wed May 15 00:22:24 2002 ++++ plugins/time/Makefile.in Wed May 15 00:22:30 2002 +@@ -143,7 +143,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -libtime_la_LDFLAGS = +libtime_la_LDFLAGS = -avoid-version libtime_la_LIBADD = + libtime_la_OBJECTS = time.lo + CFLAGS = @CFLAGS@ diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure new file mode 100644 index 000000000000..816545988e64 --- /dev/null +++ b/editors/gedit2/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Wed May 15 00:43:11 2002 ++++ configure Wed May 15 00:45:35 2002 +@@ -6547,6 +6547,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' +@@ -9358,10 +9359,10 @@ + pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" + else + cat >>confdefs.h <<EOF +-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++#define PIXMAPS_DIR "${datadir}/pixmaps" + EOF + +- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++ pixmapsdir="${datadir}/pixmaps" + fi + + # Extract the first word of "glib-genmarshal", so it can be a program name with args. diff --git a/editors/gedit2/files/patch-ltmain.sh b/editors/gedit2/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/editors/gedit2/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/editors/gedit2/pkg-comment b/editors/gedit2/pkg-comment index 27ffa7128246..331894a2cae5 100644 --- a/editors/gedit2/pkg-comment +++ b/editors/gedit2/pkg-comment @@ -1 +1 @@ -A small but powerful text editor for Gnome Desktop Environment +A small but powerful text editor for Gnome 2.0 Desktop Environment diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist index 11eced353199..e9ea15996bb9 100644 --- a/editors/gedit2/pkg-plist +++ b/editors/gedit2/pkg-plist @@ -1,130 +1,83 @@ bin/gedit -lib/gedit/plugins/libasciitable.a -lib/gedit/plugins/libasciitable.so -lib/gedit/plugins/libasciitable.so.0 -lib/gedit/plugins/libbrowse.a -lib/gedit/plugins/libbrowse.so -lib/gedit/plugins/libconvert.a -lib/gedit/plugins/libconvert.so -lib/gedit/plugins/libdiff.a -lib/gedit/plugins/libdiff.so -lib/gedit/plugins/libdocinfo.a -lib/gedit/plugins/libdocinfo.so -lib/gedit/plugins/libdocinfo.so.0 -lib/gedit/plugins/libemail.a -lib/gedit/plugins/libemail.so -lib/gedit/plugins/libreverse.a -lib/gedit/plugins/libreverse.so -lib/gedit/plugins/libsample.a -lib/gedit/plugins/libsample.so -lib/gedit/plugins/libshell_output.a -lib/gedit/plugins/libshell_output.so -lib/gedit/plugins/libsort.a -lib/gedit/plugins/libsort.so -lib/gedit/plugins/libsort.so.0 -lib/gedit/plugins/libtime.a -lib/gedit/plugins/libtime.so -share/gnome/apps/Applications/gedit.desktop -share/gnome/gedit/glade/about.glade -share/gnome/gedit/glade/asciitable.glade -share/gnome/gedit/glade/browse.glade -share/gnome/gedit/glade/convert.glade -share/gnome/gedit/glade/diff.glade -share/gnome/gedit/glade/docinfo.glade -share/gnome/gedit/glade/email.glade -share/gnome/gedit/glade/goto-line.glade -share/gnome/gedit/glade/plugin-manager.glade -share/gnome/gedit/glade/prefs.glade -share/gnome/gedit/glade/program.glade -share/gnome/gedit/glade/replace.glade -share/gnome/gedit/glade/shell_output.glade -share/gnome/gedit/glade/sort.glade -share/gnome/gedit/glade/uri.glade -share/gnome/help/gedit/C/images/browse.png -share/gnome/help/gedit/C/images/convert.png -share/gnome/help/gedit/C/images/diff.png -share/gnome/help/gedit/C/images/email.png -share/gnome/help/gedit/C/images/find.png -share/gnome/help/gedit/C/images/gedit.png -share/gnome/help/gedit/C/images/goto-line.png -share/gnome/help/gedit/C/images/lynx.png -share/gnome/help/gedit/C/images/manager.png -share/gnome/help/gedit/C/images/mta.png -share/gnome/help/gedit/C/images/prefs-documents.png -share/gnome/help/gedit/C/images/prefs-font.png -share/gnome/help/gedit/C/images/prefs-general.png -share/gnome/help/gedit/C/images/prefs-paper.png -share/gnome/help/gedit/C/images/prefs-printing.png -share/gnome/help/gedit/C/images/print-preview.png -share/gnome/help/gedit/C/images/print.png -share/gnome/help/gedit/C/images/replace.png -share/gnome/help/gedit/C/images/shell.png -share/gnome/help/gedit/C/images/toolbar.png +etc/gconf/gconf.xml.defaults/apps/gedit-2/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/%gconf.xml +etc/gconf/schemas/gedit.schemas +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/libsample.so +lib/gedit-2/plugins/libshell_output.so +lib/gedit-2/plugins/libtaglist.so +lib/gedit-2/plugins/libtime.so +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-preferences.glade2 +share/gnome/gedit-2/glade/goto-line.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/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/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/C/topic.dat -share/gnome/help/gedit/ja/images/browse.png -share/gnome/help/gedit/ja/images/convert.png -share/gnome/help/gedit/ja/images/diff.png -share/gnome/help/gedit/ja/images/email.png -share/gnome/help/gedit/ja/images/find.png -share/gnome/help/gedit/ja/images/gedit.png -share/gnome/help/gedit/ja/images/goto-line.png -share/gnome/help/gedit/ja/images/lynx.png -share/gnome/help/gedit/ja/images/manager.png -share/gnome/help/gedit/ja/images/mta.png -share/gnome/help/gedit/ja/images/prefs-documents.png -share/gnome/help/gedit/ja/images/prefs-font.png -share/gnome/help/gedit/ja/images/prefs-general.png -share/gnome/help/gedit/ja/images/prefs-paper.png -share/gnome/help/gedit/ja/images/prefs-printing.png -share/gnome/help/gedit/ja/images/print-preview.png -share/gnome/help/gedit/ja/images/print.png -share/gnome/help/gedit/ja/images/replace.png -share/gnome/help/gedit/ja/images/shell.png -share/gnome/help/gedit/ja/images/toolbar.png -share/gnome/help/gedit/ja/topic.dat -share/gnome/mime-info/gedit.keys +share/gnome/omf/gedit/gedit-C.omf share/gnome/pixmaps/gedit-icon.png share/gnome/pixmaps/gedit-logo.png -share/locale/az/LC_MESSAGES/gedit.mo -share/locale/ca/LC_MESSAGES/gedit.mo -share/locale/cs/LC_MESSAGES/gedit.mo -share/locale/da/LC_MESSAGES/gedit.mo -share/locale/de/LC_MESSAGES/gedit.mo -share/locale/el/LC_MESSAGES/gedit.mo -share/locale/es/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/hu/LC_MESSAGES/gedit.mo -share/locale/it/LC_MESSAGES/gedit.mo -share/locale/ja/LC_MESSAGES/gedit.mo -share/locale/ko/LC_MESSAGES/gedit.mo -share/locale/lt/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/pl/LC_MESSAGES/gedit.mo -share/locale/pt/LC_MESSAGES/gedit.mo -share/locale/pt_BR/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/sv/LC_MESSAGES/gedit.mo -share/locale/ta/LC_MESSAGES/gedit.mo -share/locale/tr/LC_MESSAGES/gedit.mo -share/locale/uk/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 -@dirrm share/gnome/help/gedit/ja/stylesheet-images -@dirrm share/gnome/help/gedit/ja/images -@dirrm share/gnome/help/gedit/ja -@dirrm share/gnome/help/gedit/C/stylesheet-images -@dirrm share/gnome/help/gedit/C/images +share/gnome/pixmaps/gedit-plugin-manager.png +share/gnome/pixmaps/shell-output-logo.png +share/locale/az/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/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/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/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/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/tr/LC_MESSAGES/gedit-2.0.mo +share/locale/uk/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/C/figures @dirrm share/gnome/help/gedit/C @dirrm share/gnome/help/gedit -@dirrm share/gnome/gedit/glade -@dirrm share/gnome/gedit -@dirrm lib/gedit/plugins -@dirrm lib/gedit +@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 +@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2 |