pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/st-term



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Feb  2 20:43:01 UTC 2017

Modified Files:
        pkgsrc/x11/st-term: Makefile

Log Message:
Adjust config.def.h to use the default monospace font (similarly to x11/dmenu
and wm/dwm)

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/st-term/Makefile

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

Modified files:

Index: pkgsrc/x11/st-term/Makefile
diff -u pkgsrc/x11/st-term/Makefile:1.3 pkgsrc/x11/st-term/Makefile:1.4
--- pkgsrc/x11/st-term/Makefile:1.3     Fri Aug 12 09:16:57 2016
+++ pkgsrc/x11/st-term/Makefile Thu Feb  2 20:43:01 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2016/08/12 09:16:57 leot Exp $
+# $NetBSD: Makefile,v 1.4 2017/02/02 20:43:01 leot Exp $
 
 DISTNAME=      st-0.7
 PKGNAME=       ${DISTNAME:S/-/-term-/}
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  http://dl.suckless.org/st/
 
@@ -18,12 +19,13 @@ SUBST_CLASSES+=                     configdefh configmk ma
 SUBST_STAGE.configdefh=                pre-configure
 SUBST_STAGE.configmk=          pre-configure
 SUBST_STAGE.makefile=          pre-configure
-SUBST_MESSAGE.configdefh=      Change default termname to xterm
+SUBST_MESSAGE.configdefh=      Change default font and termname
 SUBST_FILES.configdefh=                config.def.h
 SUBST_MESSAGE.configmk=                Fixing config.mk
 SUBST_FILES.configmk=          config.mk
 SUBST_MESSAGE.makefile=                Do not install the st terminfo entry
 SUBST_FILES.makefile=          Makefile
+SUBST_SED.configdefh+=         -e '/font/ s,".*","monospace:size=10",'
 SUBST_SED.configdefh+=         -e 's,st-256color,xterm,g'
 SUBST_SED.configmk+=           -e 's,/usr/local,${PREFIX},g'
 SUBST_SED.configmk+=           -e 's,share/man,${PKGMANDIR},g'



Home | Main Index | Thread Index | Old Index