[arch-commits] Commit in (6 files)

Alexander Rødseth arodseth at archlinux.org
Tue Apr 4 17:03:41 UTC 2017


    Date: Tuesday, April 4, 2017 @ 17:03:40
  Author: arodseth
Revision: 220485

Move imv from AUR

Added:
  imv/
  imv/repos/
  imv/repos/community-i686/
  imv/repos/community-x86_64/
  imv/trunk/
  imv/trunk/PKGBUILD

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

Added: imv/trunk/PKGBUILD
===================================================================
--- imv/trunk/PKGBUILD	                        (rev 0)
+++ imv/trunk/PKGBUILD	2017-04-04 17:03:40 UTC (rev 220485)
@@ -0,0 +1,26 @@
+# 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:



More information about the arch-commits mailing list