|
@@ -2,8 +2,8 @@
|
|
# Contributor: Flamelab <panosfilip@gmail.com
|
|
# Contributor: Flamelab <panosfilip@gmail.com
|
|
|
|
|
|
pkgname=gnome-shell
|
|
pkgname=gnome-shell
|
|
-pkgver=3.20.0
|
|
|
|
-pkgrel=3
|
|
|
|
|
|
+pkgver=3.20.1
|
|
|
|
+pkgrel=1
|
|
pkgdesc="The next generation GNOME Shell"
|
|
pkgdesc="The next generation GNOME Shell"
|
|
arch=(i686 x86_64)
|
|
arch=(i686 x86_64)
|
|
url="https://wiki.gnome.org/Projects/GnomeShell"
|
|
url="https://wiki.gnome.org/Projects/GnomeShell"
|
|
@@ -19,11 +19,9 @@ install=gnome-shell.install
|
|
groups=(gnome)
|
|
groups=(gnome)
|
|
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
|
|
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
|
|
nm-libexecdir.patch
|
|
nm-libexecdir.patch
|
|
- offscreen-memleak.patch
|
|
|
|
0001-Initialize-framebuffer-objects-early-so-clutter-will.patch)
|
|
0001-Initialize-framebuffer-objects-early-so-clutter-will.patch)
|
|
-sha256sums=('ee69f461dd3d03caf788dfc64241275868ec0bcd1ef814f3cd2803c25796b888'
|
|
|
|
|
|
+sha256sums=('7a954eaa39635b4d83faa5634b24ef6d5e446a4669e767d9cba34656425e8f21'
|
|
'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
|
|
'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
|
|
- '38bf66da2d92dbb3eab90d36feba0b1af65fe476d2982989dccd799aec0125a6'
|
|
|
|
'4dfd8a416fafdfa53ff07fd0433d5785f7bf434d3e576710879bfca5fe39c84f')
|
|
'4dfd8a416fafdfa53ff07fd0433d5785f7bf434d3e576710879bfca5fe39c84f')
|
|
|
|
|
|
prepare() {
|
|
prepare() {
|
|
@@ -32,9 +30,6 @@ prepare() {
|
|
# FS#30747 FS#32730 Problems due to libexecdir different from NM
|
|
# FS#30747 FS#32730 Problems due to libexecdir different from NM
|
|
patch -Np1 -i ../nm-libexecdir.patch
|
|
patch -Np1 -i ../nm-libexecdir.patch
|
|
|
|
|
|
- # Fix memleak
|
|
|
|
- patch -Np1 -i ../offscreen-memleak.patch
|
|
|
|
-
|
|
|
|
# Catch FBO allocation failure
|
|
# Catch FBO allocation failure
|
|
patch -Np1 -i ../0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
|
|
patch -Np1 -i ../0001-Initialize-framebuffer-objects-early-so-clutter-will.patch
|
|
}
|
|
}
|