summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Palenzuela2019-06-29 19:13:10 +0200
committerManuel Palenzuela2019-06-29 19:13:10 +0200
commit0ba14add22c41b842d021283661a37ad6ba51e92 (patch)
treec4b5c89416a51821d4572fd4d65e7e9c2b03b7cb
parent095725009d6baa1f9f6a5c97abae5bd3e83f2f71 (diff)
downloadaur-0ba14add22c41b842d021283661a37ad6ba51e92.tar.gz
Added gifsicle optdepend
-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')