Sync to gnome-43
Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
This commit is contained in:
parent
70d353a5e4
commit
3dd14fa964
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gnome-shell-performance
|
||||
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
|
||||
pkgver = 43.2
|
||||
pkgver = 43.2+3+g5db40c1ea
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||
|
@ -41,10 +41,10 @@ pkgbase = gnome-shell-performance
|
|||
optdepends = gst-plugin-pipewire: Screen recording
|
||||
optdepends = gnome-bluetooth-3.0: Bluetooth support
|
||||
provides = gnome-shell
|
||||
provides = gnome-shell=43.2
|
||||
provides = gnome-shell=1:43.2
|
||||
provides = gnome-shell=43.2+3+g5db40c1ea
|
||||
provides = gnome-shell=1:43.2+3+g5db40c1ea
|
||||
conflicts = gnome-shell
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=e9b26eac0c0d66b87201874ce2b704268ee99be6
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=5db40c1ead734a4fa6ba9ecbd475bb2b317f2eb0
|
||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -22,7 +22,7 @@ _merge_requests_to_use=()
|
|||
|
||||
pkgname=gnome-shell-performance
|
||||
_pkgname=gnome-shell
|
||||
pkgver=43.2
|
||||
pkgver=43.2+3+g5db40c1ea
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
|
||||
|
@ -46,7 +46,7 @@ optdepends=('gnome-control-center: System settings'
|
|||
groups=(gnome)
|
||||
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
||||
conflicts=(gnome-shell)
|
||||
_commit=e9b26eac0c0d66b87201874ce2b704268ee99be6 # tags/43.2^0
|
||||
_commit=5db40c1ead734a4fa6ba9ecbd475bb2b317f2eb0 # tags/43.2^3
|
||||
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
||||
sha256sums=('SKIP'
|
||||
|
|
Loading…
Reference in a new issue