1
0
Fork 0
Signed-off-by: Mingi Sung <me@saltyming.pe.kr>
This commit is contained in:
Mingi Sung 2024-04-22 21:48:15 +09:00
parent 1246bacc20
commit e55c89feda
Signed by: sungmg
GPG key ID: 41BAFD6FFD8036C5
2 changed files with 8 additions and 8 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 = 46.0+33+ge4f2edf9b pkgver = 46.1
pkgrel = 1 pkgrel = 1
epoch = 1 epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell url = https://wiki.gnome.org/Projects/GnomeShell
@ -35,9 +35,9 @@ pkgbase = gnome-shell-performance
depends = mutter depends = mutter
depends = unzip depends = unzip
depends = upower depends = upower
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=e4f2edf9bd56fa7a4af40a3959bbfb6359089b19 source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=0d0aadf013f78a7f7f1dc984d0d812971864b934
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
b2sums = dfc8fc012cfdafaf4f7dc1a14c52885caf9178c2c41202fe6ae57c9e0a0f922c633d13a81b3403f83672a28cd84f635739e73792c7b266dc2ba0142b116c0d17 b2sums = 7aa8e21a0135a1c5536d19877747a86b1cfa1024b6c378db2364033d2a6b3a3e30875a08176423cc41c7c3a87bb76b5b67df5177aa6d209a726f0f3a3c15dd6a
b2sums = SKIP b2sums = SKIP
pkgname = gnome-shell-performance pkgname = gnome-shell-performance
@ -73,8 +73,8 @@ pkgname = gnome-shell-performance
optdepends = python-simplejson: gnome-shell-test-tool performance tester optdepends = python-simplejson: 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=46.0+33+ge4f2edf9b provides = gnome-shell=46.1
provides = gnome-shell=1:46.0+33+ge4f2edf9b provides = gnome-shell=1:46.1
conflicts = gnome-shell conflicts = gnome-shell
pkgname = gnome-shell-performance-docs pkgname = gnome-shell-performance-docs

View file

@ -29,7 +29,7 @@ if [ -n "$_disable_docs" ]; then
else else
pkgname=(gnome-shell-performance gnome-shell-performance-docs) pkgname=(gnome-shell-performance gnome-shell-performance-docs)
fi fi
pkgver=46.0+33+ge4f2edf9b pkgver=46.1
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"
@ -75,12 +75,12 @@ if [ -n "$_enable_check" ]; then
xorg-server-xvfb xorg-server-xvfb
) )
fi fi
_commit=e4f2edf9bd56fa7a4af40a3959bbfb6359089b19 # tags/46.0^33 _commit=0d0aadf013f78a7f7f1dc984d0d812971864b934 # tags/46.1^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"
) )
b2sums=('dfc8fc012cfdafaf4f7dc1a14c52885caf9178c2c41202fe6ae57c9e0a0f922c633d13a81b3403f83672a28cd84f635739e73792c7b266dc2ba0142b116c0d17' b2sums=('7aa8e21a0135a1c5536d19877747a86b1cfa1024b6c378db2364033d2a6b3a3e30875a08176423cc41c7c3a87bb76b5b67df5177aa6d209a726f0f3a3c15dd6a'
'SKIP') 'SKIP')
pkgver() { pkgver() {