Merge pull request #314605 from Scrumplex/pkgs/font-manager/0.8.9

font-manager: 0.8.8 -> 0.8.9
This commit is contained in:
Weijia Wang 2024-05-29 08:38:50 +02:00 committed by GitHub
commit 63b45c9ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 14 deletions

View File

@ -16,7 +16,7 @@
, gtk3
, gnome
, desktop-file-utils
, fetchpatch2
, nix-update-script
, wrapGAppsHook3
, gobject-introspection
# withWebkit enables the "webkit" feature, also known as Google Fonts
@ -25,25 +25,15 @@
stdenv.mkDerivation rec {
pname = "font-manager";
version = "0.8.8";
version = "0.8.9";
src = fetchFromGitHub {
owner = "FontManager";
repo = "font-manager";
rev = version;
hash = "sha256-M13Q9d2cKhc0tudkvw0zgqPAFTlmXwK+LltXeuDPWxo=";
hash = "sha256-LsQry6CjvVcJFRutKOaqA4lLP7Ek09Q/D/TPnSvx59Q=";
};
patches = [
# see https://github.com/FontManager/font-manager/issues/355
# should be removed on next release
(fetchpatch2 {
name = "fix-build-with-newer-vala.patch";
url = "https://github.com/FontManager/font-manager/commit/600f498946c3904064b4e4fdf96e5841f6a827e4.patch";
hash = "sha256-DC9+pvG88t+PPdGQ2oemeEYK9PaD0C2yWBYYCh4Wn9g=";
})
];
nativeBuildInputs = [
pkg-config
meson
@ -82,6 +72,8 @@ stdenv.mkDerivation rec {
patchShebangs meson_post_install.py
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://fontmanager.github.io/";
description = "Simple font management for GTK desktop environments";

View File

@ -30717,7 +30717,10 @@ with pkgs;
fondo = callPackage ../applications/graphics/fondo { };
font-manager = callPackage ../applications/misc/font-manager { };
font-manager = callPackage ../by-name/fo/font-manager/package.nix {
libsoup = libsoup_3;
webkitgtk = webkitgtk_4_1;
};
fontfinder = callPackage ../applications/misc/fontfinder { };