|
@@ -2,7 +2,7 @@
|
|
|
# Contributor: Flamelab <panosfilip@gmail.com
|
|
|
|
|
|
pkgname=gnome-shell
|
|
|
-pkgver=3.26.0+33+g9a7dbfba9
|
|
|
+pkgver=3.26.1
|
|
|
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=9a7dbfba99132e9b6e4a0368eba3c823f683bdfb # master
|
|
|
+_commit=bf2a824fd123ee8b9011bf2f1110ff445d5ee480 # tags/3.26.1^0
|
|
|
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"
|
|
@@ -49,8 +49,7 @@ prepare() {
|
|
|
|
|
|
build() {
|
|
|
cd build
|
|
|
- meson setup --prefix=/usr --buildtype=release ../$pkgname \
|
|
|
- --libexecdir=/usr/lib/$pkgname --sysconfdir=/etc -Denable-documentation=true
|
|
|
+ arch-meson ../$pkgname -Denable-documentation=true
|
|
|
ninja
|
|
|
}
|
|
|
|