summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fd7df5477f9..8a359c956a5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gnome-control-center-system76
_pkgname=${pkgname%-system76}
-pkgver=41.2
-pkgrel=3
+pkgver=41.4
+pkgrel=1
pkgdesc="GNOME's main interface to configure various aspects of the desktop (with System76 patches)"
url="https://gitlab.gnome.org/GNOME/gnome-control-center"
license=(GPL2)
@@ -27,7 +27,7 @@ optdepends=('system-config-printer: Printer settings'
)
provides=("$_pkgname" 'firmware-manager-virtual')
conflicts=("$_pkgname")
-_commit=babeb0ce357d55406b0ba0a4597e0513a0419de8 # tags/41.2^0
+_commit=d08fac3f0be63f0a4c65d26f47d3b77f8738cfab # tags/41.4^0
_pop_commit=ba839eda1c673457b30fb65ccf8f19323331e692 # master_jammy
source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit"
'git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git'
@@ -47,12 +47,6 @@ pkgver() {
prepare() {
cd $_pkgname
- # Fix build with Meson 0.61.0
- git cherry-pick -n 37b29c32cbecfd89c9c5e0169e0f2876f00ef5eb
-
- # https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1562
- git cherry-pick -n 293e191e399123c91ef5d7b5c796ea0f42b8bd91
-
# Install bare logos into pixmaps, not icons
sed -i "/install_dir/s/'icons'/'pixmaps'/" panels/info-overview/meson.build