Commit graph

1433 commits

Author SHA1 Message Date
Aluísio Augusto Silva Gonçalves 1ade372bf8
iosevka: add AluisioASG as maintainer 2020-11-04 07:47:30 -03:00
Aluísio Augusto Silva Gonçalves 08fd340b1e
iosevka: remove dependency on otfcc
As of Iosevka 3.7.0, otfcc is no longer used.  I haven't checked if
the situation has changed since [2017] but this should make Iosevka
available on aarch64-linux and *-darwin.

[2017]: https://github.com/NixOS/nixpkgs/pull/31835#issuecomment-347048242
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves 26ce7f2607
iosevka: add update script
As outlined in the previous commit, we just need to update the source
URL in node-packages.json, and wait for node-packages.nix to be rebuilt
from it.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves e6bc641ef4
iosevka: 3.2.2 -> 3.7.1; fetch source through nodePackages
Previously we used nodePackages only to fetch Iosevka's build
dependencies and then fetched the source code ourselves.  Updates
involved changing the version and hashes in the `iosevka` derivation and
then running node-packages/generate.sh to update the build dependencies,
which in turns updates *all* of node-packages.nix.

A new proposed policy for handling node-packages.nix updates involves
batching those updates.  Previously, that would mean `iosevka` and its
build dependencies could end up out of sync until the batched update was
run.

To work with the new policy, we now fetch Iosevka's source code (and
not only its dependencies) through nodePackages.  Updates are done by
changing the source URL in node-packages.json, which eventually becomes
part of an update of node-packages.nix, which is then propagated to
`iosevka` itself.

One con of this strategy is that errors can not be caught directly
after the update, but only after node-packages.nix is regenerated.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves e237f23b6a
iosevka-bin: move update script
Move bin.nix's update script to update-bin.sh so it doesn't conflict
with default.nix's update script.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves 988f0cf3c5
iosevka-bin: Use iosevka's meta
The two packages have the same metadata, except for the maintainers.
2020-11-04 07:47:28 -03:00
Mario Rodas 322aaa9b19 fraunces: init at 1.000 2020-10-29 04:20:00 +00:00
Mario Rodas 4f5156fdb9
Merge pull request #100746 from dtzWill/update/agave-30
agave: 22 -> 30
2020-11-02 18:35:54 -05:00
Mario Rodas dbc3eda9d9 sudo-font: 0.51 -> 0.52 2020-11-01 04:20:00 +00:00
V d3025ee8c6 iosevka-bin: add support for variants
This adds the ability to select a specific prebuilt variant. It also adds
an updater script for generating their hashes. Additionally, switching
to TTC files reduces the package size by an order of magnitude.

Example usage:

	fonts.fonts = with pkgs; [
	  (iosevka-bin.override { variant = "ss10"; })
	  (iosevka-bin.override { variant = "sparkle"; })
	  (iosevka-bin.override { variant = "aile"; })
	];
2020-10-30 21:19:20 +01:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Alexander Bich 6078bad045 open-sans: fix revision
Remove URL encoding of revision, it results in double encoding.
2020-10-24 22:05:32 +03:00
Rok Garbas d5ebdf57c8
Merge pull request #101390 from garbas/fix-juliamono
julia-mono: update sha256
2020-10-22 18:57:26 +02:00
Rok Garbas 92cb4e843c
julia-mono: update sha256 2020-10-22 17:33:29 +02:00
Jan Tojnar 03c64130bb
Merge pull request #94892 from toonn/font-joypixels-emoji 2020-10-22 10:21:25 +02:00
Jan Tojnar 5902a08028
joypixels: run install hooks
Also clean up formatting.
2020-10-22 03:32:45 +02:00
toonn 196c828153
joypixels: Use updated font for macOS
After some back and forth with JoyPixels they agreed to creating a
version of their font for macOS that does not use the exact same name as
the Apple Color Emoji default font.

This naming collision meant it was impossible to configure applications
to use the JoyPixels emoji font unless you disabled the Apple Color
Emoji font using Font Book. Which meant the JoyPixels font could either
replace the Apple Color Emoji font completely or only fill in the gaps
in that font (on my system "hot face" isn't in the system font) but not
be used entirely for specific apps or be used with the system font as a
back up.
2020-10-22 03:32:45 +02:00
toonn fd653b992a
joypixels: Move assert to allow override
By moving the assert concerning license acceptance into the src
attribute license acceptance can be expressed with an override,
`joypixels.override { acceptLicense = true; }`.
2020-10-22 03:32:44 +02:00
toonn ca61c67381
joypixels: Drop dash from nixos endpoint url
The url was changed on request.
2020-10-22 03:32:44 +02:00
toonn 0da946eac8
joypixels: Reword license acceptance warning 2020-10-22 03:32:44 +02:00
toonn 48128ba77f
joypixels: Mark license as unfree 2020-10-22 03:32:44 +02:00
toonn f9f1cbbffa
joypixels: Switch on kernel.name rather than system
x86_64-darwin is too specific because macOS runs on multiple
architectures.
2020-10-22 03:32:43 +02:00
toonn c5249d1e9d
joypixels: Refactor to special-case darwin
Specifying the system-specific variables for x86_64-darwin and
x86_64-linux is too restrictive, excluding for example i686-linux.
Since macOS seems to be the odd one out we can special-case only
x86_64-darwin.
2020-10-22 03:32:43 +02:00
toonn 25ca62c2a2
joypixels: Switch from override to config option
Switch from an overridden variable to an option specified in
configuration.nix or config.nix:
  ```
  joypixels.acceptLicense = true;
  ```
2020-10-22 03:32:43 +02:00
toonn a880ab2e98
joypixels: Refactor to group system-specific variables 2020-10-22 03:32:42 +02:00
toonn cd255a375e
joypixels: Add proper license
The JoyPixels font comes with a license which requires explicit
acceptance by the user.
2020-10-22 03:32:42 +02:00
toonn d36a92fd2c
joypixels: Update metadata 2020-10-22 03:32:42 +02:00
toonn 568beeaa28
joypixels: Refactor src and installPhase for clarity 2020-10-22 03:32:41 +02:00
toonn e0ad840a06
joypixels: Add support for darwin 2020-10-22 03:32:41 +02:00
toonn da117df3f4
joypixels: Use dedicated NixOS cdn endpoint
The Arch Linux endpoint was not intended to be used as-is by other
distros. I have asked for and received a proper license with a dedicated
endpoint for NixOS.
2020-10-22 03:32:41 +02:00
André Silva 609d817586
jetbrains-mono: 2.002 -> 2.200 2020-10-22 00:45:30 +01:00
toastal d6ade09d5f julia-mono: 0.018 -> 0.022 2020-10-19 13:38:16 +03:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Will Dietz e94e19655a
agave: 22 -> 30
https://github.com/agarick/agave/releases/tag/v30
(see also notes for other releases, not linked here)
2020-10-16 13:20:17 -05:00
Anderson Torres e61c9d185d
Merge pull request #100193 from AndersonTorres/big-upload
A bunch of updates
2020-10-12 08:48:52 -03:00
AndersonTorres 890d47fc33 comic-neue: 2.5 -> 2.51 2020-10-12 04:07:17 -03:00
Сухарик 2336543338 julia-mono: init at 0.018 2020-10-10 10:38:22 +03:00
Mario Rodas 5dbc275975 cascadia-code: 2008.25 -> 2009.22
https://github.com/microsoft/cascadia-code/releases/tag/v2009.22
2020-10-10 00:00:00 -05:00
Jiehong Ma 799e0f1a2a ttf-tw-moe: first version 2020-10-07 16:11:28 +02:00
AndersonTorres a3323d4934 comic-neue: 2.3 -> 2.5 2020-09-21 23:37:31 -03:00
Daniël de Kok b83824d9c4
Merge pull request #98159 from sternenseemann/noto-emoji-unicode-13.1
noto-fonts-emoji: unstable-2020-08-20 → 2020-09-16
2020-09-20 14:20:19 +02:00
Daniël de Kok a9953f1ead
Merge pull request #98122 from turboMaCk/corefonts-output-hash
corefonts: fix hash mismatch update
2020-09-19 16:06:53 +02:00
Mario Rodas 72b9660dc1
_3270font: 2.0.4 -> 2.1.0 (#98156)
https://github.com/rbanffy/3270font/releases/tag/v.2.1.0
2020-09-17 19:00:53 -05:00
sternenseemann ebd9355231 noto-fonts-emoji: unstable-2020-08-20 → 2020-09-16-unicode13.1 2020-09-17 19:55:25 +02:00
sternenseemann e8a612c066 pythonPackages.nototools: 0.2.12 → 0.2.13 2020-09-17 19:55:25 +02:00
Marek Fajkus b529c6cf65
corefonts: fix hash mismatch update 2020-09-16 21:16:01 +02:00
Jan Tojnar 24a6d1152d
twemoji-color-font: fix build with Inkscape 1 2020-09-13 23:13:57 +02:00
Jan Tojnar f355352177
emojione: fix build with Inkscape 1 2020-09-13 23:13:54 +02:00
Mario Rodas a6b064e649 cascadia-code: 2007.01 -> 2008.25
https://github.com/microsoft/cascadia-code/releases/tag/v2008.25
2020-09-13 09:19:18 -07:00
Jan Tojnar 35deaa45a1
inkscape_0: drop
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
Frederik Rietdijk af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
Jan Tojnar 7ecabdc22b
Merge pull request #96992 from jtojnar/fc-dtd-urn
treewide: use URN for fontconfig DTD
2020-09-04 17:12:29 +02:00
Frederik Rietdijk 377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Jan Tojnar 6dd3b54ccc
treewide: use URN for fontconfig DTD
To match upstream change:

9c46ef4aac
2020-09-03 06:39:00 +02:00
Mario Rodas 4adac63234 recursive: 1.062 -> 1.064 2020-09-02 21:54:00 -05:00
Christian Kampka d4c42bfaf5
liberation_ttf: Fix cross-compiling
liberation_ttf runs python3 during build,
hence it needs to be in nativeBuildInputs
when cross-building.
2020-09-02 19:22:10 +02:00
Mario Rodas de5d2d6a61 ibm-plex: 5.1.0 -> 5.1.3 2020-09-01 20:33:53 -05:00
sternenseemann fe3d667a0f twitter-color-emoji: 12.1.5 → 13.0.1 2020-08-30 10:17:23 -07:00
sternenseemann 0cfc9f47ce noto-fonts-emoji-blob-bin: remove url syntax in homepage 2020-08-30 10:17:23 -07:00
sternenseemann 079b8e1c5d noto-fonts-emoji: unstable-2019-10-22 → unstable-2020-08-20
Now supports Unicode 13.0.
2020-08-30 10:17:23 -07:00
sternenseemann a22e9ae45d pythonPackages.nototools: unstable-2019-10-21 → 0.2.12 2020-08-30 10:17:23 -07:00
Mario Rodas a2358df011
Merge pull request #96471 from marsam/update-recursive
recursive: 1.059 -> 1.062
2020-08-28 22:26:47 -05:00
Mario Rodas 90fad2391a
recursive: 1.059 -> 1.062
https://github.com/arrowtype/recursive/releases/tag/1.060
https://github.com/arrowtype/recursive/releases/tag/1.061
https://github.com/arrowtype/recursive/releases/tag/1.062
2020-08-27 04:20:00 -05:00
Mario Rodas b543b84a6a
jetbrains-mono: 2.001 -> 2.002
https://github.com/JetBrains/JetBrainsMono/releases/tag/v2.002
2020-08-27 04:20:00 -05:00
Mario Rodas f190d0fdda
recursive: 1.057 -> 1.059
https://github.com/arrowtype/recursive/releases/tag/1.059
2020-08-25 20:20:20 -05:00
R. RyanTM bd5b6cb3b7 iosevka-bin: 3.4.1 -> 3.4.6 2020-08-25 18:14:02 +00:00
Silvan Mosberger dd0c15b341
Merge pull request #95544 from endgame/oldschool-pc-font-bump
ultimate-oldschool-pc-font-pack: 1.0 -> 2.0
2020-08-24 02:43:15 +02:00
Michael Raskin f467d79b92
Merge pull request #95907 from rnhmjoj/otb-merge
pkgs/data/fonts: merge back the split otb output
2020-08-23 21:46:01 +00:00
Silvan Mosberger 3645476e86
Merge pull request #94747 from ptrhlm/kanji-stroke-order-font-4.003
kanji-stroke-order-font: 4.002 -> 4.003
2020-08-22 16:58:53 +02:00
rnhmjoj 6545e5a506
pkgs/data/fonts: merge back the split otb output
Since the Pango issue 457[1] has been fixed and Nixpkgs patched, it's no
longer necessary to keep X11 and .otb fonts in separate outputs (previously
they would cause application to display broken fonts).

[1]: https://gitlab.gnome.org/GNOME/pango/-/issues/457
2020-08-22 09:45:05 +02:00
Mario Rodas ec257bea65 recursive: 1.054 -> 1.057
https://github.com/arrowtype/recursive/releases/tag/1.057
2020-08-21 21:02:13 -07:00
Gabriel Ebner 08639bcd13
Merge pull request #95701 from gebner/smaller_source_han
source-han-*: reduce closure size by 2x
2020-08-18 12:54:31 +02:00
Gabriel Ebner 9fb2c88df4 source-han-*: reduce closure size by 2x
The file name of the installed font was the path returned by fetchurl:
`xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-SourceHanSans.ttc`

This caused the derivation to reference the downloaded font file,
storing the font twice unless you optimise the store (each file is
~150M).
2020-08-17 19:23:12 +02:00
Florian Klink 119401d811 fontconfig-penultimate: remove package 2020-08-17 13:26:05 +02:00
Will Dietz b86fd4f919 agave: 21 -> 22
https://github.com/agarick/agave/releases/tag/v22
2020-08-16 13:32:21 +00:00
Will Dietz 4f6067861d agave: 17 -> 21
https://github.com/agarick/agave/releases/tag/v18
https://github.com/agarick/agave/releases/tag/v19
https://github.com/agarick/agave/releases/tag/v20
https://github.com/agarick/agave/releases/tag/v21
2020-08-16 13:32:21 +00:00
Will Dietz 23e96f4565 agave: 16 -> 17
https://github.com/agarick/agave/releases/tag/v17
2020-08-16 13:32:21 +00:00
Jack Kelly b84a56bddb ultimate-oldschool-pc-font-pack: 1.0 -> 2.0 2020-08-16 10:24:55 +10:00
R. RyanTM 5b09228189 spleen: 1.8.1 -> 1.8.2 2020-08-15 15:21:18 -07:00
Martin Weinelt 99c6768ecb
Merge pull request #95184 from seylerius/master
iosevka: unify output directory with other fonts
2020-08-15 03:00:57 +02:00
R. RyanTM 42bf6d5c2e iosevka-bin: 3.3.1 -> 3.4.1 2020-08-14 00:06:27 +00:00
seylerius 6508e30050
iosevka-bin: unify output dir with other fonts 2020-08-11 05:27:37 -05:00
seylerius b4cff6b475
iosevka: unify output directory with other fonts 2020-08-11 04:52:53 -05:00
Piotr Halama a52e20c503 kanji-stroke-order-font: 4.002 -> 4.003 2020-08-10 22:55:28 +02:00
Mario Rodas 1b99e2fd27
recursive: 1.052 -> 1.054
+ https://github.com/arrowtype/recursive/releases/tag/1.053
+ https://github.com/arrowtype/recursive/releases/tag/1.054
2020-08-03 04:20:00 -05:00
Silvan Mosberger f9c2da7d35
Merge pull request #93232 from ShamrockLee/edukai
edukai: init at 4.0/edusong: init at 1.0/eduli: init at 3.0
2020-08-01 03:39:27 +02:00
Shamrock Lee b2872b921d eduli: Init at 3.0
Add `eduli` (MOE Li Font)
If approved, users will be able to install
the Chinese Li (clerical) Font provided by
the Ministry of Education, Republic of China (Taiwan).
This is probably the first font of clerical script in nixpkgs.
2020-08-01 08:17:26 +08:00
Shamrock Lee 8ca49923c6 edusong: Init at 1.0
Add `edusong` (MOE Standard Song Font)
If approved, users will be able to install
the Standard Chinese Song Font provided by
the Ministry of Education, Republic of China (Taiwan).
2020-08-01 08:15:44 +08:00
Shamrock Lee 4102707f9a edukai: Init at 4.0
Add `edukai` (MOE Standard Kai Font) version 4.0
If approved, users will be able to install
the Standard Chinese Kai Font provided by
the Ministry of Education, Republic of China (Taiwan).
2020-08-01 08:12:45 +08:00
xeji 5d221b57e4
Merge pull request #94144 from dtzWill/update/spleen-1.8.1
spleen: 1.8.0 -> 1.8.1
2020-07-30 23:07:06 +02:00
Mario Rodas abe07bbd96
Merge pull request #94139 from dtzWill/update/iosevka-bin-3.3.1
iosevka-bin: 3.2.2 -> 3.3.1
2020-07-30 08:21:41 -05:00
Mario Rodas 3a357ca0ec
Merge pull request #94146 from dtzWill/update/victor-mono-1.4.1
victor-mono: 1.3.1 -> 1.4.1
2020-07-29 21:49:37 -05:00
José Romildo Malaquias 15e184a548
Merge pull request #94132 from dtzWill/update/ibm-plex-5.1.0
ibm-plex: 5.0.0 -> 5.1.0
2020-07-29 22:56:18 -03:00
Mario Rodas fc4694ebdd
Merge pull request #94149 from dtzWill/update/sarasa-gothic-0.12.11
sarasa-gothic: 0.12.6 -> 0.12.11
2020-07-29 16:21:55 -05:00
Will Dietz e35ca5290a
sudo-font: 0.42 -> 0.50 (#94135)
https://github.com/jenskutilek/sudo-font/releases/tag/v0.50
2020-07-29 15:40:02 -05:00
Mario Rodas 9e453cc2b7
Merge pull request #94128 from marsam/update-cascadia-code
cascadia-code: 1911.21 -> 2007.01
2020-07-29 12:21:19 -05:00
Will Dietz 8538c5be11
sarasa-gothic: 0.12.6 -> 0.12.11 2020-07-29 00:49:27 -05:00
Will Dietz d61cce4d4b
victor-mono: 1.3.1 -> 1.4.1 2020-07-29 00:32:00 -05:00
Will Dietz 70ba31727b
spleen: 1.8.0 -> 1.8.1
https://github.com/fcambus/spleen/blob/1.8.1/ChangeLog
2020-07-29 00:19:51 -05:00
Will Dietz 2b58f47bd0
iosevka-bin: 3.2.2 -> 3.3.1
https://github.com/be5invis/Iosevka/releases/tag/v3.3.1
2020-07-29 00:08:44 -05:00
Mario Rodas e659a32203
redhat-official-fonts: 2.2.0 -> 2.3.2 2020-07-29 00:00:00 -05:00
Will Dietz f395842414
ibm-plex: 5.0.0 -> 5.1.0
https://github.com/IBM/plex/releases/tag/v5.1.0
2020-07-28 23:46:12 -05:00
Mario Rodas 111565d6e7
cascadia-code: 1911.21 -> 2007.01 2020-07-25 04:20:00 -05:00
Michael Raskin 23c93a5205
Merge pull request #85169 from prusnak/inkscape
inkscape: 0.92.5 -> 1.0
2020-07-20 08:45:05 +00:00
Pavol Rusnak 8402a74cce
treewide: replace inkscape with inkscape_0
The Inkscape CLI interface has been changed with 1.x and packages
are not adjusted yet to this change. Let's use inkscape 0.x instead.
2020-07-19 13:10:16 +02:00
Mario Rodas 7546f2d189
Merge pull request #93442 from marsam/init-barlow
barlow: init at 1.422
2020-07-18 21:44:13 -05:00
Mario Rodas f1d5d21271
barlow: init at 1.422 2020-07-18 04:20:00 -05:00
Mario Rodas 4703d4da7e
_3270font: init at 2.0.4 2020-07-18 04:20:00 -05:00
Daniël de Kok bc077b5724
Merge pull request #93028 from dtzWill/update/agave-16
agave: 15 -> 16
2020-07-15 14:49:06 +02:00
Michele Guerini Rocco d8ec219293
Merge pull request #93051 from samuelgrf/fix/nerdfonts-no-winfonts
nerdfonts: disable Windows font variants (by default)
2020-07-15 09:22:34 +02:00
Samuel Gräfenstein 56ce016024
nerdfonts: disable Windows font variants
The only difference between these and the regular fonts is that
the internal font name is limited to 31 characters. They double
the package closure size.
2020-07-14 23:58:01 +02:00
Mario Rodas 15a7e9c9bc
jetbrains-mono: 2.000 -> 2.001 2020-07-13 04:20:00 -05:00
Will Dietz ae38220281
agave: 15 -> 16
https://github.com/agarick/agave/releases/tag/v16
2020-07-12 17:47:20 -05:00
Mario Rodas 56784484ff
jetbrains-mono: 1.0.6 -> 2.000 2020-07-11 04:20:00 -05:00
José Romildo Malaquias 61d1be7a88
Merge pull request #90245 from Thra11/alegreya
Alegreya
2020-07-08 08:27:02 -03:00
Tom Hall b4308f8a33 alegreya-sans: init at 2.008 2020-07-07 19:42:25 +01:00
Tom Hall d58b1771d6 alegreya: init at 2.008 2020-07-07 19:42:24 +01:00
Thomas Tuegel daec48f47c
Merge pull request #88533 from rileyinman/iosevka-update
iosevka, iosevka-bin: 2.3.3 -> 3.2.2
2020-07-07 08:51:21 -05:00
Will Dietz bc49e1f787
agave: 14 -> 15
https://github.com/agarick/agave/releases/tag/v15
(cherry picked from commit 14ac1cc7e2882a4a09584c58b08f015e94be32f3)
2020-07-06 17:47:27 -05:00
Riley Inman 26d56baf0e iosevka: 2.3.3 -> 3.2.2 2020-07-05 10:54:27 -04:00
Riley Inman f9a94f989d iosevka-bin: 2.3.3 -> 3.2.2 2020-07-05 10:05:47 -04:00
Mario Rodas 149efc597b
Merge pull request #92267 from r-ryantm/auto-update/xits-math
xits-math: 1.301 -> 1.302
2020-07-04 20:22:41 -05:00
R. RyanTM 26913cebb0 xits-math: 1.301 -> 1.302 2020-07-04 12:19:30 +00:00
Mario Rodas d16b7018b1
Merge pull request #92132 from marsam/update-cozette
cozette: 1.5.1 -> 1.8.3
2020-07-03 07:58:13 -05:00
R. RyanTM 2f8baeb588 spleen: 1.7.0 -> 1.8.0 2020-07-03 15:25:09 +05:30
Mario Rodas c2007a94c6
cozette: add marsam to maintainers 2020-07-02 04:20:00 -05:00
Mario Rodas 648277451c
cozette: 1.5.1 -> 1.8.3 2020-07-02 04:20:00 -05:00
Niklas Hambüchen 29c073f650
Merge pull request #91449 from ericdallo/bump-material-design-icons
material-design-icons: 4.7.95 -> 5.3.45
2020-06-28 02:45:08 +02:00
Jan Tojnar c673b8f0d1
joypixels: 5.5.0 → 6.0.0 2020-06-28 01:43:48 +02:00
Eric Dallo 756915979e
material-design-icons: 4.7.95 -> 5.3.45 2020-06-24 20:06:24 -03:00
Ingo Blechschmidt a64a315151 terminus-font: make build reproducible by using gzip -n 2020-06-21 14:08:25 +02:00
Lassulus 9480bae337
Merge pull request #69734 from rileyinman/blobmoji
noto-fonts-emoji-blob-bin: init at 2019-06-14-Emoji-12
2020-06-18 09:06:33 +02:00
R. RyanTM 36f5cb2a88 amiri: 0.112 -> 0.113 2020-06-17 11:35:44 -07:00
Justin Humm b6b8503f85 monoid: 2016-07-21 -> 2018-06-03
Also applied a patch, so we can build with python3Packages.fontforge, as
fontforge doesn't have python2 bindings anymore.
2020-10-04 16:10:17 +02:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Mario Rodas 33d21a2bff
Merge pull request #99047 from marsam/update-sudo-font
sudo-font: 0.50 -> 0.51
2020-10-01 04:56:19 -05:00
Samuel Dionne-Riel 174db5caad noto-fonts-emoji: Work around Hydra silence timeouts by being noisy
The added noise should keep Hydra from stopping this build thinking it
is hanging doing nothing, while in fact it's just churning slowly
through thousands of funny pictures!
2020-09-29 17:46:22 -04:00
Mario Rodas 02fff7fff9 sudo-font: 0.50 -> 0.51
https://github.com/jenskutilek/sudo-font/releases/tag/v0.51
2020-09-28 18:00:00 -05:00
Robert Helgesson 33a7767fa1
fira-code: 5 -> 5.2 2020-06-14 14:39:46 +02:00
Robert Helgesson a53a6565af
fira-code: 4 -> 5 2020-06-14 01:20:49 +02:00
José Romildo Malaquias 29e4bbe4b1 ibm-plex: 4.0.2 -> 5.0.0 2020-06-09 06:59:26 -03:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
wishfort36 1975e4b2ec tamzen: 1.11.4 -> 1.11.5
Pango doesn't support PCF and BDF fonts since v1.44 [1], but still
supports OTB fonts. As such, we've had to generate OTB fonts for fonts
that don't supply them [2], including tamzen. As of v1.11.5, tamzen
supplies its own OTB fonts [3], so we don't need to make them ourselves.

[1]: https://gitlab.gnome.org/GNOME/pango/-/issues/386
[2]: https://github.com/NixOS/nixpkgs/issues/75160
[3]: https://github.com/sunaku/tamzen-font/issues/25
2020-05-27 09:01:22 -07:00
R. RyanTM 25e8015fed recursive: 1.051 -> 1.052 2020-05-25 15:55:34 -04:00
Michele Guerini Rocco 21537c43ab
Merge pull request #87842 from wishfort36/tamzen-1.11.4
tamzen: init at 1.11.4
2020-05-24 14:54:32 +02:00
Robert Helgesson 09efe9dc0e
fira-code: 3.1 -> 4 2020-05-18 23:24:50 +02:00
wishfort36 c7551f47c2 tamzen: init at 1.11.4 2020-05-18 21:01:48 +02:00
Mathnerd314 26cbda7929 oldsindshi: 0.1 -> 1.0 2020-05-16 13:05:55 -06:00
Mathnerd314 49436a7613 marathi-cursive: 1.2 -> 2.0 2020-05-16 13:05:55 -06:00
oxalica c8d1573dac
sarasa-gothic: 0.8.0 -> 0.12.6 2020-05-13 13:28:16 +08:00
oxalica 4eb3829539
sarasa-gothic: replace p7zip with libarchive 2020-05-13 13:24:14 +08:00
Mario Rodas 206690308b
recursive: 1.047 -> 1.051 2020-05-09 04:20:00 -05:00
Frederik Rietdijk 484ee79050 Merge staging-next into staging 2020-05-01 08:57:10 +02:00
Pavol Rusnak b4a2689117
liberation_ttf_v2: 2.00.4 -> 2.1.0 2020-04-30 17:59:18 +02:00
Mario Rodas f0240514d2
jetbrains-mono: 1.0.5 -> 1.0.6
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.6
2020-04-29 06:01:00 -05:00
Emily 63b70bb4ef twitter-color-emoji: 12.1.2 -> 12.1.5
Twemoji version bump, plus a Fedora patch update to fix emoji size:
282c789d37?branch=master
2020-04-23 21:38:59 +01:00
Roman Volosatovs 6a634cf026
fira: 4.106 -> 4.202 2020-04-19 01:58:03 +02:00
Mario Rodas bde951035b fira-code: 3 -> 3.1
Changelog; https://github.com/tonsky/FiraCode/releases/tag/3.1
2020-04-15 21:15:38 -07:00
puzzlewolf 8930a67d19 line-awesome: init at 1.3.0 2020-04-15 15:35:51 +02:00
Doron Behar 52e8594d73 nerdfonts: update.sh: use releases api to generate shas 2020-04-11 19:02:56 +03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 87d3217761
Merge pull request #84858 from doronbehar/improve-nerd-fonts
nerdfonts: make it easier to configure and build
2020-04-10 14:01:38 +01:00
Doron Behar 8771aa83b0 nerdfonts: make it easier to configure and build 2020-04-10 13:09:27 +03:00
Doron Behar 4ab8ffe187 terminus-nerdfont & incosolata-nerdfont: use generic nerdfonts drv 2020-04-10 11:29:01 +03:00
Doron Behar 6ae7abcc1a nerdfonts: meta: fix descriptions 2020-04-10 01:22:24 +03:00
Doron Behar 219035ebc5 nerdfonts: add @doronbehar as maintainer 2020-04-10 01:21:54 +03:00
Mario Rodas d6d00885ea
fira-code: 2 -> 3
Changelog: https://github.com/tonsky/FiraCode/releases/tag/3
2020-04-09 23:48:52 +02:00
Mario Rodas 36fbfe285d
Merge pull request #84477 from eadwu/recursive/1.047
recursive: 1.046 -> 1.047
2020-04-06 19:43:31 -05:00
Edmund Wu 41ff847b8b
recursive: 1.046 -> 1.047 2020-04-06 10:33:10 -04:00
Timo Kaufmann 1af2f11633
Merge pull request #82044 from ivan-timokhin/junicode-1.002
junicode: update to 1.002 and correct license
2020-04-06 09:11:13 +00:00
Benjamin Hipple 0454fae7ca
Merge pull request #84130 from OmnipotentEntity/rfc45-part2
treewide: quoted urls for RFC45, only the rebuilds
2020-04-05 11:15:20 -04:00
Michael Reilly e20f308b8e treewide: quoted urls for RFC45, only the rebuilds 2020-04-05 10:17:15 -04:00
Mario Rodas c538814fb5
recursive: 1.043 -> 1.046 2020-04-04 16:20:00 -05:00
Ivan Timokhin 9c7dc00719 junicode: split name into pname and version 2020-04-04 19:17:32 +03:00
Ivan Timokhin 63a2dca669 junicode: add ivan-timokhin to maintainers 2020-04-04 19:17:32 +03:00
Jan Tojnar 1c8118caac
joypixels: 5.0.2 → 5.5.0 2020-04-03 01:41:10 +02:00
Lancelot SIX 4078d72da9 unifont: 12.1.03 -> 13.0.01
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00013.html
for release information
2020-03-30 18:16:52 -07:00
Michele Guerini Rocco 69f3f3eb97
Merge pull request #83418 from romildo/upd.roboto-mono
roboto-mono: 2016-01-11 -> 2.002-20190125
2020-03-27 09:12:37 +01:00
Michele Guerini Rocco fcb0a88e53
Merge pull request #83313 from romildo/upd.roboto-slab
roboto-slab: 2016-01-11 -> 2.000
2020-03-27 09:01:31 +01:00
Ryan Mulligan c09f2cce68
Merge pull request #63079 from dmvianna/inconsolata-nerdfont-2.0.0
inconsolata-nerdfont: init at 2.0.0
2020-03-26 09:30:45 -07:00
José Romildo Malaquias 4143bcdf41 roboto-mono: 2016-01-11 -> 2.002-20190125 2020-03-26 08:24:29 -03:00
Mario Rodas a96d46aec3
jetbrains-mono: 1.0.4 -> 1.0.5
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.5
2020-03-26 04:20:00 -05:00
José Romildo Malaquias 66b8e420ba roboto-slab: 2016-01-11 -> 2.000
- use the version from the ttf file
- source is the github repository for the font
2020-03-24 17:54:48 -03:00
Matthew Bauer 082afb21f2
Merge pull request #79704 from rnhmjoj/powerline-fonts
powerline-fonts: install psf to share/consolefonts
2020-03-22 14:45:47 -04:00
Dmitry Kalinkin fd867123f6
remove lmmath, rename latinmodern-math to lmmath 2020-03-18 03:24:53 -04:00
Dmitry Kalinkin bb9c16de4b
latinmodern-math: fix build 2020-03-18 03:23:51 -04:00
Will Dietz 090ce1afd9 jost: 3.3 -> 3.5
https://github.com/indestructible-type/Jost/releases/tag/3.5
https://github.com/indestructible-type/Jost/releases/tag/3.4
2020-03-12 23:58:14 +00:00
Mario Rodas 63a92927cb
jetbrains-mono: 1.0.3 -> 1.0.4
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.4
2020-03-11 02:20:00 -05:00
Ivan Timokhin df082cc0b4 junicode: change license to OFL
Both the project page ([1], third paragraph) and the
documentation ([2], second-to-last paragraph on the last page)
indicate that the font is available under SIL OFL.

[1]: http://junicode.sourceforge.net/
[2]: http://junicode.sourceforge.net/Junicode.pdf
2020-03-08 12:36:34 +03:00
Ivan Timokhin 95a968cd32 junicode: 0.7.8 -> 1.002 2020-03-08 12:30:43 +03:00
R. RyanTM 1f37499eb4 recursive: 1.042 -> 1.043 2020-03-06 13:32:10 +00:00
Emery Hemingway f9ff420f0e navilu-font: init at 1.2 2020-03-04 11:32:10 +01:00
Mario Rodas 609a140993
recursive: 1.030 -> 1.042
Changelog: https://github.com/arrowtype/recursive/releases/tag/1.042
2020-02-29 17:30:00 -05:00
Riley Inman 27e52af5a5 noto-fonts-emoji-blob-bin: init at 2019-06-14-Emoji-12 2020-02-29 16:31:47 -05:00
Mario Rodas f54bbc35e6
Merge pull request #81291 from r-ryantm/auto-update/Amiri
amiri: 0.111 -> 0.112
2020-02-29 12:02:57 -05:00
Yegor Timoshenko 6602e9ad5b
Merge pull request #79776 from emilazy/update-source-han-fonts
source-han-{sans,serif,mono}: {update,refactor,init}
2020-02-29 15:07:06 +03:00
Yegor Timoshenko 8193658787
Merge pull request #79762 from emilazy/update-noto-fonts
noto-fonts{,-extra,-cjk}: update
2020-02-29 15:06:21 +03:00
Emily 6eb45bf38a source-han-{sans,serif,mono}: {update,refactor,init}
* source-han-sans: 1.004R -> 2.001
* source-han-serif: switch to Super OTC
* source-han-mono: init at 1.002

The Source Han fonts now use shared package infrastructure, and the
Super OTC distributions, which unify the various scripts into a single
bundle file, improving automatic font selection and reducing overall
disk space usage. This also means that the Traditional
Chinese—Hong Kong language variant is now included.

The old package names including language are aliased to the Super OTC
bundle packages.
2020-02-29 14:57:27 +03:00
Emily cf792da835 noto-fonts-cjk: 1.004 -> 2.001 2020-02-29 14:43:02 +03:00
Emily fe690a84eb noto-fonts{,-extra}: 2018-11-30 -> 2020-01-23 2020-02-29 14:09:23 +03:00
Yegor Timoshenko c6c200f118
Merge pull request #79679 from emilazy/fix-gdouros-font-licenses
fonts/gdouros: correct license to unfree
2020-02-29 03:58:57 +03:00
Emily 05a9b7fe2a fonts/gdouros: correct license to unfree 2020-02-29 03:54:48 +03:00
R. RyanTM 2699f48f84 amiri: 0.111 -> 0.112 2020-02-28 13:26:46 +00:00
Michele Guerini Rocco 9d0c560867
Merge pull request #80913 from brettlyons/cozette-font
Cozette: Init at 1.5.1
2020-02-24 23:05:34 +01:00
Brett Lyons bad546f872 cozette: init at 1.5.1 2020-02-24 14:24:13 -07:00
Yegor Timoshenko 2ee99b4ba6
Merge pull request #79686 from emilazy/add-merriweather-fonts
merriweather{,-sans}: add new fonts
2020-02-24 21:04:27 +03:00
Yegor Timoshenko fd27f46cb3
Merge pull request #79665 from emilazy/babelstone-han-13.0.3
babelstone-han: 12.1.7 -> 13.0.3
2020-02-24 20:28:53 +03:00
Thomas Tuegel 87d1c38808
Merge pull request #80618 from rileyinman/iosevka
iosevka: disable update check in build
2020-02-24 09:22:51 -06:00
Mario Rodas 9ad04f069c vazir-fonts: 19.2.0 -> 22.1.0 2020-02-23 22:24:56 -08:00
Jan Tojnar 10c7a4d176
rictydiminished-with-firacode: 1.2.0 → 1.2.2 2020-02-24 03:10:20 +01:00
Mario Rodas 8ba4961b1a
sudo-font: 0.41 -> 0.42 2020-02-21 20:00:00 -05:00
Riley Inman 1f4d7a71a8 iosevka: disable update check in build 2020-02-20 04:53:55 -05:00
Michele Guerini Rocco 0d47e820c3
Merge pull request #80326 from rnhmjoj/uni-vga
uni-vga: generate otb, psf and split output
2020-02-19 11:07:22 +01:00
rnhmjoj fc479ad23f
uni-vega: fix build on darwin 2020-02-18 15:08:44 +01:00
Michele Guerini Rocco 92442113a3
Merge pull request #80350 from rnhmjoj/unscii
unscii: cleanup and split outputs
2020-02-18 09:16:02 +01:00
Michele Guerini Rocco d61f235639
Merge pull request #80366 from rnhmjoj/ucs-fonts
ucs-fonts: generate pcf, otb and split output
2020-02-18 09:15:34 +01:00
Michele Guerini Rocco 06d625a7fe
Merge pull request #80220 from rnhmjoj/siji
siji: split output into out, bdf, otb
2020-02-17 20:51:40 +01:00
Michele Guerini Rocco 5798b04cce
Merge pull request #80322 from rnhmjoj/unifont
unifont: generate otb and split output
2020-02-17 20:50:10 +01:00
Michele Guerini Rocco db26f93110
Merge pull request #80270 from rnhmjoj/tewi
tewi-font: generate otb and split output
2020-02-17 20:48:53 +01:00
Michele Guerini Rocco 875f474b42
Merge pull request #80261 from rnhmjoj/terminus
terminus_font: generate otb and split output
2020-02-17 20:48:06 +01:00
Michele Guerini Rocco 02371d9410
Merge pull request #80228 from rnhmjoj/tamsyn
tamsyn: generate otb and split output
2020-02-17 19:49:09 +01:00
rnhmjoj 06e7100bf9
ucs-fonts: generate pcf, otb and split output 2020-02-17 17:06:23 +01:00
rnhmjoj 789182cb8f
ucs-fonts: add license and homepage 2020-02-17 16:02:25 +01:00
rnhmjoj 270a1e4f8a
unscii: cleanup and split outputs
The font is very large and duplicated across many formats, some of
which cannot be compressed, like `.hex` or `.svg`.
For normal use (eg. X11, GTK applications) these formats are not
necessary, so they are moved to another output reducing the default
closure size.
2020-02-17 11:57:28 +01:00
Cole Helbling e718c3a685
iosevka: don't show build progress
The node progress "bar" looks like crap when using `nix-build`. Redirect
the infinite scrolling screen to `/dev/null` to calm the output down.
Errors will still print because stderr isn't redirected.
2020-02-16 23:45:35 -08:00
rnhmjoj a3b97a4061
uni-vga: generate otb, psf and split output 2020-02-17 02:11:50 +01:00
rnhmjoj c23db52a65
unifont: generate otb and split output 2020-02-17 01:08:47 +01:00
rnhmjoj 128030139e
tewi-font: generate otb and split output 2020-02-16 14:58:59 +01:00
rnhmjoj 37d9b45b04
tewi-font: 2015-06-07 -> 2.0.2 2020-02-16 14:58:57 +01:00
rnhmjoj 4eb84c9ed4
terminus_font: generate otb and split output 2020-02-16 10:46:35 +01:00
Will Dietz 02b760b2a8
spleen: 1.6.0 -> 1.7.0 2020-02-15 22:32:14 -06:00
rnhmjoj b5a6818a7f
tamsyn: generate otb and split output 2020-02-16 01:50:14 +01:00
rnhmjoj dd65399e04
siji: split output into out, bdf, otb 2020-02-16 01:08:46 +01:00
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
Emily 7f1ab0505c merriweather-sans: init at 1.008 2020-02-11 20:40:12 +00:00
Emily 21ea3ddf60 merriweather: init at 2.005 2020-02-11 20:40:12 +00:00
Daniel Schaefer 9b2d529062
Merge pull request #79671 from rnhmjoj/spleen
spleen: install otf font
2020-02-11 20:37:32 +01:00