Date: Tuesday, October 11, 2016 @ 12:04:09
  Author: heftig
Revision: 278213

3.22.1+2+g5a08886-1

Modified:
  gnome-shell/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-11 12:01:45 UTC (rev 278212)
+++ PKGBUILD    2016-10-11 12:04:09 UTC (rev 278213)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Ionut Biru <ib...@archlinux.org>
+# Contributor: Ionut Biru <ib...@archlinux.org>
 # Contributor: Flamelab <panosfi...@gmail.com
 
 pkgname=gnome-shell
-pkgver=3.22.0+4+g717c0ea
+pkgver=3.22.1+2+g5a08886
 pkgrel=1
 pkgdesc="The next generation GNOME Shell"
 url="https://wiki.gnome.org/Projects/GnomeShell";
@@ -13,18 +13,29 @@
          gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
          libcanberra-pulse libcroco libgdm libsecret mutter 
nm-connection-editor
          telepathy-logger telepathy-mission-control unzip gstreamer)
-makedepends=(intltool gtk-doc gnome-control-center evolution-data-server 
python gobject-introspection git gnome-common)
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server python
+             gobject-introspection git gnome-common)
 optdepends=('gnome-control-center: System settings'
             'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-_commit=717c0ea19f91bd149c43e92d2a2c80dbc5ba0b1a  # master
+_commit=5a08886ed6523c9449f19d69d7c0af979c9185f5  # gnome-3-22
 source=("git://git.gnome.org/gnome-shell#commit=$_commit"
+        "git://git.gnome.org/libgnome-volume-control"
+        "git://git.gnome.org/gnome-shell-sass"
         nm-libexecdir.patch)
 sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
             'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
 
 pkgver() {
   cd $pkgname
+
+  git submodule init
+  git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
+  git config --local submodule.data/theme/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
+  git submodule update
+
   git describe --tags | sed 's/-/+/g'
 }
 
@@ -55,5 +66,5 @@
   make DESTDIR="$pkgdir" install
 
   # Must exist; FS#37412
-  mkdir -p "$pkgdir/usr/share/gnome-shell/modes"
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
 }

Reply via email to