summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-07-23 15:16:11 +0200
committerTérence Clastres2019-07-30 19:10:45 +0200
commit27f3fa85ea83af69bd72b1cbe007a31b31885a8b (patch)
tree6f094c8303cadda1eef9aa147ae76fcf780e1ed1
parent6aec4d495d0e0ad47d84750ff0b8cb6d7feef218 (diff)
downloadaur-27f3fa85ea83af69bd72b1cbe007a31b31885a8b.tar.gz
Remove obsolete nvidia-background-workaround.patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6372e9e4f4a6..cbdca96c2923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -40,10 +40,8 @@ pkgbase = gnome-shell-performance
conflicts = gnome-shell
source = gnome-shell-performance::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=2483b603869009f7294c00e8a5bdb778eb948b6d
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
- source = https://gitlab.gnome.org/GNOME/gnome-shell/uploads/4a083c80c81eeb0dd1be64e0e24b5c17/nvidia-background-workaround.patch
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 505c90290e5a867692f55d3209a22755bcffb997e7cac59e49b1a78c976d5af9
pkgname = gnome-shell-performance
diff --git a/PKGBUILD b/PKGBUILD
index abaf956862c2..ed566d732b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,11 +23,9 @@ conflicts=(gnome-shell)
install="$pkgname.install"
_commit=2483b603869009f7294c00e8a5bdb778eb948b6d # tags/3.32.2^10
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
- "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
- https://gitlab.gnome.org/GNOME/gnome-shell/uploads/4a083c80c81eeb0dd1be64e0e24b5c17/nvidia-background-workaround.patch)
+ "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
sha256sums=('SKIP'
- 'SKIP'
- '505c90290e5a867692f55d3209a22755bcffb997e7cac59e49b1a78c976d5af9')
+ 'SKIP')
pkgver() {
cd $pkgname
@@ -67,8 +65,6 @@ prepare() {
# 3. Fix: Regression/bug fix only available in master (not backported).
# 4. Cleanup: Code styling improvement, function deprecation, rearrangement...
- # https://gitlab.gnome.org/GNOME/gnome-shell/issues/1084
- #patch -Np1 -i ../nvidia-background-workaround.patch
# Title: Fixes and performance improvements to the extension system