Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] poppler 22.12.0
@ 2022-12-25 21:26 mhmdanas
  2022-12-25 21:32 ` crtxcr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2022-12-25 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages poppler-22.12.0
https://github.com/void-linux/void-packages/pull/41292

poppler 22.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (tested with Zathura and poppler plugin at least, did not test revbumped packages though)
<!--
#### 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-poppler-22.12.0-41292.patch --]
[-- Type: text/x-diff, Size: 8114 bytes --]

From e4216d0523e1347a96717f9c9ab6ccffcb223ee6 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 25 Dec 2022 17:05:34 +0000
Subject: [PATCH 1/8] poppler: update to 22.12.0.

---
 common/shlibs            | 2 +-
 srcpkgs/poppler/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 11ef64e0cc7f..527256ad7f63 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -351,7 +351,7 @@ libMagickCore-7.Q16HDRI.so.10 libmagick-7.1.0.10_1
 libMagickWand-7.Q16HDRI.so.10 libmagick-7.1.0.10_1
 libMagick++-7.Q16HDRI.so.5 libmagick-7.0.11.1_1
 libltdl.so.7 libltdl-2.2.6_1
-libpoppler.so.122 libpoppler-22.06.0_1
+libpoppler.so.126 libpoppler-22.12.0_1
 libpoppler-glib.so.8 poppler-glib-0.18.2_1
 libpoppler-cpp.so.0 poppler-cpp-0.18.2_1
 libpoppler-qt5.so.1 poppler-qt5-0.31.0_1
diff --git a/srcpkgs/poppler/template b/srcpkgs/poppler/template
index 1bb3ff0720f3..939f4fa8dc2b 100644
--- a/srcpkgs/poppler/template
+++ b/srcpkgs/poppler/template
@@ -3,8 +3,8 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/poppler-qt5".
 #
 pkgname=poppler
-version=22.07.0
-revision=2
+version=22.12.0
+revision=1
 _testVersion=920c89f8f43bdfe8966c8e397e7f67f5302e9435
 create_wrksrc=yes
 build_style=cmake
@@ -22,9 +22,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, GPL-3.0-or-later"
 homepage="https://poppler.freedesktop.org"
 changelog="https://gitlab.freedesktop.org/poppler/poppler/-/raw/master/NEWS"
-distfiles="${homepage}/${pkgname}-${version}.tar.xz
+distfiles="https://poppler.freedesktop.org/poppler-${version}.tar.xz
  https://gitlab.freedesktop.org/poppler/test/-/archive/${_testVersion}/test-${_testVersion}.tar.gz"
-checksum="420230c5c43782e2151259b3e523e632f4861342aad70e7e20b8773d9eaf3428
+checksum="d9aa9cacdfbd0f8e98fc2b3bb008e645597ed480685757c3e7bc74b4278d15c0
  ca35f168a18038a2d817ea30d6c7b4ab8294a40a5f5950f3c2a15183ba08c900"
 
 build_options="gir boost"

From bcd3617e74c18d7b31b3c7f15fdc76d904f7330d Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 25 Dec 2022 17:05:37 +0000
Subject: [PATCH 2/8] poppler-qt5: update to 22.12.0.

---
 srcpkgs/poppler-qt5/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/poppler-qt5/template b/srcpkgs/poppler-qt5/template
index f368d9c4e1e7..e8c131da9987 100644
--- a/srcpkgs/poppler-qt5/template
+++ b/srcpkgs/poppler-qt5/template
@@ -4,8 +4,8 @@
 # IT IS SPLIT TO AVOID A CYCLIC DEPENDENCY: qt5 -> cups -> poppler -> qt5.
 #
 pkgname=poppler-qt5
-version=22.07.0
-revision=2
+version=22.12.0
+revision=1
 build_style=cmake
 configure_args="-DENABLE_UNSTABLE_API_ABI_HEADERS=ON -DENABLE_GLIB=OFF
  -DENABLE_QT5=ON -DENABLE_UTILS=OFF -DENABLE_CPP=OFF -DENABLE_BOOST=OFF
@@ -18,8 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, GPL-3.0-or-later"
 homepage="https://poppler.freedesktop.org"
 changelog="https://gitlab.freedesktop.org/poppler/poppler/-/raw/master/NEWS"
-distfiles="${homepage}/poppler-${version}.tar.xz"
-checksum=420230c5c43782e2151259b3e523e632f4861342aad70e7e20b8773d9eaf3428
+distfiles="https://poppler.freedesktop.org/poppler-${version}.tar.xz"
+checksum=d9aa9cacdfbd0f8e98fc2b3bb008e645597ed480685757c3e7bc74b4278d15c0
 # fails to find a bunch of files
 make_check=no
 

From 5ed16d5d46b9e8f00a0dcbbee8c9763fa170fe6e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 25 Dec 2022 17:14:09 +0000
Subject: [PATCH 3/8] inkscape: revbump for poppler-22.12.0.

---
 srcpkgs/inkscape/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template
index 003d2170baf3..3d239f62f896 100644
--- a/srcpkgs/inkscape/template
+++ b/srcpkgs/inkscape/template
@@ -1,7 +1,7 @@
 # Template file for 'inkscape'
 pkgname=inkscape
 version=1.1.1
-revision=5
+revision=6
 build_style=cmake
 # builds executables then runs checks
 # some tests still fail on musl: https://gitlab.com/inkscape/inkscape/-/issues/2241

From 420dac11a1cf6b48a6e05b735e5806ae707f574c Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 25 Dec 2022 17:14:09 +0000
Subject: [PATCH 4/8] ipe: revbump for poppler-22.12.0.

---
 srcpkgs/ipe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ipe/template b/srcpkgs/ipe/template
index 9f9428f870a6..a0c14e3548c2 100644
--- a/srcpkgs/ipe/template
+++ b/srcpkgs/ipe/template
@@ -1,7 +1,7 @@
 # Template file for 'ipe'
 pkgname=ipe
 version=7.2.26
-revision=7
+revision=8
 _tools_commit=v7.2.24.1
 create_wrksrc=yes
 hostmakedepends="pkg-config doxygen qt5-qmake qt5-tools qt5-host-tools"

From 68c153b0a6da11e972c27428626e74c8455941aa Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 25 Dec 2022 17:14:10 +0000
Subject: [PATCH 5/8] kitinerary: revbump for poppler-22.12.0.

---
 srcpkgs/kitinerary/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitinerary/template b/srcpkgs/kitinerary/template
index ed9bd13c6fbb..18ea3ed9f3f2 100644
--- a/srcpkgs/kitinerary/template
+++ b/srcpkgs/kitinerary/template
@@ -1,7 +1,7 @@
 # Template file for 'kitinerary'
 pkgname=kitinerary
 version=22.08.2
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons pkg-config qt5-host-tools qt5-qmake qt5-tools-devel"
 makedepends="kcalendarcore-devel kcontacts-devel kdeclarative-devel kmime-devel

From 2f49ef0fdaee6b13ee16813869fe15c747c2852f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 25 Dec 2022 17:14:10 +0000
Subject: [PATCH 6/8] pdf2djvu: revbump for poppler-22.12.0.

---
 srcpkgs/pdf2djvu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pdf2djvu/template b/srcpkgs/pdf2djvu/template
index c90975f592eb..7dea06057f9a 100644
--- a/srcpkgs/pdf2djvu/template
+++ b/srcpkgs/pdf2djvu/template
@@ -1,7 +1,7 @@
 # Template file for 'pdf2djvu'
 pkgname=pdf2djvu
 version=0.9.19
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config djvulibre gettext"
 makedepends="djvulibre-devel poppler-devel libgraphicsmagick-devel exiv2-devel libuuid-devel"

From 9590991481da453ccad13272322c96c85937ecb1 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 25 Dec 2022 17:14:10 +0000
Subject: [PATCH 7/8] scribus: revbump for poppler-22.12.0.

---
 srcpkgs/scribus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index e914a8e10eda..63cefeb7693d 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
 # Template file for 'scribus'
 pkgname=scribus
 version=1.5.8
-revision=4
+revision=5
 build_style=cmake
 configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
  -DWANT_GRAPHICSMAGICK=1 -DWANT_CPP17=ON"

From cbeaa18f02544a60cd050a53bddafb521c3e3362 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sun, 25 Dec 2022 20:45:25 +0000
Subject: [PATCH 8/8] calligra: revbump for poppler-22.12.0.

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

diff --git a/srcpkgs/calligra/template b/srcpkgs/calligra/template
index ba3d66ea745a..3bcccbad55cc 100644
--- a/srcpkgs/calligra/template
+++ b/srcpkgs/calligra/template
@@ -1,7 +1,7 @@
 # Template file for 'calligra'
 pkgname=calligra
 version=3.2.1
-revision=9
+revision=10
 build_style=cmake
 configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON
  -DBUILD_TESTING=OFF"
@@ -21,7 +21,7 @@ depends="calligra-filters calligra-libs calligra-plugins calligra-karbon
 short_desc="Illustration application"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later, GFDL-1.2-or-later"
-homepage="http://www.calligra-suite.org/"
+homepage="https://www.calligra.org/"
 distfiles="${KDE_SITE}/calligra/${version}/calligra-${version}.tar.xz"
 checksum=b1f8a6eb8208543a2f908caa83d089075fcd1e530d00e19f5362b2f9cc371147
 

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

* Re: poppler 22.12.0
  2022-12-25 21:26 [PR PATCH] poppler 22.12.0 mhmdanas
@ 2022-12-25 21:32 ` crtxcr
  2022-12-26  0:33 ` mhmdanas
  2022-12-26  0:33 ` [PR PATCH] [Closed]: " mhmdanas
  2 siblings, 0 replies; 4+ messages in thread
From: crtxcr @ 2022-12-25 21:32 UTC (permalink / raw)
  To: ml

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

New comment by crtxcr on void-packages repository

https://github.com/void-linux/void-packages/pull/41292#issuecomment-1364741017

Comment:
This is a duplicate of my PR https://github.com/void-linux/void-packages/pull/41070

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

* Re: poppler 22.12.0
  2022-12-25 21:26 [PR PATCH] poppler 22.12.0 mhmdanas
  2022-12-25 21:32 ` crtxcr
@ 2022-12-26  0:33 ` mhmdanas
  2022-12-26  0:33 ` [PR PATCH] [Closed]: " mhmdanas
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2022-12-26  0:33 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41292#issuecomment-1364765191

Comment:
Whoops, forgot to check for duplicates. My bad.

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

* Re: [PR PATCH] [Closed]: poppler 22.12.0
  2022-12-25 21:26 [PR PATCH] poppler 22.12.0 mhmdanas
  2022-12-25 21:32 ` crtxcr
  2022-12-26  0:33 ` mhmdanas
@ 2022-12-26  0:33 ` mhmdanas
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2022-12-26  0:33 UTC (permalink / raw)
  To: ml

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

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

poppler 22.12.0
https://github.com/void-linux/void-packages/pull/41292

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

#### Testing the changes
- I tested the changes in this PR: **YES** (tested with Zathura and poppler plugin at least, did not test revbumped packages though)
<!--
#### 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
-->


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

end of thread, other threads:[~2022-12-26  0:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25 21:26 [PR PATCH] poppler 22.12.0 mhmdanas
2022-12-25 21:32 ` crtxcr
2022-12-26  0:33 ` mhmdanas
2022-12-26  0:33 ` [PR PATCH] [Closed]: " 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).