[SCM] qtwebchannel packaging branch, master, updated. 5e8b05cb8101d0cc2e351ecf98805d0b7299fa07

Maximiliano Curia maxy at moszumanska.debian.org
Mon Jul 4 11:35:11 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebchannel.git;a=commitdiff;h=5e8b05c

The following commit has been merged in the master branch:
commit 5e8b05cb8101d0cc2e351ecf98805d0b7299fa07
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Jul 4 13:34:16 2016 +0200

    Add new patch: example_full_path.diff
---
 debian/patches/examples_full_path.diff | 16 ++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/examples_full_path.diff b/debian/patches/examples_full_path.diff
new file mode 100644
index 0000000..fd1e7d7
--- /dev/null
+++ b/debian/patches/examples_full_path.diff
@@ -0,0 +1,16 @@
+--- a/examples/webchannel/chatclient-html/chatclient.html
++++ b/examples/webchannel/chatclient-html/chatclient.html
+@@ -5,11 +5,11 @@
+ 
+     <meta name="viewport" content="width=device-width, initial-scale=1" />
+ 
+-    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.css" />
++    <link rel="stylesheet" href="file:///usr/share/javascript/jquery-mobile/jquery.mobile.css" />
+     <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css" />
+     <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/icon.css" />
+     <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/demo/demo.css" />
+-    <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
++    <script src="file:///usr/share/javascript/jquery/jquery.min.js"></script>
+     <script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script>
+     <script type="text/javascript" src="qwebchannel.js"></script>
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fd06058
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+examples_full_path.diff

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list