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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 23 13:08:59 UTC 2019


    Date: Friday, August 23, 2019 @ 13:08:59
  Author: arodseth
Revision: 501305

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 13:08:54 UTC (rev 501304)
+++ PKGBUILD	2019-08-23 13:08:59 UTC (rev 501305)
@@ -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.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:

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 501304, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-23 13:08:59 UTC (rev 501305)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Harry Jeffery <harry at exec64.co.uk>
+
+pkgname=imv
+pkgver=4.0.0_rc1
+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 libxkbcommon pango sdl2_ttf)
+makedepends=(asciidoc cmocka git libxkbcommon-x11)
+conflicts=(renameutils)
+source=("git+$url#tag=v${pkgver/_/-}")
+sha1sums=('SKIP')
+
+build() {
+  make -C "$pkgname" BUILDDIR=build
+}
+
+package() {
+  make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/eXeC64/imv/releases
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list