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

Alexander Rødseth arodseth at archlinux.org
Sat May 12 12:06:27 UTC 2018


    Date: Saturday, May 12, 2018 @ 12:06:26
  Author: arodseth
Revision: 321039

archrelease: copy trunk to community-x86_64

Added:
  imv/repos/community-x86_64/PKGBUILD
    (from rev 321038, imv/trunk/PKGBUILD)
Deleted:
  imv/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-12 12:06:14 UTC (rev 321038)
+++ PKGBUILD	2018-05-12 12:06:26 UTC (rev 321039)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Harry Jeffery <harry|@|exec64|.|co|.|uk>
-
-pkgname=imv
-pkgver=2.1.3
-pkgrel=1
-pkgdesc='Image viewer for Wayland and X11'
-url="https://github.com/eXeC64/imv"
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('freeimage' 'sdl2_ttf' 'fontconfig')
-makedepends=('git')
-optdepends=('cmocka: for running unit tests')
-conflicts=('renameutils')
-source=("git+https://github.com/eXeC64/imv.git#commit=cee36733")
-sha1sums=('SKIP')
-
-build() {
-  make -C "$pkgname" BUILDDIR=build
-}
-
-package() {
-  make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 321038, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-12 12:06:26 UTC (rev 321039)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Harry Jeffery <harry at exec64.co.uk>
+
+pkgname=imv
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Image viewer for Wayland and X11'
+url='https://github.com/eXeC64/imv'
+arch=('x86_64')
+license=('GPL')
+depends=('fontconfig' 'freeimage' 'sdl2_ttf')
+makedepends=('asciidoc' 'cmocka' 'git')
+conflicts=('renameutils')
+source=("git+https://github.com/eXeC64/imv.git#tag=v$pkgver")
+sha1sums=('SKIP')
+
+build() {
+  make -C "$pkgname" BUILDDIR=build
+}
+
+package() {
+  make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list