diff options
author | rh <rh@pkgsrc.org> | 2003-01-03 04:12:02 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-03 04:12:02 +0000 |
commit | 4f53977d7f285456d17b253ae1eae5494184d71d (patch) | |
tree | 43d682b56b0957a8a2aca1d3a61ccbeaa8b0f633 | |
parent | d9c93391e254c7d8257359161e684eafd0b67c26 (diff) | |
download | pkgsrc-4f53977d7f285456d17b253ae1eae5494184d71d.tar.gz |
Update gnustep-back to 0.8.3. Notable changes include:
* Bug fixes
* Preliminary OpenGL support
* Localisation upates
* Implemented -GSSendBezierPath
* -DPSsetalpha: Use GSsetalpha as defined in frontend, for
printers that don't support setalpha.
* Source/x11/XIMInputServer.m
* Hack: if focus went nowhere, don't deactivate app.
* Only send event if we don't have a key window.
* Tools/GNUmakefile: Use BUILD_SERVER to decide whether to build
X specific parts of gpbs or not.
-rw-r--r-- | x11/gnustep-back/Makefile | 4 | ||||
-rw-r--r-- | x11/gnustep-back/PLIST | 6 | ||||
-rw-r--r-- | x11/gnustep-back/buildlink2.mk | 4 | ||||
-rw-r--r-- | x11/gnustep-back/distinfo | 6 |
4 files changed, 8 insertions, 12 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile index f0565005f18..adc450e3960 100644 --- a/x11/gnustep-back/Makefile +++ b/x11/gnustep-back/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/10/18 09:30:26 rh Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/03 04:12:02 rh Exp $ # -DISTNAME= gnustep-back-0.8.2 +DISTNAME= gnustep-back-0.8.3 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/x11/gnustep-back/PLIST b/x11/gnustep-back/PLIST index 4debdc6bf30..51bcbc01ce0 100644 --- a/x11/gnustep-back/PLIST +++ b/x11/gnustep-back/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/10/18 09:30:26 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/03 04:12:03 rh Exp $ share/GNUstep/System/Headers/gnustep/gsc/GSContext.h share/GNUstep/System/Headers/gnustep/gsc/GSGState.h share/GNUstep/System/Headers/gnustep/gsc/GSGStateOps.h @@ -9,10 +9,7 @@ share/GNUstep/System/Headers/gnustep/xlib/XGContext.h share/GNUstep/System/Headers/gnustep/xlib/XGGState.h share/GNUstep/System/Headers/gnustep/xlib/XGGeometry.h share/GNUstep/System/Headers/gnustep/xlib/XGPrivate.h -share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Contents/Info.plist -share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Contents/Resources share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Info-gnustep.plist -share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Info.plist share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libgnustep-back share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/font_cacher share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/gpbs @@ -20,7 +17,6 @@ share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-g @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF} @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources -@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Contents @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle @dirrm share/GNUstep/System/Headers/gnustep/xlib @dirrm share/GNUstep/System/Headers/gnustep/x11 diff --git a/x11/gnustep-back/buildlink2.mk b/x11/gnustep-back/buildlink2.mk index 08306234783..9c61852c307 100644 --- a/x11/gnustep-back/buildlink2.mk +++ b/x11/gnustep-back/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/10/18 09:30:26 rh Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2003/01/03 04:12:03 rh Exp $ # .if !defined(GNUSTEP_BACK_BUILDLINK2_MK) GNUSTEP_BACK_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gnustep-back -BUILDLINK_DEPENDS.gnustep-back?= gnustep-back>=0.8.2 +BUILDLINK_DEPENDS.gnustep-back?= gnustep-back>=0.8.3 BUILDLINK_PKGSRCDIR.gnustep-back?= ../../x11/gnustep-back EVAL_PREFIX+= BUILDLINK_PREFIX.gnustep-back=gnustep-back diff --git a/x11/gnustep-back/distinfo b/x11/gnustep-back/distinfo index 31850737a5a..b0ae861cebe 100644 --- a/x11/gnustep-back/distinfo +++ b/x11/gnustep-back/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/10/18 09:30:26 rh Exp $ +$NetBSD: distinfo,v 1.3 2003/01/03 04:12:03 rh Exp $ -SHA1 (gnustep-back-0.8.2.tar.gz) = 97e429f06475d7d2aaef11071f16eb48bba8e575 -Size (gnustep-back-0.8.2.tar.gz) = 313486 bytes +SHA1 (gnustep-back-0.8.3.tar.gz) = 7262f143dda567a503927ec1a6383ed98b0caf9b +Size (gnustep-back-0.8.3.tar.gz) = 319411 bytes |