summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Giese2020-10-12 14:18:38 -0500
committerMattias Giese2020-10-12 14:18:38 -0500
commitc9ddc0a7d9cafdbfa281c5d70648db4f8a5ac26d (patch)
treec7f4891873f151500b09aed51fcfdadf002e2901
parent936cba39db39080133a78af2bc5fa627f346e8f8 (diff)
downloadaur-c9ddc0a7d9cafdbfa281c5d70648db4f8a5ac26d.tar.gz
Add gdk-pixbuf2 as a strict make dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a72d50213801..005809d03d5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,9 +10,9 @@ pkgbase = swaybg-git
makedepends = git
makedepends = scdoc
makedepends = wayland-protocols
+ makedepends = gdk-pixbuf2
depends = wayland
depends = cairo
- optdepends = gdk-pixbuf2: For background images other than PNG
provides = swaybg
conflicts = swaybg
source = swaybg::git+https://github.com/swaywm/swaybg.git#branch=master
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")