1
0
Fork 0
This commit is contained in:
Saren 2023-06-09 12:30:09 +08:00
parent d5380511f6
commit 481935dc1a
2 changed files with 99 additions and 61 deletions

View file

@ -1,74 +1,77 @@
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.1
pkgrel = 2
pkgver = 44.2
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
arch = aarch64
groups = gnome
license = GPL
makedepends = gtk-doc
makedepends = gnome-control-center
makedepends = evolution-data-server
makedepends = gobject-introspection
makedepends = git
makedepends = meson
makedepends = sassc
makedepends = asciidoc
makedepends = bash-completion
makedepends = evolution-data-server
makedepends = git
makedepends = gnome-control-center
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = meson
makedepends = sassc
depends = accountsservice
depends = gcr-4
depends = gjs
depends = upower
depends = gnome-autoar
depends = gnome-session
depends = gtk4
depends = gnome-settings-daemon
depends = gsettings-desktop-schemas
depends = gtk4
depends = libadwaita
depends = libcanberra-pulse
depends = libgdm
depends = libsecret
depends = mutter
depends = libnma
depends = unzip
depends = libibus
depends = gnome-autoar
depends = gnome-disk-utility
depends = libsoup3
depends = libgweather-4
optdepends = gnome-control-center: System settings
depends = libibus
depends = libnma-gtk4
depends = libsecret
depends = libsoup3
depends = mutter
depends = unzip
depends = upower
optdepends = evolution-data-server: Evolution calendar integration
optdepends = gst-plugins-good: Screen recording
optdepends = gst-plugin-pipewire: Screen recording
optdepends = gnome-bluetooth-3.0: Bluetooth support
optdepends = gnome-control-center: System settings
optdepends = gnome-disk-utility: Mount with keyfiles
optdepends = gst-plugin-pipewire: Screen recording
optdepends = gst-plugins-good: Screen recording
optdepends = power-profiles-daemon: Power profile switching
optdepends = switcheroo-control: Multi-GPU support
provides = gnome-shell
provides = gnome-shell=44.1
provides = gnome-shell=1:44.1
provides = gnome-shell=44.2
provides = gnome-shell=1:44.2
conflicts = gnome-shell
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=b0ca64e7775225b7c5d049571a44ef40bf516406
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=071a47ba27d7117f56fd965ad2a9675d1ab823f6
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP
sha256sums = SKIP
b2sums = SKIP
b2sums = SKIP
pkgname = gnome-shell-performance
install = gnome-shell.install
depends = accountsservice
depends = gcr-4
depends = gjs
depends = upower
depends = gnome-autoar
depends = gnome-session
depends = gtk4
depends = gnome-settings-daemon
depends = gsettings-desktop-schemas
depends = gtk4
depends = libadwaita
depends = libcanberra-pulse
depends = libgdm
depends = libsecret
depends = mutter
depends = libnma
depends = unzip
depends = libibus
depends = gnome-autoar
depends = gnome-disk-utility
depends = libsoup3
depends = libgweather-4
depends = libibus
depends = libnma-gtk4
depends = libsecret
depends = libsoup3
depends = mutter
depends = unzip
depends = upower
depends = libmutter-12.so

View file

@ -8,7 +8,6 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Flamelab <panosfilip@gmail.com
### PACKAGE OPTIONS
## MERGE REQUESTS SELECTION
# Merge Requests List: ()
@ -17,39 +16,75 @@ _merge_requests_to_use=()
## Enable the `check()` operation (Disabled if not set)
: "${_enable_check:=""}"
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=44.1
pkgrel=2
pkgver=44.2
pkgrel=1
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"
arch=(x86_64 aarch64)
license=(GPL)
depends=(accountsservice gcr-4 gjs upower gnome-session gtk4
gnome-settings-daemon gsettings-desktop-schemas libcanberra-pulse
libgdm libsecret mutter libnma unzip libibus gnome-autoar
gnome-disk-utility libsoup3 libgweather-4)
makedepends=(gtk-doc gnome-control-center evolution-data-server
gobject-introspection git meson sassc asciidoc bash-completion)
depends=(
accountsservice
gcr-4
gjs
gnome-autoar
gnome-session
gnome-settings-daemon
gsettings-desktop-schemas
gtk4
libadwaita
libcanberra-pulse
libgdm
libgweather-4
libibus
libnma-gtk4
libsecret
libsoup3
mutter
unzip
upower
)
makedepends=(
asciidoc
bash-completion
evolution-data-server
git
gnome-control-center
gobject-introspection
gtk-doc
meson
sassc
)
if [ -n "$_enable_check" ]; then
checkdepends=(xorg-server-xvfb python-dbusmock xorg-server-xvfb)
checkdepends=(
appstream-glib
python-dbusmock
xorg-server-xvfb
)
fi
optdepends=('gnome-control-center: System settings'
optdepends=(
'evolution-data-server: Evolution calendar integration'
'gst-plugins-good: Screen recording'
'gnome-bluetooth-3.0: Bluetooth support'
'gnome-control-center: System settings'
'gnome-disk-utility: Mount with keyfiles'
'gst-plugin-pipewire: Screen recording'
'gnome-bluetooth-3.0: Bluetooth support')
'gst-plugins-good: Screen recording'
'power-profiles-daemon: Power profile switching'
'switcheroo-control: Multi-GPU support'
)
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
_commit=b0ca64e7775225b7c5d049571a44ef40bf516406 # tags/44.1^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
sha256sums=('SKIP'
_commit=071a47ba27d7117f56fd965ad2a9675d1ab823f6 # tags/44.2^0
source=(
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
)
b2sums=('SKIP'
'SKIP')
pkgver() {
@ -143,8 +178,8 @@ build() {
}
_check() (
mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/rdir}"
export XDG_RUNTIME_DIR
export XDG_RUNTIME_DIR="$PWD/rdir"
mkdir -p -m 700 "$XDG_RUNTIME_DIR"
meson test -C build --print-errorlogs -t 3
)