Sync to gnome-43
Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
This commit is contained in:
parent
e232bc2fb6
commit
d0fd028777
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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.0+46+gecc3cf8ab
|
pkgver = 43.0+49+ga25d0f6d2
|
||||||
pkgrel = 2
|
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
|
||||||
|
@ -42,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.0+46+gecc3cf8ab
|
provides = gnome-shell=43.0+49+ga25d0f6d2
|
||||||
provides = gnome-shell=1:43.0+46+gecc3cf8ab
|
provides = gnome-shell=1:43.0+49+ga25d0f6d2
|
||||||
conflicts = gnome-shell
|
conflicts = gnome-shell
|
||||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=ecc3cf8ab108c4511e650f4d0f0124b9f98cd8bf
|
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=a25d0f6d22b8558c4a816c8caabcb0721e4c6b5a
|
||||||
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
|
@ -19,8 +19,8 @@ _merge_requests_to_use=(2519)
|
||||||
|
|
||||||
pkgname=gnome-shell-performance
|
pkgname=gnome-shell-performance
|
||||||
_pkgname=gnome-shell
|
_pkgname=gnome-shell
|
||||||
pkgver=43.0+46+gecc3cf8ab
|
pkgver=43.0+49+ga25d0f6d2
|
||||||
pkgrel=2
|
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"
|
||||||
|
@ -41,7 +41,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=ecc3cf8ab108c4511e650f4d0f0124b9f98cd8bf # tags/43.0^46
|
_commit=a25d0f6d22b8558c4a816c8caabcb0721e4c6b5a # tags/43.0^49
|
||||||
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