aboutsummaryrefslogtreecommitdiff
path: root/deskutils/foliate/files/patch-src_epubView.js
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/foliate/files/patch-src_epubView.js')
-rw-r--r--deskutils/foliate/files/patch-src_epubView.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/deskutils/foliate/files/patch-src_epubView.js b/deskutils/foliate/files/patch-src_epubView.js
deleted file mode 100644
index 88809a7260c6..000000000000
--- a/deskutils/foliate/files/patch-src_epubView.js
+++ /dev/null
@@ -1,13 +0,0 @@
-Adds variable to help substitute the correct python version suffix.
-
---- src/epubView.js.orig 2020-05-29 07:10:48 UTC
-+++ src/epubView.js
-@@ -36,7 +36,7 @@ var enableAnnotations = [
- mimetypes.kindleAlias,
- ]
-
--const python = GLib.find_program_in_path('python') || GLib.find_program_in_path('python3')
-+const python = GLib.find_program_in_path('@PYTHON_VERSION@')
- const kindleUnpack = pkg.pkgdatadir + '/assets/KindleUnpack/kindleunpack.py'
-
- const settings = new Gio.Settings({ schema_id: pkg.name + '.view' })