pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Update gworkspace to 0.7.1. There is no list...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc4d1485c7e3
branches:  trunk
changeset: 493272:dc4d1485c7e3
user:      rh <rh%pkgsrc.org@localhost>
date:      Mon May 02 06:35:55 2005 +0000

description:
Update gworkspace to 0.7.1.  There is no list of changes, but this version
fixes a number of bugs, adds a tabbed shelf, no longer uses GWLib, and runs
more smoothly overall.

diffstat:

 sysutils/GWLib/DESCR                  |    2 -
 sysutils/GWLib/Makefile               |   13 -
 sysutils/GWLib/PLIST                  |   15 -
 sysutils/GWLib/buildlink3.mk          |   21 -
 sysutils/gworkspace/Makefile          |   19 +-
 sysutils/gworkspace/Makefile.common   |   17 -
 sysutils/gworkspace/PLIST             |  710 ++++++++++-----------------------
 sysutils/gworkspace/distinfo          |   12 +-
 sysutils/gworkspace/files/GNUmakefile |    9 -
 sysutils/gworkspace/patches/patch-aa  |   98 ++++-
 sysutils/gworkspace/patches/patch-ab  |   35 +-
 11 files changed, 360 insertions(+), 591 deletions(-)

diffs (truncated from 1244 to 300 lines):

diff -r 263906d7e9ae -r dc4d1485c7e3 sysutils/GWLib/DESCR
--- a/sysutils/GWLib/DESCR      Mon May 02 05:45:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-  GWLib is the backend library for gworkspace, the official GNUstep
-workspace manager.  GWorkspace is a clone of NeXT's workspace manager.
diff -r 263906d7e9ae -r dc4d1485c7e3 sysutils/GWLib/Makefile
--- a/sysutils/GWLib/Makefile   Mon May 02 05:45:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2004/04/11 03:16:36 rh Exp $
-#
-
-.include "../../sysutils/gworkspace/Makefile.common"
-PKGNAME=       ${DISTNAME:S/gworkspace/GWLib/}
-
-COMMENT=       GWorkspace support library
-
-BUILD_DIRS=    ${WRKSRC}/GWLib
-DISTINFO_FILE= ${.CURDIR}/../gworkspace/distinfo
-PATCHDIR=      ${.CURDIR}/../gworkspace/patches
-
-.include "../../mk/bsd.pkg.mk"
diff -r 263906d7e9ae -r dc4d1485c7e3 sysutils/GWLib/PLIST
--- a/sysutils/GWLib/PLIST      Mon May 02 05:45:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/10 20:30:46 wiz Exp $
-share/GNUstep/System/Library/Headers/GWorkspace/BNameEditor.h
-share/GNUstep/System/Library/Headers/GWorkspace/Browser2.h
-share/GNUstep/System/Library/Headers/GWorkspace/ContentViewersProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/GWFunctions.h
-share/GNUstep/System/Library/Headers/GWorkspace/GWLib.h
-share/GNUstep/System/Library/Headers/GWorkspace/GWNotifications.h
-share/GNUstep/System/Library/Headers/GWorkspace/GWProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/IconViewsProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/InspectorsProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/PreferencesProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/ViewersProtocol.h
-share/GNUstep/System/Library/Libraries/libGWorkspace.so
-share/GNUstep/System/Library/Libraries/libGWorkspace.so.0.0.1
-@dirrm share/GNUstep/System/Library/Headers/GWorkspace
diff -r 263906d7e9ae -r dc4d1485c7e3 sysutils/GWLib/buildlink3.mk
--- a/sysutils/GWLib/buildlink3.mk      Mon May 02 05:45:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/11 03:16:36 rh Exp $
-
-BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
-GWLIB_BUILDLINK3_MK:=  ${GWLIB_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+=    GWLib
-.endif
-
-BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:NGWLib}
-BUILDLINK_PACKAGES+=   GWLib
-
-.if !empty(GWLIB_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.GWLib?=      GWLib>=0.5.3nb2
-BUILDLINK_RECOMMENDED.GWLib?=  GWLib>=0.5.3nb4
-BUILDLINK_PKGSRCDIR.GWLib?=    ../../sysutils/GWLib
-.endif # GWLIB_BUILDLINK3_MK
-
-.include "../../x11/gnustep-back/buildlink3.mk"
-
-BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 263906d7e9ae -r dc4d1485c7e3 sysutils/gworkspace/Makefile
--- a/sysutils/gworkspace/Makefile      Mon May 02 05:45:15 2005 +0000
+++ b/sysutils/gworkspace/Makefile      Mon May 02 06:35:55 2005 +0000
@@ -1,12 +1,21 @@
-# $NetBSD: Makefile,v 1.10 2004/11/16 07:58:21 rh Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/02 06:35:55 rh Exp $
 #
 
-.include "Makefile.common"
+DISTNAME=      gworkspace-0.7.1
+CATEGORIES=    sysutils gnustep
+MASTER_SITES=  http://www.gnustep.it/enrico/gworkspace/        \
+               http://www.imago.ro/gworkspace/
 
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.gnustep.it/enrico/gworkspace/
 COMMENT=       GNUstep Workspace manager
 
-pre-install:
-       ${CP} ${FILESDIR}/GNUmakefile ${WRKSRC}/GWLib
+CONFLICTS+=    GWLib-[0-9]*
+
+WRKSRC=                ${WRKDIR}/${DISTNAME:S/gw/GW/}
+USE_X11=       yes
 
-.include "../../sysutils/GWLib/buildlink3.mk"
+.include "../../x11/gnustep-back/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/ghostscript.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 263906d7e9ae -r dc4d1485c7e3 sysutils/gworkspace/Makefile.common
--- a/sysutils/gworkspace/Makefile.common       Mon May 02 05:45:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile.common,v 1.11 2005/04/11 21:47:25 tv Exp $
-#
-
-DISTNAME=      gworkspace-0.6.5
-CATEGORIES?=   sysutils gnustep
-MASTER_SITES=  http://www.gnustep.it/enrico/gworkspace/        \
-                       http://www.imago.ro/gworkspace/
-
-MAINTAINER?=   tech-pkg%NetBSD.org@localhost
-HOMEPAGE?=     http://www.gnustep.it/enrico/gworkspace/
-
-WRKSRC=                ${WRKDIR}/${DISTNAME:S/gw/GW/}
-USE_X11=       yes
-
-.include "../../x11/gnustep-back/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/ghostscript.mk"
diff -r 263906d7e9ae -r dc4d1485c7e3 sysutils/gworkspace/PLIST
--- a/sysutils/gworkspace/PLIST Mon May 02 05:45:15 2005 +0000
+++ b/sysutils/gworkspace/PLIST Mon May 02 06:35:55 2005 +0000
@@ -1,104 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2004/11/16 07:58:21 rh Exp $
-share/GNUstep/System/Applications/Desktop.app/Desktop
-share/GNUstep/System/Applications/Desktop.app/Resources/ArrowRight.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/Desktop.desktop
-share/GNUstep/System/Applications/Desktop.app/Resources/Desktop.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/Localizable.strings
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/PreferencesWin.gorm/data.classes
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/PreferencesWin.gorm/objects.gorm
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/StartAppWin.gorm/data.classes
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/StartAppWin.gorm/objects.gorm
-share/GNUstep/System/Applications/Desktop.app/Resources/FileIcon_Floppy.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/FolderOpen.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/HardDisk.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/HardDiskOpen.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Desktop.app/Resources/MultipleSelection.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/Recycler.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/RecyclerFull.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/Workspace.tiff
-share/GNUstep/System/Applications/Desktop.app/library_paths.openapp
-share/GNUstep/System/Applications/Desktop.app/stamp.make
-share/GNUstep/System/Applications/Finder.app/Finder
-share/GNUstep/System/Applications/Finder.app/Resources/ArrowRight.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/CellHighlight.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/FindView.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/FindView.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/Finder.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/Finder.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/Localizable.strings
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/ResultsWindow.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/ResultsWindow.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/FModuleContents
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/Resources/FModuleContents.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/Resources/FModuleContents.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/FModuleCrDate
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/Resources/FModuleCrDate.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/Resources/FModuleCrDate.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/FModuleKind
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/Resources/FModuleKind.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/Resources/FModuleKind.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/FModuleModDate
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/Resources/FModuleModDate.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/Resources/FModuleModDate.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/FModuleName
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/Resources/FModuleName.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/Resources/FModuleName.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/FModuleOwner
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/Resources/FModuleOwner.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/Resources/FModuleOwner.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/FModuleSize
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/Resources/FModuleSize.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/Resources/FModuleSize.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/Finder.desktop
-share/GNUstep/System/Applications/Finder.app/Resources/Finder.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/FolderOpen.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/FolderOpenSmall.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/HardDisk.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/HardDiskOpen.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/MultipleSelection.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/MultipleSelectionSmall.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/Recycler.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/RecyclerFull.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/SmallCellHighlight.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/Unknown.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/Workspace.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/add.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/magnify_small.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/progind.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/remove.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/stop_small.tiff
-share/GNUstep/System/Applications/Finder.app/library_paths.openapp
-share/GNUstep/System/Applications/Finder.app/stamp.make
+@comment $NetBSD: PLIST,v 1.7 2005/05/02 06:35:55 rh Exp $
 share/GNUstep/System/Applications/GWorkspace.app/GWorkspace
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/BrowserViewer
-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/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/Info-gnustep.plist
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/objects.gorm
-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/miniwindow.tiff
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/stamp.make
 share/GNUstep/System/Applications/GWorkspace.app/Resources/CellHighlight.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/CellHighlight_osx.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/ComputeSize.tiff
@@ -118,61 +19,60 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dimple.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/DragableDocument.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Localizable.strings
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/BrowserViewerPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/BrowserViewerPref.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/data.info
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/objects.gorm
-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/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/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/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DesktopPref.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DesktopPref.gorm/objects.gorm
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FindModuleView.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FindModuleView.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FindModuleView.gorm/objects.gorm
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/objects.gorm
 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/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/HistoryPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HistoryPref.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HistoryPref.gorm/objects.gorm
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/data.info
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/objects.gorm
-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/LSFEditor.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFEditor.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFEditor.gorm/objects.gorm
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFolder.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFolder.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFolder.gorm/objects.gorm
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Localizable.strings
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/objects.nib
 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/OpenWith.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/data.info
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/objects.gorm
-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/data.classes
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/objects.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/SearchResults.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/SearchResults.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/SearchResults.gorm/objects.gorm
 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/classes.nib



Home | Main Index | Thread Index | Old Index