pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: manu
Date: Mon Mar 3 01:26:21 UTC 2025
Modified Files:
pkgsrc/doc: CHANGES-2025
pkgsrc/x11/gnustep-gui: Makefile PLIST buildlink3.mk distinfo
pkgsrc/x11/gnustep-gui/patches: patch-Source_GSCharacterPanel.m
Log Message:
Updated x11/gnustep-gui to 0.32.0
Changes since 0.31.1
This version adds binding support for NSBrowser, NSOutlineView and
NSTableView. Plus the usual bunch of bug fixes.
- Add support for bindings in NSBrowser.
- Return top level object when loading .gorm files.
- Add bindings support to NSOutlineView,
- Add support for 10.6 item-based delegate methods to NSBrowser.
- Add NSMenuToolbarItem.
- Add view based rendering to NSTableView and NSOutlineView.
- Add code to NSTreeController.
- Fix display of icons if the home is a symlink.
- Make some ivars in NSView protected instead of package scoped.
- Fix CI pipeline.
- Revert _updateFieldEditor: on NSTextFieldCell.
- GSTheme bug fix by Tom Sheffler tom.sheffler%gmail.com@localhost.
- Fix memory leaks in test code.
- Don't load nil filename in NSImageRep.
- Prevent flickering in NSClipView.
- Simplify ICU configuration.
- Move GSColorSliderCell into gui itself.
- Bugfix for NSMenuView.
- Fix single colum handling in NSCollectionView.
- Additional GSTheme method(s) for NSTabView.
- Modify NSComboBox to handle attributed strings.
- NSTextFieldCell: Decode placeholder string.
- Make white default selection highlight color for NSTableView.
- Implement showsresizeindicator.
- NSApplication: toggle menu item "Hide" title and action on user click.
- Add NSCellHitResult typedef, introduced in OSX 10.10.
- Make menu visiblity themable.
- Fix decoding alternateContents in NSButtonCell.
- Font Panel autosizing fix.
- Implement integerValue method in NSSliderCell.
- NSBox: use macro to decode NSInteger into enum.
- Fall back to pkgconfig for resolving libtiff.
- GSMemoryPanel: Only call GSDebug* in debug mode.
- Add APPKIT_EXPORT_CLASS, APPKIT_EXPORT annotations for some GS* classes.
- Push modal window to top later in process.
Changes since 0.31.0
This is a bugfix release
- Fix bug decoding menu items (breaking archive)
- Remove use of deprecated lock from base library
Changes since 0.30.0, previos version in pkgsrc
This version adds view based cell support for NSTableView and
NSOutlineView. Plus the usual bunch of bug fixes.
- Add TGA detection for ImageMagick extension.
- Correct endianess swapping for saving 16 and 32 bit TIFF images.
- NSParagraphStyle restore old behaviour to have default tab stops.
- Documentation updates.
- A fix for autogsdoc documentation creation.
- Improve theming for many classes.
- Correct keyEquivalentModifierMask decoding in XIB files.
- Add imageViewWithImage: to NSImageView.
- Add implementation of NSUserInterfaceItemIdentifier to NSView.
- Fix NSImageView intercepting mouse events when not editable
- Move NSBox method isOpaque to GSTheme.
- Many decoding improvements.
- Fix compiler warnings.
- Generate and install a gnustep-gui.pc file.
- Add support for NSFilenamenPboardType in NSTextView.
- Add support for NSPasteboardTypePNG in NSBitmapImageRep if the
libpng is present.
- Add support for ImageMagick >= 7.0
- Increase pasteboard timeout to 30 seconds.
- Add NSAppearance implementation.
- Make PACKAGE_SCOPE public on MinGW.
- Started implementing NSShadow.
- Move awakeFromNib implementation to NSObject instead of NSView.
- Changes for libGIF 5.2 and later.
- Update NSViewController with lifeCycle methods.
- Avoid accessing instance variables in inline functions when
compiling with MSVC.
- Add method removeAllItems to NSMenu.
- Add badge handling to NSDockTile.
- More improvements to layout constraints.
- Add implementation of NSDictionaryController.
- Add implementation of the NSCollectionView classes.
- Improve NSDrawer opening.
- Improver CI pipeline.
To generate a diff of this commit:
cvs rdiff -u -r1.1872 -r1.1873 pkgsrc/doc/CHANGES-2025
cvs rdiff -u -r1.96 -r1.97 pkgsrc/x11/gnustep-gui/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/gnustep-gui/PLIST
cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/gnustep-gui/buildlink3.mk
cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/gnustep-gui/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/x11/gnustep-gui/patches/patch-Source_GSCharacterPanel.m
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.1872 pkgsrc/doc/CHANGES-2025:1.1873
--- pkgsrc/doc/CHANGES-2025:1.1872 Sun Mar 2 21:26:02 2025
+++ pkgsrc/doc/CHANGES-2025 Mon Mar 3 01:26:20 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.1872 2025/03/02 21:26:02 wiz Exp $
+$NetBSD: CHANGES-2025,v 1.1873 2025/03/03 01:26:20 manu Exp $
Changes to the packages collection and infrastructure in 2025:
@@ -2444,3 +2444,4 @@ Changes to the packages collection and i
Updated textproc/py-markupsafe to 3.0.2nb1 [wiz 2025-03-02]
Updated textproc/py-markdown to 3.7nb1 [wiz 2025-03-02]
Updated devel/py-cython to 3.0.12nb1 [wiz 2025-03-02]
+ Updated x11/gnustep-gui to 0.32.0 [manu 2025-03-03]
Index: pkgsrc/x11/gnustep-gui/Makefile
diff -u pkgsrc/x11/gnustep-gui/Makefile:1.96 pkgsrc/x11/gnustep-gui/Makefile:1.97
--- pkgsrc/x11/gnustep-gui/Makefile:1.96 Thu Nov 14 22:22:14 2024
+++ pkgsrc/x11/gnustep-gui/Makefile Mon Mar 3 01:26:21 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.96 2024/11/14 22:22:14 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2025/03/03 01:26:21 manu Exp $
-DISTNAME= gnustep-gui-0.30.0
-PKGREVISION= 9
+DISTNAME= gnustep-gui-0.32.0
+#PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnustep/}
GITHUB_PROJECT= libs-gui
@@ -23,6 +23,17 @@ MAKE_FILE= GNUmakefile
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib -lunwind
PLIST_SUBST= API_VERSION=${PKGVERSION_NOREV:C/\.[0-9]$//}
+HOMEDIR= ${BUILD_DIR}/default/.home
+SUBST_CLASSES+= pc
+SUBST_STAGE.pc= post-build
+SUBST_MESSAGE.pc= Remove work paths in gnustep-gui.pc
+SUBST_FILES.pc= Source/gnustep-gui.pc
+SUBST_SED.pc= -e 's|-L${HOMEDIR}/GNUstep/Library/Libraries||; \
+ s|-I${HOMEDIR}/GNUstep/Library/Headers||;'
+
+post-build:
+ ${CHMOD} -R g-w ${WRKSRC}
+
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../lang/libunwind/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
Index: pkgsrc/x11/gnustep-gui/PLIST
diff -u pkgsrc/x11/gnustep-gui/PLIST:1.25 pkgsrc/x11/gnustep-gui/PLIST:1.26
--- pkgsrc/x11/gnustep-gui/PLIST:1.25 Sat Jan 21 12:16:00 2023
+++ pkgsrc/x11/gnustep-gui/PLIST Mon Mar 3 01:26:21 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2023/01/21 12:16:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2025/03/03 01:26:21 manu Exp $
bin/gclose
bin/gcloseall
bin/gopen
@@ -12,7 +12,6 @@ include/AppKit/DPSOperators.h
include/AppKit/GMAppKit.h
include/AppKit/GMArchiver.h
include/AppKit/GSAnimator.h
-include/AppKit/GSAutoLayoutVFLParser.h
include/AppKit/GSDisplayServer.h
include/AppKit/GSDragView.h
include/AppKit/GSEPSPrintOperation.h
@@ -85,7 +84,12 @@ include/AppKit/NSCell.h
include/AppKit/NSClickGestureRecognizer.h
include/AppKit/NSClipView.h
include/AppKit/NSCollectionView.h
+include/AppKit/NSCollectionViewCompositionalLayout.h
+include/AppKit/NSCollectionViewFlowLayout.h
+include/AppKit/NSCollectionViewGridLayout.h
include/AppKit/NSCollectionViewItem.h
+include/AppKit/NSCollectionViewLayout.h
+include/AppKit/NSCollectionViewTransitionLayout.h
include/AppKit/NSColor.h
include/AppKit/NSColorList.h
include/AppKit/NSColorPanel.h
@@ -108,6 +112,7 @@ include/AppKit/NSDataLinkManager.h
include/AppKit/NSDataLinkPanel.h
include/AppKit/NSDatePicker.h
include/AppKit/NSDatePickerCell.h
+include/AppKit/NSDictionaryController.h
include/AppKit/NSDockTile.h
include/AppKit/NSDocument.h
include/AppKit/NSDocumentController.h
@@ -156,6 +161,7 @@ include/AppKit/NSMediaLibraryBrowserCont
include/AppKit/NSMenu.h
include/AppKit/NSMenuItem.h
include/AppKit/NSMenuItemCell.h
+include/AppKit/NSMenuToolbarItem.h
include/AppKit/NSMenuView.h
include/AppKit/NSMovie.h
include/AppKit/NSMovieView.h
@@ -250,10 +256,13 @@ include/AppKit/NSSwitch.h
include/AppKit/NSTabView.h
include/AppKit/NSTabViewController.h
include/AppKit/NSTabViewItem.h
+include/AppKit/NSTableCellView.h
include/AppKit/NSTableColumn.h
include/AppKit/NSTableHeaderCell.h
include/AppKit/NSTableHeaderView.h
+include/AppKit/NSTableRowView.h
include/AppKit/NSTableView.h
+include/AppKit/NSTableViewRowAction.h
include/AppKit/NSText.h
include/AppKit/NSTextAlternatives.h
include/AppKit/NSTextAttachment.h
@@ -344,7 +353,6 @@ include/GNUstepGUI/IMLoading.h
include/gnustep/gui/GMAppKit.h
include/gnustep/gui/GMArchiver.h
include/gnustep/gui/GSAnimator.h
-include/gnustep/gui/GSAutoLayoutVFLParser.h
include/gnustep/gui/GSDisplayServer.h
include/gnustep/gui/GSDragView.h
include/gnustep/gui/GSEPSPrintOperation.h
@@ -480,6 +488,7 @@ lib/GNUstep/Images/common_ImageFolder.ti
lib/GNUstep/Images/common_Info.tiff
lib/GNUstep/Images/common_LeftTabStop.tiff
lib/GNUstep/Images/common_LibraryFolder.tiff
+lib/GNUstep/Images/common_MenuToolbarItem.tiff
lib/GNUstep/Images/common_MiniWindowTile.tiff
lib/GNUstep/Images/common_Miniaturize.tiff
lib/GNUstep/Images/common_MiniaturizeH.tiff
@@ -562,52 +571,52 @@ lib/GNUstep/Images/nsmapping.strings
lib/GNUstep/Images/page_landscape.tiff
lib/GNUstep/Images/page_portrait.tiff
lib/GNUstep/KeyBindings/DefaultKeyBindings.dict
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSDataLinkPanel.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSDataLinkPanel.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSDataLinkPanel.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSFindPanel.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSFindPanel.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSFindPanel.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSPageLayout.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSPageLayout.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSPageLayout.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSPrintPanel.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSPrintPanel.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSPrintPanel.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSSpellPanel.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSSpellPanel.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/English.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Esperanto.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/French.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/German.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Info-gnustep.plist
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Korean.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Lojban.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSDataLinkPanel.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSDataLinkPanel.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSDataLinkPanel.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSFindPanel.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSFindPanel.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSFindPanel.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSPageLayout.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSPageLayout.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSPageLayout.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSPrintPanel.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSPrintPanel.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSPrintPanel.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSSpellPanel.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSSpellPanel.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSSpellPanel.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.classes
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.info
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm
-lib/GNUstep/Libraries/gnustep-gui/Versions/${API_VERSION}/Resources/Spanish.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSDataLinkPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSDataLinkPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSDataLinkPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSFindPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSFindPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSFindPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSPageLayout.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSPageLayout.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSPageLayout.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSPrintPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSPrintPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSPrintPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSSpellPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSSpellPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/English.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Esperanto.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/French.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/German.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Info-gnustep.plist
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Korean.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Lojban.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSDataLinkPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSDataLinkPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSDataLinkPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSFindPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSFindPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSFindPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSPageLayout.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSPageLayout.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSPageLayout.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSPrintPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSPrintPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSPrintPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSSpellPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSSpellPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSSpellPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.32/Resources/Spanish.lproj/Localizable.strings
lib/GNUstep/PostScript/GSProlog.ps
lib/GNUstep/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd
lib/GNUstep/Services/GSspell.service/GSspell
@@ -624,6 +633,6 @@ lib/GNUstep/Sounds/Sosumi.wav
lib/GNUstep/Sounds/Submarine.wav
lib/GNUstep/Sounds/Tink.wav
lib/libgnustep-gui.so
-lib/libgnustep-gui.so.${PKGVERSION}
+lib/libgnustep-gui.so.0.32.0
+lib/pkgconfig/gnustep-gui.pc
share/GNUstep/Makefiles/Additional/gui.make
-@pkgdir lib/GNUstep/Themes
Index: pkgsrc/x11/gnustep-gui/buildlink3.mk
diff -u pkgsrc/x11/gnustep-gui/buildlink3.mk:1.44 pkgsrc/x11/gnustep-gui/buildlink3.mk:1.45
--- pkgsrc/x11/gnustep-gui/buildlink3.mk:1.44 Thu Nov 14 22:22:14 2024
+++ pkgsrc/x11/gnustep-gui/buildlink3.mk Mon Mar 3 01:26:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.44 2024/11/14 22:22:14 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.45 2025/03/03 01:26:21 manu Exp $
BUILDLINK_TREE+= gnustep-gui
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnustep-gui
GNUSTEP_GUI_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnustep-gui+= gnustep-gui>=0.28
-BUILDLINK_ABI_DEPENDS.gnustep-gui+= gnustep-gui>=0.30.0nb9
+BUILDLINK_ABI_DEPENDS.gnustep-gui+= gnustep-gui>=0.30.0nb5
BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui
.include "../../devel/gnustep-base/buildlink3.mk"
Index: pkgsrc/x11/gnustep-gui/distinfo
diff -u pkgsrc/x11/gnustep-gui/distinfo:1.35 pkgsrc/x11/gnustep-gui/distinfo:1.36
--- pkgsrc/x11/gnustep-gui/distinfo:1.35 Thu Mar 2 22:28:17 2023
+++ pkgsrc/x11/gnustep-gui/distinfo Mon Mar 3 01:26:21 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2023/03/02 22:28:17 wiz Exp $
+$NetBSD: distinfo,v 1.36 2025/03/03 01:26:21 manu Exp $
-BLAKE2s (gnustep-gui/gnustep-gui-0.30.0.tar.gz) = 1b61ff12930d76e35c24af77e4b678984b1f92164437c398556b76ffbb5c5a40
-SHA512 (gnustep-gui/gnustep-gui-0.30.0.tar.gz) = 42baca326db3ef4ffbee9d8f83c0156cbe256d345bd9b4307443c1bbadf628fa252d543feb0a958ee20d7c7f1190c4d459ee194f700fad11deb304193df8e0b3
-Size (gnustep-gui/gnustep-gui-0.30.0.tar.gz) = 3045228 bytes
-SHA1 (patch-Source_GSCharacterPanel.m) = 05a2d7e252f5134e37f71dd0f27c8e15b6f38a5e
+BLAKE2s (gnustep-gui/gnustep-gui-0.32.0.tar.gz) = 9d826a18ee4ad418f0ace371be47c564b44f1943700772d3225f3f5d846dd098
+SHA512 (gnustep-gui/gnustep-gui-0.32.0.tar.gz) = 43010bb2bdf714ee63ce6c91c4d951f1c259a66420e9a7b514de8f377d33f48c2960cbfa81c011af589e6ad9a99e8dee1fad6cd54ac4b447952122f3a1b2e13b
+Size (gnustep-gui/gnustep-gui-0.32.0.tar.gz) = 3121878 bytes
+SHA1 (patch-Source_GSCharacterPanel.m) = 5dec6f44dfbbda36d47ed5907d9279f7e185413e
Index: pkgsrc/x11/gnustep-gui/patches/patch-Source_GSCharacterPanel.m
diff -u pkgsrc/x11/gnustep-gui/patches/patch-Source_GSCharacterPanel.m:1.1 pkgsrc/x11/gnustep-gui/patches/patch-Source_GSCharacterPanel.m:1.2
--- pkgsrc/x11/gnustep-gui/patches/patch-Source_GSCharacterPanel.m:1.1 Fri Nov 13 02:47:45 2020
+++ pkgsrc/x11/gnustep-gui/patches/patch-Source_GSCharacterPanel.m Mon Mar 3 01:26:21 2025
@@ -1,10 +1,11 @@
-$NetBSD: patch-Source_GSCharacterPanel.m,v 1.1 2020/11/13 02:47:45 mef Exp $
+$NetBSD: patch-Source_GSCharacterPanel.m,v 1.2 2025/03/03 01:26:21 manu Exp $
Adhoc patch to adapt icu-68 Fallout
---- Source/GSCharacterPanel.m.orig 2020-04-05 20:04:40.000000000 +0000
-+++ Source/GSCharacterPanel.m
-@@ -78,7 +78,7 @@
+--- ./Source/GSCharacterPanel.m.orig 2025-02-11 19:44:11.000000000 +0100
++++ ./Source/GSCharacterPanel.m 2025-03-03 01:45:00.162397109 +0100
+@@ -89,9 +89,9 @@
+
static UBool enumCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length)
{
[(NSMutableIndexSet*)context addIndex: (NSUInteger)code];
@@ -13,7 +14,9 @@ Adhoc patch to adapt icu-68 Fallout
}
static NSIndexSet *AssignedCodepoints()
-@@ -103,7 +103,7 @@ static UBool searchCharNamesFn(void *con
+ {
+@@ -114,9 +114,9 @@
+ if (strstr(name, ctx->searchString) != NULL)
{
[ctx->set addIndex: (NSUInteger)code];
}
@@ -22,3 +25,4 @@ Adhoc patch to adapt icu-68 Fallout
}
static NSIndexSet *CodepointsWithNameContainingSubstring(NSString *str)
+ {
Home |
Main Index |
Thread Index |
Old Index