summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattias Giese2020-10-12 14:18:38 -0500
committerMattias Giese2020-10-12 14:18:38 -0500
commitc9ddc0a7d9cafdbfa281c5d70648db4f8a5ac26d (patch)
treec7f4891873f151500b09aed51fcfdadf002e2901 /PKGBUILD
parent936cba39db39080133a78af2bc5fa627f346e8f8 (diff)
downloadaur-c9ddc0a7d9cafdbfa281c5d70648db4f8a5ac26d.tar.gz
Add gdk-pixbuf2 as a strict make dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa02d235ea75..04295d950e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,17 @@ pkgver=r95.a8f109a
pkgrel=1
license=("MIT")
pkgdesc="Wallpaper tool for Wayland compositors"
-makedepends=("meson" "git" "scdoc" "wayland-protocols")
+makedepends=(
+ 'meson'
+ 'git'
+ 'scdoc'
+ 'wayland-protocols'
+ 'gdk-pixbuf2'
+)
depends=(
"wayland" "cairo"
)
-optdepends=(
- "gdk-pixbuf2: For background images other than PNG"
-)
+
arch=("i686" "x86_64")
url="https://swaywm.org"
source=("${pkgname%-*}::git+https://github.com/swaywm/swaybg.git#branch=master")