about summary refs log tree commit diff
path: root/pkgs/data/fonts/dina
AgeCommit message (Collapse)AuthorFilesLines
2022-12-31dina-font: fix encodingNaïm Favier1-20/+28
The provided BDF files are encoded as CP1252, but they claim to be ISO8859-1. This causes a few glyphs (like `œ`) to be unused. Use fontforge to re-encode from CP1252 to Unicode, but keep doing the conversion with other tools because fontforge introduces spacing issues.
2022-10-14all-packages.nix: remove `inherit (*xorg) *`'sArtturin1-2/+2
using inherits in callPackage args is discouraged and doesn't splice correctly
2021-06-16dina-font: use fonttosfnt instead of fontforgeNaïm Favier1-20/+26
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-22pkgs/data/fonts: merge back the split otb outputrnhmjoj1-4/+2
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-02-15dina: generate otb files with fontforgernhmjoj1-3/+11
Note: the encoding of the Dina BDF fonts is not unicode and apparently fonttosfnt can't handle them.
2020-02-10dina,dina-pcf: unify packagesrnhmjoj1-11/+38
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-05-13data/fonts: cleanupvolth1-3/+4
* 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
2017-08-11data/fonts: simpler cleanupsVolth1-12/+8
2015-11-29dina font: rename to dina-pcf, add vanilla versionBart Brouns1-34/+7
2015-06-07Change dina-font's platform to platform.unixfro_ozen1-1/+1
2015-04-28Fixed some descriptionsPascal Wittmann1-1/+1
2014-12-09dina-font: fix the installPhasePavan Rikhi1-4/+2
2014-12-07Add the Dina fontPavan Rikhi1-0/+63