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

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


    Date: Tuesday, April 4, 2017 @ 17:09:03
  Author: arodseth
Revision: 220489

archrelease: copy trunk to community-x86_64, community-i686

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

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

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 220488, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-04 17:09:03 UTC (rev 220489)
@@ -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