update quickshell

This commit is contained in:
end-4
2026-03-19 16:46:30 +01:00
parent 1225c014e8
commit 17a99ec068
@@ -1,4 +1,4 @@
_commit='6e17efab83d3a5ad5d6e59bc08d26095c6660502' _commit='7511545ee20664e3b8b8d3322c0ffe7567c56f7a'
# Useful links: # Useful links:
# https://git.outfoxxed.me/quickshell/quickshell/commits/branch/master # https://git.outfoxxed.me/quickshell/quickshell/commits/branch/master
# https://aur.archlinux.org/packages/quickshell-git # https://aur.archlinux.org/packages/quickshell-git
@@ -16,16 +16,16 @@ url='https://git.outfoxxed.me/quickshell/quickshell'
options=(!strip) options=(!strip)
license=('LGPL-3.0-only') license=('LGPL-3.0-only')
depends=( depends=(
'cpptrace'
'jemalloc'
'mesa'
'qt6-declarative' 'qt6-declarative'
'qt6-base' 'qt6-base'
'jemalloc'
'qt6-svg' 'qt6-svg'
'libdrm'
'libpipewire' 'libpipewire'
'libxcb' 'libxcb'
'wayland' 'wayland'
'libdrm'
'mesa'
'google-breakpad'
# NOTE: Below are custom dependencies of illogical-impulse # NOTE: Below are custom dependencies of illogical-impulse
qt6-5compat qt6-5compat
qt6-avif-image-plugin qt6-avif-image-plugin
@@ -44,14 +44,15 @@ depends=(
syntax-highlighting syntax-highlighting
) )
makedepends=( makedepends=(
'spirv-tools'
'qt6-shadertools'
'wayland'
'wayland-protocols'
'cli11' 'cli11'
'ninja'
'cmake' 'cmake'
'git' 'git'
'ninja'
'qt6-shadertools'
'spirv-tools'
'vulkan-headers'
'wayland'
'wayland-protocols'
) )
provides=("$_pkgname") provides=("$_pkgname")
conflicts=("$_pkgname") conflicts=("$_pkgname")