浏览代码

3.22.1+2+g5a08886-1

Jan Alexander Steffens 8 年之前
父节点
当前提交
f322086312
共有 1 个文件被更改,包括 16 次插入5 次删除
  1. 16 5
      PKGBUILD

+ 16 - 5
PKGBUILD

@@ -1,8 +1,8 @@
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
+# Contributor: Ionut Biru <ibiru@archlinux.org>
 # Contributor: Flamelab <panosfilip@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"
@@ -12,18 +12,29 @@ depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
          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'
 }
 
@@ -54,5 +65,5 @@ package() {
   make DESTDIR="$pkgdir" install
 
   # Must exist; FS#37412
-  mkdir -p "$pkgdir/usr/share/gnome-shell/modes"
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
 }