Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] backintime: update to 1.5.2
@ 2024-11-01 20:21 toadwastoast
  2024-11-14 16:00 ` [PR PATCH] [Updated] " toadwastoast
  2024-11-14 16:55 ` [PR PATCH] [Merged]: backintime: update to 1.5.3 cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: toadwastoast @ 2024-11-01 20:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toadwastoast/void-packages backintime-1.5.2
https://github.com/void-linux/void-packages/pull/52875

backintime: update to 1.5.2
<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - armv7l-musl (cross)
  - armv6l (cross)



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

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

From 053ab5af7a5e69015c43899d50f90d5684a8c042 Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Fri, 1 Nov 2024 17:17:18 -0300
Subject: [PATCH] backintime: update to 1.5.2

---
 srcpkgs/backintime/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/backintime/template b/srcpkgs/backintime/template
index 60cea573224a9a..6eb71f127989a6 100644
--- a/srcpkgs/backintime/template
+++ b/srcpkgs/backintime/template
@@ -1,6 +1,6 @@
 # Template file for 'backintime'
 pkgname=backintime
-version=1.4.3
+version=1.5.2
 revision=1
 configure_args="--python3"
 pycompile_dirs="/usr/share/backintime"
@@ -11,7 +11,7 @@ maintainer="Alpicoid <alpicoid@tuta.io>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/bit-team/backintime"
 distfiles="https://github.com/bit-team/backintime/releases/download/v${version}/backintime-${version}.tar.gz"
-checksum=68874587883f33b2a8fec5c00cb446034a3110e9198339fc9152543951790776
+checksum=d750b877cb1c021d2d87cfa9fd87c97a6fd2c382edb871917b51c7436f74cbc8
 python_version=3
 
 do_configure() {
@@ -38,7 +38,8 @@ do_install() {
 backintime-qt_package() {
 	short_desc+=" - Qt GUI"
 	depends="backintime-${version}_${revision}
-	 python3-PyQt5 python3-PyQt5-dbus python3-packaging libnotify xdpyinfo"
+	 python3-pyqt6 python3-pyqt6-dbus python3-packaging libnotify xdpyinfo
+	 python3-pyqt6-gui python3-pyqt6-widgets"
 	pkg_install() {
 		vmove "usr/bin/backintime-qt*"
 		vmove usr/share/applications

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

* Re: [PR PATCH] [Updated] backintime: update to 1.5.2
  2024-11-01 20:21 [PR PATCH] backintime: update to 1.5.2 toadwastoast
@ 2024-11-14 16:00 ` toadwastoast
  2024-11-14 16:55 ` [PR PATCH] [Merged]: backintime: update to 1.5.3 cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: toadwastoast @ 2024-11-14 16:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toadwastoast/void-packages backintime-1.5.2
https://github.com/void-linux/void-packages/pull/52875

backintime: update to 1.5.2
<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - armv7l-musl (cross)
  - armv6l (cross)



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

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

From 55aee44fd87b723a984fe0ce298a6ef7a2774f70 Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Thu, 14 Nov 2024 12:59:23 -0300
Subject: [PATCH] backintime: update to 1.5.3

---
 srcpkgs/backintime/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/backintime/template b/srcpkgs/backintime/template
index 60cea573224a9a..a502c09f64d596 100644
--- a/srcpkgs/backintime/template
+++ b/srcpkgs/backintime/template
@@ -1,6 +1,6 @@
 # Template file for 'backintime'
 pkgname=backintime
-version=1.4.3
+version=1.5.3
 revision=1
 configure_args="--python3"
 pycompile_dirs="/usr/share/backintime"
@@ -11,7 +11,7 @@ maintainer="Alpicoid <alpicoid@tuta.io>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/bit-team/backintime"
 distfiles="https://github.com/bit-team/backintime/releases/download/v${version}/backintime-${version}.tar.gz"
-checksum=68874587883f33b2a8fec5c00cb446034a3110e9198339fc9152543951790776
+checksum=2adf4f2d3b2c95b43f1bc7184c034bc3fa2387b7b94099018770316d979b1534
 python_version=3
 
 do_configure() {
@@ -38,7 +38,8 @@ do_install() {
 backintime-qt_package() {
 	short_desc+=" - Qt GUI"
 	depends="backintime-${version}_${revision}
-	 python3-PyQt5 python3-PyQt5-dbus python3-packaging libnotify xdpyinfo"
+	 python3-pyqt6 python3-pyqt6-dbus python3-packaging xdpyinfo
+	 python3-pyqt6-gui python3-pyqt6-widgets"
 	pkg_install() {
 		vmove "usr/bin/backintime-qt*"
 		vmove usr/share/applications

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

* Re: [PR PATCH] [Merged]: backintime: update to 1.5.3
  2024-11-01 20:21 [PR PATCH] backintime: update to 1.5.2 toadwastoast
  2024-11-14 16:00 ` [PR PATCH] [Updated] " toadwastoast
@ 2024-11-14 16:55 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-11-14 16:55 UTC (permalink / raw)
  To: ml

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

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

backintime: update to 1.5.3
https://github.com/void-linux/void-packages/pull/52875

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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - armv7l-musl (cross)
  - armv6l (cross)



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

end of thread, other threads:[~2024-11-14 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01 20:21 [PR PATCH] backintime: update to 1.5.2 toadwastoast
2024-11-14 16:00 ` [PR PATCH] [Updated] " toadwastoast
2024-11-14 16:55 ` [PR PATCH] [Merged]: backintime: update to 1.5.3 cinerea0

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