fontmatrix: drop, archived upstream 2024-10-24
https://github.com/fontmatrix/fontmatrix
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user