Unverified Commit 9e71f664 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

vte: 0.82.1 → 0.82.2 (#465778)

parents 69bc4bf3 dbb6bf91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ let
    mate-terminal.cmd = "SHELL=$command mate-terminal --disable-factory"; # factory mode uses dbus, and we don't have a proper dbus session set up

    mlterm.pkg = p: p.mlterm;
    mlterm.kill = true;

    qterminal.pkg = p: p.lxqt.qterminal;
    qterminal.kill = true;
+2 −13
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vte";
  version = "0.82.1";
  version = "0.82.2";

  outputs = [
    "out"
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "mirror://gnome/sources/vte/${lib.versions.majorMinor finalAttrs.version}/vte-${finalAttrs.version}.tar.xz";
    hash = "sha256-eTdtcEAtJx4tOEJEGOGupyNXk00nLjIeOQa3Fwanjjo=";
    hash = "sha256-4Slar8RoKztVDxI13CZ5uqD3FXDY7VQ8ABwSg9UwvpE=";
  };

  patches = [
@@ -62,23 +62,12 @@ stdenv.mkDerivation (finalAttrs: {
      hash = "sha256-FkVyhsM0mRUzZmS2Gh172oqwcfXv6PyD6IEgjBhy2uU=";
    })

    # Skip test depending on gdk when building without gtk3 and gtk4
    (fetchpatch {
      url = "https://github.com/GNOME/vte/commit/f946e5bacf97305453d731c507885c52d4c34171.patch";
      hash = "sha256-axi16Fpt4d32akFYeAR+SuUIwzRhjhK2oHp/yAXVRgk=";
    })
    # https://gitlab.gnome.org/GNOME/vte/-/merge_requests/11
    (fetchpatch {
      url = "https://gitlab.gnome.org/GNOME/vte/-/commit/f672ed15a88dd3e25c33aa0a5ef6f6d291a6d5c7.patch";
      hash = "sha256-JdLDild5j7marvR5n2heW9YD00+bwzJIoxDlzO5r/6w=";
    })

    # Add option to not build the vte application
    (fetchpatch {
      url = "https://github.com/GNOME/vte/commit/6b7a6a7df9df99368b7ce5ac5903bd2578167567.patch";
      hash = "sha256-s3HigfTZLtGmsZS6dfD3YE95ZdBjB4WOWDvuoatOu3o=";
    })

    (fetchpatch {
      name = "qemu-backspace.patch";
      url = "https://gitlab.gnome.org/GNOME/vte/-/commit/79d5fea437185e52a740130d5a276b83dfdcd558.patch";