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

Levente Polyak anthraxx at archlinux.org
Wed Sep 13 16:38:36 UTC 2017


    Date: Wednesday, September 13, 2017 @ 16:38:35
  Author: anthraxx
Revision: 257450

addpkg: vimiv 0.8-2

Added:
  vimiv/
  vimiv/repos/
  vimiv/trunk/
  vimiv/trunk/PKGBUILD

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

Added: vimiv/trunk/PKGBUILD
===================================================================
--- vimiv/trunk/PKGBUILD	                        (rev 0)
+++ vimiv/trunk/PKGBUILD	2017-09-13 16:38:35 UTC (rev 257450)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Christian Karl <christian dot karl at protonmail dot com>
+
+pkgname=vimiv
+pkgver=0.8
+pkgrel=2
+pkgdesc='Image viewer with vim-like keybindings'
+url='https://github.com/karlch/vimiv'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('python3' 'python-gobject' 'gtk3' 'python-pillow')
+makedepends=('python-setuptools')
+# optdepends=('libgexiv2: autorotation and EXIF support')
+optdepends=('jhead: autorotation and EXIF support')
+backup=('etc/vimiv/vimivrc'
+        'etc/vimiv/keys.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/karlch/vimiv/archive/v${pkgver}.tar.gz)
+sha256sums=('7e4b66eefc202db55b45449d1eb48fc18e1e220de9f2dea45a25df1b07b41603')
+sha512sums=('462b3f8805ad7235853d992baceaedbc0d09805767b4fd38e6383a02199afdd72fcd4d652063a9f8ec0f05804ec24a0644ddc99b480022e17f78cd2a481d59ef')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list