[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu May 13 19:38:23 UTC 2021


    Date: Thursday, May 13, 2021 @ 19:38:23
  Author: heftig
Revision: 415464

40.1-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-13 19:35:33 UTC (rev 415463)
+++ PKGBUILD	2021-05-13 19:38:23 UTC (rev 415464)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-shell-extensions
-pkgver=40.0
-pkgrel=2
+pkgver=40.1
+pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
 arch=(any)
@@ -10,7 +10,7 @@
 makedepends=(meson git sassc)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=d338930d696e6a7d1a9cc2dfc6837b18f8a086af  # tags/40.0^0
+_commit=605dd02217b9d7fe245e0ada350e9e720c07f0b0  # tags/40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git")
 sha256sums=('SKIP'
@@ -24,9 +24,6 @@
 prepare() {
   cd $pkgname
 
-  # Fix windowNavigator
-  git cherry-pick -n e094dead91389c4a5f602e5bef2747ad5e73e8bd
-
   git submodule init
   git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
   git submodule update
@@ -44,5 +41,5 @@
 package() {
   depends=(gnome-shell)
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list