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


Commits:
ded85beb by Jan Alexander Steffens (heftig) at 2023-10-04T00:11:36+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,75 @@
+pkgbase = gnome-shell
+       pkgdesc = Next generation desktop shell
+       pkgver = 45.0
+       pkgrel = 1
+       epoch = 1
+       url = https://wiki.gnome.org/Projects/GnomeShell
+       arch = x86_64
+       groups = gnome
+       license = GPL
+       checkdepends = appstream-glib
+       checkdepends = python-dbusmock
+       checkdepends = xorg-server-xvfb
+       makedepends = asciidoc
+       makedepends = bash-completion
+       makedepends = evolution-data-server
+       makedepends = git
+       makedepends = gnome-control-center
+       makedepends = gobject-introspection
+       makedepends = gtk-doc
+       makedepends = meson
+       makedepends = sassc
+       depends = accountsservice
+       depends = gcr-4
+       depends = gjs
+       depends = gnome-autoar
+       depends = gnome-session
+       depends = gnome-settings-daemon
+       depends = gsettings-desktop-schemas
+       depends = gtk4
+       depends = libadwaita
+       depends = libcanberra-pulse
+       depends = libgdm
+       depends = libgweather-4
+       depends = libibus
+       depends = libnma-gtk4
+       depends = libsecret
+       depends = libsoup3
+       depends = mutter
+       depends = unzip
+       depends = upower
+       optdepends = evolution-data-server: Evolution calendar integration
+       optdepends = gnome-bluetooth-3.0: Bluetooth support
+       optdepends = gnome-control-center: System settings
+       optdepends = gnome-disk-utility: Mount with keyfiles
+       optdepends = gst-plugin-pipewire: Screen recording
+       optdepends = gst-plugins-good: Screen recording
+       optdepends = power-profiles-daemon: Power profile switching
+       optdepends = python-gobject: gnome-shell-test-tool performance tester
+       optdepends = switcheroo-control: Multi-GPU support
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=2127c62b210f605747e019e6e2abee82516e3ccb
+       source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
+       b2sums = SKIP
+       b2sums = SKIP
+
+pkgname = gnome-shell
+       depends = accountsservice
+       depends = gcr-4
+       depends = gjs
+       depends = gnome-autoar
+       depends = gnome-session
+       depends = gnome-settings-daemon
+       depends = gsettings-desktop-schemas
+       depends = gtk4
+       depends = libadwaita
+       depends = libcanberra-pulse
+       depends = libgdm
+       depends = libgweather-4
+       depends = libibus
+       depends = libnma-gtk4
+       depends = libsecret
+       depends = libsoup3
+       depends = mutter
+       depends = unzip
+       depends = upower
+       depends = libmutter-13.so


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,10 @@
+# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 # Contributor: Ionut Biru <ib...@archlinux.org>
 # Contributor: Flamelab <panosfi...@gmail.com
 
 pkgname=gnome-shell
-pkgver=44.5
+pkgver=45.0
 pkgrel=1
 epoch=1
 pkgdesc="Next generation desktop shell"
@@ -55,10 +56,11 @@ optdepends=(
   'gst-plugin-pipewire: Screen recording'
   'gst-plugins-good: Screen recording'
   'power-profiles-daemon: Power profile switching'
+  'python-gobject: gnome-shell-test-tool performance tester'
   'switcheroo-control: Multi-GPU support'
 )
 groups=(gnome)
-_commit=d49cc6fa355d59d3a4c878ae89885cb1c571bfda  # tags/44.5^0
+_commit=2127c62b210f605747e019e6e2abee82516e3ccb  # tags/45.0^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit";
   "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";
@@ -95,6 +97,8 @@ _check() (
   export XDG_RUNTIME_DIR="$PWD/rdir"
   mkdir -p -m 700 "$XDG_RUNTIME_DIR"
 
+  export NO_AT_BRIDGE=1 GTK_A11Y=none
+
   meson test -C build --print-errorlogs -t 3
 )
 
@@ -104,7 +108,7 @@ check() {
 }
 
 package() {
-  depends+=(libmutter-12.so)
+  depends+=(libmutter-13.so)
   meson install -C build --destdir "$pkgdir"
 }
 



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/commit/ded85beb8da18bad110cfb98408e7807477fbf2c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to