1
0
Fork 0

Sync to gnome-45

Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
Mingi Sung 2023-10-15 12:45:05 +09:00
parent 84b7d993ce
commit fb6c2d1f00
Signed by: sungmg
GPG key ID: 8914E37E2BA317DD
3 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
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 = 45.0 pkgver = 45.0+16+g88fe5afe4
pkgrel = 1 pkgrel = 1
epoch = 1 epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell url = https://wiki.gnome.org/Projects/GnomeShell
@ -46,10 +46,10 @@ pkgbase = gnome-shell-performance
optdepends = python-gobject: gnome-shell-test-tool performance tester optdepends = python-gobject: gnome-shell-test-tool performance tester
optdepends = switcheroo-control: Multi-GPU support optdepends = switcheroo-control: Multi-GPU support
provides = gnome-shell provides = gnome-shell
provides = gnome-shell=45.0 provides = gnome-shell=45.0+16+g88fe5afe4
provides = gnome-shell=1:45.0 provides = gnome-shell=1:45.0+16+g88fe5afe4
conflicts = gnome-shell conflicts = gnome-shell
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=2127c62b210f605747e019e6e2abee82516e3ccb source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=88fe5afe47440cef541aab5cf23c9996220e45ed
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
b2sums = SKIP b2sums = SKIP
b2sums = SKIP b2sums = SKIP

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
gnome-shell
libgnome-volume-control

View file

@ -20,7 +20,7 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance pkgname=gnome-shell-performance
_pkgname=gnome-shell _pkgname=gnome-shell
pkgver=45.0 pkgver=45.0+16+g88fe5afe4
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"
@ -80,7 +80,7 @@ optdepends=(
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=2127c62b210f605747e019e6e2abee82516e3ccb # tags/45.0^0 _commit=88fe5afe47440cef541aab5cf23c9996220e45ed # tags/45.0^16
source=( source=(
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit" "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"