blob: 8b364937123523462e34aad0edee45a9b659707d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = clockwork-orange-git
pkgdesc = Advanced wallpaper manager and downloader with plugin support for KDE Plasma 6
pkgver = 2.9.3
pkgrel = 1
url = https://github.com/ushineko/clockwork-orange
install = clockwork-orange.install
arch = any
license = MIT
makedepends = git
depends = python
depends = python-requests
depends = python-yaml
depends = python-pillow
depends = python-watchdog
depends = python-pyqt6
depends = qt6-tools
depends = kconfig
depends = python-psutil
optdepends = python-pytorch: Required for Stable Diffusion AI wallpaper generation
optdepends = python-pytorch-cuda: CUDA acceleration for Stable Diffusion (NVIDIA GPUs)
optdepends = python-diffusers: Required for Stable Diffusion AI wallpaper generation
optdepends = python-transformers: Required for Stable Diffusion AI wallpaper generation
optdepends = python-accelerate: Optimized inference for Stable Diffusion
provides = clockwork-orange
conflicts = clockwork-orange
source = clockwork-orange::git+https://github.com/ushineko/clockwork-orange.git
sha256sums = SKIP
pkgname = clockwork-orange-git
|