Move Qt deps into Quickshell PKGBUILD

This commit is contained in:
clsty
2025-11-05 10:24:21 +08:00
parent e24630b9be
commit 5f4f8980f0
2 changed files with 18 additions and 19 deletions
@@ -9,7 +9,7 @@ conflicts=("quickshell-git")
_pkgname=quickshell _pkgname=quickshell
pkgname="$_prefix-$_pkgname-git" pkgname="$_prefix-$_pkgname-git"
pkgver=0.1.0.r1 pkgver=0.1.0.r1
pkgrel=3 pkgrel=4
pkgdesc="$_pkgname-git which version pinned for $_prefix" pkgdesc="$_pkgname-git which version pinned for $_prefix"
arch=(x86_64 aarch64) arch=(x86_64 aarch64)
url='https://git.outfoxxed.me/quickshell/quickshell' url='https://git.outfoxxed.me/quickshell/quickshell'
@@ -26,6 +26,21 @@ depends=(
'libdrm' 'libdrm'
'mesa' 'mesa'
'google-breakpad' 'google-breakpad'
# NOTE: Below are custom dependencies of illogical-impulse
qt6-5compat
qt6-avif-image-plugin
qt6-imageformats
qt6-multimedia
qt6-positioning
qt6-quicktimeline
qt6-sensors
qt6-svg
qt6-tools
qt6-translations
qt6-virtualkeyboard
qt6-wayland
kdialog
syntax-highlighting
) )
makedepends=( makedepends=(
'spirv-tools' 'spirv-tools'
@@ -1,27 +1,11 @@
pkgname=illogical-impulse-toolkit pkgname=illogical-impulse-toolkit
pkgver=1.0 pkgver=1.0
pkgrel=1 pkgrel=2
pkgdesc='Illogical Impulse GTK/Qt Dependencies' pkgdesc='Illogical Impulse Toolkit Dependencies'
arch=(any) arch=(any)
license=(None) license=(None)
depends=( depends=(
kdialog
syntax-highlighting
upower upower
wtype wtype
ydotool ydotool
qt6-5compat
qt6-avif-image-plugin
qt6-base
qt6-declarative
qt6-imageformats
qt6-multimedia
qt6-positioning
qt6-quicktimeline
qt6-sensors
qt6-svg
qt6-tools
qt6-translations
qt6-virtualkeyboard
qt6-wayland
) )