Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] calibre: update to 7.2.0.
@ 2023-12-28 18:06 skmpz
  2023-12-28 18:08 ` [PR PATCH] [Updated] " skmpz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: skmpz @ 2023-12-28 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages calibre-7.2.0
https://github.com/void-linux/void-packages/pull/47949

calibre: update to 7.2.0.
<!-- 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, (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/47949.patch is attached

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

From bbe1d00f8830b00eaac15fb2bc0f9fcbb81b1855 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 28 Dec 2023 20:04:03 +0200
Subject: [PATCH] calibre: update to 7.2.0.

---
 srcpkgs/calibre/template | 6 ++++--
 srcpkgs/zig/template     | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index c6adc019548f7..005216c03b25d 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,9 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=7.1.0
+version=7.2.0
 revision=1
+# qt6-webengine is broken on 32-bit systems
+archs="x86_64* aarch64*"
 build_wrksrc=calibre
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
@@ -36,7 +38,7 @@ changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog
 _lover=7.6.0.3
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz
  https://download.documentfoundation.org/libreoffice/src/${_lover%.*}/libreoffice-dictionaries-${_lover}.tar.xz"
-checksum="70a515fad059e597579282dd24f75444a9d63f90798330944107a1550211824a
+checksum="d4e64f497179710966c1b0f66c7556b581cb5200a8f0b691d563e9b92516a11f
  b932cdd6bd2ee717f3a09766c88fe90100b0c2c0509313c3ee297f95c084ee2e"
 python_version=3
 lib32disabled=yes
diff --git a/srcpkgs/zig/template b/srcpkgs/zig/template
index 55b31e5573c44..f2eaae8e4f7bc 100644
--- a/srcpkgs/zig/template
+++ b/srcpkgs/zig/template
@@ -2,6 +2,7 @@
 pkgname=zig
 version=0.10.1
 revision=2
+# qt6-webengine is broken on 32-bit systems
 archs="x86_64* aarch64*"
 build_style=cmake
 configure_args="-DZIG_TARGET_MCPU=baseline"

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

* Re: [PR PATCH] [Updated] calibre: update to 7.2.0.
  2023-12-28 18:06 [PR PATCH] calibre: update to 7.2.0 skmpz
@ 2023-12-28 18:08 ` skmpz
  2024-01-09  7:06 ` skmpz
  2024-01-09  7:06 ` [PR PATCH] [Closed]: " skmpz
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2023-12-28 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages calibre-7.2.0
https://github.com/void-linux/void-packages/pull/47949

calibre: update to 7.2.0.
<!-- 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, (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/47949.patch is attached

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

From 0bca51903dcc0af3087f268960ebd3e53d5762c4 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 28 Dec 2023 20:04:03 +0200
Subject: [PATCH] calibre: update to 7.2.0.

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

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index c6adc019548f7..005216c03b25d 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,9 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=7.1.0
+version=7.2.0
 revision=1
+# qt6-webengine is broken on 32-bit systems
+archs="x86_64* aarch64*"
 build_wrksrc=calibre
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
@@ -36,7 +38,7 @@ changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog
 _lover=7.6.0.3
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz
  https://download.documentfoundation.org/libreoffice/src/${_lover%.*}/libreoffice-dictionaries-${_lover}.tar.xz"
-checksum="70a515fad059e597579282dd24f75444a9d63f90798330944107a1550211824a
+checksum="d4e64f497179710966c1b0f66c7556b581cb5200a8f0b691d563e9b92516a11f
  b932cdd6bd2ee717f3a09766c88fe90100b0c2c0509313c3ee297f95c084ee2e"
 python_version=3
 lib32disabled=yes

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

* Re: [PR PATCH] [Closed]: calibre: update to 7.2.0.
  2023-12-28 18:06 [PR PATCH] calibre: update to 7.2.0 skmpz
  2023-12-28 18:08 ` [PR PATCH] [Updated] " skmpz
  2024-01-09  7:06 ` skmpz
@ 2024-01-09  7:06 ` skmpz
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2024-01-09  7:06 UTC (permalink / raw)
  To: ml

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

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

calibre: update to 7.2.0.
https://github.com/void-linux/void-packages/pull/47949

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, (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

* Re: calibre: update to 7.2.0.
  2023-12-28 18:06 [PR PATCH] calibre: update to 7.2.0 skmpz
  2023-12-28 18:08 ` [PR PATCH] [Updated] " skmpz
@ 2024-01-09  7:06 ` skmpz
  2024-01-09  7:06 ` [PR PATCH] [Closed]: " skmpz
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2024-01-09  7:06 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/47949#issuecomment-1882515728

Comment:
closing, already updated to 7.3.0.

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

end of thread, other threads:[~2024-01-09  7:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-28 18:06 [PR PATCH] calibre: update to 7.2.0 skmpz
2023-12-28 18:08 ` [PR PATCH] [Updated] " skmpz
2024-01-09  7:06 ` skmpz
2024-01-09  7:06 ` [PR PATCH] [Closed]: " skmpz

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