Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gnome-shell
Commits: ab5f82d6 by Jan Alexander Steffens (heftig) at 2025-09-23T19:43:54+02:00 1:49.0-2: Backport a touchscreen fix Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/issues/12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gnome-shell pkgdesc = Next generation desktop shell pkgver = 49.0 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://gitlab.gnome.org/GNOME/gnome-shell arch = x86_64 @@ -36,6 +36,7 @@ pkgbase = gnome-shell depends = gsettings-desktop-schemas depends = gtk4 depends = hicolor-icon-theme + depends = ibus depends = json-glib depends = libadwaita depends = libcanberra-pulse @@ -90,6 +91,7 @@ pkgname = gnome-shell depends = gsettings-desktop-schemas depends = gtk4 depends = hicolor-icon-theme + depends = ibus depends = json-glib depends = libadwaita depends = libcanberra-pulse ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ pkgname=( gnome-shell-docs ) pkgver=49.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Next generation desktop shell" url="https://gitlab.gnome.org/GNOME/gnome-shell" @@ -89,6 +89,12 @@ b2sums=('fdc8acc857f136a654839d550bc57d3f349284d4c8e9e4a83ed7f63cf1ca95c18f3d0e5 prepare() { # Inject gvc ln -s libgnome-volume-control gvc + + cd $pkgbase + + # Touchscreen fix + # https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/issues/12 + git cherry-pick -n e54aa588c1604b63e2f051e20c1ecb3e601beb5c } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/commit/ab5f82d67b4b468e33ef40fc02ea971336f190bd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/commit/ab5f82d67b4b468e33ef40fc02ea971336f190bd You're receiving this email because of your account on gitlab.archlinux.org.
