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

Alexander Rødseth arodseth at gemini.archlinux.org
Sat Aug 7 12:53:34 UTC 2021


    Date: Saturday, August 7, 2021 @ 12:53:34
  Author: arodseth
Revision: 994655

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-07 12:53:27 UTC (rev 994654)
+++ PKGBUILD	2021-08-07 12:53:34 UTC (rev 994655)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Harry Jeffery <harry at exec64.co.uk>
-
-pkgname=imv
-pkgver=4.2.0
-pkgrel=3
-pkgdesc='Image viewer for Wayland and X11'
-url='https://github.com/eXeC64/imv'
-arch=(x86_64)
-license=(GPL)
-depends=(freeimage glu libheif libinih libnsgif librsvg libxkbcommon libxkbcommon-x11 pango)
-makedepends=(asciidoc cmocka git meson)
-conflicts=(renameutils)
-source=("git+$url#tag=v${pkgver/_/-}")
-sha1sums=('SKIP')
-
-build() {
-  arch-meson build $pkgname
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: github.com/eXeC64/imv/releases

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 994654, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-07 12:53:34 UTC (rev 994655)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Harry Jeffery <harry at exec64.co.uk>
+
+pkgname=imv
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='Image viewer for Wayland and X11'
+url='https://github.com/eXeC64/imv'
+arch=(x86_64)
+license=(GPL)
+depends=(freeimage glu libheif libinih libnsgif librsvg libxkbcommon libxkbcommon-x11 pango)
+makedepends=(asciidoc cmocka git meson)
+conflicts=(renameutils)
+source=("git+$url#commit=6fffe1445874b20c85398c4586753176585bbec4") # tag: v4.3.0
+b2sums=('SKIP')
+
+build() {
+  arch-meson build $pkgname
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list