Unverified Commit f2d16bcc authored by Aliaksandr's avatar Aliaksandr
Browse files

linux-libertine-g: rename from libertine-g, use correct version

parent bce58f13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 −4
Original line number Diff line number Diff line
@@ -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=";
  };

@@ -24,4 +24,4 @@ stdenv.mkDerivation {
    maintainers = [ ];
    license = lib.licenses.ofl;
  };
}
})
+1 −0
Original line number Diff line number Diff line
@@ -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