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

Levente Polyak anthraxx at archlinux.org
Tue Nov 14 19:28:15 UTC 2017


    Date: Tuesday, November 14, 2017 @ 19:28:14
  Author: anthraxx
Revision: 266799

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-14 19:28:05 UTC (rev 266798)
+++ PKGBUILD	2017-11-14 19:28:14 UTC (rev 266799)
@@ -1,27 +0,0 @@
-# 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:

Copied: vimiv/repos/community-x86_64/PKGBUILD (from rev 266798, vimiv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-14 19:28:14 UTC (rev 266799)
@@ -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
+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:



More information about the arch-commits mailing list