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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 22:26:59 UTC 2022


    Date: Saturday, April 2, 2022 @ 22:26:58
  Author: heftig
Revision: 441339

42.0-1

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

----------------+
 PKGBUILD       |   12 +++---------
 fix-build.diff |   11 -----------
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 22:20:48 UTC (rev 441338)
+++ PKGBUILD	2022-04-02 22:26:58 UTC (rev 441339)
@@ -1,21 +1,20 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-shell-extensions
-pkgver=41.2
+pkgver=42.0
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
 arch=(any)
 license=(GPL)
+depends=(gnome-shell)
 makedepends=(meson git sassc)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=1a3b4e154c2c39dfcc0d1e8abc12850383578334  # tags/41.2^0
+_commit=227c900d1c037dd991cf74caafdc55ecf9139993  # tags/42.0^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() {
@@ -26,9 +25,6 @@
 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
@@ -44,7 +40,5 @@
 }
 
 package() {
-  depends=(gnome-shell)
-
   meson install -C build --destdir "$pkgdir"
 }

Deleted: fix-build.diff
===================================================================
--- fix-build.diff	2022-04-02 22:20:48 UTC (rev 441338)
+++ fix-build.diff	2022-04-02 22:26:58 UTC (rev 441339)
@@ -1,11 +0,0 @@
-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