Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zathura*: fix distfiles 404
@ 2022-03-16 23:29 paper42
  2022-03-17  0:13 ` lemmi
  2022-03-17  0:13 ` [PR PATCH] [Merged]: " lemmi
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2022-03-16 23:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages zathura-fix-distfiles
https://github.com/void-linux/void-packages/pull/36181

zathura*: fix distfiles 404
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

@lemmi

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zathura-fix-distfiles-36181.patch --]
[-- Type: text/x-diff, Size: 6761 bytes --]

From 01ee4e165ed6fbd5cddbda168ac97c18757b85fb Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 17 Mar 2022 00:25:52 +0100
Subject: [PATCH 1/6] zathura: fix distfiles 404

---
 srcpkgs/zathura/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template
index 3f456aa370ff..c93fbc062cee 100644
--- a/srcpkgs/zathura/template
+++ b/srcpkgs/zathura/template
@@ -12,9 +12,9 @@ checkdepends="gettext-devel check-devel"
 short_desc="Highly customizable and functional document viewer"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="Zlib"
-homepage="https://pwmt.org/projects/zathura"
-distfiles="${homepage}/download/zathura-${version}.tar.xz"
-checksum=fc30c42cd660d993bce8758e22e4ba8078761d51f1e29494e7a0d37a8a3e5e57
+homepage="https://git.pwmt.org/pwmt/zathura/"
+distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=82235cbc89899421fca98477265626f2149df7d072740f0360550cc8d4e449d6
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=enabled"

From d142e8b1fcf43d70dbf613fc25b1ce1049ace8b0 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 17 Mar 2022 00:25:54 +0100
Subject: [PATCH 2/6] zathura-ps: fix distfiles 404

---
 srcpkgs/zathura-ps/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zathura-ps/template b/srcpkgs/zathura-ps/template
index 2ca4483f9147..e17da900762c 100644
--- a/srcpkgs/zathura-ps/template
+++ b/srcpkgs/zathura-ps/template
@@ -9,9 +9,9 @@ depends="zathura ghostscript"
 short_desc="PostScript support for zathura"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="Zlib"
-homepage="http://pwmt.org/projects/zathura-ps/"
-distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
-checksum=5897f9204cf5f978b9413be7ce7febde843157af48e351938edf07dbf9308e46
+homepage="https://git.pwmt.org/pwmt/zathura-ps/"
+distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=e7092c831e345002edc87321911faa27c5dc3210dd6e3939dfbc49192a54d35e
 
 post_install() {
 	vlicense LICENSE

From f00a67734b7e7d7f7ed08dda79fdbda47a929e72 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 17 Mar 2022 00:25:57 +0100
Subject: [PATCH 3/6] zathura-djvu: fix distfiles 404

---
 srcpkgs/zathura-djvu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zathura-djvu/template b/srcpkgs/zathura-djvu/template
index 80ce14959c2a..733475923712 100644
--- a/srcpkgs/zathura-djvu/template
+++ b/srcpkgs/zathura-djvu/template
@@ -9,9 +9,9 @@ depends="zathura"
 short_desc="DjVu support for zathura"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="Zlib"
-homepage="http://pwmt.org/projects/zathura-djvu/"
-distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
-checksum=96e6f8a6ee53231073b2f7003264872f84501e63c3da7bf0598d046286b0c200
+homepage="https://git.pwmt.org/pwmt/zathura-djvu/"
+distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=84fae6da42e7cdc2e49ed4cd4f0315ac09716e95358b9c7487803a2cff47dbca
 
 post_install() {
 	vlicense LICENSE

From 588853c36bfd7f449c20bbf6210a0090aef546fb Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 17 Mar 2022 00:26:05 +0100
Subject: [PATCH 4/6] zathura-cb: fix distfiles 404

---
 srcpkgs/zathura-cb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zathura-cb/template b/srcpkgs/zathura-cb/template
index 80d700895c54..4cfed7b4d6f0 100644
--- a/srcpkgs/zathura-cb/template
+++ b/srcpkgs/zathura-cb/template
@@ -9,9 +9,9 @@ depends="zathura"
 short_desc="Comic book support for zathura"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="Zlib"
-homepage="http://pwmt.org/projects/zathura-cb/"
-distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
-checksum=3ad7619449987fd2e0203644f7487e073000b022a8b80bdd1df52147424b40d6
+homepage="https://git.pwmt.org/pwmt/zathura-cb/"
+distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=30d2cea3b1eb65e7386eb66ec305e455b2bed272c35530faaec541b47217fdcd
 
 post_install() {
 	vlicense LICENSE

From b3567206fef2c75ecd0a80da2f0c0a6e8630393b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 17 Mar 2022 00:26:15 +0100
Subject: [PATCH 5/6] zathura-pdf-mupdf: fix distfiles 404

---
 srcpkgs/zathura-pdf-mupdf/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zathura-pdf-mupdf/template b/srcpkgs/zathura-pdf-mupdf/template
index e2afbf966505..9f973214cf83 100644
--- a/srcpkgs/zathura-pdf-mupdf/template
+++ b/srcpkgs/zathura-pdf-mupdf/template
@@ -12,9 +12,9 @@ depends="zathura"
 short_desc="PDF support for zathura (using mupdf)"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="Zlib"
-homepage="http://pwmt.org/projects/zathura-pdf-mupdf/"
-distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
-checksum=2f00aa682d4d4a6324c9777bf158e51584c77729ec393f3e10343bec936ea21d
+homepage="https://git.pwmt.org/pwmt/zathura-pdf-mupdf/"
+distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=3f2d341dfe3bdbfb7a51a33aee81f3763a684d0ea503dd20c726311125d7c08a
 conflicts="zathura-pdf-poppler>=0"
 
 post_install() {

From d3804bfe9402bd962d0abc1048fb59e3bbdfa071 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 17 Mar 2022 00:26:18 +0100
Subject: [PATCH 6/6] zathura-pdf-poppler: fix distfiles 404

---
 srcpkgs/zathura-pdf-poppler/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zathura-pdf-poppler/template b/srcpkgs/zathura-pdf-poppler/template
index 9c174c61fab0..d638f659a507 100644
--- a/srcpkgs/zathura-pdf-poppler/template
+++ b/srcpkgs/zathura-pdf-poppler/template
@@ -9,9 +9,9 @@ depends="zathura"
 short_desc="PDF support for zathura (using poppler)"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="Zlib"
-homepage="http://pwmt.org/projects/zathura-pdf-poppler/"
-distfiles="https://pwmt.org/projects/zathura-pdf-poppler/download/zathura-pdf-poppler-${version}.tar.xz"
-checksum=d5cc3a7dae49471b85b503bbb9049c6f8d10903f4a611d721a2e0fefe726d4ed
+homepage="https://git.pwmt.org/pwmt/zathura-pdf-poppler/"
+distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=2034f70a936d458ddc9276f769e77ff308ba3bb1b7a7cdc87bab8b9ef7ade84a
 
 conflicts="zathura-pdf-mupdf>=0"
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: zathura*: fix distfiles 404
  2022-03-16 23:29 [PR PATCH] zathura*: fix distfiles 404 paper42
@ 2022-03-17  0:13 ` lemmi
  2022-03-17  0:13 ` [PR PATCH] [Merged]: " lemmi
  1 sibling, 0 replies; 3+ messages in thread
From: lemmi @ 2022-03-17  0:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36181#issuecomment-1069765250

Comment:
lgtm

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: zathura*: fix distfiles 404
  2022-03-16 23:29 [PR PATCH] zathura*: fix distfiles 404 paper42
  2022-03-17  0:13 ` lemmi
@ 2022-03-17  0:13 ` lemmi
  1 sibling, 0 replies; 3+ messages in thread
From: lemmi @ 2022-03-17  0:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

There's a merged pull request on the void-packages repository

zathura*: fix distfiles 404
https://github.com/void-linux/void-packages/pull/36181

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

@lemmi

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-17  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 23:29 [PR PATCH] zathura*: fix distfiles 404 paper42
2022-03-17  0:13 ` lemmi
2022-03-17  0:13 ` [PR PATCH] [Merged]: " lemmi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).