forked from Shinonome/dots-hyprland
Move Qt deps into Quickshell PKGBUILD
This commit is contained in:
@@ -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
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user