Commit graph

1016 commits

Author SHA1 Message Date
Frederik Rietdijk
accec23188 pythonPackages.nototools: make python 3 compatible and use that one 2019-10-29 13:53:04 +01:00
Bastien Riviere
a9e88bb2e9 iosevka: 2.3.0 -> 2.3.2
This commit include:
- update iosevka version
- fix extraParameters, was not able to inject all needed settings
- format file
- update package.json
2019-10-26 22:26:01 +02:00
Will Dietz
27f6357d84 victor-mono: 1.2.5 -> 1.2.7
https://github.com/rubjo/victor-mono/releases/tag/v1.2.7
https://github.com/rubjo/victor-mono/releases/tag/v1.2.6
2019-10-23 13:38:54 -07:00
Will Dietz
8825940cec inter: 3.10 -> 3.11 2019-10-23 13:28:19 -07:00
Vladyslav M
2ff7fa55c1
iosevka-bin: 2.3.0 -> 2.3.2 (#71570)
iosevka-bin: 2.3.0 -> 2.3.2
2019-10-21 23:16:49 +03:00
R. RyanTM
417834eb7a iosevka-bin: 2.3.0 -> 2.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/iosevka-bin/versions
2019-10-21 11:45:35 -07:00
Marcial Gaißert
bc09bf4d71 ricty: change mirror and homepage url
The old mirror and homepage at www.rs.tus.ac.jp return a 403
Forbidden.
2019-10-20 16:47:30 +02:00
Will Dietz
741b404e8a
Merge pull request #70687 from dtzWill/update/cherry-1.4
cherry: 1.3 -> 1.4, pcf -> otb, mkfontdir for X11
2019-10-14 18:54:57 -05:00
Will Dietz
886bca0af5
Merge pull request #70688 from dtzWill/update/spleen-1.5.0
spleen: 1.3.0 -> 1.5.0, mkfontdir
2019-10-14 18:54:28 -05:00
Renaud
98b74470ef
Merge pull request #68747 from dtzWill/fix/bdf2psf-usr-env-vars
bdf2psf: fix /usr/share -> /share, and don't install env-vars
2019-10-12 15:19:00 +02:00
Renaud
2fdca375dd
Merge pull request #70517 from marsam/update-cascadia-code
cascadia-code: 1909.16 -> 1910.04
2019-10-08 17:54:30 +02:00
Will Dietz
1035f0a030
spleen: 1.3.0 -> 1.5.0, mkfontdir for X11 2019-10-07 19:16:32 -05:00
Will Dietz
47b6dd4345
cherry: 1.3 -> 1.4, pcf -> otb, mkfontdir for X11 2019-10-07 19:06:43 -05:00
rnhmjoj
6661c367df
fonts/gohufont: update for outputs change in bdf2psf 2019-10-07 18:05:49 -05:00
Mario Rodas
71bc760da8
cascadia-code: 1909.16 -> 1910.04 2019-10-06 04:20:00 -05:00
Mario Rodas
c133c29fb5
ibm-plex: 2.0.0 -> 3.0.0
Changelog: https://github.com/IBM/plex/releases/tag/v3.0.0
2019-10-06 04:20:00 -05:00
Chuck
9cb9e6509e nerdfonts: Use patchShebangs
In commit e8e191a1be9d after v2.0.0, nerdfonts switched from #!/bin/bash
to #!/usr/bin/env bash.  Rather than synchronizing this patching with
that change, just use patchShebangs which handles both cases.
2019-10-03 15:18:06 -07:00
Mario Rodas
564d8e333d
work-sans: init at 1.6 2019-09-28 16:20:00 -05:00
R. RyanTM
b5b30f796c public-sans: 1.005 -> 1.006
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/public-sans/versions
2019-09-26 07:21:26 -07:00
Thomas Tuegel
7a4d7c58e3
Merge pull request #69219 from rileyinman/iosevka
iosevka: Simplify custom build process

The interface to configure a custom build with Nix has changed due to changes upstream; please refer to the derivation for details.
2019-09-24 10:16:44 -05:00
Riley Inman
dd2f026780 iosevka: Add comment to document privateBuildPlan 2019-09-24 10:34:17 -04:00
Riley Inman
c847da5b8b iosevka: Fix rev typo, link node_modules instead of copy 2019-09-23 15:08:54 -04:00
Riley Inman
64accf2edf iosevka: Merge node dependencies into nodePackages 2019-09-23 02:03:10 -04:00
Riley Inman
0ef7d0d908 iosevka: Declare version in mkDerivation 2019-09-22 14:10:04 -04:00
Riley Inman
e1ace0f772 iosevka: Add self as maintainer 2019-09-22 14:07:10 -04:00
Riley Inman
8bfb67929d iosevka: Append extraParameters instead of overwriting 2019-09-22 14:04:58 -04:00
Riley Inman
98a7d7990e iosevka: Simplify custom build process
Although hopefully this can eventually be added to nodePackages, it uses
some devDependencies to build custom fonts. Node2nix doesn't currently
support enabling devDependencies for a single package.

- Got rid of redundant let-in statements.
- node-packages.json now only pulls in Iosevka.
- generate.sh
  * Uses a nix-shell shebang to ensure it builds using the current
    version of node2nix (the old version caused some issues due to the
    19.03 release version being 1.6.0 instead of 1.7.0).
  * Builds in development mode to fix the devDependencies issue.
- Use the tree of the built node package as sourceRoot instead of
  installing node dependencies manually. This means the source will have
  to be updated in both node-packages.json and default.nix, but to make
  things easier the derivation inherits the version number.
- Disparate build options now all live under privateBuildPlan, which is
  converted first with builtins.toJSON and then to TOML using remarshal
  (Unfortunately there is not currently a builtins.toTOML).
- Extra parameters can also be provided that will be converted to JSON
  then TOML. This will overwrite the default parameters.toml file.
2019-09-21 12:54:46 -04:00
Mario Rodas
03888ff8de
Merge pull request #69071 from marsam/init-cascadia-code
cascadia-code: init at 1909.16
2019-09-21 01:41:46 -05:00
Eelco Dolstra
d8e35fdbf9 vista-fonts: Use new download location 2019-09-19 22:38:31 +02:00
Mario Rodas
319710d48c
cascadia-code: init at 1909.16 2019-09-18 21:00:00 -05:00
Thomas Tuegel
86db1ece88
Merge pull request #68820 from babariviere/iosevka-2.0
iosevka: 1.4.3 -> 2.3.0
2019-09-18 05:48:48 -05:00
Will Dietz
0caa727cdd
Merge pull request #68738 from dtzWill/update/spleen-1.3.0
spleen: 1.0.5 -> 1.3.0
2019-09-16 10:47:09 -05:00
babariviere
41b98797ae
iosevka: 1.4.3 -> 2.3.0
Use node2nix instead of reading package lock.
2019-09-15 19:36:10 +02:00
babariviere
659adfaf27
iosevka: 1.4.3 -> 2.3.0
Integrate new Iosevka build system.
Add an extra arguments to add custom parameters (for example to map ligatures).
2019-09-15 16:05:02 +02:00
Vladyslav M
07753d8cf1
source-sans-pro: 2.045 -> 3.006 2019-09-15 10:48:37 +03:00
Will Dietz
1e1ca087a0
Merge pull request #68761 from dtzWill/update/inter-3.10
inter: 3.7 -> 3.10
2019-09-14 14:13:51 -05:00
Will Dietz
fc09454b1b
Merge pull request #68741 from dtzWill/update/sarasa-gothic-0.8.2
sarasa-gothic: 0.8.0 -> 0.8.2
2019-09-14 14:12:34 -05:00
Will Dietz
f1df175f8d
inter: 3.7 -> 3.10
https://github.com/rsms/inter/releases/tag/v3.10
https://github.com/rsms/inter/releases/tag/v3.9
https://github.com/rsms/inter/releases/tag/v3.8
2019-09-13 22:54:15 -05:00
Will Dietz
9fbb606cd0
agave: 10 -> 14
https://github.com/agarick/agave/releases/tag/v14
https://github.com/agarick/agave/releases/tag/v13
https://github.com/agarick/agave/releases/tag/v12
https://github.com/agarick/agave/releases/tag/v11
2019-09-13 22:05:38 -05:00
Will Dietz
7ff42e439e
sarasa-gothic: 0.8.0 -> 0.8.2
https://github.com/be5invis/Sarasa-Gothic/releases/tag/v0.8.2
2019-09-13 21:55:41 -05:00
Will Dietz
c21ae92d94
spleen: 1.0.5 -> 1.3.0
Install psfu files for console use.
2019-09-13 21:48:51 -05:00
Fabián Heredia Montiel
f5e5aa7400 fira-code: 1.207 -> 2 2019-09-09 22:35:16 -05:00
Thomas Tuegel
26b095829f
Merge pull request #68229 from dywedir/source-serif-pro
source-serif-pro: 2.010 -> 3.000
2019-09-08 09:22:11 -05:00
Vladyslav M
d4da04c528
source-serif-pro: 2.010 -> 3.000 2019-09-07 01:04:01 +03:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Will Dietz
ef414c2676
Merge pull request #68036 from dtzWill/update/victor-mono-1.2.5
victor-mono: 1.2.1 -> 1.2.5
2019-09-04 21:13:20 -05:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Will Dietz
a8b1948aa7
victor-mono: 1.2.1 -> 1.2.5 2019-09-03 18:15:59 -05:00
Will Dietz
a774931282
sudo-font: 0.37 -> 0.40
https://github.com/jenskutilek/sudo-font/releases/tag/v0.38
https://github.com/jenskutilek/sudo-font/releases/tag/v0.39
https://github.com/jenskutilek/sudo-font/releases/tag/v0.40
2019-09-03 18:12:56 -05:00
Tadeo Kondrak
346f49596b
iosevka-bin: 2.2.1 -> 2.3.0 2019-09-01 22:51:10 -06:00
Frederik Rietdijk
ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Jan Tojnar
3665a31a4a
Merge pull request #67663 from jtojnar/fc-joypixels
fontconfig: add support for JoyPixels font
2019-08-30 00:30:13 +02:00
Jan Tojnar
4e4d67b79f
twitter-color-emoji: init at 12.1.2 2019-08-29 21:33:26 +02:00
Jan Tojnar
dd7ec2ea97
python2Packages.nototools: 2017-09-25 → 2019-03-20 2019-08-29 17:24:10 +02:00
Jan Tojnar
1a7b8f6817
joypixels: drop fontconfig file
It is now supportedby our fontconfig.
2019-08-29 02:17:49 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
volth
35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
worldofpeace
eaf95bef86
Merge pull request #63273 from colemickens/nixpkgs-gelasio
gelasio: init at unstable-2018-08-13
2019-08-23 16:12:39 -04:00
Cole Mickens
6039ccef9e gelasio: init at unstable-2018-08-13 2019-08-23 22:01:04 +02:00
xrelkd
54e5878ecd font-awesome: 5.10.1 -> 5.10.2 2019-08-23 15:21:47 +08:00
Jan Tojnar
50f2ecf823
joypixels: init at 5.0.2 2019-08-20 05:32:06 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Lancelot SIX
8791afb8e6
unifont_upper: 12.1.02 -> 12.1.03 2019-08-12 14:15:01 +02:00
Lancelot SIX
f14b76634d
unifont: 12.1.01 -> 12.1.03 2019-08-12 14:15:01 +02:00
R. RyanTM
bfdca24dd3 terminus_font: 4.47 -> 4.48
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/terminus-font/versions
2019-08-04 05:23:28 -07:00
xrelkd
49f281d287 font-awesome: 5.10.0 -> 5.10.1 2019-08-03 07:13:50 +02:00
Jörg Thalheim
344f0529ed
font-awesome_4: Readd, font-awesome_5: 5.9.0 -> 5.10.0 (#65240)
font-awesome_4: Readd, font-awesome_5: 5.9.0 -> 5.10.0
2019-07-30 08:31:41 +01:00
Daniel Schaefer
537403769c font-awesome: 5.9.0 -> 5.10.0
https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.0
2019-07-30 00:08:23 +02:00
Daniel Schaefer
da40bc4449 font-awesome_4: Was removed, add again
Version 5 is incompatible for some icons, so projects that depend on it
need to actively convert the symbols, see:
https://github.com/greshake/i3status-rust/issues/130

Reintroducing the old version lets us use those programs that haven't
been updated.

Was removed in 0a393f53a9
2019-07-30 00:05:52 +02:00
worldofpeace
18cbb76f12
Merge pull request #64743 from spacekookie/google-fonts
google-fonts: 2018-07-13 -> 2019-07-14
2019-07-23 03:19:57 -04:00
Will Dietz
0cd0869462 victor-mono: improvements from previous PR
Fixes #64465.

Resolves conflicts with earlier merged PR,
notable differences in the result
(by our powers combined!):

* provide both ttf and otf versions
* quote URL, since folks seem to like those
* don't put fonts in ${pname} subdirs
  fontconfig's hashing/cache is mostly geared
  for the many-fonts-in-one-place situation,
  although this may be fixed in more recent versions.
  Anyway minor change and mostly went with not modifying
  what I had ;) so happy to adjust back if that
  better matches your senses/style/use.
* Drop leading 'A' from description,
  I think this is per policy written.. somewhere O:).
* alpha-sort the meta attributes, which is easy to rem
  and generally matches what most expressions do anyway :)

Reviewer feedback:

* use subdirs with fontname, seems preferred
* fix indent, whoops
2019-07-18 18:46:40 -04:00
Robert Helgesson
d7ef88bc38
fira-code: 1.206 -> 1.207 2019-07-18 23:36:51 +02:00
Katharina Fey
64cc2f9ee9
google-fonts: Removing fixed-output derivation 2019-07-14 22:45:54 +01:00
Katharina Fey
38bd8d3185
google-fonts: 2018-07-13 -> 2019-07-14 2019-07-14 22:45:44 +01:00
EEva (JPotier)
5e51a6073e victor-mono: init at 1.2.1 2019-07-13 11:58:34 -04:00
Ryan Mulligan
508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Frederik Rietdijk
25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
Vincent Laporte
85109b92cd
amiri: init at 0.111
Amiri is a classical Arabic typeface in Naskh style for typesetting books and
other running text.

Homepage: https://www.amirifont.org/
2019-06-27 08:03:06 +00:00
R. RyanTM
b62fda7acf unifont_upper: 12.1.01 -> 12.1.02
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unifont_upper/versions
2019-06-23 14:14:21 +02:00
Will Dietz
726a2a3dda
Merge pull request #63249 from r-ryantm/auto-update/spleen
spleen: 1.0.4 -> 1.0.5
2019-06-17 20:47:33 -05:00
R. RyanTM
d852492c18 spleen: 1.0.4 -> 1.0.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spleen/versions
2019-06-16 15:56:10 -07:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Elis Hirwing
4bfbcdbe81
Merge pull request #62939 from ar1a/master
jost: init at 3.3
2019-06-13 08:29:28 +02:00
Aria Edmonds
8e58a54b09 jost: init at 3.3 2019-06-10 16:02:28 +10:00
Mario Rodas
699d75198d
mplus-outline-fonts: update homepage 2019-06-08 23:48:34 -05:00
Mario Rodas
e99a196d61
kochi-substitute: update homepage 2019-06-08 23:48:03 -05:00
Mario Rodas
2840d0db8c
kochi-substitute-naga10: update homepage 2019-06-08 23:47:16 -05:00
Mario Rodas
c0eaf5e917
mirrors: rename sourceforgejp to osdn
SourceForge.jp renamed to OSDN on May 11, 2015.
https://osdn.net/projects/sourceforge/news/24923
2019-06-08 23:25:47 -05:00
Will Dietz
08202a5fbc
public-sans: 1.004 -> 1.005
https://github.com/uswds/public-sans/releases/tag/v1.005
2019-06-06 21:48:04 -05:00
xrelkd
8b1b80ea3b font-awesome: 5.8.2 -> 5.9.0 2019-06-06 10:39:15 +08:00
Vladyslav M
d0017d7b7e
Merge pull request #62678 from dtzWill/update/ibm-plex-2.0.0
ibm-plex: 1.4.1 -> 2.0.0
2019-06-05 10:14:00 +03:00
Will Dietz
2acfae695a
public-sans: 1.003 -> 1.004
https://github.com/uswds/public-sans/releases/tag/v1.004
2019-06-04 15:09:08 -05:00
Will Dietz
b9c4cc1088
ibm-plex: 1.4.1 -> 2.0.0
https://github.com/IBM/plex/releases/tag/v2.0.0
2019-06-04 14:46:32 -05:00
Will Dietz
3aedbeb35b
Merge pull request #62240 from dtzWill/update/libertinus-6.9
libertinus: 6.8 -> 6.9
2019-06-04 01:30:39 -05:00
Will Dietz
6e5d5c0f22
Merge pull request #62241 from dtzWill/feature/national-parkface
national-park-typeface: init at 206464
2019-06-04 01:29:59 -05:00
Will Dietz
95fbb1207d
Merge pull request #62352 from dtzWill/update/inter-3.7
inter: 3.5 -> 3.7
2019-06-04 01:01:26 -05:00
Nikolay Amiantov
226dc2178e xits-math: 1.108 -> 1.200 2019-06-02 21:56:56 +03:00
Will Dietz
138fd34f24
inter: 3.6 -> 3.7
https://github.com/rsms/inter/releases/tag/v3.7
2019-06-01 01:05:38 -05:00
Will Dietz
2eea963683
inter: 3.5 -> 3.6 2019-06-01 01:05:24 -05:00
Will Dietz
9a0cc071d4
Merge pull request #62195 from dtzWill/update/mno-1.0
mno16: init at 1.0
2019-05-30 22:35:34 -05:00
Will Dietz
a5d19a22b5
Merge pull request #62197 from dtzWill/update/agave-10
agave: 009 -> v10
2019-05-30 22:34:27 -05:00
Will Dietz
a538159fbf
national-park-typeface: init at 206464 2019-05-29 23:32:07 -05:00
Will Dietz
366478088c
libertinus: 6.8 -> 6.9
https://github.com/alif-type/libertinus/releases/tag/v6.9
2019-05-29 23:30:56 -05:00
Renaud
d9d5c8d7dc
Merge pull request #62192 from dtzWill/update/mplus-063a
mplus-outline-fonts: 063 -> 063a
2019-05-29 17:09:21 +02:00
Will Dietz
94b155aa8b
agave: 009 -> v10 2019-05-28 20:21:39 -05:00
Will Dietz
f0f6972dfd
mno16: init at 1.0 2019-05-28 20:05:46 -05:00
Will Dietz
064d157a85
mplus-outline-fonts: 063 -> 063a
https://osdn.net/projects/mplus-fonts/news/26002
(google translate helps for those who can't read this :))
2019-05-28 19:50:47 -05:00
Frederik Rietdijk
b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Frederik Rietdijk
6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
Mario Rodas
a4a5e9c65d
hanazono: 20141012 -> 20170904 2019-05-22 21:00:00 -05:00
Will Dietz
c03630a579
redhat-official-fonts: init at 2.2.0 2019-05-19 20:50:54 -05:00
Mario Rodas
9c9c2c8716
Merge pull request #61667 from JohnAZoidberg/cnstrokeorder
cnstrokeorder: init at 0.0.4.7
2019-05-19 04:55:43 -05:00
Piotr Halama
52dca1c459 kanji-stroke-order-font: init at 4.002 2019-05-18 12:50:45 +02:00
Daniel Schaefer
e8a2483163 cnstrokeorder: init at 0.0.4.7 2019-05-18 11:43:52 +02:00
Frederik Rietdijk
840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
Will Dietz
8f277d1c10
libertinus: update github owner, libertinus-fonts is now a redirect 2019-05-16 04:55:36 -05:00
Will Dietz
1ec1bdd4c9
libertinus: 6.6 -> 6.8
Notes:

https://github.com/libertinus-fonts/libertinus/releases/tag/v6.8
https://github.com/libertinus-fonts/libertinus/releases/tag/v6.7

* update repo "owner", moved
* don't try to build since we don't mean to :)
* update for font cleanup PR (thanks!)
2019-05-15 16:52:59 -05:00
Frederik Rietdijk
f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
Michael Raskin
ab18644e3d
Merge pull request #61422 from volth/fontforge-made-fonts-are-not-fo
data/fonts: fonts made with fontforge are not fixed-output
2019-05-13 15:23:33 +00:00
volth
c9eb44eab3 data/fonts: cleanup
* make font derivations fixed-output where applicable
 * fix dead links
 * `stdenv.lib` -> `lib` where `stdenv` is not involved
 * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
2019-05-13 06:03:31 +00:00
volth
e9784b1219 data/fonts: fonts made with fontforge are not fixed-output 2019-05-13 03:54:44 +00:00
Robert Helgesson
0c7704df0c
unifont_upper: 12.0.01 -> 12.1.01 2019-05-12 23:36:49 +02:00
Robert Helgesson
d958e025be
unifont: 12.0.01 -> 12.1.01 2019-05-12 23:36:49 +02:00
Daniel Schaefer
b85ccbac54 treewide: Add passthru.updateScript to gnome pkgs
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
Will Dietz
7f4b2d062d
public-sans: 1.002 -> 1.003
https://github.com/uswds/public-sans/releases/tag/v1.003
2019-05-09 12:32:32 -05:00
xrelkd
3b7cf984ee font-awesome: 5.8.1 -> 5.8.2 2019-05-08 10:36:12 +08:00
Will Dietz
fac13d8af5 public-sans: init at 1.002 2019-05-06 23:31:28 -05:00
Alyssa Ross
3e3db49d9d
Merge pull request #60742 from fgaz/twemoji/12
twemoji-color-font: 11.2.0 -> 12.0.1 + refactor
2019-05-02 23:56:56 +00:00
Francesco Gazzetta
367b046b8c twemoji-color-font: automatically construct "name" 2019-05-02 11:53:59 +02:00
Francesco Gazzetta
4cd1ee93ab twemoji-color-font: 11.2.0 -> 12.0.1 2019-05-02 11:49:43 +02:00
Will Dietz
8f7c7f90f7 d2coding: init at 1.3.2 (coding font) 2019-04-30 19:56:52 -05:00
Will Dietz
999bd69410
Merge pull request #60471 from LinArcX/nanum-gothic-coding
nanum-gothic-coding: init at VER2.5
2019-04-30 15:22:28 -05:00
linarcx
cda767c61a nanum-gothic-coding: init at VER2.5 2019-04-30 14:42:29 +04:30
linarcx
48fd8be3f1
nahid-fonts: init at v0.3.0
Closes: #58488
2019-04-27 09:56:34 -04:00
Will Dietz
32bf4cf9c9 iosevka-bin: 2.2.0 -> 2.2.1
https://github.com/be5invis/Iosevka/releases/tag/v2.2.1
2019-04-27 07:32:48 +02:00
Mario Rodas
6124bfac3b
xkcd-font: init at 2017-08-24 2019-04-24 21:13:39 -05:00
linarcx
072c69f1ff
lalezar-fonts: init at unstable-2017-02-28
Closes #59402
2019-04-24 09:24:12 -04:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Renaud
e946a6f166
Merge pull request #59749 from dtzWill/update/sarasa-gothic
sarasa-gothic: 0.6.0 -> 0.8.0
2019-04-21 00:44:54 +02:00
Mario Rodas
a7e3c84fda
Merge pull request #59859 from JohnAZoidberg/siji-bdf
siji: Also package bdf font
2019-04-20 12:13:36 -05:00
Daniel Schaefer
1e05181886 siji: Also package bdf font
The pcf version seems to be incompatible with newer FreeType versions
and hence doesn't show up in `fc-list`. A bdf file format is also
available. After packaging that the font shows up in `fc-list`.

See: https://github.com/stark/siji/issues/28

Fixes #59847
2019-04-19 02:40:36 +02:00
Will Dietz
2acc654b06 sarasa-gothic: 0.6.0 -> 0.8.0
https://github.com/be5invis/Sarasa-Gothic/releases/tag/v0.8.0
https://github.com/be5invis/Sarasa-Gothic/releases/tag/v0.7.2
https://github.com/be5invis/Sarasa-Gothic/releases/tag/v0.7.0
2019-04-16 19:11:22 -05:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00