|
@@ -3,7 +3,7 @@
|
|
|
# Contributor: Flamelab <panosfilip@gmail.com
|
|
|
|
|
|
pkgname=gnome-shell
|
|
|
-pkgver=40.5
|
|
|
+pkgver=41.0
|
|
|
pkgrel=1
|
|
|
epoch=1
|
|
|
pkgdesc="Next generation desktop shell"
|
|
@@ -13,14 +13,15 @@ license=(GPL)
|
|
|
depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gtk4
|
|
|
gnome-settings-daemon gnome-themes-extra gsettings-desktop-schemas
|
|
|
libcanberra-pulse libgdm libsecret mutter nm-connection-editor unzip
|
|
|
- gstreamer libibus gnome-autoar gnome-disk-utility gst-plugin-pipewire)
|
|
|
+ gstreamer libibus gnome-autoar gnome-disk-utility gst-plugin-pipewire
|
|
|
+ libsoup3)
|
|
|
makedepends=(gtk-doc gnome-control-center evolution-data-server
|
|
|
gobject-introspection git meson sassc asciidoc bash-completion)
|
|
|
checkdepends=(xorg-server-xvfb)
|
|
|
optdepends=('gnome-control-center: System settings'
|
|
|
'evolution-data-server: Evolution calendar integration')
|
|
|
groups=(gnome)
|
|
|
-_commit=ad6f45f403fce7922392c43f30059c4af2aac561 # tags/40.5^0
|
|
|
+_commit=0bf515eb10bfbf32306c5106ac58870941a7c71a # tags/41.0^0
|
|
|
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
|
|
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
|
|
sha256sums=('SKIP'
|
|
@@ -48,12 +49,11 @@ check() (
|
|
|
mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
|
|
|
export XDG_RUNTIME_DIR
|
|
|
|
|
|
- dbus-run-session xvfb-run \
|
|
|
- -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
|
|
|
- meson test -C build --print-errorlogs
|
|
|
+ dbus-run-session xvfb-run -s '-nolisten local' \
|
|
|
+ meson test -C build --print-errorlogs
|
|
|
)
|
|
|
|
|
|
package() {
|
|
|
- depends+=(libmutter-8.so)
|
|
|
+ depends+=(libmutter-9.so)
|
|
|
meson install -C build --destdir "$pkgdir"
|
|
|
}
|