[Midnightbsd-cvs] mports [24283] trunk/x11-toolkits/gnustep-gui: update gui
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 9 17:00:04 EDT 2018
Revision: 24283
http://svnweb.midnightbsd.org/mports/?rev=24283
Author: laffer1
Date: 2018-09-09 17:00:04 -0400 (Sun, 09 Sep 2018)
Log Message:
-----------
update gui
Modified Paths:
--------------
trunk/x11-toolkits/gnustep-gui/Makefile
trunk/x11-toolkits/gnustep-gui/distinfo
trunk/x11-toolkits/gnustep-gui/pkg-plist
Removed Paths:
-------------
trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h
Modified: trunk/x11-toolkits/gnustep-gui/Makefile
===================================================================
--- trunk/x11-toolkits/gnustep-gui/Makefile 2018-09-09 20:57:20 UTC (rev 24282)
+++ trunk/x11-toolkits/gnustep-gui/Makefile 2018-09-09 21:00:04 UTC (rev 24283)
@@ -1,8 +1,7 @@
# $MidnightBSD$
PORTNAME= gnustep-gui
-PORTVERSION= 0.24.1
-PORTREVISON= 1
+PORTVERSION= 0.25.1
CATEGORIES= x11-toolkits gnustep
MASTER_SITES= GNUSTEP/core
@@ -9,23 +8,26 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= GNUstep GUI library
+LICENSE= gpl3 lgpl3
LICENSE_COMB= multi
-LICENSE= gpl3 lgpl3
+BROKEN_powerpc64= fails to build: Illegal instruction (core dumped)
+
+LIB_DEPENDS+= libtiff.so:graphics/tiff
+LIB_DEPENDS+= libpng.so:graphics/png
+LIB_DEPENDS+= libgif.so:graphics/giflib
+LIB_DEPENDS+= libicui18n.so:devel/icu
+LIB_DEPENDS+= libsndfile.so:audio/libsndfile
+LIB_DEPENDS+= libao.so:audio/libao
+LIB_DEPENDS+= libflite.so:audio/flite
+
OPTIONS_DEFINE= DOCS CUPS ASPELL
OPTIONS_DEFAULT= CUPS
OPTIONS_SUB= yes
-DOCS_BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \
- texi2pdf:${PORTSDIR}/print/texinfo
+DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html \
+ texi2pdf:print/texinfo
-LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff
-LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
-LIB_DEPENDS+= libgif.so:${PORTSDIR}/graphics/giflib
-LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile
-LIB_DEPENDS+= libao.so:${PORTSDIR}/audio/libao
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:${PORTSDIR}/audio/flite
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include
@@ -43,13 +45,12 @@
EXTRA_PATCHES+= ${FILESDIR}/GNUmakefile.speech.patch
EXTRA_PATCHES+= ${FILESDIR}/AudioOutputSink.m.patch
MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
-MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
CUPS_CONFIGURE_ENABLE= cups
-CUPS_LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups
-ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
+CUPS_LIB_DEPENDS+= libcups.so:print/cups
+ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell
ASPELL_CONFIGURE_ENABLE= aspell
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
@@ -63,8 +64,7 @@
@${CP} ${GNUSTEP_PREFIX}/System/Library/Makefiles/${file} ${WRKSRC}
.endfor
-do-build:
- (cd ${WRKSRC}/; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \
- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
+post-install-DOCS-off:
+ @${FIND} -d ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Documentation -type d -empty -delete
.include <bsd.port.mk>
Modified: trunk/x11-toolkits/gnustep-gui/distinfo
===================================================================
--- trunk/x11-toolkits/gnustep-gui/distinfo 2018-09-09 20:57:20 UTC (rev 24282)
+++ trunk/x11-toolkits/gnustep-gui/distinfo 2018-09-09 21:00:04 UTC (rev 24283)
@@ -1,2 +1,3 @@
-SHA256 (gnustep-gui-0.24.1.tar.gz) = a749573c99d668b83230cc40b8b215b13d62e795615799a873981406cf2bb728
-SIZE (gnustep-gui-0.24.1.tar.gz) = 2837611
+TIMESTAMP = 1495189097
+SHA256 (gnustep-gui-0.25.1.tar.gz) = 3aacb277976014cfd4394084066187430100657dea234da91d9ae5015e747c66
+SIZE (gnustep-gui-0.25.1.tar.gz) = 2888779
Deleted: trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h
===================================================================
--- trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h 2018-09-09 20:57:20 UTC (rev 24282)
+++ trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h 2018-09-09 21:00:04 UTC (rev 24283)
@@ -1,11 +0,0 @@
---- Headers/AppKit/NSTableView.h
-+++ Headers/AppKit/NSTableView.h
-@@ -91,7 +91,7 @@
- BOOL _drawsGrid;
- NSColor *_gridColor;
- NSColor *_backgroundColor;
-- float _rowHeight;
-+ CGFloat _rowHeight;
- NSSize _intercellSpacing;
- id _delegate;
- NSTableHeaderView *_headerView;
Modified: trunk/x11-toolkits/gnustep-gui/pkg-plist
===================================================================
--- trunk/x11-toolkits/gnustep-gui/pkg-plist 2018-09-09 20:57:20 UTC (rev 24282)
+++ trunk/x11-toolkits/gnustep-gui/pkg-plist 2018-09-09 21:00:04 UTC (rev 24283)
@@ -1,7 +1,44 @@
-
+GNUstep/System/Applications/GSSpeechServer.app/GSSpeechServer
+GNUstep/System/Applications/GSSpeechServer.app/Resources/GSSpeechServer.desktop
+GNUstep/System/Applications/GSSpeechServer.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/GSSpeechServer.app/stamp.make
+GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput
+GNUstep/System/Library/Bundles/AudioOutput.nssound/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/AudioOutput.nssound/stamp.make
%%CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS
%%CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/Resources/Info-gnustep.plist
%%CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/stamp.make
+GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR
+GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/stamp.make
+GNUstep/System/Library/Bundles/Sndfile.nssound/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile
+GNUstep/System/Library/Bundles/Sndfile.nssound/stamp.make
+GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
+GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/stamp.make
+GNUstep/System/Library/Bundles/libgmodel.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel
+GNUstep/System/Library/Bundles/libgmodel.bundle/stamp.make
+GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker
+GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources/GSNamedColorPicker.tiff
+GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/ColorPickers/NamedPicker.bundle/stamp.make
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/English.lproj/StandardPicker.strings
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/French.lproj/StandardPicker.strings
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSCMYKColorPicker.tiff
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSGrayColorPicker.tiff
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSHSBColorPicker.tiff
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSRGBColorPicker.tiff
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Spanish.lproj/StandardPicker.strings
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj/StandardPicker.strings
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/stamp.make
+GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources/GSWheelColorPicker.tiff
+GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker
+GNUstep/System/Library/ColorPickers/WheelPicker.bundle/stamp.make
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Additions/ClassesTOC.gsdoc
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Additions/ClassesTOC.html
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Additions/Functions.gsdoc
@@ -32,6 +69,33 @@
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/General.igsdoc
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/OpenStepCompliance.html
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/dependencies
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Affine-Transformations.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Application-Makefiles.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Basic-Controls.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Browsers.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Images-and-Imageviews.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Interface-Files.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Introduction.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Matrix-Controls.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Outlets-and-Actions.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Tableviews.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/The-view-concept.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/applicationmakefiles.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/basicconcepts.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/browsercontrols.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/conceptindex.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/controls.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/dataexchange.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/eventhandling.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/fdl.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/gnustepapplications.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/images.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/index.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/interfacefiles.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/matrix.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/outlineviews.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/tableview.html
+%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/theviewconcept.html
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ClassesTOC.gsdoc
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ClassesTOC.html
%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ConstantsTOC.gsdoc
@@ -277,51 +341,13 @@
%%PORTDOCS%%GNUstep/System/Library/Documentation/User/Gui/GuiUser/LanguageSetup.html
%%PORTDOCS%%GNUstep/System/Library/Documentation/User/Gui/GuiUser/dependencies
%%PORTDOCS%%GNUstep/System/Library/Documentation/info/AppKit.info
+GNUstep/System/Library/Documentation/man/man1/GSSpeechServer.1.gz
%%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/gclose.1.gz
%%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/gcloseall.1.gz
%%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/gopen.1.gz
%%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/make_services.1.gz
+GNUstep/System/Library/Documentation/man/man1/say.1.gz
%%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/set_show_service.1.gz
- at dir GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual
- at dir GNUstep/System/Library/Themes
-GNUstep/System/Applications/GSSpeechServer.app/GSSpeechServer
-GNUstep/System/Applications/GSSpeechServer.app/Resources/GSSpeechServer.desktop
-GNUstep/System/Applications/GSSpeechServer.app/Resources/Info-gnustep.plist
-GNUstep/System/Applications/GSSpeechServer.app/stamp.make
-GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput
-GNUstep/System/Library/Bundles/AudioOutput.nssound/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/AudioOutput.nssound/stamp.make
-GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR
-GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/stamp.make
-GNUstep/System/Library/Bundles/Sndfile.nssound/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile
-GNUstep/System/Library/Bundles/Sndfile.nssound/stamp.make
-GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
-GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/stamp.make
-GNUstep/System/Library/Bundles/libgmodel.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel
-GNUstep/System/Library/Bundles/libgmodel.bundle/stamp.make
-GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker
-GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources/GSNamedColorPicker.tiff
-GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/ColorPickers/NamedPicker.bundle/stamp.make
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/English.lproj/StandardPicker.strings
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/French.lproj/StandardPicker.strings
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSCMYKColorPicker.tiff
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSGrayColorPicker.tiff
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSHSBColorPicker.tiff
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSRGBColorPicker.tiff
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Spanish.lproj/StandardPicker.strings
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj/StandardPicker.strings
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/stamp.make
-GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources/GSWheelColorPicker.tiff
-GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker
-GNUstep/System/Library/ColorPickers/WheelPicker.bundle/stamp.make
GNUstep/System/Library/Headers/AppKit/AppKit.h
GNUstep/System/Library/Headers/AppKit/AppKitDefines.h
GNUstep/System/Library/Headers/AppKit/AppKitExceptions.h
@@ -365,6 +391,7 @@
GNUstep/System/Library/Headers/AppKit/GSVersion.h
GNUstep/System/Library/Headers/AppKit/GSWindowDecorationView.h
GNUstep/System/Library/Headers/AppKit/GSXibElement.h
+GNUstep/System/Library/Headers/AppKit/GSXibKeyedUnarchiver.h
GNUstep/System/Library/Headers/AppKit/GSXibLoading.h
GNUstep/System/Library/Headers/AppKit/GSXibObjectContainer.h
GNUstep/System/Library/Headers/AppKit/GSXibParser.h
@@ -375,6 +402,7 @@
GNUstep/System/Library/Headers/AppKit/NSAffineTransform.h
GNUstep/System/Library/Headers/AppKit/NSAlert.h
GNUstep/System/Library/Headers/AppKit/NSAnimation.h
+GNUstep/System/Library/Headers/AppKit/NSAnimationContext.h
GNUstep/System/Library/Headers/AppKit/NSApplication.h
GNUstep/System/Library/Headers/AppKit/NSArrayController.h
GNUstep/System/Library/Headers/AppKit/NSAttributedString.h
@@ -562,6 +590,7 @@
GNUstep/System/Library/Headers/GNUstepGUI/GSVersion.h
GNUstep/System/Library/Headers/GNUstepGUI/GSWindowDecorationView.h
GNUstep/System/Library/Headers/GNUstepGUI/GSXibElement.h
+GNUstep/System/Library/Headers/GNUstepGUI/GSXibKeyedUnarchiver.h
GNUstep/System/Library/Headers/GNUstepGUI/GSXibLoading.h
GNUstep/System/Library/Headers/GNUstepGUI/GSXibObjectContainer.h
GNUstep/System/Library/Headers/GNUstepGUI/GSXibParser.h
@@ -607,6 +636,7 @@
GNUstep/System/Library/Headers/gnustep/gui/GSVersion.h
GNUstep/System/Library/Headers/gnustep/gui/GSWindowDecorationView.h
GNUstep/System/Library/Headers/gnustep/gui/GSXibElement.h
+GNUstep/System/Library/Headers/gnustep/gui/GSXibKeyedUnarchiver.h
GNUstep/System/Library/Headers/gnustep/gui/GSXibLoading.h
GNUstep/System/Library/Headers/gnustep/gui/GSXibObjectContainer.h
GNUstep/System/Library/Headers/gnustep/gui/GSXibParser.h
@@ -620,9 +650,16 @@
GNUstep/System/Library/Images/LogoGNUstep.tiff
GNUstep/System/Library/Images/MagnifyGlass.tiff
GNUstep/System/Library/Images/NSAddTemplate.tiff
+GNUstep/System/Library/Images/NSAdvanced.tiff
+GNUstep/System/Library/Images/NSCaution.tiff
+GNUstep/System/Library/Images/NSColorPanel.tiff
GNUstep/System/Library/Images/NSComboArrow.tiff
+GNUstep/System/Library/Images/NSFontPanel.tiff
+GNUstep/System/Library/Images/NSInfo.tiff
+GNUstep/System/Library/Images/NSPreferencesGeneral.tiff
GNUstep/System/Library/Images/NSRatingLevelIndicator.tiff
GNUstep/System/Library/Images/NSRemoveTemplate.tiff
+GNUstep/System/Library/Images/NSUserAccounts.tiff
GNUstep/System/Library/Images/common_2DCheckMark.tiff
GNUstep/System/Library/Images/common_2DDash.tiff
GNUstep/System/Library/Images/common_3DArrowDown.tiff
@@ -630,6 +667,7 @@
GNUstep/System/Library/Images/common_3DArrowRight.tiff
GNUstep/System/Library/Images/common_3DArrowRightH.tiff
GNUstep/System/Library/Images/common_3DArrowUp.tiff
+GNUstep/System/Library/Images/common_ApplicationFolder.tiff
GNUstep/System/Library/Images/common_ArrowDown.tiff
GNUstep/System/Library/Images/common_ArrowDownH.tiff
GNUstep/System/Library/Images/common_ArrowLeft.tiff
@@ -668,6 +706,7 @@
GNUstep/System/Library/Images/common_Miniaturize.tiff
GNUstep/System/Library/Images/common_MiniaturizeH.tiff
GNUstep/System/Library/Images/common_Mount.tiff
+GNUstep/System/Library/Images/common_MultipleSelection.tiff
GNUstep/System/Library/Images/common_MusicFolder.tiff
GNUstep/System/Library/Images/common_Nibble.tiff
GNUstep/System/Library/Images/common_OpenHandCursor.tiff
@@ -688,6 +727,8 @@
GNUstep/System/Library/Images/common_ProgressSpinning_8.tiff
GNUstep/System/Library/Images/common_RadioOff.tiff
GNUstep/System/Library/Images/common_RadioOn.tiff
+GNUstep/System/Library/Images/common_RecyclerEmpty.tiff
+GNUstep/System/Library/Images/common_RecyclerFull.tiff
GNUstep/System/Library/Images/common_Right.tiff
GNUstep/System/Library/Images/common_RightH.tiff
GNUstep/System/Library/Images/common_RightTabStop.tiff
@@ -730,6 +771,7 @@
GNUstep/System/Library/Images/common_UnknownTool.tiff
GNUstep/System/Library/Images/common_Unmount.tiff
GNUstep/System/Library/Images/common_UpAndDownArrowSmall.tiff
+GNUstep/System/Library/Images/common_VideoFolder.tiff
GNUstep/System/Library/Images/common_copyCursor.tiff
GNUstep/System/Library/Images/common_linkCursor.tiff
GNUstep/System/Library/Images/common_noCursor.tiff
@@ -765,6 +807,7 @@
GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/German.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Info-gnustep.plist
GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Italian.lproj/Localizable.strings
+GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Korean.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Lojban.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/GSDataLinkPanel.gorm/data.classes
GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/GSDataLinkPanel.gorm/data.info
@@ -811,3 +854,4 @@
GNUstep/System/Tools/make_services
GNUstep/System/Tools/say
GNUstep/System/Tools/set_show_service
+ at dir GNUstep/System/Library/Themes
More information about the Midnightbsd-cvs
mailing list