Sync to gnone-43 & Add aarch64 support
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
This commit is contained in:
parent
c683272259
commit
c7987b6d93
2 changed files with 8 additions and 7 deletions
9
.SRCINFO
9
.SRCINFO
|
@ -1,10 +1,11 @@
|
||||||
pkgbase = gnome-shell-performance
|
pkgbase = gnome-shell-performance
|
||||||
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
|
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
|
||||||
pkgver = 43.2+7+ga64cf7009
|
pkgver = 43.3+11+gc21095377
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
arch = aarch64
|
||||||
groups = gnome
|
groups = gnome
|
||||||
license = GPL
|
license = GPL
|
||||||
makedepends = gtk-doc
|
makedepends = gtk-doc
|
||||||
|
@ -41,10 +42,10 @@ pkgbase = gnome-shell-performance
|
||||||
optdepends = gst-plugin-pipewire: Screen recording
|
optdepends = gst-plugin-pipewire: Screen recording
|
||||||
optdepends = gnome-bluetooth-3.0: Bluetooth support
|
optdepends = gnome-bluetooth-3.0: Bluetooth support
|
||||||
provides = gnome-shell
|
provides = gnome-shell
|
||||||
provides = gnome-shell=43.2+7+ga64cf7009
|
provides = gnome-shell=43.3+11+gc21095377
|
||||||
provides = gnome-shell=1:43.2+7+ga64cf7009
|
provides = gnome-shell=1:43.3+11+gc21095377
|
||||||
conflicts = gnome-shell
|
conflicts = gnome-shell
|
||||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=a64cf7009dcbdac3ba3abd6165f009b6b89bfd9e
|
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=c21095377f4acdb46effad72477e2a87d555091d
|
||||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -22,12 +22,12 @@ _merge_requests_to_use=()
|
||||||
|
|
||||||
pkgname=gnome-shell-performance
|
pkgname=gnome-shell-performance
|
||||||
_pkgname=gnome-shell
|
_pkgname=gnome-shell
|
||||||
pkgver=43.2+7+ga64cf7009
|
pkgver=43.3+11+gc21095377
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
|
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"
|
url="https://wiki.gnome.org/Projects/GnomeShell"
|
||||||
arch=(x86_64)
|
arch=(x86_64 aarch64)
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
depends=(accountsservice gcr-4 gjs upower gnome-session gtk4
|
depends=(accountsservice gcr-4 gjs upower gnome-session gtk4
|
||||||
gnome-settings-daemon gsettings-desktop-schemas libcanberra-pulse
|
gnome-settings-daemon gsettings-desktop-schemas libcanberra-pulse
|
||||||
|
@ -46,7 +46,7 @@ optdepends=('gnome-control-center: System settings'
|
||||||
groups=(gnome)
|
groups=(gnome)
|
||||||
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
||||||
conflicts=(gnome-shell)
|
conflicts=(gnome-shell)
|
||||||
_commit=a64cf7009dcbdac3ba3abd6165f009b6b89bfd9e # tags/43.2^7
|
_commit=c21095377f4acdb46effad72477e2a87d555091d # tags/43.3^11
|
||||||
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
|
Loading…
Reference in a new issue