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 /x11/gnustep-back/PLIST | |
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.
Diffstat (limited to 'x11/gnustep-back/PLIST')
-rw-r--r-- | x11/gnustep-back/PLIST | 6 |
1 files changed, 1 insertions, 5 deletions
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 |