wok-next diff tazweb/stuff/patches/tazweb-sakura.patch @ rev 21057
Deal with HOST_ARCH="any"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 03 14:47:30 2018 +0200 (2018-12-03) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tazweb/stuff/patches/tazweb-sakura.patch Mon Dec 03 14:47:30 2018 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +--- a/src/tazweb.c 1.5 ++++ b/src/tazweb.c 1.6 +@@ -222,7 +222,7 @@ 1.7 + { 1.8 + const gchar* buffer; 1.9 + uri = webkit_download_get_uri(download); 1.10 +- asprintf(&buffer, "xterm -T 'TazWeb Download' -geom 72x12+0-24 -e \ 1.11 ++ asprintf(&buffer, "sakura -t 'TazWeb Download' --geometry 72x12+0-24 -e \ 1.12 + 'mkdir -p %s && wget -P %s -c %s; sleep 2' &", 1.13 + DOWNLOADS, DOWNLOADS, uri); 1.14 + system(buffer);