Merge lp:~dbarth/cordova-ubuntu/re-enable-plugins-armhf into lp:cordova-ubuntu/2.8

Proposed by David Barth
Status: Merged
Approved by: Alexandre Abreu
Approved revision: 257
Merged at revision: 257
Proposed branch: lp:~dbarth/cordova-ubuntu/re-enable-plugins-armhf
Merge into: lp:cordova-ubuntu/2.8
Diff against target: 85 lines (+7/-61)
3 files modified
debian/changelog (+7/-0)
debian/patches/arm-disable-some-plugins.patch (+0/-60)
debian/patches/series.armhf (+0/-1)
To merge this branch: bzr merge lp:~dbarth/cordova-ubuntu/re-enable-plugins-armhf
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+204270@code.launchpad.net

Commit message

re-enable all plugins on armhf

Description of the change

re-enable all plugins on armhf

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alexandre Abreu (abreu-alexandre) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-01-30 17:52:54 +0000
+++ debian/changelog 2014-01-31 15:50:01 +0000
@@ -1,3 +1,10 @@
1cordova-ubuntu (2.8.0+14.04.20140130.3-0ubuntu2) UNRELEASED; urgency=medium
2
3 * Re-enable all plugins on armhf, notably camera now that the workaround
4 is in place.
5
6 -- David Barth <david.barth@canonical.com> Fri, 31 Jan 2014 15:47:47 +0000
7
1cordova-ubuntu (2.8.0+14.04.20140130.3-0ubuntu1) trusty; urgency=low8cordova-ubuntu (2.8.0+14.04.20140130.3-0ubuntu1) trusty; urgency=low
29
3 [ Alexandre Abreu ]10 [ Alexandre Abreu ]
411
=== removed file 'debian/patches/arm-disable-some-plugins.patch'
--- debian/patches/arm-disable-some-plugins.patch 2013-10-09 11:41:33 +0000
+++ debian/patches/arm-disable-some-plugins.patch 1970-01-01 00:00:00 +0000
@@ -1,60 +0,0 @@
1=== modified file 'CMakeLists.txt'
2--- a/CMakeLists.txt 2013-09-02 14:31:46 +0000
3+++ b/CMakeLists.txt 2013-10-02 10:56:35 +0000
4@@ -29,15 +29,15 @@
5 src/js/connection.js
6 src/js/device.js
7 src/js/file.js
8- src/js/geolocation.js
9+# src/js/geolocation.js
10 src/js/notification.js
11- src/js/compass.js
12- src/js/accelerometer.js
13- src/js/camera.js
14- src/js/contacts.js
15- src/js/media.js
16+# src/js/compass.js
17+# src/js/accelerometer.js
18+# src/js/camera.js
19+# src/js/contacts.js
20+# src/js/media.js
21 src/js/globalization.js
22- src/js/capture.js
23+# src/js/capture.js
24 src/js/app.js
25 src/js/splashscreen.js
26 src/js/inappbrowser.js
27
28=== modified file 'src/coreplugins.cpp'
29--- a/src/coreplugins.cpp 2013-05-23 17:05:41 +0000
30+++ b/src/coreplugins.cpp 2013-10-02 10:55:48 +0000
31@@ -27,21 +27,21 @@
32 Q_DECL_EXPORT QList<QSharedPointer<CPlugin>> cordovaGetPluginInstances(const QList<QString> &pluginNames, Cordova *cordova) {
33 QList<QSharedPointer<CPlugin>> res;
34
35- CHECK_PLUGIN(Accelerometer);
36+// CHECK_PLUGIN(Accelerometer);
37 CHECK_PLUGIN(App);
38- CHECK_PLUGIN(Camera);
39- CHECK_PLUGIN(Capture);
40- CHECK_PLUGIN(Compass);
41+// CHECK_PLUGIN(Camera);
42+// CHECK_PLUGIN(Capture);
43+// CHECK_PLUGIN(Compass);
44 CHECK_PLUGIN(Connection);
45 CHECK_PLUGIN(Console);
46- CHECK_PLUGIN(Contacts);
47+// CHECK_PLUGIN(Contacts);
48 CHECK_PLUGIN(Device);
49 CHECK_PLUGIN(Events);
50 CHECK_PLUGIN(FileAPI);
51- CHECK_PLUGIN(Geolocation);
52+// CHECK_PLUGIN(Geolocation);
53 CHECK_PLUGIN(Globalization);
54 CHECK_PLUGIN(InAppBrowser);
55- CHECK_PLUGIN(Media);
56+// CHECK_PLUGIN(Media);
57 CHECK_PLUGIN(Notification);
58 CHECK_PLUGIN(Splashscreen);
59
60
610
=== removed file 'debian/patches/series.armhf'
--- debian/patches/series.armhf 2013-10-07 14:02:25 +0000
+++ debian/patches/series.armhf 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
1arm-disable-some-plugins.patch

Subscribers

People subscribed via source and target branches