pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/sourcesans-fonts



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Apr 29 21:09:08 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/sourcesans-fonts/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/sourcesans-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/sourcesans-fonts/Makefile
diff -u pkgsrc/fonts/sourcesans-fonts/Makefile:1.7 pkgsrc/fonts/sourcesans-fonts/Makefile:1.8
--- pkgsrc/fonts/sourcesans-fonts/Makefile:1.7  Sat Jan 14 11:47:11 2017
+++ pkgsrc/fonts/sourcesans-fonts/Makefile      Sun Apr 29 21:09:08 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2017/01/14 11:47:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/29 21:09:08 ryoon Exp $
 
 DISTNAME=      source-sans-pro-2.020R-ro-1.075R-it
 PKGNAME=       sourcesans-fonts-2.020
+PKGREVISION=   1
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=adobe-fonts/}
 GITHUB_PROJECT=        source-sans-pro
@@ -17,10 +18,11 @@ WRKSRC=             ${WRKDIR}/${DISTNAME:S|/|-|}
 
 USE_LANGUAGES= # none
 NO_BUILD=      yes
-FONTS_DIR=     ${PREFIX}/share/fonts/sourcesans
-INSTALLATION_DIRS=     share/fonts/sourcesans
+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/sourcesans-fonts/PLIST
diff -u pkgsrc/fonts/sourcesans-fonts/PLIST:1.1 pkgsrc/fonts/sourcesans-fonts/PLIST:1.2
--- pkgsrc/fonts/sourcesans-fonts/PLIST:1.1     Mon Aug  6 14:27:49 2012
+++ pkgsrc/fonts/sourcesans-fonts/PLIST Sun Apr 29 21:09:08 2018
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2012/08/06 14:27:49 ryoon Exp $
-share/fonts/sourcesans/SourceSansPro-Black.otf
-share/fonts/sourcesans/SourceSansPro-BlackIt.otf
-share/fonts/sourcesans/SourceSansPro-Bold.otf
-share/fonts/sourcesans/SourceSansPro-BoldIt.otf
-share/fonts/sourcesans/SourceSansPro-ExtraLight.otf
-share/fonts/sourcesans/SourceSansPro-ExtraLightIt.otf
-share/fonts/sourcesans/SourceSansPro-It.otf
-share/fonts/sourcesans/SourceSansPro-Light.otf
-share/fonts/sourcesans/SourceSansPro-LightIt.otf
-share/fonts/sourcesans/SourceSansPro-Regular.otf
-share/fonts/sourcesans/SourceSansPro-Semibold.otf
-share/fonts/sourcesans/SourceSansPro-SemiboldIt.otf
+@comment $NetBSD: PLIST,v 1.2 2018/04/29 21:09:08 ryoon Exp $
+share/fonts/X11/TTF/SourceSansPro-Black.otf
+share/fonts/X11/TTF/SourceSansPro-BlackIt.otf
+share/fonts/X11/TTF/SourceSansPro-Bold.otf
+share/fonts/X11/TTF/SourceSansPro-BoldIt.otf
+share/fonts/X11/TTF/SourceSansPro-ExtraLight.otf
+share/fonts/X11/TTF/SourceSansPro-ExtraLightIt.otf
+share/fonts/X11/TTF/SourceSansPro-It.otf
+share/fonts/X11/TTF/SourceSansPro-Light.otf
+share/fonts/X11/TTF/SourceSansPro-LightIt.otf
+share/fonts/X11/TTF/SourceSansPro-Regular.otf
+share/fonts/X11/TTF/SourceSansPro-Semibold.otf
+share/fonts/X11/TTF/SourceSansPro-SemiboldIt.otf



Home | Main Index | Thread Index | Old Index