summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--private-build-plans.toml99
3 files changed, 26 insertions, 87 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb0988a39f5b..4b28313a2ea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-iosevka-termlig-custom-git
pkgdesc = A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.
- pkgver = r1145.68b55c13
+ pkgver = r1186.a931066d
pkgrel = 1
url = https://be5invis.github.io/Iosevka/
arch = any
@@ -14,8 +14,8 @@ pkgbase = ttf-iosevka-termlig-custom-git
depends = xorg-font-utils
source = git+https://github.com/be5invis/Iosevka
source = private-build-plans.toml
- md5sums = SKIP
- md5sums = 7d6b77730ff5400d69e004cc1921ea19
+ sha256sums = SKIP
+ sha256sums = 15a1d88a9b0841df42fac637048f1623154c11c9ae37a64d7320d1c9019668aa
pkgname = ttf-iosevka-termlig-custom-git
diff --git a/PKGBUILD b/PKGBUILD
index 1a8798d34c9a..48b5ebec396d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Kluger <AndyKluger@gmail.com>
# Contributor: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-termlig-custom-git
-pkgver=r1145.68b55c13
+pkgver=r1186.a931066d
pkgrel=1
pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
@@ -15,9 +15,9 @@ source=(
"git+https://github.com/be5invis/Iosevka"
"private-build-plans.toml"
)
-md5sums=(
+sha256sums=(
'SKIP'
- '7d6b77730ff5400d69e004cc1921ea19'
+ '15a1d88a9b0841df42fac637048f1623154c11c9ae37a64d7320d1c9019668aa'
)
pkgver() {
@@ -34,7 +34,7 @@ prepare() {
build() {
cd Iosevka
npm install
- npm run build -- ttf:iosevka-termlig-custom
+ npm run build -- ttf::iosevka-termlig-custom
}
package() {
diff --git a/private-build-plans.toml b/private-build-plans.toml
index df3b73ac8489..d3b42ad54f6b 100644
--- a/private-build-plans.toml
+++ b/private-build-plans.toml
@@ -15,27 +15,13 @@ family = "Iosevka Custom" # Font menu family name
design = [ # Common styles
"cv05", # hooky i
- "cv14", # dotted zero
+ "cv14", # dotted 0
"cv24", # open double story g
"cv26", # short leg m
"cv27", # tailed l
"cv46", # flat top 3
"cv54", # open short $
-
- # "slab",
-
- # "term", # strict mono; no ligatures
- # "termlig", # strict mono; with ligatures
-
- # "ligset-haskell",
- # "ligset-idris",
- # "ligset-coq",
- # "ligset-elm",
- # "ligset-ml",
- # "ligset-fs", # F#
- # "ligset-fstar", # F*
- # "ligset-swift",
- # "ligset-purescript",
+ "cv60", # hex *
]
# upright = [] # Upright-only styles
@@ -46,28 +32,16 @@ design = [ # Common styles
family = "Iosevka Slab Custom" # Font menu family name
design = [ # Common styles
+ "slab",
+
"cv05", # hooky i
- "cv14", # dotted zero
+ "cv14", # dotted 0
"cv24", # open double story g
"cv26", # short leg m
"cv27", # tailed l
"cv46", # flat top 3
"cv54", # open short $
-
- "slab",
-
- # "term", # strict mono; no ligatures
- # "termlig", # strict mono; with ligatures
-
- # "ligset-haskell",
- # "ligset-idris",
- # "ligset-coq",
- # "ligset-elm",
- # "ligset-ml",
- # "ligset-fs", # F#
- # "ligset-fstar", # F*
- # "ligset-swift",
- # "ligset-purescript",
+ "cv60", # hex *
]
# upright = [] # Upright-only styles
@@ -78,28 +52,16 @@ design = [ # Common styles
family = "Iosevka Term Custom" # Font menu family name
design = [ # Common styles
+ "term", # strict mono; no ligatures
+
"cv05", # hooky i
- "cv14", # dotted zero
+ "cv14", # dotted 0
"cv24", # open double story g
"cv26", # short leg m
"cv27", # tailed l
"cv46", # flat top 3
"cv54", # open short $
-
- # "slab",
-
- "term", # strict mono; no ligatures
- # "termlig", # strict mono; with ligatures
-
- # "ligset-haskell",
- # "ligset-idris",
- # "ligset-coq",
- # "ligset-elm",
- # "ligset-ml",
- # "ligset-fs", # F#
- # "ligset-fstar", # F*
- # "ligset-swift",
- # "ligset-purescript",
+ "cv60", # hex *
]
# upright = [] # Upright-only styles
@@ -110,28 +72,16 @@ design = [ # Common styles
family = "Iosevka TermLig Custom" # Font menu family name
design = [ # Common styles
+ "termlig", # strict mono; with ligatures
+
"cv05", # hooky i
- "cv14", # dotted zero
+ "cv14", # dotted 0
"cv24", # open double story g
"cv26", # short leg m
"cv27", # tailed l
"cv46", # flat top 3
"cv54", # open short $
-
- # "slab",
-
- # "term", # strict mono; no ligatures
- "termlig", # strict mono; with ligatures
-
- # "ligset-haskell",
- # "ligset-idris",
- # "ligset-coq",
- # "ligset-elm",
- # "ligset-ml",
- # "ligset-fs", # F#
- # "ligset-fstar", # F*
- # "ligset-swift",
- # "ligset-purescript",
+ "cv60", # hex *
]
# upright = [] # Upright-only styles
@@ -142,28 +92,17 @@ design = [ # Common styles
family = "Iosevka Term Slab Custom" # Font menu family name
design = [ # Common styles
+ "term", # strict mono; no ligatures
+ "slab",
+
"cv05", # hooky i
- "cv14", # dotted zero
+ "cv14", # dotted 0
"cv24", # open double story g
"cv26", # short leg m
"cv27", # tailed l
"cv46", # flat top 3
"cv54", # open short $
-
- "slab",
-
- "term", # strict mono; no ligatures
- # "termlig", # strict mono; with ligatures
-
- # "ligset-haskell",
- # "ligset-idris",
- # "ligset-coq",
- # "ligset-elm",
- # "ligset-ml",
- # "ligset-fs", # F#
- # "ligset-fstar", # F*
- # "ligset-swift",
- # "ligset-purescript",
+ "cv60", # hex *
]
# upright = [] # Upright-only styles