patch
This commit is contained in:
parent
39654d2e10
commit
aeab91e756
2 changed files with 6 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = gnome-shell-performance
|
pkgbase = gnome-shell-performance
|
||||||
pkgdesc = Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches
|
pkgdesc = Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches
|
||||||
pkgver = 3.30.1+4+ga1268fe98
|
pkgver = 3.30.1+5+g905a90d9e
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=gnome-shell-performance
|
pkgname=gnome-shell-performance
|
||||||
_pkgname=gnome-shell
|
_pkgname=gnome-shell
|
||||||
pkgver=3.30.1+4+ga1268fe98
|
pkgver=3.30.1+5+g905a90d9e
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
|
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
|
||||||
url="https://wiki.gnome.org/Projects/GnomeShell"
|
url="https://wiki.gnome.org/Projects/GnomeShell"
|
||||||
|
@ -49,6 +49,10 @@ prepare() {
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/261
|
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/261
|
||||||
git cherry-pick 1acdff82 || bash
|
git cherry-pick 1acdff82 || bash
|
||||||
|
|
||||||
|
# js/ui: Use captured-event::instantaneous [performance]
|
||||||
|
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/276
|
||||||
|
git cherry-pick 5453f3dd
|
||||||
|
|
||||||
# Move the plugin to our custom epiphany-only dir
|
# Move the plugin to our custom epiphany-only dir
|
||||||
sed -i "s/'mozilla'/'epiphany'/g" meson.build
|
sed -i "s/'mozilla'/'epiphany'/g" meson.build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue