[arch-commits] Commit in ranger/trunk (PKGBUILD)

Jakob Gruber schuay at archlinux.org
Mon Apr 10 16:47:56 UTC 2017


    Date: Monday, April 10, 2017 @ 16:47:55
  Author: schuay
Revision: 221835

sort ranger optdepends and add ffmpegthumbnailer

Modified:
  ranger/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-10 16:40:45 UTC (rev 221834)
+++ PKGBUILD	2017-04-10 16:47:55 UTC (rev 221835)
@@ -10,18 +10,19 @@
 license=('GPL')
 depends=('python')
 optdepends=(
-    'python-chardet: in case of encoding detection problems'
-    'sudo: to use the "run as root"-feature'
+    'atool: for previews of archives'
+    'elinks: for previews of html pages'
+    'ffmpegthumbnailer: for video previews'
+    'highlight: for syntax highlighting of code'
     'libcaca: for ASCII-art image previews'
-    'highlight: for syntax highlighting of code'
-    'atool: for previews of archives'
-    'w3m: for previews of images and html pages'
     'lynx: for previews of html pages'
-    'elinks: for previews of html pages'
+    'mediainfo: for viewing information about media files'
+    'perl-image-exiftool: for viewing information about media files'
     'poppler: for pdf previews'
+    'python-chardet: in case of encoding detection problems'
+    'sudo: to use the "run as root"-feature'
     'transmission-cli: for viewing bittorrent information'
-    'mediainfo: for viewing information about media files'
-    'perl-image-exiftool: for viewing information about media files')
+    'w3m: for previews of images and html pages')
 conflicts=('ranger-git')
 source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz"
         "http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz.sig")



More information about the arch-commits mailing list