Merge pull request #118682 from romildo/upd.font-manager
font-manager: 0.7.9 -> 0.8.5-1
This commit is contained in:
commit
b5ce2b9889
1 changed files with 8 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, gettext, python3,
|
{ lib, stdenv, fetchFromGitHub, meson, ninja, gettext, python3,
|
||||||
pkg-config, libxml2, json-glib , sqlite, itstool, librsvg, yelp-tools,
|
pkg-config, libxml2, json-glib , sqlite, itstool, yelp-tools,
|
||||||
vala, gtk3, gnome3, desktop-file-utils, wrapGAppsHook, gobject-introspection
|
vala, gtk3, gnome3, desktop-file-utils, wrapGAppsHook, gobject-introspection,
|
||||||
|
libsoup, webkitgtk
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "font-manager";
|
pname = "font-manager";
|
||||||
version = "0.7.9";
|
version = "0.8.5-1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FontManager";
|
owner = "FontManager";
|
||||||
repo = "master";
|
repo = "master";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1nc0i824v2szz0j9a5rwl8gygih15xbxnxpnx9d3wr0yq9057q6q";
|
sha256 = "1p0hfnf06892hn25a6zv8fnhbh4ln11nn2fv1vjqs63rr59fprbk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -33,9 +34,10 @@ stdenv.mkDerivation rec {
|
||||||
libxml2
|
libxml2
|
||||||
json-glib
|
json-glib
|
||||||
sqlite
|
sqlite
|
||||||
librsvg
|
|
||||||
gtk3
|
gtk3
|
||||||
gnome3.adwaita-icon-theme
|
gnome3.adwaita-icon-theme
|
||||||
|
libsoup
|
||||||
|
webkitgtk
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -55,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
Font Manager is NOT a professional-grade font management solution.
|
Font Manager is NOT a professional-grade font management solution.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue