Merge lp:~davidc3/unity-scope-songkick/fix-default-result-icon into lp:unity-scope-songkick

Proposed by David Callé
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 15
Merged at revision: 13
Proposed branch: lp:~davidc3/unity-scope-songkick/fix-default-result-icon
Merge into: lp:unity-scope-songkick
Diff against target: 40 lines (+5/-4)
2 files modified
debian/control (+4/-3)
src/unity_songkick_daemon.py (+1/-1)
To merge this branch: bzr merge lp:~davidc3/unity-scope-songkick/fix-default-result-icon
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+180528@code.launchpad.net

Commit message

Use an existing result icon

Description of the change

Use an existing result icon

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
14. By David Callé

Add python3-gi build dep

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
15. By David Callé

Odd control file typo

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-03-14 15:15:41 +0000
3+++ debian/control 2013-08-16 13:01:13 +0000
4@@ -7,10 +7,11 @@
5 python3-distutils-extra,
6 pkg-config,
7 python3-nose,
8+ python3-gi,
9 gir1.2-unity-5.0 (>= 6.8),
10 gir1.2-dee-1.0,
11 gir1.2-glib-2.0,
12-Standards-Version: 3.9.3
13+Standards-Version: 3.9.4
14 Homepage: https://launchpad.net/ubuntu-scopes
15
16 Package: unity-scope-songkick
17@@ -19,8 +20,8 @@
18 ${python3:Depends},
19 python3,
20 gir1.2-unity-5.0 (>= 6.8),
21-   gir1.2-dee-1.0,
22+ gir1.2-dee-1.0,
23 unity-scopes-runner,
24- gir1.2-glib-2.0
25+ gir1.2-glib-2.0,
26 Description: songkick scope for Unity
27 A Dash search plugin for songkick.
28
29=== modified file 'src/unity_songkick_daemon.py'
30--- src/unity_songkick_daemon.py 2013-03-14 12:29:06 +0000
31+++ src/unity_songkick_daemon.py 2013-08-16 13:01:13 +0000
32@@ -39,7 +39,7 @@
33 PROVIDER_CREDITS = _('Powered by Songkick')
34 SVG_DIR = '/usr/share/icons/unity-icon-theme/places/svg/'
35 PROVIDER_ICON = SVG_DIR + 'service-songkick.svg'
36-DEFAULT_RESULT_ICON = SVG_DIR + 'result-help.svg'
37+DEFAULT_RESULT_ICON = SVG_DIR + 'service-songkick.svg'
38 DEFAULT_RESULT_MIMETYPE = 'text/html'
39 DEFAULT_RESULT_TYPE = Unity.ResultType.DEFAULT
40 SEARCH_URI = 'http://api.songkick.com/api/3.0/events.json'

Subscribers

People subscribed via source and target branches

to all changes: