|
@@ -16,11 +16,17 @@ optdepends=('gnome-control-center: System settings'
|
|
options=('!libtool' '!emptydirs')
|
|
options=('!libtool' '!emptydirs')
|
|
install=gnome-shell.install
|
|
install=gnome-shell.install
|
|
groups=(gnome)
|
|
groups=(gnome)
|
|
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
|
|
|
|
-sha256sums=('4e0328d43ac443e7cc0c43bb67895112643952f14cd20fff1109c6cc5849d603')
|
|
|
|
|
|
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
|
|
|
|
+ main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch)
|
|
|
|
+sha256sums=('4e0328d43ac443e7cc0c43bb67895112643952f14cd20fff1109c6cc5849d603'
|
|
|
|
+ '968245e7db1c6921627cf0fbce4e4504cffbdb24898f834769a23a254ed6e125')
|
|
|
|
|
|
build() {
|
|
build() {
|
|
cd $pkgname-$pkgver
|
|
cd $pkgname-$pkgver
|
|
|
|
+
|
|
|
|
+ # FS#32410
|
|
|
|
+ patch -Np1 -i ../main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch
|
|
|
|
+
|
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
|
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
|
|
--libexecdir=/usr/lib/gnome-shell \
|
|
--libexecdir=/usr/lib/gnome-shell \
|
|
--localstatedir=/var --disable-static \
|
|
--localstatedir=/var --disable-static \
|