fontmatrix: drop, archived upstream 2024-10-24

https://github.com/fontmatrix/fontmatrix
This commit is contained in:
Luna Nova
2026-04-26 12:10:17 -07:00
parent 0484745851
commit 3fc3bb33b2
2 changed files with 1 additions and 36 deletions
-36
View File
@@ -1,36 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
cmake,
libsForQt5,
}:
stdenv.mkDerivation rec {
pname = "fontmatrix";
version = "0.9.100";
src = fetchFromGitHub {
owner = "fontmatrix";
repo = "fontmatrix";
rev = "v${version}";
sha256 = "sha256-DtajGhx79DiecglXHja9q/TKVq8Jl2faQdA5Ib/yT88=";
};
buildInputs = [
libsForQt5.qttools
libsForQt5.qtwebkit
];
nativeBuildInputs = [
cmake
libsForQt5.wrapQtAppsHook
];
meta = {
description = "Free/libre font explorer for Linux, Windows and Mac";
homepage = "https://github.com/fontmatrix/fontmatrix";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
};
}
+1
View File
@@ -761,6 +761,7 @@ mapAliases {
fontibmtype1 = font-ibm-type1; # Added 2026-01-19
fontisasmisc = font-isas-misc; # Added 2026-01-19
fontjismisc = font-jis-misc; # Added 2026-01-19
fontmatrix = throw "'fontmatrix' has been removed as upstream was archived 2024-10-24"; # Added 2026-04-26
fontmicromisc = font-micro-misc; # Added 2026-01-19
fontmisccyrillic = font-misc-cyrillic; # Added 2026-01-19
fontmiscethiopic = font-misc-ethiopic; # Added 2026-01-19