gentium-plus: rename from gentium

Upstream has named this font 'GentiumPlus' all the time, and stopped
releasing new versions of this font, but began to release a font named
simply 'Gentium' straight at version 7.000.

authored by

Benedikt Fein and committed by
Doron Behar
c93299fd 496731bd

+6 -6
+1 -1
nixos/tests/fontconfig-default-fonts.nix
··· 15 15 cantarell-fonts 16 16 twitter-color-emoji 17 17 source-code-pro 18 - gentium 18 + gentium-plus 19 19 ]; 20 20 fonts.fontconfig.defaultFonts = { 21 21 serif = [ "Gentium Plus" ];
+1 -1
pkgs/by-name/ge/gentium/package.nix pkgs/by-name/ge/gentium-plus/package.nix
··· 5 5 }: 6 6 7 7 stdenvNoCC.mkDerivation (finalAttrs: { 8 - pname = "gentium"; 8 + pname = "gentium-plus"; 9 9 version = "6.200"; 10 10 11 11 src = fetchzip {
+2 -2
pkgs/by-name/ho/hottext/package.nix
··· 2 2 lib, 3 3 buildNimPackage, 4 4 fetchFromSourcehut, 5 - gentium, 5 + gentium-plus, 6 6 makeDesktopItem, 7 7 }: 8 8 ··· 19 19 20 20 lockFile = ./lock.json; 21 21 22 - HOTTEXT_FONT_PATH = "${gentium}/share/fonts/truetype/GentiumPlus-Regular.ttf"; 22 + HOTTEXT_FONT_PATH = "${gentium-plus}/share/fonts/truetype/GentiumPlus-Regular.ttf"; 23 23 24 24 desktopItem = makeDesktopItem { 25 25 categories = [ "Utility" ];
+2 -2
pkgs/by-name/si/sile/package.nix
··· 20 20 libiconv, 21 21 # FONTCONFIG_FILE 22 22 makeFontsConf, 23 - gentium, 23 + gentium-plus, 24 24 25 25 # passthru.tests 26 26 runCommand, ··· 100 100 101 101 FONTCONFIG_FILE = makeFontsConf { 102 102 fontDirectories = [ 103 - gentium 103 + gentium-plus 104 104 ]; 105 105 }; 106 106 strictDeps = true;