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

Pantheon updates 2025-12-05 (#468097)

parents 41905b68 12fd3886
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation rec {
  pname = "gala";
  version = "8.3.0";
  version = "8.4.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "gala";
    tag = version;
    hash = "sha256-omsAOOZCQINLTZQg3Sew+p84jv8+R2cHSVtcHFIeUBI=";
    hash = "sha256-Tb6+NfJ2/WRJb3R/W8oBJ5HIT8vwQUxiwqKul2hzlXY=";
  };

  depsBuildBuild = [ pkg-config ];
@@ -71,11 +71,6 @@ stdenv.mkDerivation rec {
      --replace-fail "conf.set('PLUGINDIR', plugins_dir)" "conf.set('PLUGINDIR','/run/current-system/sw/lib/gala/plugins')"
  '';

  mesonFlags = [
    # https://github.com/elementary/gala/commit/1e75d2a4b42e0d853fd474e90f1a52b0bcd0f690
    "-Dold-icon-groups=true"
  ];

  passthru = {
    updateScript = nix-update-script { };
  };
+3 −11
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  nix-update-script,
  wayland-scanner,
  wrapGAppsHook3,
@@ -25,24 +24,17 @@

stdenv.mkDerivation rec {
  pname = "wingpanel";
  version = "8.0.3";
  version = "8.0.4";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "wingpanel";
    rev = version;
    sha256 = "sha256-3UNtqfDqgclRE8Pe9N8rOt6i2FG6lKNfJAv5Q2OYXUU=";
    tag = version;
    hash = "sha256-+m1TydQtbXuA7uS6hZVC8z6JgOUxDh/QXL/4tROHhwk=";
  };

  patches = [
    ./indicators.patch

    # Fix build with gala 8.3.0
    # https://github.com/elementary/wingpanel/pull/642
    (fetchpatch {
      url = "https://github.com/elementary/wingpanel/commit/4476df2573797310e254695a66c099b32afe9736.patch";
      hash = "sha256-99zzXbaeW/ijqPXN7tQexMPWsUW4pX7e0tcxASBVbvI=";
    })
  ];

  depsBuildBuild = [
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pantheon-wayland";
  version = "1.0.0";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "pantheon-wayland";
    rev = finalAttrs.version;
    hash = "sha256-UKGgz3G960dPmcDaFwLjDy55x+mDPdQQv2Ejs7BujLg=";
    hash = "sha256-Wfulo/fXsb51ShT7E2wTg56TULAK1chB59L/ggGh2EY=";
  };

  outputs = [