From c7fe3d77508abac868fd9543de2320d07f06b491 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 29 May 2007 03:02:10 +0000 Subject: [PATCH] Import gnustep-gui-0.12.0 The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon the OpenStep specification as release by NeXT Software, Inc. These classes include graphical objects such as buttons, text fields, popup lists, browser lists, and windows; there are also many associated classes for handling events, colors, fonts, pasteboards and images. --- x11/gnustep/gui/Makefile | 40 ++ x11/gnustep/gui/distinfo | 5 + x11/gnustep/gui/patches/patch-Source_NSFont_m | 37 ++ x11/gnustep/gui/pkg/DESCR | 6 + x11/gnustep/gui/pkg/PLIST | 455 ++++++++++++++++++ 5 files changed, 543 insertions(+) create mode 100644 x11/gnustep/gui/Makefile create mode 100644 x11/gnustep/gui/distinfo create mode 100644 x11/gnustep/gui/patches/patch-Source_NSFont_m create mode 100644 x11/gnustep/gui/pkg/DESCR create mode 100644 x11/gnustep/gui/pkg/PLIST diff --git a/x11/gnustep/gui/Makefile b/x11/gnustep/gui/Makefile new file mode 100644 index 00000000000..732945c3a9d --- /dev/null +++ b/x11/gnustep/gui/Makefile @@ -0,0 +1,40 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/05/29 03:02:10 ajacoutot Exp $ + +COMMENT= "GNUstep gui library" + +DISTNAME= gnustep-gui-0.12.0 +SHARED_LIBS= gnustep-gui 0.12 # .0.12 +CATEGORIES= devel + +HOMEPAGE= http://www.gnustep.org/ + +WANTLIB= c crypto m objc pthread ssl stdc++ tiff z + +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ + +MODULES= x11/gnustep +LIB_DEPENDS= aspell.>=16::textproc/aspell/core \ + audiofile::devel/libaudiofile \ + cups.>=3::print/cups \ + gnustep-base.>=1::x11/gnustep/base \ + jpeg.>=62::graphics/jpeg \ + png.>=5::graphics/png \ + ungif.>=5::graphics/libungif + +CONFIGURE_STYLE=simple +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \ + LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lm" +CONFIGURE_ARGS= --disable-gsnd --with-x + +pre-configure: + @perl -pi -e 's,^GNUSTEP_GUI_MAJOR_VERSION=.*,GNUSTEP_GUI_MAJOR_VERSION=${LIBgnustep-gui_VERSION:R},g;' \ + -e 's,^GNUSTEP_GUI_MINOR_VERSION=.*,GNUSTEP_GUI_MINOR_VERSION=${LIBgnustep-gui_VERSION:E},g' \ + ${WRKSRC}/Version + +post-install: + ${INSTALL_MAN} ${WRKSRC}/Documentation/make_services.1 \ + ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/Documentation/gopen.1 \ + ${PREFIX}/man/man1 + +.include diff --git a/x11/gnustep/gui/distinfo b/x11/gnustep/gui/distinfo new file mode 100644 index 00000000000..18014bdda8d --- /dev/null +++ b/x11/gnustep/gui/distinfo @@ -0,0 +1,5 @@ +MD5 (gnustep/gnustep-gui-0.12.0.tar.gz) = E/HsmRCpkQXtDx958v8tsA== +RMD160 (gnustep/gnustep-gui-0.12.0.tar.gz) = iGg51gBl27WY2a7+2SmoIKC13DY= +SHA1 (gnustep/gnustep-gui-0.12.0.tar.gz) = 8+vCgYHbWjB4jM/FR0BKb1LEn9A= +SHA256 (gnustep/gnustep-gui-0.12.0.tar.gz) = B/x077LbI6RJkomqaQdU1TPBmJdoEVKt2ToHTAX9im4= +SIZE (gnustep/gnustep-gui-0.12.0.tar.gz) = 1738576 diff --git a/x11/gnustep/gui/patches/patch-Source_NSFont_m b/x11/gnustep/gui/patches/patch-Source_NSFont_m new file mode 100644 index 00000000000..8e838841b8e --- /dev/null +++ b/x11/gnustep/gui/patches/patch-Source_NSFont_m @@ -0,0 +1,37 @@ +$OpenBSD: patch-Source_NSFont_m,v 1.1.1.1 2007/05/29 03:02:10 ajacoutot Exp $ +--- Source/NSFont.m.orig Mon May 28 14:37:58 2007 ++++ Source/NSFont.m Mon May 28 14:39:49 2007 +@@ -163,13 +163,13 @@ keyForFont(NSString *name, const float *matrix, BOOL f + + NSBoldFontSize (none) + NSControlContentFontSize (none) +- NSFontSize 12 (System Font Size) ++ NSFontSize 9 (System Font Size) + NSLabelFontSize (none) + NSMenuFontSize (none) + NSMiniFontSize 6 + NSMessageFontSize (none) + NSPaletteFontSize (none) +- NSSmallFontSize 9 ++ NSSmallFontSize 8 + NSTitleBarFontSize (none) + NSToolTipsFontSize (none) + NSUserFixedPitchFontSize (none) +@@ -587,7 +587,7 @@ static void setNSFont(NSString *key, NSFont *font) + + if (fontSize == 0) + { +- fontSize = 9; ++ fontSize = 8; + } + + return fontSize; +@@ -599,7 +599,7 @@ static void setNSFont(NSString *key, NSFont *font) + + if (fontSize == 0) + { +- fontSize = 12; ++ fontSize = 9; + } + + return fontSize; diff --git a/x11/gnustep/gui/pkg/DESCR b/x11/gnustep/gui/pkg/DESCR new file mode 100644 index 00000000000..5f78edd51e2 --- /dev/null +++ b/x11/gnustep/gui/pkg/DESCR @@ -0,0 +1,6 @@ +The GNUstep gui library is a library of graphical user interface classes +written completely in the Objective-C language; the classes are based +upon the OpenStep specification as release by NeXT Software, Inc. These +classes include graphical objects such as buttons, text fields, popup +lists, browser lists, and windows; there are also many associated +classes for handling events, colors, fonts, pasteboards and images. diff --git a/x11/gnustep/gui/pkg/PLIST b/x11/gnustep/gui/pkg/PLIST new file mode 100644 index 00000000000..a11d190a465 --- /dev/null +++ b/x11/gnustep/gui/pkg/PLIST @@ -0,0 +1,455 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/29 03:02:10 ajacoutot Exp $ +bin/gclose +bin/gcloseall +bin/gopen +bin/make_services +bin/set_show_service +include/AppKit/ +include/AppKit/AppKit.h +include/AppKit/AppKitDefines.h +include/AppKit/AppKitExceptions.h +include/AppKit/DPSOperators.h +include/AppKit/GMAppKit.h +include/AppKit/GMArchiver.h +include/AppKit/GSAnimator.h +include/AppKit/GSDisplayServer.h +include/AppKit/GSDragView.h +include/AppKit/GSEPSPrintOperation.h +include/AppKit/GSFontInfo.h +include/AppKit/GSFusedSilica.h +include/AppKit/GSHbox.h +include/AppKit/GSHelpManagerPanel.h +include/AppKit/GSHorizontalTypesetter.h +include/AppKit/GSInfoPanel.h +include/AppKit/GSInstantiator.h +include/AppKit/GSLayoutManager.h +include/AppKit/GSLayoutManager_internal.h +include/AppKit/GSMemoryPanel.h +include/AppKit/GSMethodTable.h +include/AppKit/GSModelLoaderFactory.h +include/AppKit/GSNibCompatibility.h +include/AppKit/GSNibContainer.h +include/AppKit/GSNibTemplates.h +include/AppKit/GSPDFPrintOperation.h +include/AppKit/GSPasteboardServer.h +include/AppKit/GSPrintOperation.h +include/AppKit/GSPrinting.h +include/AppKit/GSServicesManager.h +include/AppKit/GSTable.h +include/AppKit/GSTextConverter.h +include/AppKit/GSTheme.h +include/AppKit/GSTitleView.h +include/AppKit/GSToolbar.h +include/AppKit/GSToolbarView.h +include/AppKit/GSTrackingRect.h +include/AppKit/GSTypesetter.h +include/AppKit/GSVbox.h +include/AppKit/GSVersion.h +include/AppKit/IMConnectors.h +include/AppKit/IMCustomObject.h +include/AppKit/IMLoading.h +include/AppKit/NSActionCell.h +include/AppKit/NSAffineTransform.h +include/AppKit/NSAlert.h +include/AppKit/NSAnimation.h +include/AppKit/NSApplication.h +include/AppKit/NSArrayController.h +include/AppKit/NSAttributedString.h +include/AppKit/NSBezierPath.h +include/AppKit/NSBitmapImageRep.h +include/AppKit/NSBox.h +include/AppKit/NSBrowser.h +include/AppKit/NSBrowserCell.h +include/AppKit/NSButton.h +include/AppKit/NSButtonCell.h +include/AppKit/NSCachedImageRep.h +include/AppKit/NSCell.h +include/AppKit/NSClipView.h +include/AppKit/NSColor.h +include/AppKit/NSColorList.h +include/AppKit/NSColorPanel.h +include/AppKit/NSColorPicker.h +include/AppKit/NSColorPicking.h +include/AppKit/NSColorWell.h +include/AppKit/NSComboBox.h +include/AppKit/NSComboBoxCell.h +include/AppKit/NSControl.h +include/AppKit/NSController.h +include/AppKit/NSCursor.h +include/AppKit/NSCustomImageRep.h +include/AppKit/NSDataLink.h +include/AppKit/NSDataLinkManager.h +include/AppKit/NSDataLinkPanel.h +include/AppKit/NSDocument.h +include/AppKit/NSDocumentController.h +include/AppKit/NSDragging.h +include/AppKit/NSDrawer.h +include/AppKit/NSEPSImageRep.h +include/AppKit/NSEvent.h +include/AppKit/NSFileWrapper.h +include/AppKit/NSFont.h +include/AppKit/NSFontManager.h +include/AppKit/NSFontPanel.h +include/AppKit/NSForm.h +include/AppKit/NSFormCell.h +include/AppKit/NSGraphics.h +include/AppKit/NSGraphicsContext.h +include/AppKit/NSHelpManager.h +include/AppKit/NSHelpPanel.h +include/AppKit/NSImage.h +include/AppKit/NSImageCell.h +include/AppKit/NSImageRep.h +include/AppKit/NSImageView.h +include/AppKit/NSInputManager.h +include/AppKit/NSInputServer.h +include/AppKit/NSInterfaceStyle.h +include/AppKit/NSKeyValueBinding.h +include/AppKit/NSLayoutManager.h +include/AppKit/NSLevelIndicator.h +include/AppKit/NSLevelIndicatorCell.h +include/AppKit/NSMatrix.h +include/AppKit/NSMenu.h +include/AppKit/NSMenuItem.h +include/AppKit/NSMenuItemCell.h +include/AppKit/NSMenuView.h +include/AppKit/NSMovie.h +include/AppKit/NSMovieView.h +include/AppKit/NSNib.h +include/AppKit/NSNibConnector.h +include/AppKit/NSNibDeclarations.h +include/AppKit/NSNibLoading.h +include/AppKit/NSObjectController.h +include/AppKit/NSOpenGL.h +include/AppKit/NSOpenGLView.h +include/AppKit/NSOpenPanel.h +include/AppKit/NSOutlineView.h +include/AppKit/NSPageLayout.h +include/AppKit/NSPanel.h +include/AppKit/NSParagraphStyle.h +include/AppKit/NSPasteboard.h +include/AppKit/NSPopUpButton.h +include/AppKit/NSPopUpButtonCell.h +include/AppKit/NSPrintInfo.h +include/AppKit/NSPrintOperation.h +include/AppKit/NSPrintPanel.h +include/AppKit/NSPrinter.h +include/AppKit/NSProgressIndicator.h +include/AppKit/NSResponder.h +include/AppKit/NSRulerMarker.h +include/AppKit/NSRulerView.h +include/AppKit/NSSavePanel.h +include/AppKit/NSScreen.h +include/AppKit/NSScrollView.h +include/AppKit/NSScroller.h +include/AppKit/NSSearchField.h +include/AppKit/NSSearchFieldCell.h +include/AppKit/NSSecureTextField.h +include/AppKit/NSSelection.h +include/AppKit/NSSlider.h +include/AppKit/NSSliderCell.h +include/AppKit/NSSound.h +include/AppKit/NSSpellChecker.h +include/AppKit/NSSpellProtocol.h +include/AppKit/NSSpellServer.h +include/AppKit/NSSplitView.h +include/AppKit/NSStepper.h +include/AppKit/NSStepperCell.h +include/AppKit/NSStringDrawing.h +include/AppKit/NSTabView.h +include/AppKit/NSTabViewItem.h +include/AppKit/NSTableColumn.h +include/AppKit/NSTableHeaderCell.h +include/AppKit/NSTableHeaderView.h +include/AppKit/NSTableView.h +include/AppKit/NSText.h +include/AppKit/NSTextAttachment.h +include/AppKit/NSTextContainer.h +include/AppKit/NSTextField.h +include/AppKit/NSTextFieldCell.h +include/AppKit/NSTextStorage.h +include/AppKit/NSTextView.h +include/AppKit/NSToolbar.h +include/AppKit/NSToolbarItem.h +include/AppKit/NSUserDefaultsController.h +include/AppKit/NSUserInterfaceValidation.h +include/AppKit/NSView.h +include/AppKit/NSWindow+Toolbar.h +include/AppKit/NSWindow.h +include/AppKit/NSWindowController.h +include/AppKit/NSWorkspace.h +include/AppKit/PSOperators.h +include/Cocoa/ +include/Cocoa/Cocoa.h +include/GNUstepGUI/ +include/GNUstepGUI/GMAppKit.h +include/GNUstepGUI/GMArchiver.h +include/GNUstepGUI/GSAnimator.h +include/GNUstepGUI/GSDisplayServer.h +include/GNUstepGUI/GSDragView.h +include/GNUstepGUI/GSEPSPrintOperation.h +include/GNUstepGUI/GSFontInfo.h +include/GNUstepGUI/GSFusedSilica.h +include/GNUstepGUI/GSHbox.h +include/GNUstepGUI/GSHelpManagerPanel.h +include/GNUstepGUI/GSHorizontalTypesetter.h +include/GNUstepGUI/GSInfoPanel.h +include/GNUstepGUI/GSInstantiator.h +include/GNUstepGUI/GSLayoutManager.h +include/GNUstepGUI/GSLayoutManager_internal.h +include/GNUstepGUI/GSMemoryPanel.h +include/GNUstepGUI/GSMethodTable.h +include/GNUstepGUI/GSModelLoaderFactory.h +include/GNUstepGUI/GSNibCompatibility.h +include/GNUstepGUI/GSNibContainer.h +include/GNUstepGUI/GSNibTemplates.h +include/GNUstepGUI/GSPDFPrintOperation.h +include/GNUstepGUI/GSPasteboardServer.h +include/GNUstepGUI/GSPrintOperation.h +include/GNUstepGUI/GSPrinting.h +include/GNUstepGUI/GSServicesManager.h +include/GNUstepGUI/GSTable.h +include/GNUstepGUI/GSTextConverter.h +include/GNUstepGUI/GSTheme.h +include/GNUstepGUI/GSTitleView.h +include/GNUstepGUI/GSToolbar.h +include/GNUstepGUI/GSToolbarView.h +include/GNUstepGUI/GSTrackingRect.h +include/GNUstepGUI/GSTypesetter.h +include/GNUstepGUI/GSVbox.h +include/GNUstepGUI/GSVersion.h +include/GNUstepGUI/IMConnectors.h +include/GNUstepGUI/IMCustomObject.h +include/GNUstepGUI/IMLoading.h +include/gnustep/gui/ +include/gnustep/gui/GMAppKit.h +include/gnustep/gui/GMArchiver.h +include/gnustep/gui/GSAnimator.h +include/gnustep/gui/GSDisplayServer.h +include/gnustep/gui/GSDragView.h +include/gnustep/gui/GSEPSPrintOperation.h +include/gnustep/gui/GSFontInfo.h +include/gnustep/gui/GSFusedSilica.h +include/gnustep/gui/GSHbox.h +include/gnustep/gui/GSHelpManagerPanel.h +include/gnustep/gui/GSHorizontalTypesetter.h +include/gnustep/gui/GSInfoPanel.h +include/gnustep/gui/GSInstantiator.h +include/gnustep/gui/GSLayoutManager.h +include/gnustep/gui/GSLayoutManager_internal.h +include/gnustep/gui/GSMemoryPanel.h +include/gnustep/gui/GSMethodTable.h +include/gnustep/gui/GSModelLoaderFactory.h +include/gnustep/gui/GSNibCompatibility.h +include/gnustep/gui/GSNibContainer.h +include/gnustep/gui/GSNibTemplates.h +include/gnustep/gui/GSPDFPrintOperation.h +include/gnustep/gui/GSPasteboardServer.h +include/gnustep/gui/GSPrintOperation.h +include/gnustep/gui/GSPrinting.h +include/gnustep/gui/GSServicesManager.h +include/gnustep/gui/GSTable.h +include/gnustep/gui/GSTextConverter.h +include/gnustep/gui/GSTheme.h +include/gnustep/gui/GSTitleView.h +include/gnustep/gui/GSToolbar.h +include/gnustep/gui/GSToolbarView.h +include/gnustep/gui/GSTrackingRect.h +include/gnustep/gui/GSTypesetter.h +include/gnustep/gui/GSVbox.h +include/gnustep/gui/GSVersion.h +include/gnustep/gui/IMConnectors.h +include/gnustep/gui/IMCustomObject.h +include/gnustep/gui/IMLoading.h +lib/GNUstep/Bundles/ +lib/GNUstep/Bundles/GSPrinting/ +lib/GNUstep/Bundles/GSPrinting/GSCUPS.bundle/ +lib/GNUstep/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS.so +lib/GNUstep/Bundles/GSPrinting/GSCUPS.bundle/Resources/ +lib/GNUstep/Bundles/GSPrinting/GSCUPS.bundle/Resources/Info-gnustep.plist +lib/GNUstep/Bundles/GSPrinting/GSCUPS.bundle/stamp.make +lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/ +lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/GSLPR.so +lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/Resources/ +lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/Resources/Info-gnustep.plist +lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/stamp.make +lib/GNUstep/Bundles/TextConverters/ +lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/ +lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/RTFConverter.so +lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/Resources/ +lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist +lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/stamp.make +lib/GNUstep/Bundles/libgmodel.bundle/ +lib/GNUstep/Bundles/libgmodel.bundle/Resources/ +lib/GNUstep/Bundles/libgmodel.bundle/Resources/Info-gnustep.plist +lib/GNUstep/Bundles/libgmodel.bundle/libgmodel.so +lib/GNUstep/Bundles/libgmodel.bundle/stamp.make +lib/GNUstep/ColorPickers/ +lib/GNUstep/ColorPickers/NamedPicker.bundle/ +lib/GNUstep/ColorPickers/NamedPicker.bundle/NamedPicker.so +lib/GNUstep/ColorPickers/NamedPicker.bundle/Resources/ +lib/GNUstep/ColorPickers/NamedPicker.bundle/Resources/GSNamedColorPicker.tiff +lib/GNUstep/ColorPickers/NamedPicker.bundle/Resources/Info-gnustep.plist +lib/GNUstep/ColorPickers/NamedPicker.bundle/stamp.make +lib/GNUstep/ColorPickers/StandardPicker.bundle/ +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/ +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/English.lproj/ +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/English.lproj/StandardPicker.strings +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/French.lproj/ +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/French.lproj/StandardPicker.strings +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/GSCMYKColorPicker.tiff +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/GSGrayColorPicker.tiff +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/GSHSBColorPicker.tiff +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/GSRGBColorPicker.tiff +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/Info-gnustep.plist +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj/ +lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj/StandardPicker.strings +lib/GNUstep/ColorPickers/StandardPicker.bundle/StandardPicker.so +lib/GNUstep/ColorPickers/StandardPicker.bundle/stamp.make +lib/GNUstep/ColorPickers/WheelPicker.bundle/ +lib/GNUstep/ColorPickers/WheelPicker.bundle/Resources/ +lib/GNUstep/ColorPickers/WheelPicker.bundle/Resources/GSWheelColorPicker.tiff +lib/GNUstep/ColorPickers/WheelPicker.bundle/Resources/Info-gnustep.plist +lib/GNUstep/ColorPickers/WheelPicker.bundle/WheelPicker.so +lib/GNUstep/ColorPickers/WheelPicker.bundle/stamp.make +lib/GNUstep/Images/ +lib/GNUstep/Images/GNUstep.tiff +lib/GNUstep/Images/GNUstepMenuImage.tiff +lib/GNUstep/Images/GNUstep_Images_Copyright +lib/GNUstep/Images/GSSearch.tiff +lib/GNUstep/Images/GSStop.tiff +lib/GNUstep/Images/MagnifyGlass.tiff +lib/GNUstep/Images/NSComboArrow.tiff +lib/GNUstep/Images/NSRatingLevelIndicator.tiff +lib/GNUstep/Images/common_2DCheckMark.tiff +lib/GNUstep/Images/common_2DDash.tiff +lib/GNUstep/Images/common_3DArrowDown.tiff +lib/GNUstep/Images/common_3DArrowRight.tiff +lib/GNUstep/Images/common_3DArrowRightH.tiff +lib/GNUstep/Images/common_ArrowDown.tiff +lib/GNUstep/Images/common_ArrowDownH.tiff +lib/GNUstep/Images/common_ArrowLeft.tiff +lib/GNUstep/Images/common_ArrowLeftH.tiff +lib/GNUstep/Images/common_ArrowRight.tiff +lib/GNUstep/Images/common_ArrowRightH.tiff +lib/GNUstep/Images/common_ArrowUp.tiff +lib/GNUstep/Images/common_ArrowUpH.tiff +lib/GNUstep/Images/common_CenterTabStop.tiff +lib/GNUstep/Images/common_Close.tiff +lib/GNUstep/Images/common_CloseBroken.tiff +lib/GNUstep/Images/common_CloseBrokenH.tiff +lib/GNUstep/Images/common_CloseH.tiff +lib/GNUstep/Images/common_ClosedHandCursor.tiff +lib/GNUstep/Images/common_ColorSwatch.tiff +lib/GNUstep/Images/common_ComboBoxEllipsis.tiff +lib/GNUstep/Images/common_DecimalTabStop.tiff +lib/GNUstep/Images/common_Diamond.tiff +lib/GNUstep/Images/common_Dimple.tiff +lib/GNUstep/Images/common_DownArrowSmall.tiff +lib/GNUstep/Images/common_Folder.tiff +lib/GNUstep/Images/common_HelpCursor.tiff +lib/GNUstep/Images/common_Home.tiff +lib/GNUstep/Images/common_HomeDirectory.tiff +lib/GNUstep/Images/common_LeftTabStop.tiff +lib/GNUstep/Images/common_MiniWindowTile.tiff +lib/GNUstep/Images/common_Miniaturize.tiff +lib/GNUstep/Images/common_MiniaturizeH.tiff +lib/GNUstep/Images/common_Mount.tiff +lib/GNUstep/Images/common_Nibble.tiff +lib/GNUstep/Images/common_OpenHandCursor.tiff +lib/GNUstep/Images/common_Printer.tiff +lib/GNUstep/Images/common_RadioOff.tiff +lib/GNUstep/Images/common_RadioOn.tiff +lib/GNUstep/Images/common_Right.tiff +lib/GNUstep/Images/common_RightH.tiff +lib/GNUstep/Images/common_RightTabStop.tiff +lib/GNUstep/Images/common_Root_Apple.tiff +lib/GNUstep/Images/common_Root_PC.tiff +lib/GNUstep/Images/common_Root_SGI.tiff +lib/GNUstep/Images/common_Root_Sparc.tiff +lib/GNUstep/Images/common_Root_Sparc2.tiff +lib/GNUstep/Images/common_SliderHoriz.tiff +lib/GNUstep/Images/common_SliderVert.tiff +lib/GNUstep/Images/common_SwitchOff.tiff +lib/GNUstep/Images/common_SwitchOn.tiff +lib/GNUstep/Images/common_TabDownSelectedLeft.tiff +lib/GNUstep/Images/common_TabDownSelectedRight.tiff +lib/GNUstep/Images/common_TabDownSelectedToUnSelectedJunction.tiff +lib/GNUstep/Images/common_TabDownUnSelectedJunction.tiff +lib/GNUstep/Images/common_TabDownUnSelectedLeft.tiff +lib/GNUstep/Images/common_TabDownUnSelectedRight.tiff +lib/GNUstep/Images/common_TabDownUnSelectedToSelectedJunction.tiff +lib/GNUstep/Images/common_TabSelectedLeft.tiff +lib/GNUstep/Images/common_TabSelectedRight.tiff +lib/GNUstep/Images/common_TabSelectedToUnSelectedJunction.tiff +lib/GNUstep/Images/common_TabUnSelectToSelectedJunction.tiff +lib/GNUstep/Images/common_TabUnSelectedJunction.tiff +lib/GNUstep/Images/common_TabUnSelectedLeft.tiff +lib/GNUstep/Images/common_TabUnSelectedRight.tiff +lib/GNUstep/Images/common_Tile.tiff +lib/GNUstep/Images/common_ToolbarClippedItemsMark.tiff +lib/GNUstep/Images/common_ToolbarSeparatorItem.tiff +lib/GNUstep/Images/common_ToolbarShowColorsItem.tiff +lib/GNUstep/Images/common_ToolbarShowFontsItem.tiff +lib/GNUstep/Images/common_ToolbarSpaceItem.tiff +lib/GNUstep/Images/common_Unknown.tiff +lib/GNUstep/Images/common_UnknownApplication.tiff +lib/GNUstep/Images/common_UnknownTool.tiff +lib/GNUstep/Images/common_Unmount.tiff +lib/GNUstep/Images/common_UpAndDownArrowSmall.tiff +lib/GNUstep/Images/common_copyCursor.tiff +lib/GNUstep/Images/common_linkCursor.tiff +lib/GNUstep/Images/common_noCursor.tiff +lib/GNUstep/Images/common_outlineCollapsed.tiff +lib/GNUstep/Images/common_outlineExpanded.tiff +lib/GNUstep/Images/common_outlineUnexpandable.tiff +lib/GNUstep/Images/common_ret.tiff +lib/GNUstep/Images/common_retH.tiff +lib/GNUstep/Images/nsmapping.strings +lib/GNUstep/Images/page_landscape.tiff +lib/GNUstep/Images/page_portrait.tiff +lib/GNUstep/KeyBindings/ +lib/GNUstep/KeyBindings/DefaultKeyBindings.dict +lib/GNUstep/Libraries/gnustep-gui/ +lib/GNUstep/Libraries/gnustep-gui/Versions/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm/data.classes +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm/data.info +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm/objects.gorm +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPageLayout.gorm/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPageLayout.gorm/data.classes +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPageLayout.gorm/data.info +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPageLayout.gorm/objects.gorm +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPrintPanel.gorm/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPrintPanel.gorm/data.classes +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPrintPanel.gorm/data.info +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPrintPanel.gorm/objects.gorm +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSSpellPanel.gorm/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSSpellPanel.gorm/data.classes +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSSpellPanel.gorm/objects.gorm +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/Localizable.strings +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/Esperanto.lproj/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/Esperanto.lproj/Localizable.strings +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/German.lproj/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/German.lproj/Localizable.strings +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/Info-gnustep.plist +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/Italian.lproj/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/Lojban.lproj/ +lib/GNUstep/Libraries/gnustep-gui/Versions/0.12/Resources/Lojban.lproj/Localizable.strings +lib/GNUstep/PostScript/ +lib/GNUstep/PostScript/GSProlog.ps +lib/GNUstep/PostScript/PPD/ +lib/GNUstep/PostScript/PPD/English.lproj/ +lib/GNUstep/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd +lib/GNUstep/Services/ +lib/GNUstep/Services/GSspell.service/ +lib/GNUstep/Services/GSspell.service/GSspell +lib/GNUstep/Services/GSspell.service/Resources/ +lib/GNUstep/Services/GSspell.service/Resources/Info-gnustep.plist +@lib lib/libgnustep-gui.so.${LIBgnustep-gui_VERSION} +@man man/man1/gopen.1 +@man man/man1/make_services.1 +share/GNUstep/Makefiles/Additional/gui.make