summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 787e7dc472bf..f4a7f5f2b1cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = smart-wallpaper-git
depends = bash
depends = redshift
depends = feh
+ optdepends = gifsicle: support for animated backgrounds (.gif)
provides = smart-wallpaper
source = git://github.com/Baitinq/smart-wallpaper.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3b3368939b4a..c3fe3a8f9ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='https://github.com/Baitinq/smart-wallpaper.git'
arch=('any')
license=('GPL')
depends=('bash' 'redshift' 'feh')
+optdepends=('gifsicle: support for animated backgrounds (.gif)')
makedepends=('git')
provides=('smart-wallpaper')