diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-08-11 12:37:43 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-08-11 12:37:43 +0000 |
commit | 734efe6bd4797cc19ddd2005d5044e70fc1fc64b (patch) | |
tree | 9f9e23aa076a6f89e0c028dbacad6bed2a587e34 /x11-fm | |
parent | 948d071f34a66e518337348c89bb77b4aa12a6c8 (diff) | |
download | ports-734efe6bd4797cc19ddd2005d5044e70fc1fc64b.tar.gz ports-734efe6bd4797cc19ddd2005d5044e70fc1fc64b.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnomemc/Makefile | 25 | ||||
-rw-r--r-- | x11-fm/gnomemc/distinfo | 1 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-aa | 14 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ab | 14 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ac | 27 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ad | 11 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-af | 25 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ag | 28 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ai | 10 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-aj | 11 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ak | 14 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-lib::Makefile.in | 56 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-src::treestore.h | 14 | ||||
-rw-r--r-- | x11-fm/gnomemc/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/gnomemc/pkg-descr | 5 | ||||
-rw-r--r-- | x11-fm/gnomemc/pkg-plist | 205 |
16 files changed, 5 insertions, 456 deletions
diff --git a/x11-fm/gnomemc/Makefile b/x11-fm/gnomemc/Makefile index 32a1cb24f935..9ff5da7af8a8 100644 --- a/x11-fm/gnomemc/Makefile +++ b/x11-fm/gnomemc/Makefile @@ -6,26 +6,11 @@ # PORTNAME= gnomemc -PORTVERSION= 4.5.55 +PORTREVISION= 0 CATEGORIES= x11-fm gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/mc DISTNAME= mc-${PORTVERSION} +USE_X_PREFIX= yes +WITHOUT_SLANG= yes +MASTERDIR= ${.CURDIR}/../../misc/mc -MAINTAINER= gnome@FreeBSD.org - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-edit -with-ncurses -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -post-patch: - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ - 's|\$\(libdir\)/mc|\$\(datadir\)/mc|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/x11-fm/gnomemc/distinfo b/x11-fm/gnomemc/distinfo deleted file mode 100644 index 67a007a6ca39..000000000000 --- a/x11-fm/gnomemc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mc-4.5.55.tar.gz) = bb670d48589f26f00b7fce8d25f66bd6 diff --git a/x11-fm/gnomemc/files/patch-aa b/x11-fm/gnomemc/files/patch-aa deleted file mode 100644 index d46aec0a0be4..000000000000 --- a/x11-fm/gnomemc/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Fri Aug 24 11:05:06 2001 -+++ configure Tue Sep 11 18:16:08 2001 -@@ -2552,6 +2552,8 @@ - echo "$as_me:2552: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi -+CPPLAGS="$save_CPPFLAGS" -+CFLAGS="$CFLAGS -I${LOCALBASE}/include" - rm -f conftest* - - echo "$as_me:2557: checking for minix/config.h" >&5 diff --git a/x11-fm/gnomemc/files/patch-ab b/x11-fm/gnomemc/files/patch-ab deleted file mode 100644 index bfaa66e90472..000000000000 --- a/x11-fm/gnomemc/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- vfs/Make-mc.in.orig Wed Aug 1 19:15:22 2001 -+++ vfs/Make-mc.in Tue Sep 11 18:20:08 2001 -@@ -18,7 +18,7 @@ - DEFS = $(XDEFS) - LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ @LCRYPT@ $(XLIB) - INSTALL = @INSTALL@ --INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 755 -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - AR = @AR@ - diff --git a/x11-fm/gnomemc/files/patch-ac b/x11-fm/gnomemc/files/patch-ac deleted file mode 100644 index 5d6ec1bc1383..000000000000 --- a/x11-fm/gnomemc/files/patch-ac +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD$ - ---- Make.common.in.orig Fri Jul 20 18:22:50 2001 -+++ Make.common.in Fri Dec 14 11:04:04 2001 -@@ -13,10 +13,10 @@ - datadir = @datadir@ - libdir = @libdir@ - mandir = @mandir@ --mclibdir = $(libdir)/mc -+mclibdir = $(datadir)/mc - suppbindir = $(mclibdir)/bin - confdir = $(sysconfdir) --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - man1dir = $(mandir)/man1 - manext = 1 - man8dir = $(mandir)/man8 -@@ -38,7 +38,7 @@ - # No way, to make make happy (except GNU), we cannot use := to append - # something to these, so that's why there is a leading _ - XCFLAGS = @CFLAGS@ --XCPPFLAGS = -I.. @CPPFLAGS@ @MCCPPFLAGS@ @GLIB_CFLAGS@ -+XCPPFLAGS = -I$(mcsrcdir) -I.. @CPPFLAGS@ @MCCPPFLAGS@ @GLIB_CFLAGS@ - XLDFLAGS = @LDFLAGS@ - XDEFS = @DEFS@ - XLIBS = @LIBS@ diff --git a/x11-fm/gnomemc/files/patch-ad b/x11-fm/gnomemc/files/patch-ad deleted file mode 100644 index 694c000fe771..000000000000 --- a/x11-fm/gnomemc/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome/gtools.c.orig Tue Feb 16 01:29:19 1999 -+++ gnome/gtools.c Fri Feb 19 01:43:53 1999 -@@ -13,7 +13,7 @@ - #undef HAVE_LIBGPM - #include "mouse.h" - #include "key.h" --#include "myslang.h" -+#include "tty.h" - #include "widget.h" - #include "wtools.h" - #include "dialog.h" diff --git a/x11-fm/gnomemc/files/patch-af b/x11-fm/gnomemc/files/patch-af deleted file mode 100644 index 0a0e45886648..000000000000 --- a/x11-fm/gnomemc/files/patch-af +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Fri Aug 24 11:05:06 2001 -+++ Makefile.in Tue Sep 11 18:25:56 2001 -@@ -155,8 +155,8 @@ - smbfs = @smbfs@ - undelfs_o = @undelfs_o@ - --SUBDIRS = intl po vfs slang edit src lib doc syntax pc \ -- gtkedit gnome new_icons idl doc-gnome -+SUBDIRS = intl po vfs lib syntax pc \ -+ gtkedit gnome new_icons idl - - - ACLOCAL_AMFLAGS = -I macros -@@ -181,7 +181,7 @@ - CONFIG_HEADER = config.h - CONFIG_CLEAN_FILES = Make.common mc.spec gnome/Makefile gnome/mc.keys.in \ - src/Makefile slang/Makefile edit/Makefile gtkedit/Makefile \ -- mcfn_install intl/Makefile -+ intl/Makefile - DIST_SOURCES = - DATA = $(noinst_DATA) - diff --git a/x11-fm/gnomemc/files/patch-ag b/x11-fm/gnomemc/files/patch-ag deleted file mode 100644 index 4b0bf6e49594..000000000000 --- a/x11-fm/gnomemc/files/patch-ag +++ /dev/null @@ -1,28 +0,0 @@ ---- lib/mc.ext.in.orig Sat Mar 3 16:33:22 2001 -+++ lib/mc.ext.in Wed Mar 28 19:08:24 2001 -@@ -283,3 +283,3 @@ - include/image-options -- Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ee %f &); fi -+ Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ElectricEyes %f &); fi - View=%view{ascii} identify %f -@@ -287,3 +287,3 @@ - Set root window to this image=background-properties --setwallpaper %f & -- Display this file=ee %f & -+ Display this file=ElectricEyes %f & - -@@ -329,3 +329,3 @@ - type/PostScript -- Open=gv %f& -+ Open=ggv %f& - View=%view{ascii} ps2ascii %f ---- gnome/mc.keys.in.in.orig Tue Feb 16 01:29:18 1999 -+++ gnome/mc.keys.in.in Fri Feb 19 01:47:31 1999 -@@ -96,7 +96,7 @@ - icon-filename=@icondir@/tex.xpm - - application/postscript: -- open=gv %f -+ open=ggv %f - icon-filename=@icondir@/gnome-application-postscript.png - - application/x-object-file: diff --git a/x11-fm/gnomemc/files/patch-ai b/x11-fm/gnomemc/files/patch-ai deleted file mode 100644 index 805fc55bb9ab..000000000000 --- a/x11-fm/gnomemc/files/patch-ai +++ /dev/null @@ -1,10 +0,0 @@ ---- vfs/ftpfs.c.orig Sat Mar 18 07:43:43 2000 -+++ vfs/ftpfs.c Mon Mar 20 10:32:18 2000 -@@ -57,6 +57,7 @@ - /* Namespace pollution: horrible */ - - #include <netdb.h> /* struct hostent */ -+#include <sys/types.h> - #include <sys/socket.h> /* AF_INET */ - #include <netinet/in.h> /* struct in_addr */ - #ifdef HAVE_SETSOCKOPT diff --git a/x11-fm/gnomemc/files/patch-aj b/x11-fm/gnomemc/files/patch-aj deleted file mode 100644 index cd20a6ef9302..000000000000 --- a/x11-fm/gnomemc/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome/gnome-open-dialog.c.orig Mon May 29 16:56:28 2000 -+++ gnome/gnome-open-dialog.c Wed May 31 12:30:36 2000 -@@ -359,7 +359,7 @@ - gtk_clist_set_column_auto_resize (GTK_CLIST (retval), 0, TRUE); - - /* set up the apps */ -- prefix = gnome_unconditional_datadir_file ("gnome/apps"); -+ prefix = gnome_unconditional_datadir_file ("apps"); - node = read_directory (prefix); - gnome_open_dialog_generate_tree_helper (GTK_CTREE (retval), NULL, node); - gtk_ctree_expand_recursive (GTK_CTREE (retval), NULL); diff --git a/x11-fm/gnomemc/files/patch-ak b/x11-fm/gnomemc/files/patch-ak deleted file mode 100644 index 42038e4af221..000000000000 --- a/x11-fm/gnomemc/files/patch-ak +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- idl/Makefile.in.orig Fri Aug 24 11:05:07 2001 -+++ idl/Makefile.in Tue Sep 11 18:32:49 2001 -@@ -157,7 +157,7 @@ - - IDLFILES = FileManager.idl - --@GNOME_TRUE@idldir = $(prefix)/share/idl -+@GNOME_TRUE@idldir = $(datadir)/idl - - @GNOME_TRUE@idl_DATA = $(IDLFILES) - diff --git a/x11-fm/gnomemc/files/patch-lib::Makefile.in b/x11-fm/gnomemc/files/patch-lib::Makefile.in deleted file mode 100644 index e78cd5b5c542..000000000000 --- a/x11-fm/gnomemc/files/patch-lib::Makefile.in +++ /dev/null @@ -1,56 +0,0 @@ - -$FreeBSD$ - ---- lib/Makefile.in.orig Fri Aug 24 11:05:07 2001 -+++ lib/Makefile.in Tue Sep 11 18:29:09 2001 -@@ -156,8 +156,6 @@ - undelfs_o = @undelfs_o@ - - mclibdir = $(libdir)/mc --suppbindir = $(mclibdir)/bin --tidir = $(mclibdir)/term - confdir = $(sysconfdir) - - @CHARSET_TRUE@LIBFILES_ADD = mc.charsets -@@ -181,8 +179,6 @@ - noinst_SCRIPTS = tdiff - - conf_DATA = mc.global --suppbin_SCRIPTS = mc.csh mc.sh --ti_DATA = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap - - DESKTOP_FILES = startup.links README.desktop - @GNOME_TRUE@desktopdir = $(mclibdir)/desktop-scripts -@@ -205,11 +201,10 @@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = mc.ext mc.sh mc.csh --SCRIPTS = $(noinst_SCRIPTS) $(suppbin_SCRIPTS) -+SCRIPTS = $(noinst_SCRIPTS) - - DIST_SOURCES = --DATA = $(conf_DATA) $(desktop_DATA) $(mclib_DATA) $(noinst_DATA) \ -- $(ti_DATA) -+DATA = $(conf_DATA) $(desktop_DATA) $(mclib_DATA) $(noinst_DATA) - - DIST_COMMON = Makefile.am Makefile.in mc.csh.in mc.ext.in mc.sh.in - all: all-am -@@ -348,7 +343,7 @@ - all-am: Makefile $(SCRIPTS) $(DATA) - - installdirs: -- $(mkinstalldirs) $(DESTDIR)$(suppbindir) $(DESTDIR)$(confdir) $(DESTDIR)$(desktopdir) $(DESTDIR)$(mclibdir) $(DESTDIR)$(tidir) -+ $(mkinstalldirs) $(DESTDIR)$(confdir) $(DESTDIR)$(desktopdir) $(DESTDIR)$(mclibdir) - - install: install-am - install-exec: install-exec-am -@@ -389,8 +384,7 @@ - - info-am: - --install-data-am: install-confDATA install-desktopDATA install-mclibDATA \ -- install-suppbinSCRIPTS install-tiDATA -+install-data-am: install-confDATA install-desktopDATA install-mclibDATA - - install-exec-am: - diff --git a/x11-fm/gnomemc/files/patch-src::treestore.h b/x11-fm/gnomemc/files/patch-src::treestore.h deleted file mode 100644 index dadba91b61b2..000000000000 --- a/x11-fm/gnomemc/files/patch-src::treestore.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/treestore.h 2001/12/14 08:39:52 1.1 -+++ src/treestore.h 2001/12/14 08:40:21 -@@ -1,6 +1,8 @@ - #ifndef __TREE_STORE_H - #define __TREE_STORE_H - -+#include <glib.h> -+ - /* Default filenames for the tree */ - - #ifdef OS2_NT diff --git a/x11-fm/gnomemc/pkg-comment b/x11-fm/gnomemc/pkg-comment deleted file mode 100644 index c5c0796e6567..000000000000 --- a/x11-fm/gnomemc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A windows explorer work-a-like for the GNOME Desktop Environment diff --git a/x11-fm/gnomemc/pkg-descr b/x11-fm/gnomemc/pkg-descr deleted file mode 100644 index 404733f418db..000000000000 --- a/x11-fm/gnomemc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A Windows Explorer work-a-like File Manager for the GNOME Desktop -Environment. - -Despite sharing code and a name with Midnight Commander, the two don't look -at all like one another, or work in a similar fashion. diff --git a/x11-fm/gnomemc/pkg-plist b/x11-fm/gnomemc/pkg-plist deleted file mode 100644 index a0e3920e6db6..000000000000 --- a/x11-fm/gnomemc/pkg-plist +++ /dev/null @@ -1,205 +0,0 @@ -bin/gmc -bin/gmc-client -bin/plain-gmc -etc/CORBA/servers/gmc.gnorba -etc/mc.global -share/gnome/idl/FileManager.idl -share/gnome/mc/cedit.menu -share/gnome/mc/desktop-scripts/README.desktop -share/gnome/mc/desktop-scripts/startup.links -share/gnome/mc/edit.indent.rc -share/gnome/mc/edit.spell.rc -share/gnome/mc/extfs/README -share/gnome/mc/extfs/a -share/gnome/mc/extfs/apt -share/gnome/mc/extfs/audio -share/gnome/mc/extfs/bpp -share/gnome/mc/extfs/deb -share/gnome/mc/extfs/deba -share/gnome/mc/extfs/debd -share/gnome/mc/extfs/dpkg -share/gnome/mc/extfs/extfs.ini -share/gnome/mc/extfs/ftplist -share/gnome/mc/extfs/hp48 -share/gnome/mc/extfs/lslR -share/gnome/mc/extfs/mailfs -share/gnome/mc/extfs/patchfs -share/gnome/mc/extfs/rpm -share/gnome/mc/extfs/rpms -share/gnome/mc/extfs/sfs.ini -share/gnome/mc/extfs/trpm -share/gnome/mc/extfs/uar -share/gnome/mc/extfs/uarj -share/gnome/mc/extfs/ucpio -share/gnome/mc/extfs/uha -share/gnome/mc/extfs/ulha -share/gnome/mc/extfs/unarj.diff -share/gnome/mc/extfs/urar -share/gnome/mc/extfs/uzip -share/gnome/mc/extfs/uzoo -share/gnome/mc/mc.ext -share/gnome/mc/mc.hint -share/gnome/mc/mc.hint.cs -share/gnome/mc/mc.hint.es -share/gnome/mc/mc.hint.it -share/gnome/mc/mc.hint.hu -share/gnome/mc/mc.hint.nl -share/gnome/mc/mc.hint.pl -share/gnome/mc/mc.hint.ru -share/gnome/mc/mc.hint.uk -share/gnome/mc/mc.hint.zh -share/gnome/mc/mc.hlp.hu -share/gnome/mc/mc.lib -share/gnome/mc/mc.menu -share/gnome/mc/syntax/ada95.syntax -share/gnome/mc/syntax/c.syntax -share/gnome/mc/syntax/changelog.syntax -share/gnome/mc/syntax/diff.syntax -share/gnome/mc/syntax/fortran.syntax -share/gnome/mc/syntax/html.syntax -share/gnome/mc/syntax/java.syntax -share/gnome/mc/syntax/latex.syntax -share/gnome/mc/syntax/lsm.syntax -share/gnome/mc/syntax/mail.syntax -share/gnome/mc/syntax/makefile.syntax -share/gnome/mc/syntax/ml.syntax -share/gnome/mc/syntax/nroff.syntax -share/gnome/mc/syntax/octave.syntax -share/gnome/mc/syntax/pascal.syntax -share/gnome/mc/syntax/perl.syntax -share/gnome/mc/syntax/po.syntax -share/gnome/mc/syntax/python.syntax -share/gnome/mc/syntax/sh.syntax -share/gnome/mc/syntax/slang.syntax -share/gnome/mc/syntax/smalltalk.syntax -share/gnome/mc/syntax/swig.syntax -share/gnome/mc/syntax/texinfo.syntax -share/gnome/mc/syntax/unknown.syntax -share/gnome/mime-info/mc.keys -share/gnome/pixmaps/mc/gnome-application-encapsulated_postscript.png -share/gnome/pixmaps/mc/gnome-application-pdf.png -share/gnome/pixmaps/mc/gnome-application-pgp.png -share/gnome/pixmaps/mc/gnome-application-postscript.png -share/gnome/pixmaps/mc/gnome-application-x-c-header.png -share/gnome/pixmaps/mc/gnome-application-x-c-source.png -share/gnome/pixmaps/mc/gnome-application-x-cc-source.png -share/gnome/pixmaps/mc/gnome-application-x-e-theme.png -share/gnome/pixmaps/mc/gnome-application-x-generic-spreadsheet.png -share/gnome/pixmaps/mc/gnome-application-x-gnome-app-info.png -share/gnome/pixmaps/mc/gnome-application-x-java-source.png -share/gnome/pixmaps/mc/gnome-application-x-kde-app-info.png -share/gnome/pixmaps/mc/gnome-application-x-php.png -share/gnome/pixmaps/mc/gnome-application-x-reject.png -share/gnome/pixmaps/mc/gnome-application-x-scheme-source.png -share/gnome/pixmaps/mc/gnome-application-x-sql.png -share/gnome/pixmaps/mc/gnome-audio-basic.png -share/gnome/pixmaps/mc/gnome-audio-midi.png -share/gnome/pixmaps/mc/gnome-audio-ulaw.png -share/gnome/pixmaps/mc/gnome-audio-x-aiff.png -share/gnome/pixmaps/mc/gnome-audio-x-mod.png -share/gnome/pixmaps/mc/gnome-audio-x-mp3.png -share/gnome/pixmaps/mc/gnome-audio-x-pn-realaudio.png -share/gnome/pixmaps/mc/gnome-audio-x-s3m.png -share/gnome/pixmaps/mc/gnome-audio-x-stm.png -share/gnome/pixmaps/mc/gnome-audio-x-voc.png -share/gnome/pixmaps/mc/gnome-audio-x-wav.png -share/gnome/pixmaps/mc/gnome-audio-x-xi.png -share/gnome/pixmaps/mc/gnome-audio-x-xm.png -share/gnome/pixmaps/mc/gnome-audio.png -share/gnome/pixmaps/mc/gnome-compressed.png -share/gnome/pixmaps/mc/gnome-core.png -share/gnome/pixmaps/mc/gnome-font-afm.png -share/gnome/pixmaps/mc/gnome-font-ttf.png -share/gnome/pixmaps/mc/gnome-font-x-pcf.png -share/gnome/pixmaps/mc/gnome-http-url.png -share/gnome/pixmaps/mc/gnome-image-bmp.png -share/gnome/pixmaps/mc/gnome-image-generic.png -share/gnome/pixmaps/mc/gnome-image-gif.png -share/gnome/pixmaps/mc/gnome-image-ief.png -share/gnome/pixmaps/mc/gnome-image-jpeg.png -share/gnome/pixmaps/mc/gnome-image-pbm.png -share/gnome/pixmaps/mc/gnome-image-pgm.png -share/gnome/pixmaps/mc/gnome-image-png.png -share/gnome/pixmaps/mc/gnome-image-pnm.png -share/gnome/pixmaps/mc/gnome-image-ppm.png -share/gnome/pixmaps/mc/gnome-image-psd.png -share/gnome/pixmaps/mc/gnome-image-ras.png -share/gnome/pixmaps/mc/gnome-image-rgb.png -share/gnome/pixmaps/mc/gnome-image-tga.png -share/gnome/pixmaps/mc/gnome-image-tiff.png -share/gnome/pixmaps/mc/gnome-image-x-xfig.png -share/gnome/pixmaps/mc/gnome-image-xbm.png -share/gnome/pixmaps/mc/gnome-image-xcf.png -share/gnome/pixmaps/mc/gnome-image-xpm.png -share/gnome/pixmaps/mc/gnome-image-xwd.png -share/gnome/pixmaps/mc/gnome-library.png -share/gnome/pixmaps/mc/gnome-manpage.png -share/gnome/pixmaps/mc/gnome-objectfile.png -share/gnome/pixmaps/mc/gnome-pack-deb.png -share/gnome/pixmaps/mc/gnome-pack-rpm.png -share/gnome/pixmaps/mc/gnome-pack-slp.png -share/gnome/pixmaps/mc/gnome-package.png -share/gnome/pixmaps/mc/gnome-tex.png -share/gnome/pixmaps/mc/gnome-text-html.png -share/gnome/pixmaps/mc/gnome-text-x-authors.png -share/gnome/pixmaps/mc/gnome-text-x-copying.png -share/gnome/pixmaps/mc/gnome-text-x-credits.png -share/gnome/pixmaps/mc/gnome-text-x-install.png -share/gnome/pixmaps/mc/gnome-text-x-makefile.png -share/gnome/pixmaps/mc/gnome-text-x-readme.png -share/gnome/pixmaps/mc/gnome-textfile.png -share/gnome/pixmaps/mc/gnome-trashcan.png -share/gnome/pixmaps/mc/gnome-video-mpeg.png -share/gnome/pixmaps/mc/gnome-video-quicktime.png -share/gnome/pixmaps/mc/gnome-video-x-msvideo.png -share/gnome/pixmaps/mc/i-blockdev.png -share/gnome/pixmaps/mc/i-cdrom.png -share/gnome/pixmaps/mc/i-chardev.png -share/gnome/pixmaps/mc/i-core.png -share/gnome/pixmaps/mc/i-dirclosed.png -share/gnome/pixmaps/mc/i-directory.png -share/gnome/pixmaps/mc/i-executable.png -share/gnome/pixmaps/mc/i-fifo.png -share/gnome/pixmaps/mc/i-floppy.png -share/gnome/pixmaps/mc/i-nfs.png -share/gnome/pixmaps/mc/i-printer.png -share/gnome/pixmaps/mc/i-regular.png -share/gnome/pixmaps/mc/i-sock.png -share/gnome/pixmaps/mc/i-stalled.png -share/gnome/pixmaps/mc/i-symlink.png -share/gnome/pixmaps/mc/i-zipdisk.png -share/gnome/pixmaps/mc/i-zipdisk2.png -share/locale/az/LC_MESSAGES/mc.mo -share/locale/ca/LC_MESSAGES/mc.mo -share/locale/cs/LC_MESSAGES/mc.mo -share/locale/da/LC_MESSAGES/mc.mo -share/locale/de/LC_MESSAGES/mc.mo -share/locale/el/LC_MESSAGES/mc.mo -share/locale/es/LC_MESSAGES/mc.mo -share/locale/es_ES/LC_MESSAGES/mc.mo -share/locale/fi/LC_MESSAGES/mc.mo -share/locale/fr/LC_MESSAGES/mc.mo -share/locale/hu/LC_MESSAGES/mc.mo -share/locale/it/LC_MESSAGES/mc.mo -share/locale/ja/LC_MESSAGES/mc.mo -share/locale/ko/LC_MESSAGES/mc.mo -share/locale/lv/LC_MESSAGES/mc.mo -share/locale/nl/LC_MESSAGES/mc.mo -share/locale/no/LC_MESSAGES/mc.mo -share/locale/pl/LC_MESSAGES/mc.mo -share/locale/pt_BR/LC_MESSAGES/mc.mo -share/locale/ro/LC_MESSAGES/mc.mo -share/locale/ru/LC_MESSAGES/mc.mo -share/locale/sk/LC_MESSAGES/mc.mo -share/locale/sl/LC_MESSAGES/mc.mo -share/locale/sv/LC_MESSAGES/mc.mo -share/locale/ta/LC_MESSAGES/mc.mo -share/locale/tr/LC_MESSAGES/mc.mo -share/locale/uk/LC_MESSAGES/mc.mo -share/locale/wa/LC_MESSAGES/mc.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/mc.mo -share/locale/zh_TW.Big5/LC_MESSAGES/mc.mo -@dirrm share/gnome/mc/desktop-scripts -@dirrm share/gnome/mc/extfs -@dirrm share/gnome/mc/syntax -@dirrm share/gnome/pixmaps/mc |