Update Interface to 2.5, now called Inter-UI.
The fonts got major updates and changed their names. There is now a new original "Black" weight. They still look gorgeous :)
This commit is contained in:
parent
98f2fbc9c8
commit
3bac1a301c
7 changed files with 23 additions and 22 deletions
|
@ -1,14 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/08/27 19:24:59 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2018/03/13 21:19:52 bsiegert Exp $
|
||||
|
||||
DISTNAME= Interface-1.3
|
||||
VERSION= 2.5
|
||||
DISTNAME= Inter-UI-${VERSION}
|
||||
CATEGORIES= fonts
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsms/}
|
||||
MASTER_SITES= https://github.com/rsms/inter/releases/download/v${VERSION}/
|
||||
EXTRACT_SUFX= .zip
|
||||
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
||||
GITHUB_PROJECT= interface
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://rsms.me/interface/
|
||||
HOMEPAGE= https://rsms.me/inter/
|
||||
COMMENT= Font for highly legible text on computer screens
|
||||
LICENSE= ofl-v1.1
|
||||
|
||||
|
@ -21,6 +20,6 @@ FONTS_DIRS.ttf+= ${PREFIX}/share/fonts/X11/TTF
|
|||
INSTALLATION_DIRS= share/fonts/X11/TTF
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/"Interface (OTF)"/*.otf ${DESTDIR}${FONTS_DIRS.ttf}
|
||||
${INSTALL_DATA} ${WRKSRC}/"Inter UI (OTF)"/*.otf ${DESTDIR}${FONTS_DIRS.ttf}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
9
fonts/Inter-UI/PLIST
Normal file
9
fonts/Inter-UI/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/03/13 21:19:52 bsiegert Exp $
|
||||
share/fonts/X11/TTF/Inter-UI-Black.otf
|
||||
share/fonts/X11/TTF/Inter-UI-BlackItalic.otf
|
||||
share/fonts/X11/TTF/Inter-UI-Bold.otf
|
||||
share/fonts/X11/TTF/Inter-UI-BoldItalic.otf
|
||||
share/fonts/X11/TTF/Inter-UI-Italic.otf
|
||||
share/fonts/X11/TTF/Inter-UI-Medium.otf
|
||||
share/fonts/X11/TTF/Inter-UI-MediumItalic.otf
|
||||
share/fonts/X11/TTF/Inter-UI-Regular.otf
|
6
fonts/Inter-UI/distinfo
Normal file
6
fonts/Inter-UI/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/03/13 21:19:52 bsiegert Exp $
|
||||
|
||||
SHA1 (Inter-UI-2.5.zip) = 3799911979ca1e46c1e299f46e9369838cd10665
|
||||
RMD160 (Inter-UI-2.5.zip) = 42230e5a5d1380ff0d8ad012ca70dba4c684cd7e
|
||||
SHA512 (Inter-UI-2.5.zip) = 8c50192b819fcab0243ae67cf7e927c3b3c0818896212f16388e57588a8ef0a2c3d52bd4fc9c9516e2986fb845f710cc87b67376cfd1a9bea37130b1495e1e54
|
||||
Size (Inter-UI-2.5.zip) = 11166834 bytes
|
|
@ -1,7 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/08/27 19:24:59 wiz Exp $
|
||||
share/fonts/X11/TTF/Interface-Bold.otf
|
||||
share/fonts/X11/TTF/Interface-BoldItalic.otf
|
||||
share/fonts/X11/TTF/Interface-Medium.otf
|
||||
share/fonts/X11/TTF/Interface-MediumItalic.otf
|
||||
share/fonts/X11/TTF/Interface-Regular.otf
|
||||
share/fonts/X11/TTF/Interface-RegularItalic.otf
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/08/27 19:24:59 wiz Exp $
|
||||
|
||||
SHA1 (Interface-1.3.zip) = 5ddbb833cebb567bbb6c2379fc69e09ef9210632
|
||||
RMD160 (Interface-1.3.zip) = 0d8bec8db41088b08140dfecde1d7b7808bb02c6
|
||||
SHA512 (Interface-1.3.zip) = 12de9e60436f10fe897c042cf21d6fb13bd554e8e610e2b22a7e6c84cec5513bc563384ebe773dd1bef66868afe520295a0c9ccaefe72f4e7a91e291524e4ad1
|
||||
Size (Interface-1.3.zip) = 8006711 bytes
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.314 2018/03/02 15:11:48 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.315 2018/03/13 21:19:52 bsiegert Exp $
|
||||
#
|
||||
|
||||
COMMENT= Fonts
|
||||
|
@ -11,7 +11,7 @@ SUBDIR+= EB-Garamond
|
|||
SUBDIR+= FiraCode
|
||||
SUBDIR+= Hack-ttf
|
||||
SUBDIR+= Hasklig
|
||||
SUBDIR+= Interface
|
||||
SUBDIR+= Inter-UI
|
||||
SUBDIR+= Merriweather-ttf
|
||||
SUBDIR+= Office-Code-Pro
|
||||
SUBDIR+= SDL2_ttf
|
||||
|
|
Loading…
Reference in a new issue