gedit: 44.2 → 46.1

https://gitlab.gnome.org/GNOME/gedit/-/compare/44.2...46.1

I don't see how libsoup is used here, even using `grep -inr 'soup'`.
This commit is contained in:
Bobby Rong 2023-12-31 11:09:08 +00:00
parent f0283e4284
commit fc0ec23922
No known key found for this signature in database

View file

@ -8,18 +8,17 @@
, gtk3 , gtk3
, gtk-mac-integration , gtk-mac-integration
, glib , glib
, amtk
, tepl , tepl
, libgedit-amtk
, libgedit-gtksourceview
, libpeas , libpeas
, libxml2 , libxml2
, gtksourceview4
, gsettings-desktop-schemas , gsettings-desktop-schemas
, wrapGAppsHook , wrapGAppsHook
, gtk-doc , gtk-doc
, gobject-introspection , gobject-introspection
, docbook-xsl-nons , docbook-xsl-nons
, ninja , ninja
, libsoup
, gnome , gnome
, gspell , gspell
, perl , perl
@ -30,13 +29,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gedit"; pname = "gedit";
version = "44.2"; version = "46.1";
outputs = [ "out" "devdoc" ]; outputs = [ "out" "devdoc" ];
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gedit/${lib.versions.major version}/gedit-${version}.tar.xz"; url = "mirror://gnome/sources/gedit/${lib.versions.major version}/gedit-${version}.tar.xz";
sha256 = "O7sbN3XUwnfa9UqqtEsOuDpOsfCfA5GAAEHJ5WiT7BE="; sha256 = "oabjfwQXZd/3InofVXi29J+q8Bax4X6GnK9b+5TGqk4=";
}; };
patches = [ patches = [
@ -64,15 +63,14 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
amtk
tepl tepl
glib glib
gsettings-desktop-schemas gsettings-desktop-schemas
gspell gspell
gtk3 gtk3
gtksourceview4 libgedit-amtk
libgedit-gtksourceview
libpeas libpeas
libsoup
] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [
gtk-mac-integration gtk-mac-integration
]; ];
@ -96,7 +94,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Gedit"; homepage = "https://wiki.gnome.org/Apps/Gedit";
description = "Former GNOME text editor"; description = "Former GNOME text editor";
maintainers = [ ]; maintainers = with maintainers; [ bobby285271 ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "gedit"; mainProgram = "gedit";