[arch-commits] Commit in ranger/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Sep 19 17:14:37 UTC 2015


    Date: Saturday, September 19, 2015 @ 19:14:37
  Author: foutrelis
Revision: 141034

archrelease: copy trunk to community-staging-any

Added:
  ranger/repos/community-staging-any/
  ranger/repos/community-staging-any/PKGBUILD
    (from rev 141033, ranger/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: ranger/repos/community-staging-any/PKGBUILD (from rev 141033, ranger/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-09-19 17:14:37 UTC (rev 141034)
@@ -0,0 +1,36 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Previous maintainer: Roman Zimbelmann <romanz at lavabit.com>
+
+pkgname=ranger
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='http://ranger.nongnu.org'
+license=('GPL')
+depends=('python')
+optdepends=(
+    'python-chardet: in case of encoding detection problems'
+    'sudo: to use the "run as root"-feature'
+    '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'
+    'poppler: for pdf previews'
+    'transmission-cli: for viewing bittorrent information'
+    'mediainfo: for viewing information about media files'
+    'perl-image-exiftool: for viewing information about media files')
+conflicts=('ranger-git')
+source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz")
+
+package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Replace "python" with the python binary you want ranger to use!
+  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+  python setup.py -q install --root="${pkgdir}" --optimize=1
+}
+
+md5sums=('ec64bc12d3edfd784b1d67023fdf21fc')



More information about the arch-commits mailing list