Compare commits

...
2 Commits
Author SHA1 Message Date
Zacharias-Brohn 9e2f530a73 add canvaspainter dep 2026-06-18 14:01:08 +02:00
Zacharias-Brohn efcf006a5f update blobs 2026-05-19 03:50:05 +02:00
+2 -2
View File
@@ -6,9 +6,9 @@ arch=('any')
url='https://git.zach-dev.cc/zach/z-bar-qt'
license=('GPL-3.0-only')
depends=('python' 'python-pillow' 'python-materialyoucolor' 'libnotify' 'swappy' 'dart-sass'
'app2unit' 'wl-clipboard' 'dconf' 'cliphist' 'python-typer')
'app2unit' 'wl-clipboard' 'dconf' 'cliphist' 'python-typer' 'qt6-canvaspainter')
makedepends=('python-build' 'python-installer' 'python-hatch' 'python-hatch-vcs' 'cargo' 'rust' 'cmake' 'ninja')
source=("$pkgname::git+$url.git#branch=main")
source=("$pkgname::git+$url.git#branch=feat/updated-components")
sha256sums=('SKIP')
build() {