[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD fix-build.diff)

Jan Steffens heftig at gemini.archlinux.org
Tue Feb 15 22:59:59 UTC 2022


    Date: Tuesday, February 15, 2022 @ 22:59:59
  Author: heftig
Revision: 437430

41.2-1

Added:
  gnome-shell-extensions/trunk/fix-build.diff
Modified:
  gnome-shell-extensions/trunk/PKGBUILD

----------------+
 PKGBUILD       |    9 +++++++--
 fix-build.diff |   11 +++++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 22:54:14 UTC (rev 437429)
+++ PKGBUILD	2022-02-15 22:59:59 UTC (rev 437430)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-shell-extensions
-pkgver=41.1
+pkgver=41.2
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
@@ -10,10 +10,12 @@
 makedepends=(meson git sassc)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=a5b6871562e3fddfef6f662d5e57b1b24e453753  # tags/41.1^0
+_commit=1a3b4e154c2c39dfcc0d1e8abc12850383578334  # tags/41.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
+        fix-build.diff
         "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git")
 sha256sums=('SKIP'
+            '7350a100716dbfad48bfe15982632ac933dd7c15a2d3b73d55feefa3b5386b77'
             'SKIP')
 
 pkgver() {
@@ -24,6 +26,9 @@
 prepare() {
   cd $pkgname
 
+  # Fix build with Meson 0.61
+  git apply -3 ../fix-build.diff
+
   git submodule init
   git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
   git submodule update

Added: fix-build.diff
===================================================================
--- fix-build.diff	                        (rev 0)
+++ fix-build.diff	2022-02-15 22:59:59 UTC (rev 437430)
@@ -0,0 +1,11 @@
+diff --git i/data/meson.build w/data/meson.build
+index 27f4287..a4bcd5e 100644
+--- i/data/meson.build
++++ w/data/meson.build
+@@ -1,5 +1,5 @@
+ session_desktop = 'gnome-classic.desktop'
+-i18n.merge_file('',
++i18n.merge_file(
+   input:  session_desktop + '.in',
+   output: session_desktop,
+   po_dir: '../po',



More information about the arch-commits mailing list