Github messages for voidlinux
 help / color / mirror / Atom feed
From: abdeoliveira <abdeoliveira@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] timeshift: update to 22.11.2
Date: Wed, 15 Feb 2023 01:45:15 +0100	[thread overview]
Message-ID: <20230215004515.PS-dwzoBp7CGyF-mf7rvNKQnb06qopSnCttQLnXiyT8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42125@inbox.vuxu.org>

[-- 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
 }

  parent reply	other threads:[~2023-02-15  0:45 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` abdeoliveira [this message]
2023-02-15  1:01 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230215004515.PS-dwzoBp7CGyF-mf7rvNKQnb06qopSnCttQLnXiyT8@z \
    --to=abdeoliveira@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).