From ff2578b64b14316c2530a4ff54230e6db880654c Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 29 Jan 2019 20:49:31 -0600 Subject: [PATCH] timeshift: unmark broken --- srcpkgs/timeshift/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template index 291c5deed29..572f5b93ee8 100644 --- a/srcpkgs/timeshift/template +++ b/srcpkgs/timeshift/template @@ -17,10 +17,9 @@ checksum=557223cf0b9ab0c4848455e1cc4d9068c607b9f5492a2de4935a2f40393e3c5f # 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 } -broken="error: The type name 'AppExcludeEntry' could not be found" - post_install() { rm "${DESTDIR}/usr/bin/timeshift-uninstall" }