summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/gv/files')
-rw-r--r--app-text/gv/files/digest-gv-3.6.1-r56
-rw-r--r--app-text/gv/files/gv-update.patch24
2 files changed, 30 insertions, 0 deletions
diff --git a/app-text/gv/files/digest-gv-3.6.1-r5 b/app-text/gv/files/digest-gv-3.6.1-r5
new file mode 100644
index 000000000000..6437c8cb34a7
--- /dev/null
+++ b/app-text/gv/files/digest-gv-3.6.1-r5
@@ -0,0 +1,6 @@
+MD5 ace080d647b70f46fca7946e9543b79e gv-3.6.1.tar.gz 453921
+RMD160 d783a15f581eb32efc65981b693db44aed193de2 gv-3.6.1.tar.gz 453921
+SHA256 37eb3f58b62441ce62544cdd81c096713ddeeb454e313c3b3b7a93970e85bd08 gv-3.6.1.tar.gz 453921
+MD5 e617286de8652e709b7c303c125ff61c gv_3.6.1-13.diff.gz 13880
+RMD160 bd9e00f4248274e0eeab42e48e52f206eaf95163 gv_3.6.1-13.diff.gz 13880
+SHA256 769ceed1e519c796c37080214d6dc1f8900689e54e24adf4145462072e1f56d5 gv_3.6.1-13.diff.gz 13880
diff --git a/app-text/gv/files/gv-update.patch b/app-text/gv/files/gv-update.patch
new file mode 100644
index 000000000000..b58b705129d5
--- /dev/null
+++ b/app-text/gv/files/gv-update.patch
@@ -0,0 +1,24 @@
+Fixes bug "pdf problems with gv" (Bug #13200).
+http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=13200
+
+by Markus Steinborn <msteinbo@uni-paderborn.de>,
+ Student of Computer Science
+ University of Paderborn.
+
+Index: src/callbacks.c
+===================================================================
+--- src/callbacks.c (Revision 25)
++++ src/callbacks.c (Revision 26)
+@@ -357,7 +357,11 @@
+
+ BEGINMESSAGE(cb_checkFile)
+ changed = check_file(((int)client_data));
+- if (changed==1) show_page(current_page,NULL);
++ if (changed==1)
++ {
++ cb_stopInterpreter(page,NULL,NULL);
++ show_page(current_page,NULL);
++ }
+ ENDMESSAGE(cb_checkFile)
+ }
+