diff options
author | rh <rh> | 2011-04-07 02:12:48 +0000 |
---|---|---|
committer | rh <rh> | 2011-04-07 02:12:48 +0000 |
commit | 585e1749ac16bb4f228eb28e769e4cdf0584bde3 (patch) | |
tree | 206a8ae402a559c260e9f94f9a7d79876cbaf284 /x11 | |
parent | ce21ea3f862655658e3fc09ab4f775d60fdd0a84 (diff) | |
download | pkgsrc-585e1749ac16bb4f228eb28e769e4cdf0584bde3.tar.gz |
Update gnustep-back to 0.18.0. This should close PR pkg/44783.
Other notable changes include:
* implement pattern colours for all backends
* use DejaVu as another fallback font
* OpenGL fixes and improvements
* Key repeat support implemented in X11
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnustep-back/Makefile | 13 | ||||
-rw-r--r-- | x11/gnustep-back/PLIST | 12 | ||||
-rw-r--r-- | x11/gnustep-back/distinfo | 8 |
3 files changed, 19 insertions, 14 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile index a8dae451fa4..2653c7318a4 100644 --- a/x11/gnustep-back/Makefile +++ b/x11/gnustep-back/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2010/01/24 13:26:13 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2011/04/07 02:12:48 rh Exp $ -DISTNAME= gnustep-back-0.16.0 -PKGREVISION= 1 +DISTNAME= gnustep-back-0.18.0 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -16,13 +15,19 @@ USE_LANGUAGES= objc USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep +LDFLAGS= ${LINKER_RPATH_FLAG}${PREFIX}/lib MAKE_FILE= GNUmakefile -MAKE_JOBS_SAFE= no pre-install: ${INSTALL_DATA_DIR} ${DESTDIR}${GNUSTEP_ROOT}/lib/GNUstep/Fonts +.include "../../mk/bsd.prefs.mk" + +PREFER_PKGSRC+= freetype2 + .include "../../graphics/MesaLib/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../fonts/fontconfig/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 5a10bae2b0e..5250541670d 100644 --- a/x11/gnustep-back/PLIST +++ b/x11/gnustep-back/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.15 2009/06/14 18:24:49 joerg Exp $ +@comment $NetBSD: PLIST,v 1.16 2011/04/07 02:12:48 rh Exp $ bin/gpbs -lib/GNUstep/Bundles/libgnustep-back-016.bundle/Resources/English.lproj/nfontFaceNames.strings -lib/GNUstep/Bundles/libgnustep-back-016.bundle/Resources/Info-gnustep.plist -lib/GNUstep/Bundles/libgnustep-back-016.bundle/Resources/Swedish.lproj/nfontFaceNames.strings -lib/GNUstep/Bundles/libgnustep-back-016.bundle/libgnustep-back-016 -lib/GNUstep/Bundles/libgnustep-back-016.bundle/stamp.make +lib/GNUstep/Bundles/libgnustep-back-018.bundle/Resources/English.lproj/nfontFaceNames.strings +lib/GNUstep/Bundles/libgnustep-back-018.bundle/Resources/Info-gnustep.plist +lib/GNUstep/Bundles/libgnustep-back-018.bundle/Resources/Swedish.lproj/nfontFaceNames.strings +lib/GNUstep/Bundles/libgnustep-back-018.bundle/libgnustep-back-018 +lib/GNUstep/Bundles/libgnustep-back-018.bundle/stamp.make lib/GNUstep/Fonts/Helvetica.nfont/FontInfo.plist lib/GNUstep/Fonts/Helvetica.nfont/n019003l.afm lib/GNUstep/Fonts/Helvetica.nfont/n019003l.pfb diff --git a/x11/gnustep-back/distinfo b/x11/gnustep-back/distinfo index b42b368fd46..89b2ff1372b 100644 --- a/x11/gnustep-back/distinfo +++ b/x11/gnustep-back/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2009/04/13 12:21:37 rh Exp $ +$NetBSD: distinfo,v 1.21 2011/04/07 02:12:48 rh Exp $ -SHA1 (gnustep-back-0.16.0.tar.gz) = e3bb755117b12c7eef65fd781650b7f5dbe02147 -RMD160 (gnustep-back-0.16.0.tar.gz) = 099c10aea9435c738973f774a7673a8d640097d7 -Size (gnustep-back-0.16.0.tar.gz) = 886104 bytes +SHA1 (gnustep-back-0.18.0.tar.gz) = 7b6d46976bd56496d0715c4e150b85c924658b60 +RMD160 (gnustep-back-0.18.0.tar.gz) = b39737fc46e18f1591950b89c4ff5ea6142e4778 +Size (gnustep-back-0.18.0.tar.gz) = 901329 bytes SHA1 (patch-aa) = 1a419bfd5317fa05da5cb60f427d1643eb88c4aa |