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

Alexander Rødseth arodseth at archlinux.org
Mon Jun 24 17:52:06 UTC 2019


    Date: Monday, June 24, 2019 @ 17:52:05
  Author: arodseth
Revision: 483634

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-24 17:51:55 UTC (rev 483633)
+++ PKGBUILD	2019-06-24 17:52:05 UTC (rev 483634)
@@ -1,25 +0,0 @@
-# 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:

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 483633, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-24 17:52:05 UTC (rev 483634)
@@ -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.1.2
+pkgrel=1
+pkgdesc='Image viewer for Wayland and X11'
+url='https://github.com/eXeC64/imv'
+arch=(x86_64)
+license=(GPL)
+depends=(desktop-file-utils fontconfig freeimage librsvg 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