about summary refs log tree commit diff
path: root/pkgs/data/fonts/siji
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26siji: replace commit with equivalent from master, replace fetchzip with ↵Sandro Jäckel1-3/+5
fetchFromGitHub
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-16siji: split output into out, bdf, otbrnhmjoj1-15/+33
2019-05-13data/fonts: cleanupvolth1-4/+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
2019-04-19siji: Also package bdf fontDaniel Schaefer1-3/+5
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
2017-12-07treewide: checkMeta fixes for x86_64-linuxVladimír Čunát1-1/+1
2017-08-11data/fonts: simpler cleanupsVolth1-12/+10
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-01-30siji: init at 2016-05-14Lorenzo Manacorda1-0/+26