From 69613040ab184417588ad168b6caa4751050278d Mon Sep 17 00:00:00 2001 From: Andy Kluger Date: Thu, 19 Nov 2020 23:49:56 -0500 Subject: [PATCH 1/3] rst fixup --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index cea512e..0e68a0f 100644 --- a/README.rst +++ b/README.rst @@ -48,9 +48,11 @@ fork this repo on GitHub, then: - tag your changes as a release (start tag with 'r'), and push - $ git commit vars.yml .github/workflows/buildpkg.yml -m "much better now" - $ git tag r123-awesome-build-label - $ git push --tags +.. code:: console + + $ git commit vars.yml .github/workflows/buildpkg.yml -m "much better now" + $ git tag r123-awesome-build-label + $ git push --tags You can watch the build process in your ``Actions`` tab, and after ~30 minutes find the built font in your ``Releases``. @@ -91,7 +93,7 @@ adding links to the relevant scripts (``wheezy.template``, ``yaml-get``) to your .. code:: console - $ pipz install --cmd wheezy.template,yaml-get wheezy.template yamlpath + % pipz install --cmd wheezy.template,yaml-get wheezy.template yamlpath pipenv ++++++ From d4bc824fa9f4dcbe57c40784a8d2933ca2c7a54f Mon Sep 17 00:00:00 2001 From: Andy Kluger Date: Fri, 20 Nov 2020 00:00:33 -0500 Subject: [PATCH 2/3] new spacing name: fontconfig-mono (replaces force-monospace) --- vars.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vars.yml b/vars.yml index bfa1722..a6b448f 100644 --- a/vars.yml +++ b/vars.yml @@ -2,13 +2,13 @@ build: # - ttf-iosevka-git # - ttf-iosevka-custom-git - ttf-iosevka-term-custom-git - # - ttf-iosevka-force-monospace-custom-git + # - ttf-iosevka-fontconfig-mono-custom-git # - ttf-iosevka-fixed-custom-git spacings: - - '' # wide glyphs more often - - term # mono more often - - force-monospace # term with no wide glyphs - - fixed # force-monospace with no ligatures + - '' # some wide glyphs + - term # fewer wide glyphs + - fontconfig-mono # no wide glyphs + - fixed # neither wide glyphs nor ligatures charvars: digit-form: lining turn-v: curly From b542ce7208888af682f16908e3d90bf8c7a90714 Mon Sep 17 00:00:00 2001 From: Andy Kluger Date: Fri, 20 Nov 2020 00:03:45 -0500 Subject: [PATCH 3/3] reset release count in pkgbuild template --- templates/PKGBUILD.wz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/PKGBUILD.wz b/templates/PKGBUILD.wz index c689bee..e92b6c3 100644 --- a/templates/PKGBUILD.wz +++ b/templates/PKGBUILD.wz @@ -4,7 +4,7 @@ _pkgname=ttf-iosevka-@{spacing and spacing + '-' or ''}custom pkgname=${_pkgname}-git pkgver=r2089.115f5b19 -pkgrel=2 +pkgrel=1 pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.' arch=('any') url='https://be5invis.github.io/Iosevka/'