From 058cba92b1a62552a9b12a5019b44c1cb07cc260 Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 6 Jul 2003 08:51:33 +0000 Subject: Update GWLib and gworkspace to 0.5.3. There are numerous changes, including much improved viewers and inspectors, improved iconisation, and many bug fixes. While at it, replace home grown PLIST substitution with standard GNUstep buildlink2.mk symbols. --- sysutils/GWLib/Makefile | 3 +- sysutils/GWLib/PLIST | 10 +- sysutils/GWLib/buildlink2.mk | 4 +- sysutils/GWLib/distinfo | 4 - sysutils/gworkspace/Makefile | 14 +- sysutils/gworkspace/Makefile.common | 7 +- sysutils/gworkspace/PLIST | 1164 ++++++++++++++++++++++++++++++---- sysutils/gworkspace/distinfo | 8 +- sysutils/gworkspace/patches/patch-aa | 31 + sysutils/gworkspace/patches/patch-ab | 21 + 10 files changed, 1123 insertions(+), 143 deletions(-) delete mode 100644 sysutils/GWLib/distinfo create mode 100644 sysutils/gworkspace/patches/patch-aa create mode 100644 sysutils/gworkspace/patches/patch-ab (limited to 'sysutils') diff --git a/sysutils/GWLib/Makefile b/sysutils/GWLib/Makefile index 3ccd0cf25e6..7867590e4f9 100644 --- a/sysutils/GWLib/Makefile +++ b/sysutils/GWLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/28 02:19:03 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/07/06 08:51:33 rh Exp $ # .include "../../sysutils/gworkspace/Makefile.common" @@ -7,5 +7,6 @@ PKGNAME= ${DISTNAME:S/gworkspace/GWLib/} COMMENT= GWorkspace support library BUILD_DIRS= ${WRKSRC}/GWLib +DISTINFO_FILE= ${.CURDIR}/../gworkspace/distinfo .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/GWLib/PLIST b/sysutils/GWLib/PLIST index 6ed05fa8b07..1d646d59591 100644 --- a/sysutils/GWLib/PLIST +++ b/sysutils/GWLib/PLIST @@ -1,11 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/28 02:19:03 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/07/06 08:51:33 rh Exp $ +share/GNUstep/System/Headers/GWorkspace/BNameEditor.h +share/GNUstep/System/Headers/GWorkspace/Browser2.h share/GNUstep/System/Headers/GWorkspace/ContentViewersProtocol.h share/GNUstep/System/Headers/GWorkspace/GWFunctions.h +share/GNUstep/System/Headers/GWorkspace/GWLib.h share/GNUstep/System/Headers/GWorkspace/GWNotifications.h share/GNUstep/System/Headers/GWorkspace/GWProtocol.h share/GNUstep/System/Headers/GWorkspace/IconViewsProtocol.h share/GNUstep/System/Headers/GWorkspace/InspectorsProtocol.h +share/GNUstep/System/Headers/GWorkspace/PreferencesProtocol.h share/GNUstep/System/Headers/GWorkspace/ViewersProtocol.h -share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libGWorkspace.so -share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libGWorkspace.so.1.0.0 +share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/libGWorkspace.so +share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/libGWorkspace.so.1.0.0 @dirrm share/GNUstep/System/Headers/GWorkspace diff --git a/sysutils/GWLib/buildlink2.mk b/sysutils/GWLib/buildlink2.mk index 1462cedd5ed..83b6aa12a5c 100644 --- a/sysutils/GWLib/buildlink2.mk +++ b/sysutils/GWLib/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.2 2003/05/02 11:56:20 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2003/07/06 08:51:33 rh Exp $ # # This Makefile fragment is included by packages that use GWLib. # @@ -9,7 +9,7 @@ GWLIB_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= GWLib -BUILDLINK_DEPENDS.GWLib?= GWLib>=0.4nb1 +BUILDLINK_DEPENDS.GWLib?= GWLib>=0.5.3 BUILDLINK_PKGSRCDIR.GWLib?= ../../sysutils/GWLib EVAL_PREFIX+= BUILDLINK_PREFIX.GWLib=GWLib diff --git a/sysutils/GWLib/distinfo b/sysutils/GWLib/distinfo deleted file mode 100644 index 5f1bb9bb08a..00000000000 --- a/sysutils/GWLib/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/09/28 02:19:03 rh Exp $ - -SHA1 (gworkspace-0.4.tar.gz) = 86ebe11b0fe9f6bcfffd0e69a9c105a67cbd1e29 -Size (gworkspace-0.4.tar.gz) = 812042 bytes diff --git a/sysutils/gworkspace/Makefile b/sysutils/gworkspace/Makefile index 55dfb6b1447..2e30ab3a6bd 100644 --- a/sysutils/gworkspace/Makefile +++ b/sysutils/gworkspace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/07 07:34:43 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/06 08:51:34 rh Exp $ # .include "Makefile.common" @@ -8,17 +8,5 @@ COMMENT= GNUstep Workspace manager pre-install: ${CP} ${FILESDIR}/GNUmakefile ${WRKSRC}/GWLib -# -# Gnustep seems to use it's own idea of architecture names and at least for -# i386 is using ix86. For other archs default for MACHINE_ARCH. -# Tested specifically on x86 and powerpc -.if (${MACHINE_ARCH} == "i386") -PLIST_SUBST+= ARCH="ix86" -PLIST_SUBST+= ARCH_LOC="ix86/${LOWER_OPSYS}elf" -.else -PLIST_SUBST+= ARCH="${MACHINE_ARCH}" -PLIST_SUBST+= ARCH_LOC="${MACHINE_ARCH}/${LOWER_OPSYS}" -.endif - .include "../../sysutils/GWLib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/gworkspace/Makefile.common b/sysutils/gworkspace/Makefile.common index 09e81daad4e..2db15a4981e 100644 --- a/sysutils/gworkspace/Makefile.common +++ b/sysutils/gworkspace/Makefile.common @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.common,v 1.4 2003/06/23 14:23:15 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.5 2003/07/06 08:51:34 rh Exp $ # -DISTNAME= gworkspace-0.4 -PKGREVISION= 1 -WRKSRC= ${WRKDIR}/gworkspace +DISTNAME= gworkspace-0.5.3 +WRKSRC= ${WRKDIR}/${DISTNAME:S/gw/GW/} CATEGORIES?= sysutils gnustep MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ \ http://www.imago.ro/gworkspace/ diff --git a/sysutils/gworkspace/PLIST b/sysutils/gworkspace/PLIST index 65ff08b70cf..0af79789dfe 100644 --- a/sysutils/gworkspace/PLIST +++ b/sysutils/gworkspace/PLIST @@ -1,15 +1,56 @@ -@comment $NetBSD: PLIST,v 1.3 2003/03/07 07:34:44 jmc Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/07/06 08:51:34 rh Exp $ share/GNUstep/System/Applications/GWorkspace.app/GWorkspace share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/AppViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/AppViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/French.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/French.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/French.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/German.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/German.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/German.lproj/CVS/Root share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Info-gnustep.plist +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Root share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/miniwindow.tiff -share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/preview.tiff -share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu/BrowserViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/BrowserViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/CVS/Root @@ -28,10 +69,212 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/Date-8.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Date-9.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Date-Colon.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Date.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/MainMenu-OSX.gsmarkup +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/.gwsort +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.gorm/.gwdir +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOps.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOps.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOps.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu-OSX.gsmarkup +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open.tiff @@ -41,34 +284,116 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Op share/GNUstep/System/Applications/GWorkspace.app/Resources/FileManager.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/FolderViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/FolderViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/MainMenu-OSX.gsmarkup share/GNUstep/System/Applications/GWorkspace.app/Resources/GWorkspace.desktop share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/MainMenu-OSX.gsmarkup share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/objects.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/French.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/French.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/French.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/German.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/German.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/German.lproj/CVS/Root share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Info-gnustep.plist +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Italian.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Italian.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Italian.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Root share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/miniwindow.tiff -share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/preview.tiff -share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu/IconsViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/IconsViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/ImageViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/ImageViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/InspectorViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/InspectorViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/MainMenu-OSX.gsmarkup share/GNUstep/System/Applications/GWorkspace.app/Resources/Kill.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/LED-0.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/LED-1.tiff @@ -86,6 +411,11 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/LED-PM.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/LED.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/LeftArr.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Magnify.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/MagnifyGlas.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/Magnify_16.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/Magnify_24.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/Magnify_32.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/Magnify_48.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Mask.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Month-1.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Month-10.tiff @@ -113,34 +443,196 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/R share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/Resources/play.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/Resources/right.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/Resources/stop.tiff -share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/PdfViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/PdfViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/PlistViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/PlistViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/MainMenu-OSX.gsmarkup share/GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Recycler.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/RecyclerFull.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/AttributesPanel.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/AttributesPanel.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/AttributesPanel.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/AttributesPanel.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/AttributesPanel.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ContentsPanel.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ContentsPanel.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ContentsPanel.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ContentsPanel.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ContentsPanel.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefEditorPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefEditorPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefEditorPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefEditorPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefEditorPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefSortOrderPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefSortOrderPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefSortOrderPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefSortOrderPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefSortOrderPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DeskTopPref.gorm/.gwdir +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DeskTopPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DeskTopPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DeskTopPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DeskTopPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DeskTopPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOperationWin.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOperationWin.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOperationWin.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOperationWin.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOperationWin.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOpsPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOpsPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOpsPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOpsPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOpsPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/HiddenFilesPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/HiddenFilesPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/HiddenFilesPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/HiddenFilesPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/HiddenFilesPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/IconsPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/IconsPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/IconsPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/IconsPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/IconsPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/InspectorsWin.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/InspectorsWin.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/InspectorsWin.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/InspectorsWin.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/InspectorsWin.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/OpenWith.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/OpenWith.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/OpenWith.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/OpenWith.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/OpenWith.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PermissionsPanel.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PermissionsPanel.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PermissionsPanel.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PermissionsPanel.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PermissionsPanel.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PrefWindow.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PrefWindow.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PrefWindow.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PrefWindow.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PrefWindow.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/RunExternal.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/RunExternal.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/RunExternal.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/RunExternal.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/RunExternal.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ShelfPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ShelfPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ShelfPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ShelfPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ShelfPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ToolsPanel.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ToolsPanel.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ToolsPanel.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ToolsPanel.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ToolsPanel.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/XTermPref.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/XTermPref.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/XTermPref.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/XTermPref.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/XTermPref.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj/Localizable.strings share/GNUstep/System/Applications/GWorkspace.app/Resources/RightArr.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/MainMenu-OSX.gsmarkup share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/RtfViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/RtfViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/SlideMask.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallCellHighlight.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallCellHighlightSmall.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/CVS/Root share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/miniwindow.tiff -share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/preview.tiff -share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu/SmallIconsViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/SmallIconsViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/Resources/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/Resources/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/Resources/CVS/Root @@ -149,14 +641,28 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/Resources/pause.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/Resources/play.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/Resources/stop.tiff -share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/SoundViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/SoundViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/CVS/Entries share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/CVS/Repository share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm/data.classes +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm/objects.gorm +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib/CVS/Entries +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib/CVS/Repository +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib/CVS/Root +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib/classes.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib/info.nib +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib/objects.nib share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Localizable.strings +share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/MainMenu-OSX.gsmarkup share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/StringsViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/StringsViewer +share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/stamp.make share/GNUstep/System/Applications/GWorkspace.app/Resources/TileHighlight.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-0.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-1.tiff @@ -166,41 +672,138 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-4.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-5.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-6.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/littleArrowDown.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/littleArrowRight.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/page.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/pause.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/play.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/stop.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_16.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_24.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_32.tiff +share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_48.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/switchMultiple.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/switchOff.tiff share/GNUstep/System/Applications/GWorkspace.app/Resources/switchOn.tiff -share/GNUstep/System/Applications/GWorkspace.app/${ARCH_LOC}/gnu-gnu-gnu/GWorkspace -share/GNUstep/System/Applications/GWorkspace.app/${ARCH_LOC}/gnu-gnu-gnu/library_paths.openapp +share/GNUstep/System/Applications/GWorkspace.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/GWorkspace +share/GNUstep/System/Applications/GWorkspace.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/library_paths.openapp +share/GNUstep/System/Applications/GWorkspace.app/stamp.make share/GNUstep/System/Library/Bundles/AppViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/AppViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Library/Bundles/AppViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/AppViewer +share/GNUstep/System/Library/Bundles/AppViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/AppViewer +share/GNUstep/System/Library/Bundles/AppViewer.inspector/stamp.make share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/CVS/Entries share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/CVS/Repository share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/data.classes +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/classes.nib +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/info.nib +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/objects.nib +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/French.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/French.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/French.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/German.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/German.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/German.lproj/CVS/Root share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Info-gnustep.plist +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/data.classes +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Root share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/miniwindow.tiff -share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/preview.tiff -share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu/BrowserViewer +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/BrowserViewer +share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/stamp.make share/GNUstep/System/Library/Bundles/FolderViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/FolderViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Library/Bundles/FolderViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/FolderViewer +share/GNUstep/System/Library/Bundles/FolderViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/FolderViewer +share/GNUstep/System/Library/Bundles/FolderViewer.inspector/stamp.make share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/CVS/Entries share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/CVS/Repository share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/data.classes +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/classes.nib +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/info.nib +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/objects.nib +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/French.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/French.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/French.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/German.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/German.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/German.lproj/CVS/Root share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Info-gnustep.plist +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Italian.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Italian.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Italian.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/data.classes +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Root +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Entries +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Repository +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Root share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/miniwindow.tiff -share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/preview.tiff -share/GNUstep/System/Library/Bundles/IconsViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu/IconsViewer +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/IconsViewer +share/GNUstep/System/Library/Bundles/IconsViewer.viewer/stamp.make +share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/Resources/Info-gnustep.plist +share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/ImageThumbnailer +share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/stamp.make share/GNUstep/System/Library/Bundles/ImageViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/ImageViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Library/Bundles/ImageViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/ImageViewer +share/GNUstep/System/Library/Bundles/ImageViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/ImageViewer +share/GNUstep/System/Library/Bundles/ImageViewer.inspector/stamp.make share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/InspectorViewer +share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/InspectorViewer +share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/stamp.make share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources/CVS/Entries share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources/CVS/Repository share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources/CVS/Root @@ -213,20 +816,23 @@ share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources/pause.tiff share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources/play.tiff share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources/right.tiff share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources/stop.tiff -share/GNUstep/System/Library/Bundles/PdfViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/PdfViewer +share/GNUstep/System/Library/Bundles/PdfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/PdfViewer +share/GNUstep/System/Library/Bundles/PdfViewer.inspector/stamp.make share/GNUstep/System/Library/Bundles/PlistViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/PlistViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Library/Bundles/PlistViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/PlistViewer +share/GNUstep/System/Library/Bundles/PlistViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/PlistViewer +share/GNUstep/System/Library/Bundles/PlistViewer.inspector/stamp.make share/GNUstep/System/Library/Bundles/RtfViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/RtfViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Library/Bundles/RtfViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/RtfViewer +share/GNUstep/System/Library/Bundles/RtfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/RtfViewer +share/GNUstep/System/Library/Bundles/RtfViewer.inspector/stamp.make share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/CVS/Entries share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/CVS/Repository share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/CVS/Root share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/miniwindow.tiff -share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/preview.tiff -share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu/SmallIconsViewer +share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/SmallIconsViewer +share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/stamp.make share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/CVS/Entries share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/CVS/Repository share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/CVS/Root @@ -235,162 +841,494 @@ share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/InspectorIn share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/pause.tiff share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/play.tiff share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/stop.tiff -share/GNUstep/System/Library/Bundles/SoundViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/SoundViewer +share/GNUstep/System/Library/Bundles/SoundViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/SoundViewer +share/GNUstep/System/Library/Bundles/SoundViewer.inspector/stamp.make share/GNUstep/System/Library/Bundles/StringsViewer.inspector/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/StringsViewer.inspector/Resources/InspectorInfo.plist -share/GNUstep/System/Library/Bundles/StringsViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu/StringsViewer -share/GNUstep/System/Tools/${ARCH_LOC}/gnu-gnu-gnu/backgrounder -share/GNUstep/System/Tools/${ARCH_LOC}/gnu-gnu-gnu/wopen -@dirrm share/GNUstep/System/Tools/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/StringsViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/StringsViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/StringsViewer.inspector/%{ARCH} +share/GNUstep/System/Library/Bundles/StringsViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/StringsViewer +share/GNUstep/System/Library/Bundles/StringsViewer.inspector/stamp.make +share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/Resources/Info-gnustep.plist +share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/ImageThumbnailer +share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/stamp.make +share/GNUstep/System/Library/Services/thumbnailer.service/Resources/Info-gnustep.plist +share/GNUstep/System/Library/Services/thumbnailer.service/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/thumbnailer +share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/findfile +share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/wopen +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/Resources +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources +@dirrm share/GNUstep/System/Library/Services/thumbnailer.service +@dirrm share/GNUstep/System/Library/Bundles/StringsViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/StringsViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/StringsViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/StringsViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/StringsViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/CVS @dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/CVS @dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources @dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer -@dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles/PlistViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/PlistViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/PlistViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/PlistViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/PlistViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/PlistViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/PlistViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/PlistViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources/CVS @dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/PdfViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/InspectorViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/InspectorViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/Resources +@dirrm share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Spanish.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Romanian.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Romanian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Spanish.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Romanian.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Romanian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Portuguese.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Italian.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Italian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/German.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/German.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Portuguese.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Italian.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Italian.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/German.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/German.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/French.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/French.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Dutch.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Dutch.lproj @dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/CVS @dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources @dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer -@dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Spanish.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Romanian.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Romanian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Spanish.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Romanian.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Romanian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Portuguese.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Italian.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Italian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/German.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/German.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Italian.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Italian.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/German.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/German.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/French.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/French.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Dutch.lproj/CVS +@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Dutch.lproj @dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/CVS @dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources @dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer -@dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector/Resources @dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector -@dirrm share/GNUstep/System/Library/Bundles -@dirrm share/GNUstep/System/Applications/GWorkspace.app/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/%{ARCH} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/StringsViewer.inspector +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/Resources/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SoundViewer.inspector -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/RtfViewer.inspector +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Romanian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Italian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/German.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/XTermPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/XTermPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ToolsPanel.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ToolsPanel.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ShelfPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ShelfPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/RunExternal.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/RunExternal.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PrefWindow.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PrefWindow.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PermissionsPanel.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/PermissionsPanel.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/OpenWith.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/OpenWith.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/InspectorsWin.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/InspectorsWin.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/IconsPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/IconsPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/HiddenFilesPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/HiddenFilesPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOpsPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOpsPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOperationWin.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/FileOperationWin.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DeskTopPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DeskTopPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefSortOrderPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefSortOrderPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefEditorPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/DefEditorPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ContentsPanel.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/ContentsPanel.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/AttributesPanel.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj/AttributesPanel.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/English.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Resources +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PlistViewer.inspector -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/Resources/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/PdfViewer.inspector +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/InspectorViewer.inspector -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Spanish.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Romanian.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Romanian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Spanish.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Romanian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Romanian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Portuguese.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Italian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Italian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/German.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/German.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Portuguese.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Italian.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Italian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/German.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/German.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/French.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/French.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Dutch.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Dutch.lproj @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOps.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOps.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/CVS -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/${GNUSTEP_HOST_CPU} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Spanish.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Romanian.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Romanian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Spanish.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Spanish.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Romanian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Romanian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Portuguese.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Italian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Italian.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/German.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/German.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/French.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj +@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Dutch.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Portuguese.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Italian.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Italian.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/German.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/German.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/French.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/French.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Dutch.lproj/CVS +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Dutch.lproj @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/CVS @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/${ARCH_LOC}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/${ARCH_LOC} -@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/%{ARCH} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} +@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector @dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources @dirrm share/GNUstep/System/Applications/GWorkspace.app -@dirrm share/GNUstep/System/Applications diff --git a/sysutils/gworkspace/distinfo b/sysutils/gworkspace/distinfo index e48a97a6b4a..efdd40eb2ac 100644 --- a/sysutils/gworkspace/distinfo +++ b/sysutils/gworkspace/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/09/28 02:19:53 rh Exp $ +$NetBSD: distinfo,v 1.2 2003/07/06 08:51:34 rh Exp $ -SHA1 (gworkspace-0.4.tar.gz) = 86ebe11b0fe9f6bcfffd0e69a9c105a67cbd1e29 -Size (gworkspace-0.4.tar.gz) = 812042 bytes +SHA1 (gworkspace-0.5.3.tar.gz) = 93d38f8ec63e6f391415ee8a97dc056457680c1e +Size (gworkspace-0.5.3.tar.gz) = 1104593 bytes +SHA1 (patch-aa) = 0fb9a1d949b4bbadc5d9492a03885f6da6a40aa6 +SHA1 (patch-ab) = c6e81a172c3fc769606cfad2110b0a6d0fc44bee diff --git a/sysutils/gworkspace/patches/patch-aa b/sysutils/gworkspace/patches/patch-aa new file mode 100644 index 00000000000..0941012871f --- /dev/null +++ b/sysutils/gworkspace/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1 2003/07/06 08:51:34 rh Exp $ + +--- Utilities/thumbnailer/main.m.orig 2003-06-30 23:40:26.000000000 +1000 ++++ Utilities/thumbnailer/main.m +@@ -677,18 +677,26 @@ int main(int argc, char** argv, char **e + exit(0); + } + ++#if GS_WITH_GC + CREATE_AUTORELEASE_POOL (pool); ++#endif + thumbnailer = [Thumbnailer new]; ++#if GS_WITH_GC + RELEASE (pool); ++#endif + + if (thumbnailer != nil) { ++#if GS_WITH_GC + CREATE_AUTORELEASE_POOL (pool); ++#endif + + [NSApplication sharedApplication]; + NSRegisterServicesProvider(thumbnailer, @"Thumbnailer"); + [[NSRunLoop currentRunLoop] run]; + ++#if GS_WITH_GC + RELEASE (pool); ++#endif + } + + exit(0); diff --git a/sysutils/gworkspace/patches/patch-ab b/sysutils/gworkspace/patches/patch-ab new file mode 100644 index 00000000000..a660e961e6f --- /dev/null +++ b/sysutils/gworkspace/patches/patch-ab @@ -0,0 +1,21 @@ +$NetBSD: patch-ab,v 1.1 2003/07/06 08:51:35 rh Exp $ + +--- GWorkspace/GWorkspace.m.orig 2003-07-01 19:38:26.000000000 +1000 ++++ GWorkspace/GWorkspace.m +@@ -92,6 +92,7 @@ static GWorkspace *gworkspace = nil; + BOOL confirm = !([defaults boolForKey: confirmString]); + NSRect scr = [[NSScreen mainScreen] visibleFrame]; + NSRect wrect = NSZeroRect; ++ NSRect wr; + FileOperation *op; + int i; + +@@ -105,7 +106,7 @@ static GWorkspace *gworkspace = nil; + + for (i = 0; i < [operations count]; i++) { + op = [operations objectAtIndex: i]; +- NSRect wr = [op winRect]; ++ wr = [op winRect]; + + if (NSEqualRects(wr, NSZeroRect) == NO) { + wrect = NSMakeRect(wr.origin.x + WSHIFT, -- cgit v1.2.3