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

Levente Polyak anthraxx at archlinux.org
Wed Dec 13 20:20:59 UTC 2017


    Date: Wednesday, December 13, 2017 @ 20:20:54
  Author: anthraxx
Revision: 274290

archrelease: copy trunk to community-x86_64

Added:
  vimiv/repos/community-x86_64/PKGBUILD
    (from rev 274289, vimiv/trunk/PKGBUILD)
Deleted:
  vimiv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-13 20:20:28 UTC (rev 274289)
+++ PKGBUILD	2017-12-13 20:20:54 UTC (rev 274290)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Christian Karl <christian dot karl at protonmail dot com>
-
-pkgname=vimiv
-pkgver=0.9
-pkgrel=1
-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=('8437bec3f9ea5ffc0afeb14a2274a57b9ad6ff729d0788f944ca44a7d9081e57')
-sha512sums=('c6e94e739659ee09efed8bfdd0f9d321f16304df23b86399da21a000554d4225ed0c163324bebb3129dc5d9c734b66cb275f7b2c380fec545bc62cc457b82aad')
-
-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:

Copied: vimiv/repos/community-x86_64/PKGBUILD (from rev 274289, vimiv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-13 20:20:54 UTC (rev 274290)
@@ -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=1
+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