Merge lp:~xnox/ubuntu-seeds/ubuntu-touch.saucy into lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu-touch.saucy

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 102
Proposed branch: lp:~xnox/ubuntu-seeds/ubuntu-touch.saucy
Merge into: lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu-touch.saucy
Diff against target: 185 lines (+69/-47)
5 files modified
STRUCTURE (+4/-2)
sdk (+2/-38)
sdk-libs (+37/-0)
sdk-libs-dev (+26/-0)
touch (+0/-7)
To merge this branch: bzr merge lp:~xnox/ubuntu-seeds/ubuntu-touch.saucy
Reviewer Review Type Date Requested Status
Sergio Schvezov (community) Abstain
Oliver Grawert Pending
Ubuntu Core Development Team Pending
Review via email: mp+186803@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

Please add qtdeclarative5-qtgrilo0.1 which is needed by the music app

review: Needs Fixing
103. By Dimitri John Ledkov

Merge from parent

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

@ sergiusens
This branch doesn't introduce or change any packages that are actually seeded.
If you want to add qtdeclarative5-qtgrilo0.1, please make a separate seed change proposal into ~ubuntu-core-dev/ubuntu-seeds/ubuntu-touch.saucy, such that we have history of who proposed that addition and who approved it (since you are not in ~ubuntu-core-dev).

104. By Dimitri John Ledkov

Revert seeding cordova on touch images. As per -r100.

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

fair enough

review: Abstain

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'STRUCTURE'
2--- STRUCTURE 2013-04-25 14:50:39 +0000
3+++ STRUCTURE 2013-09-26 09:03:27 +0000
4@@ -1,4 +1,6 @@
5 include platform.saucy
6-touch: minimal
7-sdk:
8+sdk-libs: minimal
9+sdk-libs-dev: sdk-libs minimal
10+sdk: sdk-libs-dev
11+touch: minimal sdk-libs
12 supported: touch
13
14=== modified file 'sdk'
15--- sdk 2013-09-16 13:39:53 +0000
16+++ sdk 2013-09-26 09:03:27 +0000
17@@ -5,41 +5,6 @@
18 Task-Key: ubuntu-touch
19 Task-Metapackage: ubuntu-sdk
20
21-= Qt 5 APIs =
22-
23- * libqt5qml-graphicaleffects
24- * libqt5sql5-sqlite
25- * libqt5svg5-dev
26- * libqt5v8-5-dev
27- * libqt5webkit5-dev
28- * libqt5xmlpatterns5-dev
29- * qt3d5-dev
30- * qtbase5-dev
31- * qtdeclarative5-dev
32- * qtdeclarative5-dev-tools
33- * qtlocation5-dev
34- * qtmultimedia5-dev
35- * qtscript5-dev
36- * qtsensors5-dev
37- * qttools5-dev
38- * qttools5-dev-tools
39-
40- * (libqt5webkit5-qmlwebkitplugin)
41- * (qtdeclarative5-accounts-plugin)
42- * (qtdeclarative5-folderlistmodel-plugin)
43- * (qtdeclarative5-friends-plugin)
44- * (qtdeclarative5-localstorage-plugin)
45- * (qtdeclarative5-particles-plugin)
46- * (qtdeclarative5-qtaudioengine-plugin)
47- * (qtdeclarative5-qtmultimedia-plugin)
48- * (qtdeclarative5-qtquick2-plugin)
49- * (qtdeclarative5-qtsensors-plugin)
50- * (qtdeclarative5-window-plugin)
51- * (qtdeclarative5-xmllistmodel-plugin)
52-
53- # forces Qt5 as the default; conflicts with Qt4 -- XXX should be a Recommends?
54- * qt5-default
55-
56 = Documentation =
57
58 * qtbase5-doc
59@@ -52,11 +17,11 @@
60
61 = Ubuntu UI Toolkit =
62
63- * qtdeclarative5-ubuntu-ui-toolkit-plugin
64 * ubuntu-ui-toolkit-doc
65 * ubuntu-ui-toolkit-examples
66- * ubuntu-ui-toolkit-theme
67
68+# Should move to sdk-libs, once tests are passing
69+# at the moment it was unseeded from touch in -r100.
70 = HTML5 Toolkit =
71
72 * cordova-ubuntu-2.8
73@@ -68,4 +33,3 @@
74 * qtcreator
75 * qtcreator-plugin-ubuntu
76 * qtcreator-plugin-ubuntu-cordova
77-
78
79=== added file 'sdk-libs'
80--- sdk-libs 1970-01-01 00:00:00 +0000
81+++ sdk-libs 2013-09-26 09:03:27 +0000
82@@ -0,0 +1,37 @@
83+Task-Per-Derivative: 1
84+Task-Section: user
85+Task-Description: Ubuntu SDK Libraries
86+Task-Extended-Description: This task provides the Ubuntu SDK runtime libraries.
87+Task-Key: ubuntu-touch
88+Task-Metapackage: ubuntu-sdk-libs
89+
90+= Qt 5 APIs =
91+
92+ * libqt5qml-graphicaleffects
93+ * libqt5sql5-sqlite
94+ * libqt5webkit5-qmlwebkitplugin
95+ * libqt5script5
96+ * qtdeclarative5-u1db1.0
97+ * qtdeclarative5-accounts-plugin
98+ * qtdeclarative5-folderlistmodel-plugin
99+ * qtdeclarative5-friends-plugin
100+ * qtdeclarative5-localstorage-plugin
101+ * qtdeclarative5-particles-plugin
102+ * qtdeclarative5-qtaudioengine-plugin
103+ * qtdeclarative5-qtmultimedia-plugin
104+ * qtdeclarative5-qtquick2-plugin
105+ * qtdeclarative5-qtsensors-plugin
106+ * qtdeclarative5-window-plugin
107+ * qtdeclarative5-xmllistmodel-plugin
108+ * qtdeclarative5-qtlocation-plugin
109+ * qtdeclarative5-poppler-qml-plugin
110+
111+= Ubuntu UI Toolkit =
112+
113+ * qtdeclarative5-ubuntu-ui-toolkit-plugin
114+ * ubuntu-ui-toolkit-theme
115+
116+= Tools =
117+
118+ * qmlscene
119+ * qtchooser
120
121=== added file 'sdk-libs-dev'
122--- sdk-libs-dev 1970-01-01 00:00:00 +0000
123+++ sdk-libs-dev 2013-09-26 09:03:27 +0000
124@@ -0,0 +1,26 @@
125+Task-Per-Derivative: 1
126+Task-Section: user
127+Task-Description: Ubuntu SDK Development Headers
128+Task-Extended-Description: This task provides the Ubuntu SDK development headers.
129+Task-Key: ubuntu-touch
130+Task-Metapackage: ubuntu-sdk-libs-dev
131+
132+= Qt 5 APIs =
133+
134+ * libqt5svg5-dev
135+ * libqt5v8-5-dev
136+ * libqt5webkit5-dev
137+ * libqt5xmlpatterns5-dev
138+ * qt3d5-dev
139+ * qtbase5-dev
140+ * qtdeclarative5-dev
141+ * qtdeclarative5-dev-tools
142+ * qtlocation5-dev
143+ * qtmultimedia5-dev
144+ * qtscript5-dev
145+ * qtsensors5-dev
146+ * qttools5-dev
147+ * qttools5-dev-tools
148+
149+ # forces Qt5 as the default; conflicts with Qt4 -- XXX should be a Recommends?
150+ * qt5-default
151
152=== modified file 'touch'
153--- touch 2013-09-25 17:21:04 +0000
154+++ touch 2013-09-26 09:03:27 +0000
155@@ -67,12 +67,9 @@
156 * libubuntu-location-service0
157 * ubuntu-location-service-examples
158 * mediascanner
159- * qtdeclarative5-qtlocation-plugin
160- * qtdeclarative5-poppler-qml-plugin
161 * mtp-server
162 * account-plugin-ubuntuone
163 * account-plugin-google
164- * libqt5script5
165 * click-update-manager
166
167 == Shell ==
168@@ -97,8 +94,6 @@
169
170 * hud
171 * qtubuntu-android
172- * qtchooser
173- * qtdeclarative5-ubuntu-ui-toolkit-plugin
174 * webbrowser-app
175 * camera-app
176 * gallery-app
177@@ -122,8 +117,6 @@
178 * music-app
179 * ubuntu-rssreader-app
180 * qtorganizer5-eds
181- * qtdeclarative5-u1db1.0
182- * qtdeclarative5-friends-plugin
183 * unity-webapps-qml
184
185 == Debug ==

Subscribers

People subscribed via source and target branches