[arch-commits] Commit in ranger/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Tue Apr 14 13:02:16 UTC 2015


    Date: Tuesday, April 14, 2015 @ 15:02:16
  Author: kkeen
Revision: 131345

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
    (from rev 131344, ranger/trunk/PKGBUILD)
Deleted:
  ranger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-14 13:02:03 UTC (rev 131344)
+++ PKGBUILD	2015-04-14 13:02:16 UTC (rev 131345)
@@ -1,23 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Previous maintainer: Roman Zimbelmann <romanz at lavabit.com>
-
-pkgname=ranger
-pkgver=1.6.1
-pkgrel=2
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='http://ranger.nongnu.org'
-license=('GPL')
-depends=('python')
-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=('1062aa8b4f1e8d8eb5a03bc95a9a7ab6')

Copied: ranger/repos/community-any/PKGBUILD (from rev 131344, ranger/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-14 13:02:16 UTC (rev 131345)
@@ -0,0 +1,36 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Previous maintainer: Roman Zimbelmann <romanz at lavabit.com>
+
+pkgname=ranger
+pkgver=1.7.0
+pkgrel=1
+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=('e1d56e8afdff2e584df18e36e6908fee')



More information about the arch-commits mailing list