Commit 2e74c698 authored by Bobby Rong's avatar Bobby Rong Committed by Jan Tojnar
Browse files

libadwaita: 1.3.5 → 1.4.beta

https://gitlab.gnome.org/GNOME/libadwaita/-/compare/1.3.5...1.4.beta

New appstream dependency:

https://github.com/GNOME/libadwaita/commit/876672aac1191e4ac26d835cb75761ce07ef69ec

Color scheme will now only use GSettings with `ADW_DISABLE_PORTAL=1`, users should install XDG portals
or set the variable if they want Adwaita apps to respect their color scheme:

https://github.com/GNOME/libadwaita/commit/e715fae6a509db006a805af816f9d163f81011ef



Changelog-reviewed-by: default avatarBobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: default avatarJan Tojnar <jtojnar@gmail.com>
parent b0c2d00f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
, sassc
, vala
, gobject-introspection
, appstream
, fribidi
, glib
, gtk4
@@ -20,7 +21,7 @@

stdenv.mkDerivation rec {
  pname = "libadwaita";
  version = "1.3.5";
  version = "1.4.beta";

  outputs = [ "out" "dev" "devdoc" ];
  outputBin = "devdoc"; # demo app
@@ -30,7 +31,7 @@ stdenv.mkDerivation rec {
    owner = "GNOME";
    repo = "libadwaita";
    rev = version;
    hash = "sha256-lxNIysW2uth4Hp6NHjo0vWHupITb9qWkkdG8YEDLrUE=";
    hash = "sha256-97lhsQHdSM4ervJsD6Q65JGHhycJOQs1NeFRhE7ecIo=";
  };

  depsBuildBuild = [
@@ -54,6 +55,7 @@ stdenv.mkDerivation rec {
  ];

  buildInputs = [
    appstream
    fribidi
  ] ++ lib.optionals stdenv.isDarwin [
    AppKit