summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErikas2016-04-16 11:08:27 +0300
committerErikas2016-04-16 11:08:27 +0300
commit434ae752c2f704cdc18af304c57e627d4905a8a1 (patch)
tree9808a6d7c63a9e0e2dcbe52d1d9ea5f00982a31c
parent5db4fdb9fad01a7edcd7ef12f7717748999556f2 (diff)
downloadaur-434ae752c2f704cdc18af304c57e627d4905a8a1.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64c5660b7cf6..2ef209a323a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,10 +7,11 @@ pkgbase = thunar-thumbnailers
license = CCPL:cc-by-nc-sa
makedepends = git
makedepends = xfce4-dev-tools
+ depends = imagemagick
optdepends = tetex: LaTeX files support
optdepends = raw-thumbnailer: Raw Digital Camera Images support
optdepends = grace: Grace files support
- optdepends = ffmpegthumbnailer: Video files support
+ optdepends = ffmpegthumbnailer: Thumbnails for video files support
source = git://git.xfce.org/apps/thunar-thumbnailers
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f1d570483f0d..4fa673324f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,13 @@ arch=('any')
pkgdesc="Display various file previews (thumbnails) in Thunar file manager."
url="http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers"
license=('CCPL:cc-by-nc-sa')
+depends=('imagemagick')
makedepends=('git' 'xfce4-dev-tools')
optdepends=(
'tetex: LaTeX files support'
'raw-thumbnailer: Raw Digital Camera Images support'
'grace: Grace files support'
- 'ffmpegthumbnailer: Video files support'
+ 'ffmpegthumbnailer: Thumbnails for video files support'
)
source=('git://git.xfce.org/apps/thunar-thumbnailers')
md5sums=('SKIP')