summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorssfdust2024-01-22 21:04:39 +0800
committerssfdust2024-01-22 21:06:25 +0800
commit0e13092dac14a0e50f05f0b70821c35a7113ca19 (patch)
tree629939bffdd76a8b1e347a90185111425c1280ad /PKGBUILD
parent36b3269b7d6b1a6378a7e53d963ecd1113708296 (diff)
downloadaur-0e13092dac14a0e50f05f0b70821c35a7113ca19.tar.gz
Better workaround for egl freeze
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7f008a40b3b..7d49fc4e8751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: ssfdust <ssfdust@gmail.com>
pkgname=cairo-dock-core-wayland-git
-pkgver=3.4.99.alpha1.20240114.cf35d658
+pkgver=3.4.99.alpha1.20240121.10601241
pkgrel=1
pkgdesc='Light eye-candy fully themable animated dock with wayland support'
arch=('i686' 'x86_64')
@@ -19,10 +19,13 @@ optdepends=(
provides=("${pkgname%-git}" "cairo-dock")
conflicts=("${pkgname%-git}" "cairo-dock")
options=(debug)
-source=("${pkgname}::git+https://github.com/dkondor/cairo-dock-core.git#branch=wayland_new" "01-fix-egl-popup-freeze.patch")
+source=(
+ "${pkgname}::git+https://github.com/dkondor/cairo-dock-core.git#branch=wayland_new"
+ "0001-egl-set-a-zero-swap-interval-on-Wayland.patch"
+)
sha256sums=(
'SKIP'
- 'dbe476513329cc08552a47dc15f80ef102dbc103b3bf6a01f5eb1f2b057b8b51'
+ '1af64c4dea950b6b8a696c767b924f585c3a085e35ee775723dee95d4b4cf208'
)
_builddir="build"