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

Jan Steffens heftig at archlinux.org
Tue Mar 13 21:55:21 UTC 2018


    Date: Tuesday, March 13, 2018 @ 21:55:20
  Author: heftig
Revision: 318904

3.28.0+1+g496ae16-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-13 21:43:52 UTC (rev 318903)
+++ PKGBUILD	2018-03-13 21:55:20 UTC (rev 318904)
@@ -2,17 +2,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-shell-extensions
-pkgver=3.26.2+9+g683b5ee
+pkgver=3.28.0+1+g496ae16
 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=(intltool git gnome-common)
+makedepends=(meson git sassc js52)
 optdepends=('nautilus: gnome-classic session')
 groups=(gnome)
-_commit=683b5eee754d63da43c5d7a94fa5e126f7430050  # gnome-3-26
+_commit=496ae16cf18b1a7580d953b095542031178428ca  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
         "git+https://git.gnome.org/browse/gnome-shell-sass")
 sha256sums=('SKIP'
@@ -29,17 +28,15 @@
   git submodule init
   git config --local submodule.data/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
   git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session --enable-extensions=all
-  make
+  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
+  ninja -C build
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  depends=(gnome-shell)
+
+  DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list