blob: 1bc6541f99bc57b6fe0d186149c4e9ca11d6e868 (
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 = waypaper-git
pkgdesc = GUI wallpaper setter for Wayland and Xorg window managers. It works as a frontend for popular wallpaper backends like swaybg, swww, wallutils, hyprpaper and feh.
pkgver = 2.2.r0.g86578b8
pkgrel = 1
url = https://github.com/anufrievroman/waypaper
arch = any
license = GPL-3.0-only
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = gtk3
depends = gdk-pixbuf2
depends = python-gobject
depends = python-importlib-metadata
depends = python-platformdirs
depends = python-pillow
optdepends = swaybg: the wayland backend that supports only static images
optdepends = swww: the wayland backend that supports animated GIFs
optdepends = feh: the x11 backend that supports static images
optdepends = wallutils: another x11 backend
optdepends = hyprpaper: the wayland backend with IPC controls
provides = waypaper
conflicts = waypaper
source = waypaper::git+https://github.com/anufrievroman/waypaper.git
sha512sums = SKIP
pkgname = waypaper-git
|