1
0
Fork 0

1:44.4-2: Disable a rt-scheduler modification

Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
Mingi Sung 2023-09-02 12:18:29 +09:00
parent a5a09595ac
commit 28dc95119b
Signed by untrusted user who does not match committer: sungmg
GPG key ID: 8914E37E2BA317DD
3 changed files with 2 additions and 12 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 44.4
pkgrel = 1
pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
@ -54,7 +54,6 @@ pkgbase = gnome-shell-performance
b2sums = SKIP
pkgname = gnome-shell-performance
install = gnome-shell.install
depends = accountsservice
depends = gcr-4
depends = gjs

View file

@ -21,7 +21,7 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=44.4
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://wiki.gnome.org/Projects/GnomeShell"
@ -193,6 +193,5 @@ fi
package() {
depends+=(libmutter-12.so)
install=gnome-shell.install
meson install -C build --destdir "$pkgdir"
}

View file

@ -1,8 +0,0 @@
post_install() {
setcap cap_sys_nice+ep usr/bin/gnome-shell
echo "[Recommendation] Add rt-scheduler to /org/gnome/mutter/experimental-features in dconf setting"
}
post_upgrade() {
post_install
}