Merge lp:~jamesh/unity-lens-applications/master-scope into lp:unity-lens-applications

Proposed by James Henstridge
Status: Merged
Merged at revision: 351
Proposed branch: lp:~jamesh/unity-lens-applications/master-scope
Merge into: lp:unity-lens-applications
Diff against target: 37 lines (+8/-5)
1 file modified
Makefile.am (+8/-5)
To merge this branch: bzr merge lp:~jamesh/unity-lens-applications/master-scope
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity Team Pending
Review via email: mp+175527@code.launchpad.net

Commit message

Turn the main applications scope into a sub-scope, to allow other scopes to provide results of this type.

Description of the change

Turn the main applications scope into a sub-scope, to allow other scopes to provide results of this type.

This branch depends on lp:~jamesh/unity-scope-home/applications-master-scope being merged to keep a working system.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.am'
2--- Makefile.am 2013-05-16 11:37:05 +0000
3+++ Makefile.am 2013-07-18 10:58:23 +0000
4@@ -5,8 +5,11 @@
5 # Install the applications.lens file
6 #
7 scope_in_files = applications.scope.in commands.scope.in
8+
9 scopedir = $(datadir)/unity/scopes
10-scope_DATA = $(scope_in_files:.scope.in=.scope)
11+scope_DATA = commands.scope
12+appscopedir = $(scopedir)/applications
13+appscope_DATA = applications.scope
14
15 icondir = $(datadir)/unity/themes
16 icon_DATA = applications.png
17@@ -18,16 +21,16 @@
18 # ChangeLog file created at distcheck time
19 dist-hook:
20 @if test -d "$(srcdir)/.bzr"; \
21- then \
22- echo Creating ChangeLog && \
23+ then \
24+ echo Creating ChangeLog && \
25 ( cd "$(top_srcdir)" && \
26- echo '# Generated by Makefile. Do not edit.'; echo; \
27+ echo '# Generated by Makefile. Do not edit.'; echo; \
28 $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
29 && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
30 || (rm -f ChangeLog.tmp; \
31 echo Failed to generate ChangeLog >&2 ); \
32 else \
33- echo Failed to generate ChangeLog: not a branch >&2; \
34+ echo Failed to generate ChangeLog: not a branch >&2; \
35 fi
36
37 EXTRA_DIST = \

Subscribers

People subscribed via source and target branches