Sync to gnome-44
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
parent
28dc95119b
commit
bedfad2616
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 = 44.4
|
pkgver = 44.5
|
||||||
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
|
||||||
|
@ -45,10 +45,10 @@ pkgbase = gnome-shell-performance
|
||||||
optdepends = power-profiles-daemon: Power profile switching
|
optdepends = power-profiles-daemon: Power profile switching
|
||||||
optdepends = switcheroo-control: Multi-GPU support
|
optdepends = switcheroo-control: Multi-GPU support
|
||||||
provides = gnome-shell
|
provides = gnome-shell
|
||||||
provides = gnome-shell=44.4
|
provides = gnome-shell=44.5
|
||||||
provides = gnome-shell=1:44.4
|
provides = gnome-shell=1:44.5
|
||||||
conflicts = gnome-shell
|
conflicts = gnome-shell
|
||||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=9329a600bd93591044be8299d629e5c79b596137
|
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=d49cc6fa355d59d3a4c878ae89885cb1c571bfda
|
||||||
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
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -20,8 +20,8 @@ _merge_requests_to_use=()
|
||||||
|
|
||||||
pkgname=gnome-shell-performance
|
pkgname=gnome-shell-performance
|
||||||
_pkgname=gnome-shell
|
_pkgname=gnome-shell
|
||||||
pkgver=44.4
|
pkgver=44.5
|
||||||
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"
|
||||||
|
@ -79,7 +79,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=9329a600bd93591044be8299d629e5c79b596137 # tags/44.4^0
|
_commit=d49cc6fa355d59d3a4c878ae89885cb1c571bfda # tags/44.5^0
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue