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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Oct 17 23:53:51 UTC 2018


    Date: Wednesday, October 17, 2018 @ 23:53:50
  Author: svenstaro
Revision: 395781

archrelease: copy trunk to community-staging-x86_64

Added:
  imv/repos/community-staging-x86_64/
  imv/repos/community-staging-x86_64/PKGBUILD
    (from rev 395780, imv/trunk/PKGBUILD)

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

Copied: imv/repos/community-staging-x86_64/PKGBUILD (from rev 395780, imv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-10-17 23:53:50 UTC (rev 395781)
@@ -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=3
+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