gnome-latex: 3.44.0 → 3.46.0

https://gitlab.gnome.org/swilmet/gnome-latex/-/compare/3.44.0...3.46.0
This commit is contained in:
Bobby Rong 2023-12-31 11:25:08 +00:00
parent fc0ec23922
commit fd522475ce
No known key found for this signature in database

View File

@ -8,10 +8,10 @@
, wrapGAppsHook
, gsettings-desktop-schemas
, gspell
, gtksourceview4
, libgedit-amtk
, libgedit-gtksourceview
, libgee
, tepl
, amtk
, gnome
, glib
, pkg-config
@ -21,12 +21,12 @@
}:
stdenv.mkDerivation rec {
version = "3.44.0";
version = "3.46.0";
pname = "gnome-latex";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "iL1TQL0ox+0Bx5ZqOgBzK72QJ3PfWsZZvmrRGAap50Q=";
sha256 = "1nVVY5sqFaiuvVTzNTVORP40MxQ648s8ynqOJvgRKto=";
};
nativeBuildInputs = [
@ -41,12 +41,12 @@ stdenv.mkDerivation rec {
];
buildInputs = [
amtk
gnome.adwaita-icon-theme
glib
gsettings-desktop-schemas
gspell
gtksourceview4
libgedit-amtk
libgedit-gtksourceview
libgee
libxml2
tepl
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/GNOME-LaTeX";
description = "A LaTeX editor for the GNOME desktop";
maintainers = [ maintainers.manveru ];
maintainers = with maintainers; [ manveru bobby285271 ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "gnome-latex";