Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-shell


Commits:
b038dc0c by Jan Alexander Steffens (heftig) at 2026-05-28T23:39:37+02:00
1:50.2-1

- - - - -


4 changed files:

- .SRCINFO
- libical-4.patch → 0001-Fix-build-with-libical-4.patch
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gnome-shell
        pkgdesc = Next generation desktop shell
-       pkgver = 50.1
-       pkgrel = 2
+       pkgver = 50.2
+       pkgrel = 1
        epoch = 1
        url = https://gitlab.gnome.org/GNOME/gnome-shell
        arch = x86_64
@@ -61,16 +61,16 @@ pkgbase = gnome-shell
        depends = unzip
        depends = upower
        depends = webkitgtk-6.0
-       source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#tag=50.1
-       source = 
git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git#commit=d2442f455844e5292cb4a74ffc66ecc8d7595a9f
+       source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#tag=50.2
+       source = 
git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git#commit=0a4eda0cdc2deb352bebc70ec697c42af46094e4
        source = 
git+https://github.com/ptomato/jasmine-gjs.git#commit=856465dddbd92e82e574891e1ebc79e17d7b708a
        source = 
git+https://gitlab.gnome.org/GNOME/libshew.git#commit=d16afc40412b565d2bbecf80335f54a19a978009
-       source = libical-4.patch
-       b2sums = 
5d766da4ad5201e46abf655082fff8f0b6f0c0bc064ecf9b41c1b37991752df3cb70b923e5692ac2079ad4ffacd567b919aa6fbade04c6a7f36360751909a59f
-       b2sums = 
8995bd33c011045c391169f044a46dbe42c55219d22fc1f52ec360b9cfb63b7b3a91bb07abb0f22ec7da39825a096bfa5fff9a5080d4d3919286156aeac392e5
+       source = 0001-Fix-build-with-libical-4.patch
+       b2sums = 
7b58c5f0b1cd9d0207f7e7d71f4f201b5f0dea23a1c24f6726fd88f38cf5aef7f705d2138274eac16b8d85e6ca889d531c008f87001adfcaba1f2ea555276b26
+       b2sums = 
b3ff7babceb21522cbdc8f2d11b00fe7c83a820250629f79831b42c4802613aa116a0df58038c76d9948c452c27cd47eca7a0172f06800df571c90f8671c0b6c
        b2sums = 
ecbbb9ce5895cc1caed2ddef39c70b4768d78ea0a929ea932d4149f923f92650973cdaefc2aacc9063f2ccf4ec965b57a9698a286f9a6561e39ce2e579ae4522
        b2sums = 
7b39ef786d0af34f207c36c078fda5410848a5eceb84509b145184be1dbb994aeb3ffa70cb3de363a8460d59c140aafbdee8f74312cf2971a80cc5d485f1b829
-       b2sums = 
9c081752a7e0d833b8a45f1ade8dceb392f9ab3d5953de27201c0583b222cf558546848fa050bdba5950506540732c4dd0e0a03e831817608b42d499b63b3142
+       b2sums = 
a27041bbe347c4f23bfa6a06f1fd523a907c95ad5c222b5f38fe159912844ae5e885869305ca692c5d668a37bb24ec395128ca097b35a7cda180e1bf0a6de2af
 
 pkgname = gnome-shell
        groups = gnome


=====================================
libical-4.patch → 0001-Fix-build-with-libical-4.patch
=====================================
@@ -1,5 +1,14 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Antonio Rojas <[email protected]>
+Date: Fri, 8 May 2026 19:54:24 +0200
+Subject: [PATCH] Fix build with libical 4
+
+---
+ src/calendar-server/gnome-shell-calendar-server.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 diff --git a/src/calendar-server/gnome-shell-calendar-server.c 
b/src/calendar-server/gnome-shell-calendar-server.c
-index 4cd28d1c2..110f4cfe9 100644
+index 0b2f88eb7e19..9f24c2b27a93 100644
 --- a/src/calendar-server/gnome-shell-calendar-server.c
 +++ b/src/calendar-server/gnome-shell-calendar-server.c
 @@ -116,7 +116,7 @@ static gboolean


=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@ pkgname=(
   gnome-shell
   gnome-shell-docs
 )
-pkgver=50.1
-pkgrel=2
+pkgver=50.2
+pkgrel=1
 epoch=1
 pkgdesc="Next generation desktop shell"
 url="https://gitlab.gnome.org/GNOME/gnome-shell";
@@ -77,23 +77,23 @@ makedepends=(
 source=(
   # GNOME Shell tags use SSH signatures which makepkg doesn't understand
   "git+https://gitlab.gnome.org/GNOME/gnome-shell.git#tag=${pkgver/[a-z]/.&}";
-  
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git#commit=d2442f455844e5292cb4a74ffc66ecc8d7595a9f";
+  
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git#commit=0a4eda0cdc2deb352bebc70ec697c42af46094e4";
   
"git+https://github.com/ptomato/jasmine-gjs.git#commit=856465dddbd92e82e574891e1ebc79e17d7b708a";
   
"git+https://gitlab.gnome.org/GNOME/libshew.git#commit=d16afc40412b565d2bbecf80335f54a19a978009";
-   libical-4.patch
+  0001-Fix-build-with-libical-4.patch
 )
-b2sums=('5d766da4ad5201e46abf655082fff8f0b6f0c0bc064ecf9b41c1b37991752df3cb70b923e5692ac2079ad4ffacd567b919aa6fbade04c6a7f36360751909a59f'
-        
'8995bd33c011045c391169f044a46dbe42c55219d22fc1f52ec360b9cfb63b7b3a91bb07abb0f22ec7da39825a096bfa5fff9a5080d4d3919286156aeac392e5'
+b2sums=('7b58c5f0b1cd9d0207f7e7d71f4f201b5f0dea23a1c24f6726fd88f38cf5aef7f705d2138274eac16b8d85e6ca889d531c008f87001adfcaba1f2ea555276b26'
+        
'b3ff7babceb21522cbdc8f2d11b00fe7c83a820250629f79831b42c4802613aa116a0df58038c76d9948c452c27cd47eca7a0172f06800df571c90f8671c0b6c'
         
'ecbbb9ce5895cc1caed2ddef39c70b4768d78ea0a929ea932d4149f923f92650973cdaefc2aacc9063f2ccf4ec965b57a9698a286f9a6561e39ce2e579ae4522'
         
'7b39ef786d0af34f207c36c078fda5410848a5eceb84509b145184be1dbb994aeb3ffa70cb3de363a8460d59c140aafbdee8f74312cf2971a80cc5d485f1b829'
-        
'9c081752a7e0d833b8a45f1ade8dceb392f9ab3d5953de27201c0583b222cf558546848fa050bdba5950506540732c4dd0e0a03e831817608b42d499b63b3142')
+        
'a27041bbe347c4f23bfa6a06f1fd523a907c95ad5c222b5f38fe159912844ae5e885869305ca692c5d668a37bb24ec395128ca097b35a7cda180e1bf0a6de2af')
 
 prepare() {
   # Inject gvc
   ln -s libgnome-volume-control gvc
 
   cd $pkgbase
-  patch -p1 -i ../libical-4.patch # Fix build with libical 4
+  git apply -3 ../0001-Fix-build-with-libical-4.patch
 }
 
 build() {


=====================================
REUSE.toml
=====================================
@@ -26,7 +26,7 @@ SPDX-License-Identifier = "0BSD"
 
 [[annotations]]
 path = [
-    "libical-4.patch",
+    "*.patch",
 ]
 SPDX-FileCopyrightText = "gnome-shell contributors"
 SPDX-License-Identifier = "GPL-3.0-or-later"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/commit/b038dc0cac07e20146bd6893d32f57eed5c9d992

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/commit/b038dc0cac07e20146bd6893d32f57eed5c9d992
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to