Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update zathura and zathura-pdf-poppler
@ 2022-12-05 18:38 mhmdanas
  2022-12-07  3:53 ` abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mhmdanas @ 2022-12-05 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages zathura-0.5.2
https://github.com/void-linux/void-packages/pull/40921

Update zathura and zathura-pdf-poppler
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

(Please don't mind the PR title, I couldn't find a better one, but I did use the typical message style for the commits)
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->

Am I also supposed to update the other Zathura plugins? I don't really use them, so I didn't update them.


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

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

From ff5e274af6ef8fd256ff1b06336dcfdb4ce3545c Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 5 Dec 2022 18:31:23 +0000
Subject: [PATCH 1/2] zathura: update to 0.5.2.

---
 srcpkgs/zathura/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template
index cffc5b952db0..076558559988 100644
--- a/srcpkgs/zathura/template
+++ b/srcpkgs/zathura/template
@@ -1,6 +1,6 @@
 # Template file for 'zathura'
 pkgname=zathura
-version=0.5.1
+version=0.5.2
 revision=1
 build_style=meson
 configure_args="-Dsynctex=enabled"
@@ -15,7 +15,7 @@ license="Zlib"
 homepage="https://pwmt.org/projects/zathura/"
 changelog="https://pwmt.org/projects/zathura/changelog/${version}/index.html"
 distfiles="https://pwmt.org/projects/zathura/download/zathura-${version}.tar.xz"
-checksum=98a661ce271a9d108a7eb8f73e471fd5e727eeff4b246cdb2c9862f8aeab1bb1
+checksum=c64ba7cb9facf2b1499b9dc929b6736c72c69f8062eed4f2940556c852256194
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=enabled"

From d56615ca4e0bb7874c48eeb3c00acb5ba7f19553 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 5 Dec 2022 18:31:29 +0000
Subject: [PATCH 2/2] zathura-pdf-poppler: update to 0.3.1.

---
 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 66641d8fad2d..292cf08cd96b 100644
--- a/srcpkgs/zathura-pdf-poppler/template
+++ b/srcpkgs/zathura-pdf-poppler/template
@@ -1,7 +1,7 @@
 # Template file for 'zathura-pdf-poppler'
 pkgname=zathura-pdf-poppler
-version=0.3.0
-revision=2
+version=0.3.1
+revision=1
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="poppler-devel poppler-glib-devel zathura-devel"
@@ -12,7 +12,7 @@ license="Zlib"
 homepage="https://git.pwmt.org/pwmt/zathura-pdf-poppler/"
 changelog="https://pwmt.org/projects/zathura-pdf-poppler/changelog/${version}/index.html"
 distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=2034f70a936d458ddc9276f769e77ff308ba3bb1b7a7cdc87bab8b9ef7ade84a
+checksum=dc7621dd213adc9618e6c1395ce6b1afece5fa0091930ecc2e9599c625a97439
 
 conflicts="zathura-pdf-mupdf>=0"
 

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

* Re: Update zathura and zathura-pdf-poppler
  2022-12-05 18:38 [PR PATCH] Update zathura and zathura-pdf-poppler mhmdanas
@ 2022-12-07  3:53 ` abenson
  2022-12-07  4:07 ` [PR PATCH] [Closed]: " abenson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2022-12-07  3:53 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/40921#issuecomment-1340336399

Comment:
They will need to be rebuilt, I think, for the zathura update.  

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

* Re: [PR PATCH] [Closed]: Update zathura and zathura-pdf-poppler
  2022-12-05 18:38 [PR PATCH] Update zathura and zathura-pdf-poppler mhmdanas
  2022-12-07  3:53 ` abenson
@ 2022-12-07  4:07 ` abenson
  2022-12-07  4:07 ` abenson
  2022-12-07  9:38 ` mhmdanas
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2022-12-07  4:07 UTC (permalink / raw)
  To: ml

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

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

Update zathura and zathura-pdf-poppler
https://github.com/void-linux/void-packages/pull/40921

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

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

(Please don't mind the PR title, I couldn't find a better one, but I did use the typical message style for the commits)
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->

Am I also supposed to update the other Zathura plugins? I don't really use them, so I didn't update them.


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

* Re: Update zathura and zathura-pdf-poppler
  2022-12-05 18:38 [PR PATCH] Update zathura and zathura-pdf-poppler mhmdanas
  2022-12-07  3:53 ` abenson
  2022-12-07  4:07 ` [PR PATCH] [Closed]: " abenson
@ 2022-12-07  4:07 ` abenson
  2022-12-07  9:38 ` mhmdanas
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2022-12-07  4:07 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/40921#issuecomment-1340346029

Comment:
I didn't see updates for them, so I just revbumped them.

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

* Re: Update zathura and zathura-pdf-poppler
  2022-12-05 18:38 [PR PATCH] Update zathura and zathura-pdf-poppler mhmdanas
                   ` (2 preceding siblings ...)
  2022-12-07  4:07 ` abenson
@ 2022-12-07  9:38 ` mhmdanas
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2022-12-07  9:38 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/40921#issuecomment-1340659774

Comment:
> I didn't see updates for them, so I just revbumped them.

They actually do (at least the MuPDF plugin, which has a new version 0.4.0). I'll send a PR to update any plugins with new versions today.

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

end of thread, other threads:[~2022-12-07  9:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 18:38 [PR PATCH] Update zathura and zathura-pdf-poppler mhmdanas
2022-12-07  3:53 ` abenson
2022-12-07  4:07 ` [PR PATCH] [Closed]: " abenson
2022-12-07  4:07 ` abenson
2022-12-07  9:38 ` mhmdanas

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).