~alpine/aports

community/imv: update to new upstream repository v1 REJECTED

Pranjal Kole: 1
 community/imv: update to new upstream repository

 1 files changed, 3 insertions(+), 3 deletions(-)
Pranjal Kole <pranjal.kole7@gmail.com> replied via email:

```
Sorry for the delay. I'm sending a patch v2. The mailing-list bot will
create a new merge request, so this one can be closed.

```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28300#note_197617
Sorry for the delay. I'm sending a patch v2. The mailing-list bot will
create a new merge request, so this one can be closed.
closing this, thanks.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28300#note_197618
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3793/mbox | git am -3
Learn more about email & git

[PATCH] community/imv: update to new upstream repository Export this patch

imv's upstream repository has moved from https://github.com/eXeC64/imv
to https://sr.ht/~exec64/imv.
---
 community/imv/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/imv/APKBUILD b/community/imv/APKBUILD
index c8bd74d4a8..bfd5f3377e 100644
--- a/community/imv/APKBUILD
+++ b/community/imv/APKBUILD
@@ -3,7 +3,7 @@ pkgname=imv
pkgver=4.3.0
pkgrel=2
pkgdesc="Image viewer for X11/Wayland"
url="https://github.com/eXeC64/imv"
url="https://sr.ht/~exec64/imv"
# s390x, mips64 and riscv64 blocked by librsvg
arch="all !s390x !mips64 !riscv64"
license="MIT"
@@ -27,7 +27,7 @@ checkdepends="
	"
subpackages="$pkgname-doc"
# TODO: drop patch after next release
source="$pkgname-$pkgver.tar.gz::https://github.com/eXeC64/imv/archive/v$pkgver.tar.gz
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~exec64/imv/archive/v$pkgver.tar.gz
	fix-imv-folder.patch
	"

@@ -56,6 +56,6 @@ package() {
}

sha512sums="
1735c03c48888004b11b3aaf0215a9530c035468a8efdb210d856551ebb75030c906eee2b6ab80e5d3646206e6051a73a8c5e15c010dd09bca7f9e90f9b0e34b  imv-4.3.0.tar.gz
21d69abc9d0b9ed6ae69b3158fdee159a51f4bd90dfc4789a96036dd797ff720785763c5f037f5689eb40a7d4694c02416c5120503b665e7b2c1ee9a4cc430c0  imv-4.3.0.tar.gz
edab6db31201278db463205338ac6114ab593a36a7afd2db73f6b7e0660fa327444dba2b73ed0b77b2ba196e79b628545ad2c1ad29c253ce7fac43c7ea3bfc9d  fix-imv-folder.patch
"
-- 
2.34.1
Build fails with:

```
> >> imv: Unpacking /var/cache/distfiles/imv-4.3.0.tar.gz...
> >> ERROR: imv: Is $builddir set correctly?
> >> ERROR: imv: prepare failed
```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28300#note_197545