gnome-shell: 49.4 → 50.0

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/49.4...50.0
This commit is contained in:
Vitor Pavan
2026-05-06 23:03:29 +08:00
committed by Bobby Rong
parent 8bf771808f
commit c700a17af2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "49.4";
version = "50.0";
outputs = [
"out"
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
hash = "sha256-nW8MovAUDBFPEU9nB0E2EfYU+x6mwxeo0fzEDDxZWwg=";
hash = "sha256-hZUvvUkpz+YTuHayI34NE0ZLDCeIuKmGf7UcJgJVsOM=";
};
patches = [
@@ -1,9 +1,9 @@
--- a/subprojects/libshew/src/meson.build
+++ b/subprojects/libshew/src/meson.build
@@ -13,7 +13,7 @@ shew_sources = [
@@ -15,7 +15,7 @@ shew_sources = [
libshew = library(full_name,
sources: shew_sources,
dependencies: [gtk_dep, x11_dep],
dependencies: [gtk_dep],
- install_dir: pkglibdir,
+ install_dir: get_option('prefix') / pkglibdir,
install: true,