1:44.4-2: Disable a rt-scheduler modification
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
parent
a5a09595ac
commit
28dc95119b
3 changed files with 2 additions and 12 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -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
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue