diff options
author | adam <adam@pkgsrc.org> | 2007-11-25 14:43:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-11-25 14:43:33 +0000 |
commit | 69253cf88ad0a99b63297e26bef7a66a01478982 (patch) | |
tree | bff2255b5a6bb3c88e788b87675a1e48b5b39e80 /x11/gnustep-back | |
parent | daec87b95fce247f5c8b447f6d5608e4186d2f5f (diff) | |
download | pkgsrc-69253cf88ad0a99b63297e26bef7a66a01478982.tar.gz |
Changes 0.12.0:
Big improvements to the cairo graphics and Window backend. Also better
support for OpenGL.
Changes 0.11.0:
Bugfixes to art and xlib.
Diffstat (limited to 'x11/gnustep-back')
-rw-r--r-- | x11/gnustep-back/Makefile | 18 | ||||
-rw-r--r-- | x11/gnustep-back/PLIST | 20 | ||||
-rw-r--r-- | x11/gnustep-back/buildlink3.mk | 5 | ||||
-rw-r--r-- | x11/gnustep-back/distinfo | 8 |
4 files changed, 24 insertions, 27 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile index 42216640f51..d8efd671d6f 100644 --- a/x11/gnustep-back/Makefile +++ b/x11/gnustep-back/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2007/09/21 13:04:31 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2007/11/25 14:43:33 adam Exp $ -DISTNAME= gnustep-back-0.11.0 -PKGREVISION= 2 +DISTNAME= gnustep-back-0.12.0 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -9,18 +8,17 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnustep.org/ COMMENT= X11 AppKit backend for GNUstep -USE_LANGUAGES= objc -USE_TOOLS+= pkg-config -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--exec-prefix=${PREFIX}/libexec/GNUstep -MAKE_FILE= GNUmakefile +USE_LANGUAGES= objc +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep +MAKE_FILE= GNUmakefile pre-install: ${INSTALL_DATA_DIR} ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts .include "../../graphics/MesaLib/buildlink3.mk" -.include "../../graphics/freetype2/buildlink3.mk" -.include "../../graphics/glitz/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/libart/buildlink3.mk" .include "../../x11/gnustep-gui/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" diff --git a/x11/gnustep-back/PLIST b/x11/gnustep-back/PLIST index de64c59c99b..c7c668fd83d 100644 --- a/x11/gnustep-back/PLIST +++ b/x11/gnustep-back/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.11 2006/08/30 14:55:41 adam Exp $ -share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/English.lproj/nfontFaceNames.strings -share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/Info-gnustep.plist -share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/Swedish.lproj/nfontFaceNames.strings -share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/libgnustep-back-011 -share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/stamp.make +@comment $NetBSD: PLIST,v 1.12 2007/11/25 14:43:33 adam Exp $ +share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/English.lproj/nfontFaceNames.strings +share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/Info-gnustep.plist +share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/Swedish.lproj/nfontFaceNames.strings +share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/libgnustep-back-012 +share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/stamp.make share/GNUstep/System/Library/Documentation/man/man1/gpbs.1 share/GNUstep/System/Library/Fonts/Helvetica.nfont/FontInfo.plist share/GNUstep/System/Library/Fonts/Helvetica.nfont/n019003l.afm @@ -36,7 +36,7 @@ share/GNUstep/System/Tools/gpbs @dirrm share/GNUstep/System/Library/Fonts/Helvetica.nfont @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Fonts @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Bundles -@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/Swedish.lproj -@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/English.lproj -@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources -@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/Swedish.lproj +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/English.lproj +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle diff --git a/x11/gnustep-back/buildlink3.mk b/x11/gnustep-back/buildlink3.mk index 9fd0faf8440..f906b69645c 100644 --- a/x11/gnustep-back/buildlink3.mk +++ b/x11/gnustep-back/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2007/09/21 13:04:31 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2007/11/25 14:43:33 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GNUSTEP_BACK_BUILDLINK3_MK:= ${GNUSTEP_BACK_BUILDLINK3_MK}+ @@ -17,8 +17,7 @@ BUILDLINK_ABI_DEPENDS.gnustep-back+= gnustep-back>=0.10.3nb1 BUILDLINK_PKGSRCDIR.gnustep-back?= ../../x11/gnustep-back .endif # GNUSTEP_BACK_BUILDLINK3_MK -.include "../../graphics/freetype2/buildlink3.mk" -.include "../../graphics/glitz/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/libart/buildlink3.mk" .include "../../x11/gnustep-gui/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" diff --git a/x11/gnustep-back/distinfo b/x11/gnustep-back/distinfo index d765015ea6b..4553b115e85 100644 --- a/x11/gnustep-back/distinfo +++ b/x11/gnustep-back/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2006/08/30 14:55:41 adam Exp $ +$NetBSD: distinfo,v 1.17 2007/11/25 14:43:33 adam Exp $ -SHA1 (gnustep-back-0.11.0.tar.gz) = cca91296f45bab68b5b6c9621bfe8975bb29c5e2 -RMD160 (gnustep-back-0.11.0.tar.gz) = cbcb9c6b692428a65a4135004e15cdc20868d9f6 -Size (gnustep-back-0.11.0.tar.gz) = 846937 bytes +SHA1 (gnustep-back-0.12.0.tar.gz) = 859aef314eb9ef5cbedad9dc53a818542baa17ec +RMD160 (gnustep-back-0.12.0.tar.gz) = ad19420127bb0e2e5f7dc9c3cf9974ea06255565 +Size (gnustep-back-0.12.0.tar.gz) = 853996 bytes SHA1 (patch-aa) = 44fa9bb3ffd98a45885e750082909a47c349d29c |