From 23e448f606e0b0ab8038bc5cfcde9604f5601b4c Mon Sep 17 00:00:00 2001 From: Alan Barros de Oliveira 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 " -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 }