From fb6c2d1f001d92bfc06898f83728564a6c1891e7 Mon Sep 17 00:00:00 2001 From: Mingi Sung Date: Sun, 15 Oct 2023 12:45:05 +0900 Subject: [PATCH] Sync to gnome-45 Signed-off-by: Mingi Sung --- .SRCINFO | 8 ++++---- .gitignore | 2 ++ PKGBUILD | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 .gitignore diff --git a/.SRCINFO b/.SRCINFO index b609a28..41e2fd3 100644 --- a/.SRCINFO +++ b/.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 = 45.0 + pkgver = 45.0+16+g88fe5afe4 pkgrel = 1 epoch = 1 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 = switcheroo-control: Multi-GPU support provides = gnome-shell - provides = gnome-shell=45.0 - provides = gnome-shell=1:45.0 + provides = gnome-shell=45.0+16+g88fe5afe4 + provides = gnome-shell=1:45.0+16+g88fe5afe4 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 b2sums = SKIP b2sums = SKIP diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e82ad --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +gnome-shell +libgnome-volume-control diff --git a/PKGBUILD b/PKGBUILD index c78d78a..7c22498 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,7 +20,7 @@ _merge_requests_to_use=() pkgname=gnome-shell-performance _pkgname=gnome-shell -pkgver=45.0 +pkgver=45.0+16+g88fe5afe4 pkgrel=1 epoch=1 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) provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver) conflicts=(gnome-shell) -_commit=2127c62b210f605747e019e6e2abee82516e3ccb # tags/45.0^0 +_commit=88fe5afe47440cef541aab5cf23c9996220e45ed # tags/45.0^16 source=( "git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"