libertine-g: use correct name and version, adopt, prepare for auto-updates (#492357)

This commit is contained in:
7c6f434c
2026-02-20 08:00:06 +00:00
committed by GitHub
3 changed files with 8 additions and 7 deletions
@@ -157,7 +157,7 @@
liberation-sans-narrow,
liberation_ttf_v2,
libertine,
libertine-g,
linux-libertine-g,
noto-fonts,
noto-fonts-lgc-plus,
noto-fonts-cjk-sans,
@@ -206,7 +206,7 @@ let
liberation-sans-narrow
liberation_ttf_v2
libertine
libertine-g
linux-libertine-g
# Font priority issues in some tests in Still
noto-fonts-lgc-plus
(if variant == "fresh" then noto-fonts else (notoSubset [ "Arabic" ]))
@@ -4,12 +4,12 @@
fetchzip,
}:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "linux-libertine-g";
version = "2012-01-16";
version = "20120116";
src = fetchzip {
url = "http://www.numbertext.org/linux/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip";
url = "http://www.numbertext.org/linux/e7a384790b13c29113e22e596ade9687-LinLibertineG-${finalAttrs.version}.zip";
hash = "sha256-UGTB7jsI6peivCtEt96RCSi5XHCrnjCSs0Ud5bF7uxk=";
};
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = {
description = "Graphite versions of Linux Libertine and Linux Biolinum font families for LibreOffice and OpenOffice.org";
homepage = "https://numbertext.org/linux/";
maintainers = [ ];
maintainers = with lib.maintainers; [ qweered ];
license = lib.licenses.ofl;
};
}
})
+1
View File
@@ -1020,6 +1020,7 @@ mapAliases {
libdevil = throw "libdevil has been removed, as it was unmaintained in Nixpkgs and upstream since 2017"; # Added 2025-09-16
libdevil-nox = throw "libdevil has been removed, as it was unmaintained in Nixpkgs and upstream since 2017"; # Added 2025-09-16
libdwarf-lite = throw "`libdwarf-lite` has been replaced by `libdwarf` as it's mostly a mirror"; # Added 2025-06-16
libertine-g = warnAlias "'libertine-g' has been renamed to 'linux-libertine-g'" linux-libertine-g; # Added 2026-02-20
libevdevplus = throw "'libevdevplus' has been removed, as it was unmaintained upstream since 2021, no longer builds, and is no longer used by anything"; # Added 2025-11-02
libfakeXinerama = warnAlias "'libfakeXinerama' has been renamed to 'libfakexinerama'" libfakexinerama; # Added 2026-02-08
libfprint-focaltech-2808-a658 = throw "'libfprint-focaltech-2808-a658' has been removed as it was broken and upstream was taken down"; # Added 2025-11-04