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

Jan de Groot jgc at archlinux.org
Tue Sep 19 22:05:30 UTC 2017


    Date: Tuesday, September 19, 2017 @ 22:05:29
  Author: jgc
Revision: 305881

upgpkg: gnome-shell 3.26.0+14+g9f0bb526f-1

fix sysconfdir=/etc

Modified:
  gnome-shell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-19 21:58:34 UTC (rev 305880)
+++ PKGBUILD	2017-09-19 22:05:29 UTC (rev 305881)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab <panosfilip at 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"
@@ -17,7 +17,7 @@
 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"
@@ -51,7 +51,7 @@
 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
 }
 



More information about the arch-commits mailing list