[arch-commits] Commit in imv/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Mon Dec 20 14:53:58 UTC 2021
Date: Monday, December 20, 2021 @ 14:53:58
Author: arodseth
Revision: 1080200
archrelease: copy trunk to community-x86_64
Added:
imv/repos/community-x86_64/PKGBUILD
(from rev 1080199, imv/trunk/PKGBUILD)
Deleted:
imv/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 14:53:52 UTC (rev 1080199)
+++ PKGBUILD 2021-12-20 14:53:58 UTC (rev 1080200)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Harry Jeffery <harry at exec64.co.uk>
-
-pkgname=imv
-pkgver=4.3.0
-pkgrel=2
-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
-}
Copied: imv/repos/community-x86_64/PKGBUILD (from rev 1080199, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-20 14:53:58 UTC (rev 1080200)
@@ -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.1
+pkgrel=1
+pkgdesc='Image viewer for Wayland and X11'
+url='https:/lists.sr.ht/imv-announce/'
+arch=(x86_64)
+license=(GPL)
+depends=(freeimage glu libheif libinih libnsgif librsvg libxkbcommon libxkbcommon-x11 pango)
+makedepends=(asciidoc cmocka meson)
+conflicts=(renameutils)
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~exec64/$pkgname/archive/v$pkgver.tar.gz")
+b2sums=('9c818a5a29457313c3d0ed1a8558555b2069aec837939dc1d2b71668ec2fd39867c8ad4fcf8605243ded96e27d346af4307d83c8854538981b62c968e9ec0ede')
+
+build() {
+ arch-meson build $pkgname-v$pkgver
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list