parent
c16e1323ae
commit
5e204ae6d5
2 changed files with 2 additions and 9 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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.32.2+10+g2483b6038
|
pkgver = 3.32.2+10+g2483b6038
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||||
install = gnome-shell-performance.install
|
install = gnome-shell-performance.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=gnome-shell-performance
|
pkgname=gnome-shell-performance
|
||||||
pkgver=3.32.2+10+g2483b6038
|
pkgver=3.32.2+10+g2483b6038
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -134,13 +134,6 @@ prepare() {
|
||||||
# Comment:
|
# Comment:
|
||||||
git cherry-pick -n a7852705^..2d908e80
|
git cherry-pick -n a7852705^..2d908e80
|
||||||
|
|
||||||
# Title: dash: Fix messed up icon height
|
|
||||||
# URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/494
|
|
||||||
# Type: 3
|
|
||||||
# Status: 4
|
|
||||||
# Comment:
|
|
||||||
git cherry-pick -n 4e5ca6d3
|
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
|
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
Loading…
Reference in a new issue