timeshift: update to 18.6.1 (#401)
This commit is contained in:
parent
8dc96a8237
commit
877b80dfda
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
--- src/Utility/Gtk/TerminalWindow.vala.orig
|
||||
+++ src/Utility/Gtk/TerminalWindow.vala
|
||||
@@ -166,7 +166,7 @@
|
||||
}
|
||||
|
||||
public void execute_command(string command){
|
||||
- term.feed_child("%s\n".printf(command), -1);
|
||||
+ term.feed_child("%s\n".printf(command).to_utf8());
|
||||
}
|
||||
|
||||
public void execute_script(string script_path, bool wait = false){
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'timeshift'
|
||||
pkgname=timeshift
|
||||
version=18.4
|
||||
version=18.6.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config vala"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.teejeetech.in/p/timeshift.html"
|
||||
distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
|
||||
checksum=5f180ba2ed66531b10e6cc9b1966e60be1c646ebe304dd0a29b4215318892feb
|
||||
checksum=2c851b232e622f75facc289a4a163218d1943b239eeadb2988acb23c80fc30a2
|
||||
|
||||
post_install() {
|
||||
rm "${DESTDIR}/usr/bin/timeshift-uninstall"
|
||||
|
|
Loading…
Reference in a new issue