Commit graph

994 commits

Author SHA1 Message Date
Michele Guerini Rocco 8dc08804b3
Merge pull request #79666 from rnhmjoj/envypn-font
envypn-font: split outputs in out and otb
2020-02-15 19:00:22 +01:00
rnhmjoj 7fe574dff3
envupn-font: unrestrict platforms 2020-02-15 01:32:36 +01:00
Michele Guerini Rocco 8de09faad1
Merge pull request #79664 from rnhmjoj/dina
dina: generate otb files with fontforge
2020-02-15 01:28:40 +01:00
rnhmjoj 36ca91e253
dina: generate otb files with fontforge
Note: the encoding of the Dina BDF fonts is not unicode and
apparently fonttosfnt can't handle them.
2020-02-15 01:20:15 +01:00
Michele Guerini Rocco a11516c5b3
Merge pull request #79855 from rnhmjoj/proggyfonts
proggyfonts: cleanup
2020-02-14 21:48:48 +01:00
Michele Guerini Rocco dc62c39393
Merge pull request #79638 from rnhmjoj/clearlyU
clearlyU: split outputs in out and otb
2020-02-14 21:43:06 +01:00
rnhmjoj 76dd114376
clearlyU: split outputs in out and otb 2020-02-14 21:16:42 +01:00
Michele Guerini Rocco b2314a6d01
Merge pull request #79641 from rnhmjoj/creep
creep: split outputs in out and otb
2020-02-14 20:14:52 +01:00
Michele Guerini Rocco f2c62a920f
Merge pull request #79633 from rnhmjoj/ttyp0
uw-ttyp0: split outputs in out and otb
2020-02-14 19:56:20 +01:00
Michele Guerini Rocco c8d53312a5
Merge pull request #79756 from rnhmjoj/profont
profont: install otb variant
2020-02-14 19:49:31 +01:00
rnhmjoj c412f11cc8
uw-ttyp0: split outputs in out and otb 2020-02-14 19:27:48 +01:00
rnhmjoj 6979f761a5
profont: install otb variant 2020-02-14 19:06:50 +01:00
Michele Guerini Rocco f8c3e15771
Merge pull request #75163 from rnhmjoj/gohu
gohufont: generate opentype files
2020-02-14 00:46:05 +01:00
Daniel Schaefer 9b2d529062
Merge pull request #79671 from rnhmjoj/spleen
spleen: install otf font
2020-02-11 20:37:32 +01:00
rnhmjoj b4c324c719
proggyfonts: cleanup
- mkfontdir and mkfontscale have been merged
- use install insead of cp
- make gzip deterministic with -n
2020-02-11 20:04:40 +01:00
Edmund Wu d108ba9ded recursive: 1.022 -> 1.030 2020-02-10 20:33:01 +01:00
rnhmjoj c5a0d66eb7
gohufont: split outputs into out and otb 2020-02-10 12:01:28 +01:00
rnhmjoj 8ada475450
spleen: install otf font 2020-02-10 01:36:07 +01:00
rnhmjoj 406b96fa7d
envypn-font: split outputs in out and otb 2020-02-10 00:57:53 +01:00
rnhmjoj 7f7c94497a
dina,dina-pcf: unify packages 2020-02-10 00:28:56 +01:00
rnhmjoj dcc8e45dab
creep: split outputs in out and otb 2020-02-09 19:05:06 +01:00
rnhmjoj 96606b67fa
gohufont: make fonttosfnt deterministic 2020-02-07 18:23:53 +01:00
Mario Rodas a59fafcb39
jetbrains-mono: 1.0.2 -> 1.0.3
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.3
2020-02-07 07:41:00 -05:00
rnhmjoj 68464b6440
gohufont: generate opentype files 2020-02-07 09:34:51 +01:00
Chuck 384ab839e9 nerdfonts: 2.0.0 -> 2.1.0
This release adds 216 fonts.

Note: The Meslo LG {L,M,S}{ DZ,} Regular Nerd Font Complete{, Mono}.otf
fonts are now .ttf files instead of .otf files in this release.
2020-02-03 10:01:30 -08:00
Nikolay Korotkiy d6a4679300
tt2020: init at 2020-01-05 2020-02-02 12:59:48 +03:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Mario Rodas 50e6e597d6
Merge pull request #78409 from marsam/update-jetbrains-mono
jetbrains-mono: 1.0.1 -> 1.0.2
2020-01-24 18:28:51 -05:00
Mario Rodas 8a9fffcd62
jetbrains-mono: 1.0.1 -> 1.0.2
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.2
2020-01-24 09:16:54 -05:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Mario Rodas 1c45292ea3
jetbrains-mono: 1.0.0 -> 1.0.1
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/1.0.1
2020-01-21 07:25:00 -05:00
Mario Rodas 35bdbf487b
jetbrains-mono: init at 1.0.0 2020-01-16 04:20:00 -05:00
Mario Rodas c7abf06d20
sudo-font: 0.40 -> 0.41
Changelog: https://github.com/jenskutilek/sudo-font/releases/tag/v0.41
2020-01-14 04:20:00 -05:00
Will Dietz 0834d16531 victor-mono: 1.3.0 -> 1.3.1
https://github.com/rubjo/victor-mono/releases/tag/v1.3.1
2020-01-13 00:40:14 -08:00
Renaud ef4296311d
Merge pull request #76612 from vincentbernat/fix/iosevka-2.3.3
iosevka: 2.3.2 -> 2.3.3
2020-01-09 13:55:41 +01:00
Will Dietz 77267e8b63
public-sans: 1.007 -> 1.008 2020-01-08 14:34:50 -06:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Franz Pletz 6c9aa31427
material-design-icons: 3.3.92 -> 4.7.95 2020-01-02 06:12:26 +01:00
Mario Rodas f55358f692
cascadia-code: add variants 2020-01-01 04:20:00 -05:00
Will Dietz 4fa9c36165
victor-mono: 1.2.7 -> 1.3.0
https://github.com/rubjo/victor-mono/releases/tag/v1.3.0
https://github.com/rubjo/victor-mono/releases/tag/v1.2.9
https://github.com/rubjo/victor-mono/releases/tag/v1.2.8
2020-01-01 02:02:34 -06:00
Robin Gloster 49f40b2e3d
dejavu-fonts: *Flags are lists 2019-12-30 11:13:39 +01:00
Vincent Bernat 83053c85f4 iosevka: 2.3.2 -> 2.3.3 2019-12-28 16:50:53 +01:00
Jan Tojnar 5f6635144a
rictydiminished-with-firacode: 0.0.1 → 1.2.0
Update, clean up and also fix build.

Part of the build system still does not support Python 2:

https://github.com/hakatashi/RictyDiminished-with-FiraCode/pull/3
2019-12-25 23:13:05 +01:00
Jan Tojnar ee4cc7c390
monoid: fix build
We recently defaulted fontforge to python3 which made the python2 used by the build system unable to find fontforge.
2019-12-25 20:32:13 +01:00
Emery Hemingway cad12aee9b gubbi-font: init at 1.3 2019-12-18 11:33:18 +00:00
Mario Rodas a9f08485fa
ibm-plex: 4.0.1 -> 4.0.2 2019-12-09 20:00:00 -05:00
Mario Rodas bdb97ca323
Merge pull request #75347 from colemickens/nixpkgs-cascadia
cascadia-code: 1911.20 -> 1911.21
2019-12-09 07:02:44 -05:00
Cole Mickens 25235bb89e cascadia-code: 1911.20 -> 1911.21 2019-12-08 23:59:26 -08:00
Mario Rodas b34928a1ee
Merge pull request #75227 from r-ryantm/auto-update/spleen
spleen: 1.5.0 -> 1.6.0
2019-12-08 16:57:19 -05:00
rnhmjoj a8db8ddfe3 uw-ttyp0: init at 1.3 2019-12-08 10:40:31 +01:00