summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmber2022-07-23 18:07:39 -0500
committerAmber2022-07-23 18:07:39 -0500
commitd4ff42e31fc2e0bacf6d99067c3bda72747e6064 (patch)
treec461d5fb434690b497a1505489606767ca2d35e3
parent069485499b20a8e02d6152ace3308a41619ef4f7 (diff)
downloadaur-d4ff42e31fc2e0bacf6d99067c3bda72747e6064.tar.gz
added optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d423c466c8c5..7f7ddb7fc19f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = show-git
pkgdesc = Realtime GLSL shader wallpapers
pkgver = r86.f966da3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/danielfvm/Show
arch = any
license = GPL
@@ -18,6 +18,8 @@ pkgbase = show-git
depends = python-opencv
depends = python-scipy
depends = python-glfw
+ depends = glfw
+ optdepends = glfw-wayland: wayland support
source = git+https://github.com/danielfvm/Show.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index abfaadba183c..8f7143c0ba71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=show-git
_pkgname=Show
pkgver=r86.f966da3
-pkgrel=1
+pkgrel=2
arch=(any)
pkgdesc="Realtime GLSL shader wallpapers"
url="https://github.com/danielfvm/Show"
license=("GPL")
# Show needs xrandr to build, but I don't know if its required for wayland systems.
-depends=(python-xcffib python-cairocffi python-opengl python-screeninfo python-mouse python-opencv python-scipy python-glfw)
+depends=(python-xcffib python-cairocffi python-opengl python-screeninfo python-mouse python-opencv python-scipy python-glfw glfw)
+optdepends=("glfw-wayland: wayland support")
makedepends=(git python-build python-installer python-wheel python-setuptools)
source=('git+https://github.com/danielfvm/Show.git')
sha256sums=('SKIP')