Merge pull request #333451 from BenediktBroich/master

webfontkitgenerator: 1.0.3 -> 1.1.1
This commit is contained in:
Pol Dellaiera 2024-08-11 20:54:17 +02:00 committed by GitHub
commit f82104bd4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
{ appstream-glib
, blueprint-compiler
, desktop-file-utils
, fetchFromGitHub
, gettext
@ -13,22 +14,24 @@
, ninja
, pkg-config
, python3
, python3Packages
, stdenv
, wrapGAppsHook4
}:
stdenv.mkDerivation (finalAttrs: {
pname = "webfont-kit-generator";
version = "1.0.3";
version = "1.1.1";
src = fetchFromGitHub {
owner = "rafaelmardojai";
repo = "webfont-kit-generator";
rev = finalAttrs.version;
hash = "sha256-aD/1moWIiU4zpLTW+VHH9n/sj10vCZ8UzB2ey3mR0/k=";
hash = "sha256-RrmzHgRnpgQUNECgYA/AJfoxKpX1HQ5I1Pqjb3MK+P4=";
};
nativeBuildInputs = [
appstream-glib
blueprint-compiler
desktop-file-utils
gettext
gobject-introspection
@ -46,11 +49,17 @@ stdenv.mkDerivation (finalAttrs: {
libadwaita
libsoup_3
(python3.withPackages (ps: with ps; [
brotli
fonttools
pygobject3
]))
];
propagatedBuildInputs = [
python3Packages.pygobject3
python3Packages.brotli
];
meta = with lib; {
description = "Webfont Kit Generator is a simple utility that allows you to generate woff, woff2 and the necessary CSS boilerplate from non-web font formats (otf & ttf)";
mainProgram = "webfontkitgenerator";