Sync to main
Signed-off-by: Mingi Sung <me@saltyming.pe.kr>
This commit is contained in:
parent
820ff0a215
commit
96dcf68351
2 changed files with 6 additions and 6 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -35,9 +35,9 @@ pkgbase = gnome-shell-performance
|
|||
depends = mutter
|
||||
depends = unzip
|
||||
depends = upower
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=0463511457612ca87f7426b3b01356d1d85bee9b
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=e4f2edf9bd56fa7a4af40a3959bbfb6359089b19
|
||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||
b2sums = 8684414294c781bd02f89eb76ae04a51a701c51e00966f227989c0a41d161f34e4bfb7e9609f0a902a565aa4ea22f9d9c740d043b668bc132ed6d7471b8d7119
|
||||
b2sums = dfc8fc012cfdafaf4f7dc1a14c52885caf9178c2c41202fe6ae57c9e0a0f922c633d13a81b3403f83672a28cd84f635739e73792c7b266dc2ba0142b116c0d17
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = gnome-shell-performance
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -29,8 +29,8 @@ if [ -n "$_disable_docs" ]; then
|
|||
else
|
||||
pkgname=(gnome-shell-performance gnome-shell-performance-docs)
|
||||
fi
|
||||
pkgver=46.0
|
||||
pkgrel=2
|
||||
pkgver=46.0+33+ge4f2edf9b
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
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"
|
||||
|
@ -75,12 +75,12 @@ if [ -n "$_enable_check" ]; then
|
|||
xorg-server-xvfb
|
||||
)
|
||||
fi
|
||||
_commit=0463511457612ca87f7426b3b01356d1d85bee9b # tags/46.0^0
|
||||
_commit=e4f2edf9bd56fa7a4af40a3959bbfb6359089b19 # tags/46.0^33
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
|
||||
)
|
||||
b2sums=('8684414294c781bd02f89eb76ae04a51a701c51e00966f227989c0a41d161f34e4bfb7e9609f0a902a565aa4ea22f9d9c740d043b668bc132ed6d7471b8d7119'
|
||||
b2sums=('dfc8fc012cfdafaf4f7dc1a14c52885caf9178c2c41202fe6ae57c9e0a0f922c633d13a81b3403f83672a28cd84f635739e73792c7b266dc2ba0142b116c0d17'
|
||||
'SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue