pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/stone-soup-sdl



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 07:29:07 UTC 2021

Modified Files:
        pkgsrc/games/stone-soup-sdl: Makefile

Log Message:
stone-soup-sdl: use explicit font paths


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/games/stone-soup-sdl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/stone-soup-sdl/Makefile
diff -u pkgsrc/games/stone-soup-sdl/Makefile:1.18 pkgsrc/games/stone-soup-sdl/Makefile:1.19
--- pkgsrc/games/stone-soup-sdl/Makefile:1.18   Wed Apr 21 11:41:46 2021
+++ pkgsrc/games/stone-soup-sdl/Makefile        Fri May 14 07:29:07 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/04/21 11:41:46 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/14 07:29:07 nia Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../games/stone-soup/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/_/-/:S/-soup/-soup-sdl/:S/-nodeps//1}
@@ -11,12 +11,15 @@ COMMENT=    Dungeon Crawl Stone Soup - rogu
 CONFLICTS+=    stone-soup-[0-9]*
 
 TOOL_DEPENDS+= pngcrush-[0-9]*:../../graphics/pngcrush
-BUILD_DEPENDS+=        dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
+DEPENDS+=      dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
 
 MAKE_FLAGS+=   TILES=YesPlease
 MAKE_FLAGS+=   SOUND=YesPlease
 MAKE_FLAGS+=   COPY_FONTS=YesPlease
 
+MAKE_FLAGS+=   PROPORTIONAL_FONT=${PREFIX}/share/fonts/X11/TTF/DejaVuSans.ttf
+MAKE_FLAGS+=   MONOSPACED_FONT=${PREFIX}/share/fonts/X11/TTF/DejaVuSansMono.ttf
+
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/icons/hicolor/48x48/apps
 



Home | Main Index | Thread Index | Old Index