1
0
Fork 0

Compare commits

...

4 commits

Author SHA1 Message Date
52fd9e5d59
1:47.0-2: Update .SRCINFO
Signed-off-by: Mingi Sung <sungmg@saltyming.net>
2024-09-15 16:03:17 +09:00
a8f52d3f1a
Merge branch 'gnome-47' into unstable 2024-09-15 15:58:51 +09:00
9f3c051a18
1:47.0-2: ERROR: Option tests value disabled is not boolean.
Signed-off-by: Mingi Sung <sungmg@saltyming.net>
2024-09-15 15:58:28 +09:00
1e907a1ef5
1:47.0-1: gnome-shell-performance-unstable
Signed-off-by: Mingi Sung <sungmg@saltyming.net>
2024-09-15 15:17:52 +09:00
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -18,9 +18,9 @@ _merge_requests_to_use=()
### IMPORTANT: Do no edit below this line unless you know what you're doing
_pkgname=gnome-shell
pkgname=gnome-shell-performance
pkgname=gnome-shell-performance-unstable
pkgver=47.0
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"
@ -150,7 +150,7 @@ prepare() {
build() {
local meson_options=(
-D gtk_doc=false
-D tests=disabled
-D tests=false
)
CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"