Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] timeshift: update to 22.06.6
@ 2023-02-07  4:36 abdeoliveira
  2023-02-07  4:38 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07  4:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.06.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From 8ad19240b5b6c7a5b20485d7602bc1d2acfc86b5 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.06.6

---
 srcpkgs/timeshift/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..3c360ef15a29 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,20 +1,19 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.06.6
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
 makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
-depends="rsync psmisc"
+depends="rsync psmisc cronie"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/teejee2008/timeshift"
+changelog="https://raw.githubusercontent.com/teejee2008/timeshift/master/debian/changelog"
+distfiles="https://github.com/teejee2008/timeshift/archive/refs/tags/$version.tar.gz"
+checksum=5debcee48de3c194c846cbff2c7f053f179fdb6a17a21764898712d180941531
 
-# Remove hard-dep on crontab, leave up to user to decide
-post_extract() {
-	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
-	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+post_install(){
+	vman man/timeshift.1.gz 
 }

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.06.6
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
@ 2023-02-07  4:38 ` abdeoliveira
  2023-02-07  5:16 ` [PR REVIEW] " kruceter
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07  4:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.06.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From 23e448f606e0b0ab8038bc5cfcde9604f5601b4c Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.06.6

---
 srcpkgs/timeshift/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..2193fc923d52 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,20 +1,19 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.06.6
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
 makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
-depends="rsync psmisc"
+depends="rsync psmisc cronie"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/teejee2008/timeshift"
+changelog="https://raw.githubusercontent.com/teejee2008/timeshift/master/debian/changelog"
+distfiles="https://github.com/teejee2008/timeshift/archive/refs/tags/$version.tar.gz"
+checksum=5debcee48de3c194c846cbff2c7f053f179fdb6a17a21764898712d180941531
 
-# Remove hard-dep on crontab, leave up to user to decide
-post_extract() {
-	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
-	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+post_install() {
+	vman man/timeshift.1.gz
 }

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

* Re: [PR REVIEW] timeshift: update to 22.06.6
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
  2023-02-07  4:38 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-07  5:16 ` kruceter
  2023-02-07  5:21 ` abdeoliveira
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: kruceter @ 2023-02-07  5:16 UTC (permalink / raw)
  To: ml

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

New review comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098186263

Comment:
May I inquire as to why `cronie` is included here?

As far as I can tell from seeing this template, it is up to the end user to choose his/her crontab daemon.

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

* Re: [PR REVIEW] timeshift: update to 22.06.6
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
  2023-02-07  4:38 ` [PR PATCH] [Updated] " abdeoliveira
  2023-02-07  5:16 ` [PR REVIEW] " kruceter
@ 2023-02-07  5:21 ` abdeoliveira
  2023-02-07  5:23 ` kruceter
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07  5:21 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098188830

Comment:
Cronie was listed as optional dependency and I thought it would be good to include it. It seems it was not a good idea. I'm going to remove it.

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

* Re: [PR REVIEW] timeshift: update to 22.06.6
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (2 preceding siblings ...)
  2023-02-07  5:21 ` abdeoliveira
@ 2023-02-07  5:23 ` kruceter
  2023-02-07  5:29 ` abdeoliveira
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: kruceter @ 2023-02-07  5:23 UTC (permalink / raw)
  To: ml

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

New review comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098186263

Comment:
May I inquire as to why `cronie` is included here?

As far as I can tell from seeing this template, it is up to the end user to choose his/her cron daemon.

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

* Re: [PR REVIEW] timeshift: update to 22.06.6
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (3 preceding siblings ...)
  2023-02-07  5:23 ` kruceter
@ 2023-02-07  5:29 ` abdeoliveira
  2023-02-07  5:43 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07  5:29 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098192884

Comment:
Humm... just realized the whole project moved to linuxmint github. And there is already an even newer version.

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.06.6
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (4 preceding siblings ...)
  2023-02-07  5:29 ` abdeoliveira
@ 2023-02-07  5:43 ` abdeoliveira
  2023-02-07  8:12 ` [PR REVIEW] timeshift: update to 22.11.2 classabbyamp
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07  5:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.06.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From ce8119fd23b469f0a3ab2683c7b8e1d71aba7992 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..d353bb7b45ad 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,6 +1,6 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
@@ -8,13 +8,15 @@ makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgireposito
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="
+ https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
-# Remove hard-dep on crontab, leave up to user to decide
-post_extract() {
-	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
-	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
 }

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (5 preceding siblings ...)
  2023-02-07  5:43 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-07  8:12 ` classabbyamp
  2023-02-07 12:14 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2023-02-07  8:12 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098309743

Comment:
why remove these?

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (6 preceding siblings ...)
  2023-02-07  8:12 ` [PR REVIEW] timeshift: update to 22.11.2 classabbyamp
@ 2023-02-07 12:14 ` abdeoliveira
  2023-02-07 12:14 ` [PR REVIEW] " abdeoliveira
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07 12:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From cc1710f4d78140ffd3b70f7f8ad36e5ef97fd9fa Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..301f274001e2 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,6 +1,6 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
@@ -8,13 +8,21 @@ makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgireposito
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="
+ https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
 # Remove hard-dep on crontab, leave up to user to decide
 post_extract() {
 	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
 	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
 }
+
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
+}

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (7 preceding siblings ...)
  2023-02-07 12:14 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-07 12:14 ` abdeoliveira
  2023-02-07 12:22 ` abdeoliveira
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07 12:14 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098581559

Comment:
ugh... right. I removed cronie and forgot to put this back. FIxed.

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (8 preceding siblings ...)
  2023-02-07 12:14 ` [PR REVIEW] " abdeoliveira
@ 2023-02-07 12:22 ` abdeoliveira
  2023-02-07 14:09 ` abdeoliveira
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07 12:22 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098192884

Comment:
Humm... just realized the whole project has moved to linuxmint github. And there is already an even newer version.

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (9 preceding siblings ...)
  2023-02-07 12:22 ` abdeoliveira
@ 2023-02-07 14:09 ` abdeoliveira
  2023-02-07 16:25 ` classabbyamp
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07 14:09 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098581559

Comment:
ugh... right. I removed cronie and forgot to put these back. FIxed.

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (10 preceding siblings ...)
  2023-02-07 14:09 ` abdeoliveira
@ 2023-02-07 16:25 ` classabbyamp
  2023-02-07 16:51 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2023-02-07 16:25 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098896960

Comment:
don't split this into 2 lines

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (11 preceding siblings ...)
  2023-02-07 16:25 ` classabbyamp
@ 2023-02-07 16:51 ` abdeoliveira
  2023-02-07 16:52 ` [PR REVIEW] " abdeoliveira
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07 16:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From 39975a8a6985165edd05dec47dbea0b26788930b Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..301f274001e2 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,6 +1,6 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
@@ -8,13 +8,21 @@ makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgireposito
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="
+ https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
 # Remove hard-dep on crontab, leave up to user to decide
 post_extract() {
 	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
 	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
 }
+
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
+}

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (12 preceding siblings ...)
  2023-02-07 16:51 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-07 16:52 ` abdeoliveira
  2023-02-07 16:53 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07 16:52 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1098931037

Comment:
Fixed.

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (13 preceding siblings ...)
  2023-02-07 16:52 ` [PR REVIEW] " abdeoliveira
@ 2023-02-07 16:53 ` abdeoliveira
  2023-02-14 21:05 ` [PR REVIEW] " paper42
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-07 16:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From df8b5589d4190ff050d8dbbb13b674ca64fd01fd Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..151eb90fa48e 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,6 +1,6 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
@@ -8,13 +8,20 @@ makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgireposito
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
 # Remove hard-dep on crontab, leave up to user to decide
 post_extract() {
 	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
 	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
 }
+
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
+}

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (14 preceding siblings ...)
  2023-02-07 16:53 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-14 21:05 ` paper42
  2023-02-14 21:06 ` paper42
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: paper42 @ 2023-02-14 21:05 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1106375020

Comment:
```suggestion
makedepends="libgee-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
```

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (15 preceding siblings ...)
  2023-02-14 21:05 ` [PR REVIEW] " paper42
@ 2023-02-14 21:06 ` paper42
  2023-02-14 23:57 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: paper42 @ 2023-02-14 21:06 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1106375349

Comment:
use vsed here

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (16 preceding siblings ...)
  2023-02-14 21:06 ` paper42
@ 2023-02-14 23:57 ` abdeoliveira
  2023-02-15  0:14 ` abdeoliveira
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-14 23:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From 32412f8bd906512078fa09add25eefa63c9367b4 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..3c8f2a3f545b 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,20 +1,27 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
-makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
+makedepends="libgee-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
 # Remove hard-dep on crontab, leave up to user to decide
 post_extract() {
-	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
-	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+	vsed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
+	vsed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+}
+
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
 }

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (17 preceding siblings ...)
  2023-02-14 23:57 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-15  0:14 ` abdeoliveira
  2023-02-15  0:16 ` abdeoliveira
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-15  0:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From e5000c6c1e38d167e9bb03477ef72b08e248e40c Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..68344d09c342 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,20 +1,27 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
-makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
+makedepends="libgee-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
 # Remove hard-dep on crontab, leave up to user to decide
 post_extract() {
-	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
-	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+	vsed -i src/Core/Main.vala -e '/dependencies/s:"crontab",::' 
+	vsed -i src/makefile -e 's:--thread:& Core/AppExcludeEntry.vala:' 
+}
+
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
 }

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (18 preceding siblings ...)
  2023-02-15  0:14 ` abdeoliveira
@ 2023-02-15  0:16 ` abdeoliveira
  2023-02-15  0:35 ` abdeoliveira
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-15  0:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From 158e04413662a178e4560d8db46ccd4d45fd5909 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..7827d8b4409a 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,20 +1,27 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
-makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
+makedepends="libgee-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
 # Remove hard-dep on crontab, leave up to user to decide
 post_extract() {
-	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
-	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+	vsed -i src/Core/Main.vala -e '/dependencies/s:"crontab",::'
+	vsed -i src/makefile -e 's:--thread:& Core/AppExcludeEntry.vala:'
+}
+
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
 }

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (19 preceding siblings ...)
  2023-02-15  0:16 ` abdeoliveira
@ 2023-02-15  0:35 ` abdeoliveira
  2023-02-15  0:41 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-15  0:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From 28a828b74d6badd1560506f3cf63d407bafd8767 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..c05dfd22a053 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,20 +1,21 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
-makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
+makedepends="libgee-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
-# Remove hard-dep on crontab, leave up to user to decide
-post_extract() {
-	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
-	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
 }

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

* Re: [PR REVIEW] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (20 preceding siblings ...)
  2023-02-15  0:35 ` abdeoliveira
@ 2023-02-15  0:41 ` classabbyamp
  2023-02-15  0:45 ` [PR PATCH] [Updated] " abdeoliveira
  2023-02-15  1:01 ` [PR PATCH] [Merged]: " classabbyamp
  23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2023-02-15  0:41 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42125#discussion_r1106533328

Comment:
only the second one failed, the first one still applied

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

* Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (21 preceding siblings ...)
  2023-02-15  0:41 ` [PR REVIEW] " classabbyamp
@ 2023-02-15  0:45 ` abdeoliveira
  2023-02-15  1:01 ` [PR PATCH] [Merged]: " classabbyamp
  23 siblings, 0 replies; 25+ messages in thread
From: abdeoliveira @ 2023-02-15  0:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages update/timeshift
https://github.com/void-linux/void-packages/pull/42125

timeshift: update to 22.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42125.patch is attached

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

From 1d257fd1f74983bea2a453a4c1c66942bf32d3b2 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 7 Feb 2023 01:35:12 -0300
Subject: [PATCH] timeshift: update to 22.11.2

---
 srcpkgs/timeshift/template | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template
index 7700d6425ce3..3e8fa0d212c4 100644
--- a/srcpkgs/timeshift/template
+++ b/srcpkgs/timeshift/template
@@ -1,20 +1,26 @@
 # Template file for 'timeshift'
 pkgname=timeshift
-version=22.06.1
+version=22.11.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext pkg-config vala which"
-makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
+makedepends="libgee-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
 depends="rsync psmisc"
 short_desc="System restore tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://teejeetech.com/timeshift/"
-distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
-checksum=aef3980c19dfde9084b47b4e04e5106489ee7ddf44e6228415d2521405a091ec
+license="GPL-3.0-only"
+homepage="https://github.com/linuxmint/timeshift"
+changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog"
+distfiles="https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz"
+checksum=36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
 
 # Remove hard-dep on crontab, leave up to user to decide
 post_extract() {
-	sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
-	sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
+	vsed -i src/Core/Main.vala -e '/dependencies/s:"crontab",::'
+}
+
+# timeshift.1.gz is not a gzip file.
+pre_install() {
+	mv man/timeshift.1.gz man/timeshift.1
+	gzip man/timeshift.1
 }

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

* Re: [PR PATCH] [Merged]: timeshift: update to 22.11.2
  2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
                   ` (22 preceding siblings ...)
  2023-02-15  0:45 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-15  1:01 ` classabbyamp
  23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2023-02-15  1:01 UTC (permalink / raw)
  To: ml

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

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

timeshift: update to 22.11.2
https://github.com/void-linux/void-packages/pull/42125

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

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

<!--
#### 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] 25+ messages in thread

end of thread, other threads:[~2023-02-15  1:01 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07  4:36 [PR PATCH] timeshift: update to 22.06.6 abdeoliveira
2023-02-07  4:38 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-07  5:16 ` [PR REVIEW] " kruceter
2023-02-07  5:21 ` abdeoliveira
2023-02-07  5:23 ` kruceter
2023-02-07  5:29 ` abdeoliveira
2023-02-07  5:43 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-07  8:12 ` [PR REVIEW] timeshift: update to 22.11.2 classabbyamp
2023-02-07 12:14 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-07 12:14 ` [PR REVIEW] " abdeoliveira
2023-02-07 12:22 ` abdeoliveira
2023-02-07 14:09 ` abdeoliveira
2023-02-07 16:25 ` classabbyamp
2023-02-07 16:51 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-07 16:52 ` [PR REVIEW] " abdeoliveira
2023-02-07 16:53 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-14 21:05 ` [PR REVIEW] " paper42
2023-02-14 21:06 ` paper42
2023-02-14 23:57 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-15  0:14 ` abdeoliveira
2023-02-15  0:16 ` abdeoliveira
2023-02-15  0:35 ` abdeoliveira
2023-02-15  0:41 ` [PR REVIEW] " classabbyamp
2023-02-15  0:45 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-15  1:01 ` [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).