summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Pfeiler2018-01-07 01:55:55 +0100
committerNorbert Pfeiler2018-01-07 01:56:19 +0100
commit4166bd8ed7e1996fe43650d9ce711c6397deeda6 (patch)
treec09213833843aa4637c0b9babdf3397005e5ae95
parentc2cb3298db4b6d604d98b9c9c14cdc6fbee28f74 (diff)
downloadaur-4166bd8ed7e1996fe43650d9ce711c6397deeda6.tar.gz
3.26.2+31+gbf91e2b4c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60ed0fffeb45..dcbebd8361b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 04:14:56 UTC 2017
+# Sun Jan 7 00:56:11 UTC 2018
pkgbase = mutter-catalyst
pkgdesc = A window manager for GNOME with patches for catalyst compatibility
- pkgver = 3.26.2
+ pkgver = 3.26.2+31+gbf91e2b4c
pkgrel = 1
url = https://git.gnome.org/browse/mutter
arch = i686
@@ -27,11 +27,11 @@ pkgbase = mutter-catalyst
depends = libgudev
depends = libinput
depends = pipewire
- provides = mutter=3.26.2
+ provides = mutter=3.26.2+31+gbf91e2b4c
conflicts = mutter
conflicts = gnome-shell>3.26.2+999
options = !emptydirs
- source = git+https://git.gnome.org/browse/mutter#commit=17e5cd8c46434c030037664242a44d8c67774e70
+ source = git+https://git.gnome.org/browse/mutter#commit=bf91e2b4ca1ef8b0478d1edec46bd33065457153
source = startup-notification.patch
source = catalyst-workaround.patch
source = catalyst mutter cogl.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6cff469abfd0..051b7bf36c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_realname=mutter
pkgname=$_realname-catalyst
-pkgver=3.26.2
+pkgver=3.26.2+31+gbf91e2b4c
pkgrel=1
pkgdesc="A window manager for GNOME with patches for catalyst compatibility"
url="https://git.gnome.org/browse/mutter"
@@ -35,7 +35,7 @@ conflicts=('mutter' "gnome-shell>${pkgver:0:6}+999")
provides=("mutter=${pkgver}")
groups=('gnome')
options=('!emptydirs')
-_commit=17e5cd8c46434c030037664242a44d8c67774e70 # tags/3.26.2^0
+_commit=bf91e2b4ca1ef8b0478d1edec46bd33065457153 # gnome-3-26
source=("git+https://git.gnome.org/browse/mutter#commit=$_commit"
"startup-notification.patch"
"catalyst-workaround.patch"
@@ -78,7 +78,7 @@ build() {
--enable-compile-warnings=minimum \
--enable-gtk-doc \
--enable-egl-device \
- --enable-remote-desktop
+ --disable-remote-desktop
#https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \