Merge lp:~popey/ubuntu-rssreader-app/fix-1343505 into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Status: Merged
Approved by: Roman Shchekin
Approved revision: 260
Merged at revision: 260
Proposed branch: lp:~popey/ubuntu-rssreader-app/fix-1343505
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 52 lines (+1/-7)
2 files modified
CMakeLists.txt (+0/-5)
click/manifest.json.in (+1/-2)
To merge this branch: bzr merge lp:~popey/ubuntu-rssreader-app/fix-1343505
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Shorts Developers Pending
Review via email: mp+227247@code.launchpad.net

Commit message

fix 1343505 to remove urls

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2014-04-02 05:10:33 +0000
3+++ CMakeLists.txt 2014-07-17 19:17:42 +0000
4@@ -9,7 +9,6 @@
5
6 set(APP_NAME shorts)
7 set(DESKTOP_FILE "${PROJECT_NAME}_${APP_NAME}.desktop")
8-set(URLS_FILE "${PROJECT_NAME}_${APP_NAME}.url-dispatcher")
9 set(APP_HARDCODE shorts-app)
10 set(MAIN_QML shorts-app.qml)
11 set(ICON_FILE rssreader-app@30.png)
12@@ -26,7 +25,6 @@
13 set(ICON ${ICON_FILE})
14 set(EXEC "qmlscene ${MAIN_QML}")
15 set(DESKTOP_DIR ${DATA_DIR})
16- set(URLS_DIR ${DATA_DIR})
17 else(CLICK_MODE)
18 set(DATA_DIR ${CMAKE_INSTALL_DATADIR}/${APP_HARDCODE})
19 set(EXEC ${APP_HARDCODE})
20@@ -36,7 +34,6 @@
21 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${APP_HARDCODE}
22 DESTINATION ${CMAKE_INSTALL_BINDIR})
23 set(DESKTOP_DIR ${CMAKE_INSTALL_DATADIR}/applications)
24- set(URLS_DIR ${CMAKE_INSTALL_DATADIR}/url-dispatcher/urls)
25 endif(CLICK_MODE)
26
27 file(GLOB_RECURSE I18N_SRC_FILES
28@@ -61,8 +58,6 @@
29 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE}
30 DESTINATION ${DESKTOP_DIR})
31
32-install(FILES ${URLS_FILE} DESTINATION ${URLS_DIR})
33-
34 # Tests
35 enable_testing()
36
37
38=== modified file 'click/manifest.json.in'
39--- click/manifest.json.in 2014-07-04 08:41:07 +0000
40+++ click/manifest.json.in 2014-07-17 19:17:42 +0000
41@@ -4,8 +4,7 @@
42 "hooks": {
43 "@APP_NAME@": {
44 "apparmor": "apparmor.json",
45- "desktop": "@DESKTOP_FILE@",
46- "urls": "@URLS_FILE@"
47+ "desktop": "@DESKTOP_FILE@"
48 }
49 },
50 "icon": "@ICON@",
51
52=== removed file 'com.ubuntu.shorts_shorts.url-dispatcher'

Subscribers

People subscribed via source and target branches