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

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Mar 14 10:52:43 UTC 2022


    Date: Monday, March 14, 2022 @ 10:52:43
  Author: arodseth
Revision: 1152364

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-14 10:52:38 UTC (rev 1152363)
+++ PKGBUILD	2022-03-14 10:52:43 UTC (rev 1152364)
@@ -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.1
-pkgrel=2
-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
-}

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 1152363, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-14 10:52:43 UTC (rev 1152364)
@@ -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=3
+pkgdesc='Image viewer for Wayland and X11'
+url='https://sr.ht/~exec64/imv/'
+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