[packages/gnome-shell] - updated to 50.3

qboosh qboosh at pld-linux.org
Tue Jul 21 21:57:35 CEST 2026


commit a1305c998c7c7e96b8c86494982be7fbaa565d27
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jul 21 21:57:45 2026 +0200

    - updated to 50.3

 gnome-shell-no-update.patch | 10 +++++-----
 gnome-shell.spec            | 36 ++++++++++++++++--------------------
 2 files changed, 21 insertions(+), 25 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 6ab751d..66714da 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -5,16 +5,16 @@
 # max(ecal_req, eds_req)
 %define		evolution_data_server_ver	3.33.1
 %define		gcr_ver				3.90.0
-%define		gjs_ver				1.73.1
-%define		glib_ver			1:2.79.2
+%define		gjs_ver				1.87.1
+%define		glib_ver			1:2.86.0
 %define		gnome_bluetooth_ver		3.9.0
 %define		gnome_desktop_ver		40
-%define		gsettings_desktop_schemas_ver	48
+%define		gsettings_desktop_schemas_ver	50
 %define		gtk_ver				4.0
 %define		ibus_ver			1.5.19
 %define		json_glib_ver			0.13.90
 %define		libsecret_ver			0.18
-%define		mutter_ver			48.0
+%define		mutter_ver			50.0
 %define		NetworkManager_ver		1.10.4
 %define		pango_ver			1:1.46.0
 %define		polkit_ver			0.100
@@ -25,12 +25,12 @@
 Summary:	Window manager and application launcher for GNOME
 Summary(pl.UTF-8):	Zarządca okien i uruchamiania aplikacji dla GNOME
 Name:		gnome-shell
-Version:	48.8
+Version:	50.3
 Release:	1
 License:	GPL v2+
 Group:		X11/Window Managers
-Source0:	https://download.gnome.org/sources/gnome-shell/48/%{name}-%{version}.tar.xz
-# Source0-md5:	24351bb2fbc3e3914b938d934862e238
+Source0:	https://download.gnome.org/sources/gnome-shell/50/%{name}-%{version}.tar.xz
+# Source0-md5:	e3864e7b048ac53f644ab416c0f38a52
 Patch0:		%{name}-no-update.patch
 URL:		https://wiki.gnome.org/Projects/GnomeShell
 BuildRequires:	NetworkManager-devel >= %{NetworkManager_ver}
@@ -60,7 +60,7 @@ BuildRequires:	libsecret-devel >= %{libsecret_ver}
 BuildRequires:	libsoup3-devel >= 3.0
 BuildRequires:	libxml2-devel >= 2.0
 BuildRequires:	libxslt-progs
-BuildRequires:	meson >= 1.1.0
+BuildRequires:	meson >= 1.3.0
 BuildRequires:	mutter-devel >= %{mutter_ver}
 BuildRequires:	ninja >= 1.5
 BuildRequires:	pango-devel >= %{pango_ver}
@@ -116,7 +116,7 @@ Provides:	gdm-wm = 3.8.0
 Obsoletes:	browser-plugin-gnome-shell < 3.32.2-1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		apiver		16
+%define		apiver		18
 
 %description
 GNOME Shell is the defining technology of the GNOME 3 desktop user
@@ -177,8 +177,6 @@ Ten pakiet dostarcza dokumentację API GNOME Shell.
 %setup -q
 %patch -P0 -p1
 
-%{__sed} -i -e '/^libshew =/ s/ library/ shared_library/' subprojects/shew/src/meson.build
-
 %build
 %meson \
 	%{?with_apidocs:-Dgtk_doc=true} \
@@ -229,11 +227,11 @@ fi
 %attr(755,root,root) %{_libexecdir}/gnome-shell-perf-helper
 %attr(755,root,root) %{_libexecdir}/gnome-shell-portal-helper
 %dir %{_libdir}/gnome-shell
-%attr(755,root,root) %{_libdir}/gnome-shell/libgnome-shell-menu.so
-%attr(755,root,root) %{_libdir}/gnome-shell/libgvc.so
-%attr(755,root,root) %{_libdir}/gnome-shell/libshell-%{apiver}.so
-%attr(755,root,root) %{_libdir}/gnome-shell/libshew-0.so
-%attr(755,root,root) %{_libdir}/gnome-shell/libst-%{apiver}.so
+%{_libdir}/gnome-shell/libgnome-shell-menu.so
+%{_libdir}/gnome-shell/libgvc.so
+%{_libdir}/gnome-shell/libshell-%{apiver}.so
+%{_libdir}/gnome-shell/libshew-0.so
+%{_libdir}/gnome-shell/libst-%{apiver}.so
 %{_libdir}/gnome-shell/Gvc-1.0.typelib
 %{_libdir}/gnome-shell/Shell-%{apiver}.typelib
 %{_libdir}/gnome-shell/St-%{apiver}.typelib
@@ -256,7 +254,6 @@ fi
 %{_datadir}/gnome-shell
 %{_datadir}/metainfo/org.gnome.Extensions.metainfo.xml
 %{_desktopdir}/org.gnome.Extensions.desktop
-%{_desktopdir}/org.gnome.Shell.desktop
 %{_desktopdir}/org.gnome.Shell.Extensions.desktop
 %{_desktopdir}/org.gnome.Shell.PortalHelper.desktop
 %{_iconsdir}/hicolor/scalable/apps/org.gnome.Extensions.Devel.svg
@@ -268,10 +265,8 @@ fi
 %{_iconsdir}/hicolor/symbolic/apps/org.gnome.Shell.Extensions-symbolic.svg
 %{_mandir}/man1/gnome-extensions.1*
 %{_mandir}/man1/gnome-shell.1*
-%{systemduserunitdir}/org.gnome.Shell.target
 %{systemduserunitdir}/org.gnome.Shell-disable-extensions.service
-%{systemduserunitdir}/org.gnome.Shell at wayland.service
-%{systemduserunitdir}/org.gnome.Shell at x11.service
+%{systemduserunitdir}/org.gnome.Shell at .service
 
 %files -n bash-completion-gnome-shell
 %defattr(644,root,root,755)
@@ -279,6 +274,7 @@ fi
 
 %files devel
 %defattr(644,root,root,755)
+%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Brightness.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.Shell.Extensions.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.Shell.Introspect.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.Shell.PadOsd.xml
diff --git a/gnome-shell-no-update.patch b/gnome-shell-no-update.patch
index f405729..20febaa 100644
--- a/gnome-shell-no-update.patch
+++ b/gnome-shell-no-update.patch
@@ -1,6 +1,6 @@
---- gnome-shell-47.0/meson.build.orig	2024-10-04 17:03:07.277845091 +0200
-+++ gnome-shell-47.0/meson.build	2024-10-04 17:06:04.576364580 +0200
-@@ -317,11 +317,6 @@ if get_option('gtk_doc')
+--- gnome-shell-50.3/meson.build.orig	2026-06-29 20:35:06.000000000 +0200
++++ gnome-shell-50.3/meson.build	2026-07-21 20:34:52.819348028 +0200
+@@ -324,11 +324,6 @@ if get_option('gtk_doc')
    subdir('docs/reference')
  endif
  
@@ -9,6 +9,6 @@
 -  gtk_update_icon_cache: true
 -)
 -
- meson.add_dist_script('meson/generate-stylesheets.py')
- meson.add_dist_script('meson/check-version.py', meson.project_version(), 'NEWS')
+ meson.add_dist_script('build-aux/generate-stylesheets.py')
+ meson.add_dist_script('build-aux/check-version.py', meson.project_version(), 'NEWS')
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-shell.git/commitdiff/a1305c998c7c7e96b8c86494982be7fbaa565d27



More information about the pld-cvs-commit mailing list