Jan de Groot 7 роки тому
батько
коміт
33fef3f8a3
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      PKGBUILD

+ 3 - 3
PKGBUILD

@@ -2,7 +2,7 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 
 pkgname=gnome-shell
-pkgver=3.26.0+8+g8331436ab
+pkgver=3.26.0+14+g9f0bb526f
 pkgrel=1
 pkgdesc="The next generation GNOME Shell"
 url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -16,7 +16,7 @@ makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspe
 optdepends=('gnome-control-center: System settings'
             'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-_commit=8331436ab30e7219bd76ac931fab93fa73b5da5e  # master
+_commit=9f0bb526f7abac137b7d3cbaca9e41b23f29fd3d  # master
 source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit"
         "git+https://git.gnome.org/browse/libgnome-volume-control"
         "git+https://git.gnome.org/browse/gnome-shell-sass"
@@ -50,7 +50,7 @@ prepare() {
 build() {
   cd build
   meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib/$pkgname -Denable-documentation=true
+    --libexecdir=/usr/lib/$pkgname --sysconfdir=/etc -Denable-documentation=true
   ninja
 }