pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gnustep-gui
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 21 12:16:01 UTC 2023
Modified Files:
pkgsrc/x11/gnustep-gui: Makefile PLIST distinfo
Log Message:
gnustep-gui: update to 0.30.0.
0.30
This version adds parsing support for layout constraints, compilation
with MSVC and many new classes. Plus the usual bunch of bug fixes.
0.29
This version adds support for storyboard files and many new classes.
Plus the usual bunch of bug fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/gnustep-gui/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/gnustep-gui/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gnustep-gui/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/gnustep-gui/Makefile
diff -u pkgsrc/x11/gnustep-gui/Makefile:1.86 pkgsrc/x11/gnustep-gui/Makefile:1.87
--- pkgsrc/x11/gnustep-gui/Makefile:1.86 Tue Jan 3 17:38:27 2023
+++ pkgsrc/x11/gnustep-gui/Makefile Sat Jan 21 12:16:00 2023
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.86 2023/01/03 17:38:27 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2023/01/21 12:16:00 wiz Exp $
-GITHUB_PROJECT= libs-gui
-GITHUB_TAG= gui-0_28_0
-DISTNAME= gui-0_28_0
-PKGNAME= gnustep-${DISTNAME:S/_/./g}
-PKGREVISION= 6
+DISTNAME= gnustep-gui-0.30.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnustep/}
+GITHUB_PROJECT= libs-gui
+GITHUB_TAG= gui-${PKGVERSION_NOREV:S/./_/g}
DIST_SUBDIR= gnustep-gui
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -14,16 +12,18 @@ HOMEPAGE= https://github.com/gnustep/lib
COMMENT= GNUstep AppKit Implementation
LICENSE= gnu-lgpl-v2.1 OR gnu-gpl-v3
-WRKSRC= ${WRKDIR}/libs-gui-${DISTNAME}
USE_TOOLS+= gmake
USE_LANGUAGES= objc
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
MAKE_FILE= GNUmakefile
-PLIST_SUBST= API_VERSION=${PKGVERSION:C/\.[0-9][nb]*[0-9]*$//}
+# uses _Unwind_Resume, needs to directly link against libunwind
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib -lunwind
+PLIST_SUBST= API_VERSION=${PKGVERSION_NOREV:C/\.[0-9]$//}
.include "../../devel/gnustep-base/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
Index: pkgsrc/x11/gnustep-gui/PLIST
diff -u pkgsrc/x11/gnustep-gui/PLIST:1.24 pkgsrc/x11/gnustep-gui/PLIST:1.25
--- pkgsrc/x11/gnustep-gui/PLIST:1.24 Fri Oct 2 23:47:28 2020
+++ pkgsrc/x11/gnustep-gui/PLIST Sat Jan 21 12:16:00 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2020/10/02 23:47:28 mef Exp $
+@comment $NetBSD: PLIST,v 1.25 2023/01/21 12:16:00 wiz Exp $
bin/gclose
bin/gcloseall
bin/gopen
@@ -6,11 +6,13 @@ bin/make_services
bin/set_show_service
include/AppKit/AppKit.h
include/AppKit/AppKitDefines.h
+include/AppKit/AppKitErrors.h
include/AppKit/AppKitExceptions.h
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
@@ -50,12 +52,15 @@ include/AppKit/GSWindowDecorationView.h
include/AppKit/GSXibElement.h
include/AppKit/GSXibKeyedUnarchiver.h
include/AppKit/GSXibLoading.h
-include/AppKit/GSXibObjectContainer.h
include/AppKit/IMConnectors.h
include/AppKit/IMCustomObject.h
include/AppKit/IMLoading.h
include/AppKit/NSAccessibility.h
include/AppKit/NSAccessibilityConstants.h
+include/AppKit/NSAccessibilityCustomAction.h
+include/AppKit/NSAccessibilityCustomRotor.h
+include/AppKit/NSAccessibilityElement.h
+include/AppKit/NSAccessibilityProtocols.h
include/AppKit/NSActionCell.h
include/AppKit/NSAffineTransform.h
include/AppKit/NSAlert.h
@@ -114,6 +119,7 @@ include/AppKit/NSEvent.h
include/AppKit/NSFileWrapper.h
include/AppKit/NSFileWrapperExtensions.h
include/AppKit/NSFont.h
+include/AppKit/NSFontAssetRequest.h
include/AppKit/NSFontCollection.h
include/AppKit/NSFontDescriptor.h
include/AppKit/NSFontManager.h
@@ -122,9 +128,11 @@ include/AppKit/NSForm.h
include/AppKit/NSFormCell.h
include/AppKit/NSGestureRecognizer.h
include/AppKit/NSGlyphGenerator.h
+include/AppKit/NSGlyphInfo.h
include/AppKit/NSGradient.h
include/AppKit/NSGraphics.h
include/AppKit/NSGraphicsContext.h
+include/AppKit/NSGridView.h
include/AppKit/NSGroupTouchBarItem.h
include/AppKit/NSHelpManager.h
include/AppKit/NSHelpPanel.h
@@ -136,11 +144,15 @@ include/AppKit/NSInputManager.h
include/AppKit/NSInputServer.h
include/AppKit/NSInterfaceStyle.h
include/AppKit/NSKeyValueBinding.h
+include/AppKit/NSLayoutAnchor.h
+include/AppKit/NSLayoutConstraint.h
+include/AppKit/NSLayoutGuide.h
include/AppKit/NSLayoutManager.h
include/AppKit/NSLevelIndicator.h
include/AppKit/NSLevelIndicatorCell.h
include/AppKit/NSMagnificationGestureRecognizer.h
include/AppKit/NSMatrix.h
+include/AppKit/NSMediaLibraryBrowserController.h
include/AppKit/NSMenu.h
include/AppKit/NSMenuItem.h
include/AppKit/NSMenuItemCell.h
@@ -162,12 +174,18 @@ include/AppKit/NSPDFImageRep.h
include/AppKit/NSPDFInfo.h
include/AppKit/NSPDFPanel.h
include/AppKit/NSPICTImageRep.h
+include/AppKit/NSPageController.h
include/AppKit/NSPageLayout.h
include/AppKit/NSPanGestureRecognizer.h
include/AppKit/NSPanel.h
include/AppKit/NSParagraphStyle.h
include/AppKit/NSPasteboard.h
include/AppKit/NSPasteboardItem.h
+include/AppKit/NSPathCell.h
+include/AppKit/NSPathComponentCell.h
+include/AppKit/NSPathControl.h
+include/AppKit/NSPathControlItem.h
+include/AppKit/NSPersistentDocument.h
include/AppKit/NSPickerTouchBarItem.h
include/AppKit/NSPopUpButton.h
include/AppKit/NSPopUpButtonCell.h
@@ -191,16 +209,22 @@ include/AppKit/NSSavePanel.h
include/AppKit/NSScreen.h
include/AppKit/NSScrollView.h
include/AppKit/NSScroller.h
+include/AppKit/NSScrubber.h
+include/AppKit/NSScrubberItemView.h
+include/AppKit/NSScrubberLayout.h
include/AppKit/NSSearchField.h
include/AppKit/NSSearchFieldCell.h
include/AppKit/NSSecureTextField.h
include/AppKit/NSSegmentedCell.h
include/AppKit/NSSegmentedControl.h
+include/AppKit/NSSeguePerforming.h
include/AppKit/NSSelection.h
include/AppKit/NSShadow.h
include/AppKit/NSSharingService.h
+include/AppKit/NSSharingServicePickerToolbarItem.h
include/AppKit/NSSharingServicePickerTouchBarItem.h
include/AppKit/NSSlider.h
+include/AppKit/NSSliderAccessory.h
include/AppKit/NSSliderCell.h
include/AppKit/NSSliderTouchBarItem.h
include/AppKit/NSSound.h
@@ -210,13 +234,21 @@ include/AppKit/NSSpellChecker.h
include/AppKit/NSSpellProtocol.h
include/AppKit/NSSpellServer.h
include/AppKit/NSSplitView.h
+include/AppKit/NSSplitViewController.h
+include/AppKit/NSSplitViewItem.h
+include/AppKit/NSStackView.h
include/AppKit/NSStatusBar.h
+include/AppKit/NSStatusBarButton.h
include/AppKit/NSStatusItem.h
include/AppKit/NSStepper.h
include/AppKit/NSStepperCell.h
include/AppKit/NSStepperTouchBarItem.h
+include/AppKit/NSStoryboard.h
+include/AppKit/NSStoryboardSegue.h
include/AppKit/NSStringDrawing.h
+include/AppKit/NSSwitch.h
include/AppKit/NSTabView.h
+include/AppKit/NSTabViewController.h
include/AppKit/NSTabViewItem.h
include/AppKit/NSTableColumn.h
include/AppKit/NSTableHeaderCell.h
@@ -225,13 +257,19 @@ include/AppKit/NSTableView.h
include/AppKit/NSText.h
include/AppKit/NSTextAlternatives.h
include/AppKit/NSTextAttachment.h
+include/AppKit/NSTextCheckingClient.h
+include/AppKit/NSTextCheckingController.h
include/AppKit/NSTextContainer.h
include/AppKit/NSTextField.h
include/AppKit/NSTextFieldCell.h
+include/AppKit/NSTextFinder.h
+include/AppKit/NSTextInputClient.h
+include/AppKit/NSTextInputContext.h
include/AppKit/NSTextList.h
include/AppKit/NSTextStorage.h
include/AppKit/NSTextTable.h
include/AppKit/NSTextView.h
+include/AppKit/NSTitlebarAccessoryViewController.h
include/AppKit/NSTokenField.h
include/AppKit/NSTokenFieldCell.h
include/AppKit/NSToolbar.h
@@ -244,7 +282,9 @@ include/AppKit/NSTrackingArea.h
include/AppKit/NSTreeController.h
include/AppKit/NSTreeNode.h
include/AppKit/NSUserDefaultsController.h
+include/AppKit/NSUserInterfaceCompression.h
include/AppKit/NSUserInterfaceItemIdentification.h
+include/AppKit/NSUserInterfaceItemSearching.h
include/AppKit/NSUserInterfaceLayout.h
include/AppKit/NSUserInterfaceValidation.h
include/AppKit/NSView.h
@@ -252,6 +292,7 @@ include/AppKit/NSViewController.h
include/AppKit/NSVisualEffectView.h
include/AppKit/NSWindow.h
include/AppKit/NSWindowController.h
+include/AppKit/NSWindowRestoration.h
include/AppKit/NSWorkspace.h
include/AppKit/PSOperators.h
include/Cocoa/Cocoa.h
@@ -297,13 +338,13 @@ include/GNUstepGUI/GSWindowDecorationVie
include/GNUstepGUI/GSXibElement.h
include/GNUstepGUI/GSXibKeyedUnarchiver.h
include/GNUstepGUI/GSXibLoading.h
-include/GNUstepGUI/GSXibObjectContainer.h
include/GNUstepGUI/IMConnectors.h
include/GNUstepGUI/IMCustomObject.h
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
@@ -343,7 +384,6 @@ include/gnustep/gui/GSWindowDecorationVi
include/gnustep/gui/GSXibElement.h
include/gnustep/gui/GSXibKeyedUnarchiver.h
include/gnustep/gui/GSXibLoading.h
-include/gnustep/gui/GSXibObjectContainer.h
include/gnustep/gui/IMConnectors.h
include/gnustep/gui/IMCustomObject.h
include/gnustep/gui/IMLoading.h
Index: pkgsrc/x11/gnustep-gui/distinfo
diff -u pkgsrc/x11/gnustep-gui/distinfo:1.32 pkgsrc/x11/gnustep-gui/distinfo:1.33
--- pkgsrc/x11/gnustep-gui/distinfo:1.32 Tue Oct 26 11:33:50 2021
+++ pkgsrc/x11/gnustep-gui/distinfo Sat Jan 21 12:16:00 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2021/10/26 11:33:50 nia Exp $
+$NetBSD: distinfo,v 1.33 2023/01/21 12:16:00 wiz Exp $
-BLAKE2s (gnustep-gui/gui-0_28_0.tar.gz) = bae58b4713d3e4c98671a2ca884dec7838bfa6bd9639fe3f2deb45bd257b03b6
-SHA512 (gnustep-gui/gui-0_28_0.tar.gz) = ccef19bbdf7bf51b992b941ed1bbd2e1aeabe83e2fd040a75b9fbfd77c90722f80de416e61ac37ee5d6eb5ced26efe0a1aeec49374db9c8c4237bc5b59182371
-Size (gnustep-gui/gui-0_28_0.tar.gz) = 2933423 bytes
+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
Home |
Main Index |
Thread Index |
Old Index