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

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 23 15:40:17 UTC 2018


    Date: Monday, July 23, 2018 @ 15:40:15
  Author: foutrelis
Revision: 363050

archrelease: copy trunk to community-staging-x86_64

Added:
  vimiv/repos/community-staging-x86_64/
  vimiv/repos/community-staging-x86_64/PKGBUILD
    (from rev 363048, vimiv/trunk/PKGBUILD)

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

Copied: vimiv/repos/community-staging-x86_64/PKGBUILD (from rev 363048, vimiv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-07-23 15:40:15 UTC (rev 363050)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Christian Karl <christian dot karl at protonmail dot com>
+
+pkgname=vimiv
+pkgver=0.9.1
+pkgrel=2
+pkgdesc='Image viewer with vim-like keybindings'
+url='https://github.com/karlch/vimiv'
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'python-gobject' 'gtk3' 'python-pillow' 'glibc')
+makedepends=('python-setuptools' 'libgexiv2')
+optdepends=('libgexiv2: 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=('7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087')
+sha512sums=('b500e5b54450238b6471c1ea0c0831dc6b16238a99b9fcb531bc93bd0aa0b92fa192cbf2dd29f1679856f840dd6f6e4d27971403c85b71b6f333c525b77d9e69')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+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