Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
@ 2023-12-12  8:42 benalb
  2023-12-12 18:03 ` [PR REVIEW] " mhmdanas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2023-12-12  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages qpdf
https://github.com/void-linux/void-packages/pull/47709

qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (X86_64-LIBC)



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

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

From 50b09e44d9abd9aa517330de2a4c555fb6fd9398 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 12 Dec 2023 09:41:21 +0100
Subject: [PATCH] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel

---
 srcpkgs/qpdf/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qpdf/template b/srcpkgs/qpdf/template
index 509bc490bb535..eafeb3d5ccae7 100644
--- a/srcpkgs/qpdf/template
+++ b/srcpkgs/qpdf/template
@@ -1,6 +1,6 @@
 # Template file for 'qpdf'
 pkgname=qpdf
-version=11.6.3
+version=11.6.4
 revision=1
 build_style=cmake
 hostmakedepends="perl pkg-config"
@@ -11,7 +11,7 @@ license="Apache-2.0"
 homepage="https://github.com/qpdf/qpdf"
 changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst"
 distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz"
-checksum=79e980c249feeb614de8ff30d16cc361f6d50512479eb57832016ce13a043b06
+checksum=8da100130dff5dfc0bd637752a39687cf4a4f591ca3bfaf17fd4ceff0c0529f2
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args="-DLL_FMT=%lld -DRANDOM_DEVICE=/dev/urandom"
@@ -32,5 +32,6 @@ libqpdf-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
+		vmove "usr/lib/cmake"
 	}
 }

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

* Re: [PR REVIEW] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
  2023-12-12  8:42 [PR PATCH] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel benalb
@ 2023-12-12 18:03 ` mhmdanas
  2023-12-13  7:01 ` [PR PATCH] [Updated] " benalb
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-12-12 18:03 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47709#discussion_r1424394481

Comment:
```suggestion
		vmove usr/lib/cmake
```

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

* Re: [PR PATCH] [Updated] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
  2023-12-12  8:42 [PR PATCH] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel benalb
  2023-12-12 18:03 ` [PR REVIEW] " mhmdanas
@ 2023-12-13  7:01 ` benalb
  2023-12-13  7:03 ` [PR REVIEW] " benalb
  2023-12-13 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2023-12-13  7:01 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages qpdf
https://github.com/void-linux/void-packages/pull/47709

qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (X86_64-LIBC)



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

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

From c72378ca99d4a6e049453b6aa925ab43cbe1c162 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 12 Dec 2023 09:41:21 +0100
Subject: [PATCH] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel

---
 srcpkgs/qpdf/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qpdf/template b/srcpkgs/qpdf/template
index 509bc490bb535..4b11e07ef1f33 100644
--- a/srcpkgs/qpdf/template
+++ b/srcpkgs/qpdf/template
@@ -1,6 +1,6 @@
 # Template file for 'qpdf'
 pkgname=qpdf
-version=11.6.3
+version=11.6.4
 revision=1
 build_style=cmake
 hostmakedepends="perl pkg-config"
@@ -11,7 +11,7 @@ license="Apache-2.0"
 homepage="https://github.com/qpdf/qpdf"
 changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst"
 distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz"
-checksum=79e980c249feeb614de8ff30d16cc361f6d50512479eb57832016ce13a043b06
+checksum=8da100130dff5dfc0bd637752a39687cf4a4f591ca3bfaf17fd4ceff0c0529f2
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args="-DLL_FMT=%lld -DRANDOM_DEVICE=/dev/urandom"
@@ -28,6 +28,7 @@ libqpdf-devel_package() {
 	depends="libqpdf>=${version}_${revision} libjpeg-turbo zlib-devel"
 	short_desc+=" - development files"
 	pkg_install() {
+		vmove usr/lib/cmake
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"

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

* Re: [PR REVIEW] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
  2023-12-12  8:42 [PR PATCH] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel benalb
  2023-12-12 18:03 ` [PR REVIEW] " mhmdanas
  2023-12-13  7:01 ` [PR PATCH] [Updated] " benalb
@ 2023-12-13  7:03 ` benalb
  2023-12-13 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2023-12-13  7:03 UTC (permalink / raw)
  To: ml

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

New review comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/47709#discussion_r1424926169

Comment:
Done. 

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

* Re: [PR PATCH] [Merged]: qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
  2023-12-12  8:42 [PR PATCH] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel benalb
                   ` (2 preceding siblings ...)
  2023-12-13  7:03 ` [PR REVIEW] " benalb
@ 2023-12-13 17:41 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-12-13 17:41 UTC (permalink / raw)
  To: ml

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

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

qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
https://github.com/void-linux/void-packages/pull/47709

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

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

<!--
#### 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, (X86_64-LIBC)



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

end of thread, other threads:[~2023-12-13 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12  8:42 [PR PATCH] qpdf: update to 11.6.4. Move cmake files to libqpdf-devel benalb
2023-12-12 18:03 ` [PR REVIEW] " mhmdanas
2023-12-13  7:01 ` [PR PATCH] [Updated] " benalb
2023-12-13  7:03 ` [PR REVIEW] " benalb
2023-12-13 17:41 ` [PR PATCH] [Merged]: " classabbyamp

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