Unverified Commit 106542e9 authored by Hythera's avatar Hythera
Browse files

fontfinder: drop

parent 4bf8f9db
Loading
Loading
Loading
Loading
+0 −59
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  cargo,
  pkg-config,
  rustPlatform,
  rustc,
  wrapGAppsHook3,
  gdk-pixbuf,
  gtk3,
  libsoup_3,
  webkitgtk_4_1,
}:

stdenv.mkDerivation rec {
  pname = "fontfinder";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "mmstick";
    repo = "fontfinder";
    rev = version;
    hash = "sha256-C4KqEdqToVnPXFPWvNkl/md9L2W4NxRd5jvZ4E7CtfA=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-g6PRGHrkHA0JTekKaQs+8mtyOCj99m0zPbgP8AnP7GU=";
  };

  nativeBuildInputs = [
    cargo
    pkg-config
    rustPlatform.cargoSetupHook
    rustc
    wrapGAppsHook3
  ];

  buildInputs = [
    gdk-pixbuf
    gtk3
    libsoup_3
    webkitgtk_4_1
  ];

  makeFlags = [
    "prefix=$(out)"
  ];

  meta = {
    description = "GTK application for browsing and installing fonts from Google's font archive";
    homepage = "https://github.com/mmstick/fontfinder";
    changelog = "https://github.com/mmstick/fontfinder/releases/tag/${src.rev}";
    license = lib.licenses.mit;
    maintainers = [ ];
    mainProgram = "fontfinder-gtk";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -722,6 +722,7 @@ mapAliases {
  fontcursormisc = font-cursor-misc; # Added 2026-01-19
  fontdaewoomisc = font-daewoo-misc; # Added 2026-01-19
  fontdecmisc = font-dec-misc; # Added 2026-01-19
  fontfinder = throw "'fontfinder' has been remved as it has been unmaintained upstream since April 2023"; # Added 2026-02-07
  fontibmtype1 = font-ibm-type1; # Added 2026-01-19
  fontisasmisc = font-isas-misc; # Added 2026-01-19
  fontjismisc = font-jis-misc; # Added 2026-01-19