diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-04-30 15:38:55 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-04-30 15:38:55 +0200 |
commit | 3a68f319fe362d75e2484fe9e837e24c45625dc2 (patch) | |
tree | cc59fb17f0b6099c30314264967d1c1692520144 /debian/patches | |
parent | cebf725978b32756700671a646aaed9677f6f219 (diff) | |
parent | 77d41312031458d3a7621450ca27733d1ce7f67e (diff) |
Merge branch 'develop'
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0015-xdg-email.patch | 18 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0015-xdg-email.patch b/debian/patches/0015-xdg-email.patch new file mode 100644 index 0000000..a86c354 --- /dev/null +++ b/debian/patches/0015-xdg-email.patch @@ -0,0 +1,18 @@ +Description: Add space between xdg-email ans parameter +Author: Jörg Frings-Fürst <debian@jff.email> +Last-Update: 2018-01-13 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/app-window.vala +=================================================================== +--- trunk.orig/src/app-window.vala ++++ trunk/src/app-window.vala +@@ -1193,7 +1193,7 @@ public class AppWindow : Gtk.Application + yield book.save_async (type, settings.get_int ("jpeg-quality"), file, null, null); + var command_line = "xdg-email"; + if (type == "pdf") +- command_line += "--attach %s".printf (file.get_path ()); ++ command_line += " --attach %s".printf (file.get_path ()); + else + { + for (var i = 0; i < book.n_pages; i++) { diff --git a/debian/patches/series b/debian/patches/series index 82e9ebc..283f89a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ #0100-typos.patch #0005-zlib.patch +0015-xdg-email.patch 0010-metadata.patch |