pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/sourcecodepro-fonts



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Apr 29 21:07:38 UTC 2018

Modified Files:
        pkgsrc/fonts/sourcecodepro-fonts: Makefile PLIST

Log Message:
Install these fonts into the standard location. Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/sourcecodepro-fonts/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/sourcecodepro-fonts/PLIST

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

Modified files:

Index: pkgsrc/fonts/sourcecodepro-fonts/Makefile
diff -u pkgsrc/fonts/sourcecodepro-fonts/Makefile:1.7 pkgsrc/fonts/sourcecodepro-fonts/Makefile:1.8
--- pkgsrc/fonts/sourcecodepro-fonts/Makefile:1.7       Sat Dec  3 02:26:54 2016
+++ pkgsrc/fonts/sourcecodepro-fonts/Makefile   Sun Apr 29 21:07:38 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/12/03 02:26:54 khorben Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/29 21:07:38 ryoon Exp $
 
 DISTNAME=      sourcecodepro-fonts-1.050
+PKGREVISION=   1
 CATEGORIES=    fonts
 MASTER_SITES=  https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/
 DISTFILES=     1.050R-it.tar.gz
@@ -15,10 +16,11 @@ WRKSRC=             ${WRKDIR}/source-code-pro-2.030
 
 USE_LANGUAGES= # none
 NO_BUILD=      yes
-FONTS_DIR=     ${PREFIX}/share/fonts/sourcecodepro
-INSTALLATION_DIRS=     share/fonts/sourcecodepro
+FONTSDIR=      ${PREFIX}/share/fonts/X11/TTF
+FONTS_DIRS.ttf=        ${FONTSDIR}
+INSTALLATION_DIRS=     share/fonts/X11/TTF
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/OTF/*.otf  ${DESTDIR}${FONTS_DIR}
+       ${INSTALL_DATA} ${WRKSRC}/OTF/*.otf  ${DESTDIR}${FONTSDIR}
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/fonts/sourcecodepro-fonts/PLIST
diff -u pkgsrc/fonts/sourcecodepro-fonts/PLIST:1.3 pkgsrc/fonts/sourcecodepro-fonts/PLIST:1.4
--- pkgsrc/fonts/sourcecodepro-fonts/PLIST:1.3  Sat Jun 11 18:55:07 2016
+++ pkgsrc/fonts/sourcecodepro-fonts/PLIST      Sun Apr 29 21:07:38 2018
@@ -1,15 +1,15 @@
-@comment $NetBSD: PLIST,v 1.3 2016/06/11 18:55:07 wiz Exp $
-share/fonts/sourcecodepro/SourceCodePro-Black.otf
-share/fonts/sourcecodepro/SourceCodePro-BlackIt.otf
-share/fonts/sourcecodepro/SourceCodePro-Bold.otf
-share/fonts/sourcecodepro/SourceCodePro-BoldIt.otf
-share/fonts/sourcecodepro/SourceCodePro-ExtraLight.otf
-share/fonts/sourcecodepro/SourceCodePro-ExtraLightIt.otf
-share/fonts/sourcecodepro/SourceCodePro-It.otf
-share/fonts/sourcecodepro/SourceCodePro-Light.otf
-share/fonts/sourcecodepro/SourceCodePro-LightIt.otf
-share/fonts/sourcecodepro/SourceCodePro-Medium.otf
-share/fonts/sourcecodepro/SourceCodePro-MediumIt.otf
-share/fonts/sourcecodepro/SourceCodePro-Regular.otf
-share/fonts/sourcecodepro/SourceCodePro-Semibold.otf
-share/fonts/sourcecodepro/SourceCodePro-SemiboldIt.otf
+@comment $NetBSD: PLIST,v 1.4 2018/04/29 21:07:38 ryoon Exp $
+share/fonts/X11/TTF/SourceCodePro-Black.otf
+share/fonts/X11/TTF/SourceCodePro-BlackIt.otf
+share/fonts/X11/TTF/SourceCodePro-Bold.otf
+share/fonts/X11/TTF/SourceCodePro-BoldIt.otf
+share/fonts/X11/TTF/SourceCodePro-ExtraLight.otf
+share/fonts/X11/TTF/SourceCodePro-ExtraLightIt.otf
+share/fonts/X11/TTF/SourceCodePro-It.otf
+share/fonts/X11/TTF/SourceCodePro-Light.otf
+share/fonts/X11/TTF/SourceCodePro-LightIt.otf
+share/fonts/X11/TTF/SourceCodePro-Medium.otf
+share/fonts/X11/TTF/SourceCodePro-MediumIt.otf
+share/fonts/X11/TTF/SourceCodePro-Regular.otf
+share/fonts/X11/TTF/SourceCodePro-Semibold.otf
+share/fonts/X11/TTF/SourceCodePro-SemiboldIt.otf



Home | Main Index | Thread Index | Old Index