Merge lp:~gotwig/gazette/global-service-states into lp:gazette

Proposed by Eduard Gotwig
Status: Work in progress
Proposed branch: lp:~gotwig/gazette/global-service-states
Merge into: lp:gazette
Diff against target: 8733 lines (+6419/-1033) (has conflicts)
140 files modified
CMakeLists.txt (+9/-31)
data/gazette.desktop (+9/-0)
data/org.pantheon.gazette.gschema.xml (+14/-48)
lib/CMakeLists.txt (+19/-0)
lib/Configurable.vala (+6/-0)
lib/Plugin.vala (+46/-0)
lib/Service.vala (+162/-0)
lib/ShadowedLabel.vala (+104/-0)
plug/CMakeLists.txt (+12/-8)
plug/GeneralConfigBox.vala (+94/-0)
plug/PluginConfigBox.vala (+206/-0)
plug/gazette.plug (+2/-2)
plug/main.vala (+24/-85)
plugins/CMakeLists.txt (+7/-0)
plugins/Calendar/CMakeLists.txt (+16/-0)
plugins/Calendar/Calendar.vala (+74/-0)
plugins/Calendar/calendar.plug (+3/-0)
plugins/Files/CMakeLists.txt (+16/-0)
plugins/Files/Files.vala (+38/-0)
plugins/Files/files.plug (+3/-0)
plugins/News/CMakeLists.txt (+17/-0)
plugins/News/News.vala (+96/-0)
plugins/News/data/news.gschema.xml (+8/-0)
plugins/News/news.plug (+3/-0)
plugins/Time/CMakeLists.txt (+15/-0)
plugins/Time/Time.vala (+36/-0)
plugins/Time/time.plug (+3/-0)
plugins/Weather/CMakeLists.txt (+19/-0)
plugins/Weather/Weather.vala (+274/-0)
plugins/Weather/data/weather.gschema.xml (+17/-0)
plugins/Weather/weather.plug (+3/-0)
po/CMakeLists.txt (+7/-2)
po/gazette.pot (+358/-0)
po/lib/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
po/lib/CMakeFiles/gazette-service.dir/DependInfo.cmake (+37/-0)
po/lib/CMakeFiles/gazette-service.dir/build.make (+198/-0)
po/lib/CMakeFiles/gazette-service.dir/cmake_clean.cmake (+17/-0)
po/lib/CMakeFiles/gazette-service.dir/cmake_clean_target.cmake (+3/-0)
po/lib/CMakeFiles/gazette-service.dir/depend.make (+2/-0)
po/lib/CMakeFiles/gazette-service.dir/flags.make (+8/-0)
po/lib/CMakeFiles/gazette-service.dir/link.txt (+2/-0)
po/lib/CMakeFiles/gazette-service.dir/progress.make (+6/-0)
po/lib/CMakeFiles/progress.marks (+1/-0)
po/lib/Makefile (+290/-0)
po/lib/cmake_install.cmake (+46/-0)
po/plug/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
po/plug/CMakeFiles/gazette-plug.dir/DependInfo.cmake (+42/-0)
po/plug/CMakeFiles/gazette-plug.dir/build.make (+232/-0)
po/plug/CMakeFiles/gazette-plug.dir/cmake_clean.cmake (+20/-0)
po/plug/CMakeFiles/gazette-plug.dir/depend.make (+2/-0)
po/plug/CMakeFiles/gazette-plug.dir/flags.make (+8/-0)
po/plug/CMakeFiles/gazette-plug.dir/link.txt (+1/-0)
po/plug/CMakeFiles/gazette-plug.dir/progress.make (+7/-0)
po/plug/CMakeFiles/progress.marks (+1/-0)
po/plug/Makefile (+317/-0)
po/plug/cmake_install.cmake (+66/-0)
po/plugins/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
po/plugins/CMakeFiles/progress.marks (+1/-0)
po/plugins/Files/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
po/plugins/Files/CMakeFiles/files.dir/DependInfo.cmake (+33/-0)
po/plugins/Files/CMakeFiles/files.dir/build.make (+111/-0)
po/plugins/Files/CMakeFiles/files.dir/cmake_clean.cmake (+12/-0)
po/plugins/Files/CMakeFiles/files.dir/depend.make (+2/-0)
po/plugins/Files/CMakeFiles/files.dir/flags.make (+8/-0)
po/plugins/Files/CMakeFiles/files.dir/link.txt (+1/-0)
po/plugins/Files/CMakeFiles/files.dir/progress.make (+3/-0)
po/plugins/Files/CMakeFiles/progress.marks (+1/-0)
po/plugins/Files/Makefile (+209/-0)
po/plugins/Files/cmake_install.cmake (+90/-0)
po/plugins/Makefile (+167/-0)
po/plugins/News/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
po/plugins/News/CMakeFiles/news.dir/DependInfo.cmake (+33/-0)
po/plugins/News/CMakeFiles/news.dir/build.make (+111/-0)
po/plugins/News/CMakeFiles/news.dir/cmake_clean.cmake (+12/-0)
po/plugins/News/CMakeFiles/news.dir/depend.make (+2/-0)
po/plugins/News/CMakeFiles/news.dir/flags.make (+8/-0)
po/plugins/News/CMakeFiles/news.dir/link.txt (+1/-0)
po/plugins/News/CMakeFiles/news.dir/progress.make (+3/-0)
po/plugins/News/CMakeFiles/progress.marks (+1/-0)
po/plugins/News/Makefile (+209/-0)
po/plugins/News/cmake_install.cmake (+90/-0)
po/plugins/Time/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
po/plugins/Time/CMakeFiles/progress.marks (+1/-0)
po/plugins/Time/CMakeFiles/time.dir/DependInfo.cmake (+33/-0)
po/plugins/Time/CMakeFiles/time.dir/build.make (+111/-0)
po/plugins/Time/CMakeFiles/time.dir/cmake_clean.cmake (+12/-0)
po/plugins/Time/CMakeFiles/time.dir/depend.make (+2/-0)
po/plugins/Time/CMakeFiles/time.dir/flags.make (+8/-0)
po/plugins/Time/CMakeFiles/time.dir/link.txt (+1/-0)
po/plugins/Time/CMakeFiles/time.dir/progress.make (+3/-0)
po/plugins/Time/Makefile (+209/-0)
po/plugins/Time/cmake_install.cmake (+70/-0)
po/plugins/Weather/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
po/plugins/Weather/CMakeFiles/progress.marks (+1/-0)
po/plugins/Weather/CMakeFiles/weather.dir/DependInfo.cmake (+33/-0)
po/plugins/Weather/CMakeFiles/weather.dir/build.make (+111/-0)
po/plugins/Weather/CMakeFiles/weather.dir/cmake_clean.cmake (+12/-0)
po/plugins/Weather/CMakeFiles/weather.dir/depend.make (+2/-0)
po/plugins/Weather/CMakeFiles/weather.dir/flags.make (+8/-0)
po/plugins/Weather/CMakeFiles/weather.dir/link.txt (+1/-0)
po/plugins/Weather/CMakeFiles/weather.dir/progress.make (+3/-0)
po/plugins/Weather/Makefile (+209/-0)
po/plugins/Weather/cmake_install.cmake (+90/-0)
po/plugins/cmake_install.cmake (+43/-0)
po/po/CMakeFiles/CMakeDirectoryInformation.cmake (+5/-0)
po/po/CMakeFiles/i18n.dir/DependInfo.cmake (+0/-1)
po/po/CMakeFiles/i18n.dir/build.make (+35/-0)
po/po/CMakeFiles/i18n.dir/progress.make (+1/-1)
po/po/CMakeFiles/pot.dir/DependInfo.cmake (+0/-1)
po/po/CMakeFiles/pot.dir/build.make (+24/-0)
po/po/CMakeFiles/pot.dir/progress.make (+1/-1)
po/po/Makefile (+50/-0)
po/po/cmake_install.cmake (+52/-0)
po/src/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
po/src/CMakeFiles/gazette.dir/DependInfo.cmake (+42/-0)
po/src/CMakeFiles/gazette.dir/build.make (+232/-0)
po/src/CMakeFiles/gazette.dir/cmake_clean.cmake (+20/-0)
po/src/CMakeFiles/gazette.dir/depend.make (+2/-0)
po/src/CMakeFiles/gazette.dir/flags.make (+8/-0)
po/src/CMakeFiles/gazette.dir/link.txt (+1/-0)
po/src/CMakeFiles/gazette.dir/progress.make (+7/-0)
po/src/CMakeFiles/progress.marks (+1/-0)
po/src/Config.vala (+1/-1)
po/src/Makefile (+317/-0)
po/src/cmake_install.cmake (+50/-0)
src/CMakeLists.txt (+22/-0)
src/Gazette.vala (+58/-107)
src/PluginManager.vala (+175/-0)
src/Plugs/RSS.vala (+0/-92)
src/Plugs/RecentFiles.vala (+0/-27)
src/Plugs/Service.vala (+0/-74)
src/Plugs/Weather.vala (+0/-114)
src/Services/Calendar.vala (+0/-76)
src/Services/Files.vala (+0/-54)
src/Services/News.vala (+0/-92)
src/Services/Service.vala (+0/-135)
src/WelcomeMessage.vala (+39/-0)
src/Widgets/GazetteWindow.vala (+0/-1)
src/Widgets/ShadowedLabel.vala (+0/-80)
vapi/Service.vapi (+51/-0)
Text conflict in po/gazette.pot
Text conflict in po/po/CMakeFiles/CMakeDirectoryInformation.cmake
Text conflict in po/po/CMakeFiles/i18n.dir/build.make
Text conflict in po/po/CMakeFiles/pot.dir/build.make
Text conflict in po/po/Makefile
Text conflict in po/po/cmake_install.cmake
Conflict: can't delete src/Services because it is not empty.  Not deleting.
Conflict because src/Services is not versioned, but has versioned children.  Versioned directory.
Contents conflict in src/Services/Weather.vala
To merge this branch: bzr merge lp:~gotwig/gazette/global-service-states
Reviewer Review Type Date Requested Status
Gazette Newsies Pending
Review via email: mp+178367@code.launchpad.net

Description of the change

big restructure..

dont merge now!!

To post a comment you must log in.

Unmerged revisions

112. By Eduardd Gotwig <email address hidden>

Fix markup issue

111. By Eduardd Gotwig <email address hidden>

more improvements

110. By Eduardd Gotwig <email address hidden>

some more improvement, we stil gotta have to add add the properties to service-states
------------- This line and the following will be ignored --------------

modified:
  lib/Service.vala
  src/Gazette.vala

109. By Eduardd Gotwig <email address hidden>

radical new approach; service-states is meant to hold ALL states of widgets, which are essential for everyone, independent of its function
like update-interval, fonts, color. only look is implemented yet. functions will soon follow. Show these essential values the user in the plug.
Todo: Add an expander, hide button for this, as this are "advanced settings"

108. By Eduardd Gotwig <email address hidden>

Change default font to Open Sans , instead of Open Sans Light, so the filter works correctly. We have weight problems, for now this is the only way to fix them. some fonts work (like Open Sans Light), others not (like Raleway Thin)

107. By Eduardd Gotwig <email address hidden>

improve font filter

106. By Eduardd Gotwig <email address hidden>

limit font selection

105. By Eduardd Gotwig <email address hidden>

Drop fontsize support in dconf: scaling should in/decrease font levels, and not the zoom factor; add font support for Weather plug

104. By Eduardd Gotwig <email address hidden>

Even better style

103. By Eduardd Gotwig <email address hidden>

Radical new plug interface

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 2013-04-20 16:58:56 +0000
3+++ CMakeLists.txt 2013-08-02 19:10:38 +0000
4@@ -11,9 +11,11 @@
5 set (CMAKE_INSTALL_PREFIX /usr)
6
7 #enable_testing ()
8+include(GNUInstallDirs)
9
10 set (DATADIR "${CMAKE_INSTALL_PREFIX}/share")
11 set (PKGDATADIR "${DATADIR}/${NAME}")
12+set (PLUGINDIR "${CMAKE_INSTALL_FULL_LIBDIR}/gazette/plugins")
13 set (GETTEXT_PACKAGE "${NAME}")
14 set (RELEASE_NAME "Simple and functional.")
15 set (VERSION "0.1")
16@@ -28,7 +30,7 @@
17 add_definitions(-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\")
18
19 find_package(PkgConfig)
20-pkg_check_modules(DEPS REQUIRED goa-1.0 libgdata libsoup-2.4 pantheon granite clutter-gtk-1.0 zeitgeist-1.0)
21+pkg_check_modules(DEPS REQUIRED goa-1.0 libgdata libsoup-2.4 pantheon granite clutter-gtk-1.0 zeitgeist-1.0 gmodule-2.0 libgtop-2.0 gio-2.0)
22
23 link_libraries(${DEPS_LIBRARIES})
24 link_directories(${DEPS_LIBRARY_DIRS})
25@@ -38,42 +40,18 @@
26 find_package(Vala REQUIRED)
27 include(ValaVersion)
28 ensure_vala_version("0.16.0" MINIMUM)
29-
30 include(ValaPrecompile)
31-vala_precompile(VALA_C
32- src/Gazette.vala
33- src/Services/Files.vala
34- src/Services/Service.vala
35- src/Services/News.vala
36- src/Services/Weather.vala
37- src/Services/Calendar.vala
38- src/Widgets/GazetteWindow.vala
39- src/Widgets/ShadowedLabel.vala
40- ${CMAKE_BINARY_DIR}/src/Config.vala
41-PACKAGES
42- goa-1.0
43- libgdata
44- libsoup-2.4
45- granite
46- clutter-gtk-1.0
47- zeitgeist-1.0
48- pantheon
49-OPTIONS
50- --vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi/
51- ${VALAFLAGS}
52- #${VERSIONVALAFLAGS}
53- )
54+include(GSettings)
55
56+add_subdirectory (lib)
57+add_subdirectory (src)
58+add_subdirectory (plugins)
59 add_subdirectory (po)
60-add_subdirectory (src/Plugs)
61+add_subdirectory (plug)
62
63-include(GSettings)
64 add_schema ("data/org.pantheon.gazette.gschema.xml")
65
66-add_executable(${NAME} ${VALA_C})
67-target_link_libraries(gazette m)
68
69 #install(TARGETS ${NAME} RUNTIME DESTINATION /opt/extras.ubuntu.com/${NAME}/bin)
70 #install (FILES ${CMAKE_BINARY_DIR}/gazette DESTINATION bin)
71-install (TARGETS gazette RUNTIME DESTINATION bin)
72-install (FILES data/gazetteweather.ttf DESTINATION share/fonts/truetype)
73+install (FILES data/gazette.desktop DESTINATION /etc/xdg/autostart)
74
75=== added file 'data/gazette.desktop'
76--- data/gazette.desktop 1970-01-01 00:00:00 +0000
77+++ data/gazette.desktop 2013-08-02 19:10:38 +0000
78@@ -0,0 +1,9 @@
79+[Desktop Entry]
80+Type=Application
81+Name=Gazette
82+Comment=Starts the Gazette News Columns Service
83+GenericName=News Columns Service
84+Exec=gazette
85+X-GNOME-Autostart-Delay=3
86+NoDisplay=true
87+X-GNOME-Gettext-Domain=gazette
88
89=== removed file 'data/gazetteweather.ttf'
90Binary files data/gazetteweather.ttf 2013-04-17 13:28:00 +0000 and data/gazetteweather.ttf 1970-01-01 00:00:00 +0000 differ
91=== modified file 'data/org.pantheon.gazette.gschema.xml'
92--- data/org.pantheon.gazette.gschema.xml 2013-04-23 18:56:21 +0000
93+++ data/org.pantheon.gazette.gschema.xml 2013-08-02 19:10:38 +0000
94@@ -1,50 +1,16 @@
95 <schemalist>
96- <enum id="weather-unit">
97- <value nick="Celsius" value="0" />
98- <value nick="Fahrenheit" value="1" />
99-
100- </enum>
101-
102- <schema path="/org/pantheon/gazette/" id="org.pantheon.gazette" gettext-domain="gazette">
103- <key name="services-enabled" type="as">
104- <default>['files:-1,-1','news:-1,-1','weather:-1,-1']</default>
105- <summary>All enabled services</summary>
106- </key>
107-
108- </schema>
109- <schema path="/org/pantheon/gazette/files/" id="org.pantheon.gazette.files" gettext-domain="gazette">
110- <key name="update-interval" type="i">
111- <default>180000<!-- 30 min in ms --></default>
112- <summary>The time, in ms after which files are updated</summary>
113- </key>
114- </schema>
115-
116- <schema path="/org/pantheon/gazette/news/" id="org.pantheon.gazette.news" gettext-domain="gazette">
117- <key name="rss-url" type="s">
118- <default>"http://feeds.bbci.co.uk/news/world/rss.xml"</default>
119- <summary>Specifies the RSS feed that gets used for news.</summary>
120- </key>
121- <key name="update-interval" type="i">
122- <default>300000<!-- 5 min in ms --></default>
123- <summary>The time, in ms after which rss-news get updated</summary>
124- </key>
125- </schema>
126-
127- <schema path="/org/pantheon/gazette/weather/" id="org.pantheon.gazette.weather" gettext-domain="gazette">
128- <key name="weather-id" type="i">
129- <default>667931</default>
130- <summary>Specifies the Yahoo Weather API ID.</summary>
131- <description>You can find this out by searching your city on http://weather.yahoo.com/</description>
132- </key>
133- <key name="weather-unit" enum="weather-unit">
134- <default>"Celsius"</default>
135- <summary>Specifies the unit for weather data.</summary>
136- </key>
137- <key name="update-interval" type="i">
138- <default>1800000<!-- 30 min in ms//Weather data refreshs all 3 hours --></default>
139- <summary>The time, in ms after which weather data gets updated</summary>
140- </key>
141-
142- </schema>
143-
144+ <schema path="/org/pantheon/gazette/" id="org.pantheon.gazette" gettext-domain="gazette">
145+ <key name="enabled-services" type="as">
146+ <default>['files','news','weather']</default>
147+ <summary>All enabled services</summary>
148+ </key>
149+ <key name="service-states" type="as">
150+ <default>[]</default>
151+ <summary>The last state of each service / holds all essential properties for every service (font, color, update-interval)</summary>
152+ </key>
153+ <key name="show-welcome" type="b">
154+ <default>true</default>
155+ <summary>Whether or not to show a welcome message on launch.</summary>
156+ </key>
157+ </schema>
158 </schemalist>
159
160=== added directory 'lib'
161=== added file 'lib/CMakeLists.txt'
162--- lib/CMakeLists.txt 1970-01-01 00:00:00 +0000
163+++ lib/CMakeLists.txt 2013-08-02 19:10:38 +0000
164@@ -0,0 +1,19 @@
165+vala_precompile(VALA_C
166+ Service.vala
167+ ShadowedLabel.vala
168+ Plugin.vala
169+ Configurable.vala
170+PACKAGES
171+ clutter-gtk-1.0
172+ gmodule-2.0
173+ granite
174+OPTIONS
175+ --thread
176+ --vapi=${CMAKE_SOURCE_DIR}/vapi/Service.vapi
177+ --header=${CMAKE_BINARY_DIR}/include/Service.h
178+)
179+
180+add_library(gazette-service STATIC ${VALA_C})
181+install (TARGETS gazette-service DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/gazette)
182+target_link_libraries(gazette-service m ${DEPS_LIBRARIES})
183+
184
185=== added file 'lib/Configurable.vala'
186--- lib/Configurable.vala 1970-01-01 00:00:00 +0000
187+++ lib/Configurable.vala 2013-08-02 19:10:38 +0000
188@@ -0,0 +1,6 @@
189+public interface Gazette.Plugin.Configurable : Gazette.Plugin.Base {
190+ /**
191+ * Creates a widget providing the configuration UI for this plugin.
192+ */
193+ public abstract Gtk.Widget create_config_widget ();
194+}
195\ No newline at end of file
196
197=== added file 'lib/Plugin.vala'
198--- lib/Plugin.vala 1970-01-01 00:00:00 +0000
199+++ lib/Plugin.vala 2013-08-02 19:10:38 +0000
200@@ -0,0 +1,46 @@
201+/**
202+ * This class represents the plugin interface. Subclass Gazette.Plugin to create a new plugin.
203+ * Plugins will be assigned a {@link Gazette.Service} that will be on variable service.
204+ * Plugins have to use Gazette.Service methods in order to display contents on it.
205+ * @see Gazette.Service for more information.
206+ *
207+ *
208+ */
209+public abstract class Gazette.Plugin.Base : Object {
210+ /**
211+ * Connect to this signal to do any cleanup before being disabled.
212+ */
213+ public signal void destroy ();
214+ public string id { get; protected set;}
215+ public string name {get; protected set;}
216+ public abstract Service service { get; protected set; }
217+ /**
218+ * Creates a new {@link Service}.
219+ */
220+ public abstract Service create_service ();
221+ /**
222+ * Place here all the code necessary to update the service.
223+ * This method is guarranteed to be called at least once.
224+ * If you want your service to auto-update on a time basis
225+ * add a call to {@link set_update_interval} in {@link create_service}.
226+ * @see GLib.Timeout
227+ * @since 0.1
228+ */
229+ public abstract bool update ();
230+ public void set_update_interval (int ms) {
231+ Timeout.add(ms, update);
232+ }
233+ //FIXME: Temporary solution, plugins should use the Configurable interface,
234+ // but it does not work.
235+ public abstract Gtk.Widget? create_config_widget ();
236+ /*TODO Make all services use ellipsize by default, this should be done using
237+ *Clutter.Text. We may migrate ShadowedLabel to Clutter.Text if possible
238+ *since it allows native clutter support.
239+ */
240+ public static string ellipsize (string s, int max_length) {
241+ string ret = s;
242+ if (ret.length > max_length)
243+ ret = ret.substring (0, ret.index_of_nth_char(max_length-3)) + "...";
244+ return ret;
245+ }
246+}
247
248=== added file 'lib/Service.vala'
249--- lib/Service.vala 1970-01-01 00:00:00 +0000
250+++ lib/Service.vala 2013-08-02 19:10:38 +0000
251@@ -0,0 +1,162 @@
252+public class Service : Clutter.Actor, Granite.Services.SettingsSerializable {
253+ uint timeout = 0;
254+ float start_x;
255+ float start_y;
256+ float factor = 1;
257+ bool held = false;
258+
259+ Settings settings;
260+
261+
262+ ShadowedLabel _title;
263+ ShadowedLabel reload;
264+ Clutter.Actor contents;
265+ unowned Gazette.Plugin.Base parent;
266+
267+ const int MARGIN = 30;
268+ public double scale { get { return this.scale_x; } set { this.scale_x = this.scale_y = value; } }
269+ public string title_font = "Open Sans";
270+ public string content_font = "Raleway";
271+ public string text_color = "#00000";
272+ public string shadow_color = "#fffff";
273+ public int update_interval = 3000;
274+ public string title {
275+ get { return _title.label; }
276+ set { _title.label = @"<span face='Open Sans'>" + value + "</span>"; contents.y = reload.y = _title.y + _title.height;}
277+ }
278+
279+ public Service (Gazette.Plugin.Base parent) {
280+ debug("Creating service");
281+ settings = new Settings("org.pantheon.gazette");
282+
283+ opacity = 0;
284+ reactive = true;
285+ scale_gravity = Clutter.Gravity.NORTH_WEST;
286+ this.parent = parent;
287+ this.parent.destroy.connect(() => { this.destroy(); });
288+ reload = get_reload_label(parent.name);
289+ reload.hide ();
290+ contents = new Clutter.Actor ();
291+ var layout_manager = new Clutter.FlowLayout(Clutter.FlowOrientation.VERTICAL);
292+ layout_manager.set_row_spacing(-8);
293+ contents.set_layout_manager(layout_manager);
294+ _title = new ShadowedLabel("", text_color, shadow_color);
295+ add_child (_title);
296+ add_child (contents);
297+ add_child (reload);
298+ display ();
299+ }
300+ public void add_content (string content) {
301+ this.contents.add_child(new ShadowedLabel(@"<span face='Open sans'>" + content + "</span>", "#2323", "#2323"));
302+ }
303+ public void add_content_with_link(string content, string uri) {
304+ this.contents.add_child(new ShadowedLink(@"<span face='Open sans'>" + content + "</span>", uri, "#2323", "#2323"));
305+ }
306+ public void add_content_marked_up(string content) {
307+ this.contents.add_child(new ShadowedLabel(content, "#2323", "#2323"));
308+ }
309+ public void clear_contents () {
310+ contents.remove_all_children ();
311+ }
312+ public void add_clutter_actor (Clutter.Actor actor) {
313+ this.contents.add_child(actor);
314+ }
315+ public override bool button_press_event (Clutter.ButtonEvent event) {
316+ timeout = Timeout.add (Clutter.Settings.get_default ().long_press_duration, long_held);
317+ start_x = event.x - x;
318+ start_y = event.y - y;
319+
320+ get_stage ().captured_event.connect (intercept);
321+
322+ return false;
323+ }
324+ public void show_reload_label () {
325+ reload.show ();
326+ }
327+ public void hide_reload_label () {
328+ reload.hide ();
329+ }
330+ bool long_held () {
331+ held = true;
332+ animate (Clutter.AnimationMode.EASE_IN_OUT_BACK, 300, scale_x : 0.8f * factor, scale_y : 0.8f * factor);
333+
334+ return false;
335+ }
336+
337+ bool intercept (Clutter.Event event) {
338+ switch (event.get_type ()) {
339+
340+ case Clutter.EventType.SCROLL:
341+ double scale_x_value = 0.0;
342+ double scale_y_value = 0.0;
343+ get_scale(out scale_x_value, out scale_y_value );
344+ switch (event.get_scroll_direction ()) {
345+ case Clutter.ScrollDirection.UP:
346+ animate (Clutter.AnimationMode.EASE_IN_OUT_BACK, 100, scale_x : scale_x_value * 1.01, scale_y : scale_y_value * 1.01);
347+ factor *= 1.01f;
348+ break;
349+ case Clutter.ScrollDirection.DOWN:
350+ animate (Clutter.AnimationMode.EASE_IN_OUT_BACK, 100, scale_x : scale_x_value * 0.99, scale_y : scale_y_value * 0.99);
351+ factor *= 0.99f;
352+ break;
353+ }
354+ return true;
355+
356+ case Clutter.EventType.BUTTON_RELEASE:
357+ get_stage ().captured_event.disconnect (intercept);
358+ if (!held) {
359+ clear_timeout ();
360+ return false;
361+ }
362+ debug(@"The scaling factor is: $factor");
363+ animate (Clutter.AnimationMode.EASE_IN_OUT_BACK, 300, scale_x : 1.0f * factor, scale_y : 1.0f * factor);
364+ clear_timeout ();
365+ return true;
366+
367+ case Clutter.EventType.MOTION:
368+ if (!held)
369+ return false;
370+ float ex, ey;
371+ event.get_coords (out ex, out ey);
372+ x = Math.floorf (ex - start_x);
373+ y = Math.floorf (ey - start_y);
374+ return true;
375+ }
376+ return false;
377+ }
378+ ShadowedLabel get_reload_label (string name) {
379+ var reload = new ShadowedLabel("<span face='Open Sans Light' font='16'>" +_("Could not load ") + name + _(",\nclick here to try again.") + "</span>", text_color, shadow_color);
380+ reload.reactive = true;
381+ reload.button_release_event.connect (parent.update);
382+ return reload;
383+ }
384+ void clear_timeout () {
385+ if (timeout > 0) {
386+ Source.remove (timeout);
387+ timeout = 0;
388+ }
389+ held = false;
390+ }
391+
392+ internal void display () {
393+ animate (Clutter.AnimationMode.LINEAR, 400, opacity : 255);
394+ }
395+
396+ public string settings_serialize () {
397+//TODO replace scaling with only fonts
398+ return @"$x,$y,$scale,$title_font,$content_font,$text_color,$shadow_color,$update_interval";
399+ }
400+ public void settings_deserialize (string s) {
401+ debug(@"deserialize called with $s");
402+ var arr = s.split(",");
403+ this.x = (float) double.parse(arr[0]);
404+ this.y = (float) double.parse(arr[1]);
405+ this.scale = double.parse(arr[2]);
406+ this.factor = (float) this.scale;
407+ this.title_font = arr[3];
408+ this.content_font = arr[4];
409+ this.text_color = arr[5];
410+ this.shadow_color = arr[6];
411+ this.update_interval = (int) int.parse(arr[7]);
412+ }
413+}
414
415=== added file 'lib/ShadowedLabel.vala'
416--- lib/ShadowedLabel.vala 1970-01-01 00:00:00 +0000
417+++ lib/ShadowedLabel.vala 2013-08-02 19:10:38 +0000
418@@ -0,0 +1,104 @@
419+// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
420+/***
421+ BEGIN LICENSE
422+
423+ Copyright (C) 2013 Tom Beckmann
424+
425+ This program is free software: you can redistribute it and/or modify it
426+ under the terms of the GNU Lesser General Public License version 3, as published
427+ by the Free Software Foundation.
428+
429+ This program is distributed in the hope that it will be useful, but
430+ WITHOUT ANY WARRANTY; without even the implied warranties of
431+ MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
432+ PURPOSE. See the GNU General Public License for more details.
433+
434+ You should have received a copy of the GNU General Public License along
435+ with this program. If not, see <http://www.gnu.org/licenses/>
436+
437+ END LICENSE
438+***/
439+
440+using Clutter;
441+
442+public class ShadowedLabel : Actor {
443+ Granite.Drawing.BufferSurface buffer;
444+
445+ Gdk.RGBA text_color;
446+ Gdk.RGBA shadow_color;
447+
448+ string _label = "";
449+ public string label {
450+ get {
451+ return _label;
452+ } set {
453+ if (value == _label)
454+ return;
455+
456+ _label = value;
457+
458+ var l = new Pango.Layout (Pango.cairo_font_map_get_default ().create_context ());
459+ l.set_markup (label, -1);
460+ Pango.Rectangle ink, log;
461+ l.get_extents (out ink, out log);
462+ width = (log.width / Pango.SCALE + 20);
463+ height = (log.height / Pango.SCALE) + 6;
464+ }
465+ }
466+
467+ public ShadowedLabel (string _label, string text_color = "white", string shadow_color = "black") {
468+ this.text_color.parse (text_color);
469+ this.shadow_color.parse (shadow_color);
470+ content = new Canvas ();
471+ (content as Canvas).draw.connect (draw);
472+
473+ notify["width"].connect (() => {(content as Canvas).set_size ((int) width, (int) height); });
474+ notify["height"].connect (() => {(content as Canvas).set_size ((int) width, (int) height); });
475+
476+ label = _label;
477+ }
478+
479+ bool draw (Cairo.Context cr) {
480+
481+ cr.set_operator (Cairo.Operator.CLEAR);
482+ cr.paint ();
483+ cr.set_operator (Cairo.Operator.OVER);
484+
485+ buffer = new Granite.Drawing.BufferSurface ((int) width, (int) height);
486+ var layout = Pango.cairo_create_layout (buffer.context);
487+ layout.set_markup (label, -1);
488+
489+ buffer.context.move_to (0, 1);
490+ buffer.context.set_source_rgba (shadow_color.red, shadow_color.green,
491+ shadow_color.blue, shadow_color.alpha);
492+ Pango.cairo_show_layout (buffer.context, layout);
493+ buffer.exponential_blur (3);
494+
495+ buffer.context.move_to (0, 0);
496+ buffer.context.set_source_rgba (text_color.red, text_color.green,
497+ text_color.blue, text_color.alpha);
498+ Pango.cairo_show_layout (buffer.context, layout);
499+
500+ cr.set_source_surface (buffer.surface, 0, 0);
501+ cr.paint ();
502+
503+ return true;
504+ }
505+}
506+public class ShadowedLink : ShadowedLabel {
507+ string uri;
508+ public ShadowedLink (string label, string uri, string text_color = "white", string shadow_color = "black") {
509+ base (label, text_color, shadow_color);
510+ this.uri = uri;
511+ reactive = true;
512+ button_release_event.connect (on_click);
513+ }
514+ private bool on_click () {
515+ try {
516+ AppInfo.launch_default_for_uri(this.uri, null);
517+ } catch (Error e) {
518+ warning("Could not open uri: " + this.uri);
519+ }
520+ return true;
521+ }
522+}
523
524=== renamed directory 'src/Plugs' => 'plug'
525=== modified file 'plug/CMakeLists.txt'
526--- src/Plugs/CMakeLists.txt 2013-04-25 04:42:07 +0000
527+++ plug/CMakeLists.txt 2013-08-02 19:10:38 +0000
528@@ -37,15 +37,19 @@
529
530 #Here is where vala precompiles all the *.vala files into *.c files.
531 #Then we compule the *.c files to turn them into a true executable.
532-
533+include_directories(${CMAKE_BINARY_DIR}/include)
534 add_definitions(${CFLAGS})
535 vala_precompile(VALA_C
536+ ${CMAKE_BINARY_DIR}/src/Config.vala
537+ ../vapi/Service.vapi
538+ ../src/PluginManager.vala
539 main.vala
540- Service.vala
541- RSS.vala
542- Weather.vala
543- RecentFiles.vala
544+ GeneralConfigBox.vala
545+ PluginConfigBox.vala
546 PACKAGES
547+ gio-2.0
548+ clutter-gtk-1.0
549+ gmodule-2.0
550 gtk+-3.0
551 granite
552 pantheon
553@@ -54,11 +58,11 @@
554
555 #Here we define our executable name.
556
557-add_executable(Gazette ${VALA_C})
558+add_executable(gazette-plug ${VALA_C})
559
560+target_link_libraries(gazette-plug ${DEPS_LIBRARIES} gazette-service)
561 #We need to link the libraries with our Executable.
562
563-target_link_libraries(Gazette ${DEPS_LIBRARIES})
564
565 #Install Gazette Plug for Switchboard integration
566 #install (TARGETS src/Plugs/gazette lib/plugs/gazette)
567@@ -69,4 +73,4 @@
568 install(
569 CODE
570 "execute_process (COMMAND gtk-update-icon-cache -t -f ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor)")
571-install (TARGETS Gazette DESTINATION lib/plugs/gazette)
572+install (TARGETS gazette-plug DESTINATION lib/plugs/gazette)
573
574=== added file 'plug/GeneralConfigBox.vala'
575--- plug/GeneralConfigBox.vala 1970-01-01 00:00:00 +0000
576+++ plug/GeneralConfigBox.vala 2013-08-02 19:10:38 +0000
577@@ -0,0 +1,94 @@
578+public class GeneralConfigBox : Gtk.Box {
579+ Settings settings;
580+ //Settings appearance_settings;
581+ public GeneralConfigBox () {
582+ orientation = Gtk.Orientation.VERTICAL;
583+
584+ settings = new Settings ("org.pantheon.gazette");
585+
586+ var container = new Gtk.Grid ();
587+ this.add (container);
588+ container.margin = 12;
589+ container.row_spacing = 12;
590+ container.column_spacing = 16;
591+ container.column_homogeneous = true;
592+
593+ var launch_on_startup = new Gtk.Label ( _("Launch at startup") );
594+ launch_on_startup.xalign = 1.0f;
595+ container.attach(launch_on_startup, 0, 0, 1, 1);
596+ var launch_on_startup_switcher = new Gtk.Switch ();
597+ launch_on_startup_switcher.halign = Gtk.Align.START;
598+ container.attach(launch_on_startup_switcher, 1, 0, 1, 1);
599+
600+ var show_welcomescreen = new Gtk.Label ( _("Show welcome message") );
601+ show_welcomescreen.xalign = 1.0f;
602+ container.attach(show_welcomescreen, 0, 1, 1, 1);
603+ var show_welcomescreen_switcher = new Gtk.Switch ();
604+ show_welcomescreen_switcher.halign = Gtk.Align.START;
605+ container.attach(show_welcomescreen_switcher, 1, 1, 1, 1);
606+
607+ // Help and License text label
608+ var help_license = new Gtk.Label ("<a href='https://answers.launchpad.net/gazette'>" + _("Find help online") + "</a>\nGazette Newsies - © 2013 GPLv3");
609+ help_license.set_use_markup (true);
610+ help_license.set_line_wrap (true);
611+ help_license.halign = Gtk.Align.END;
612+ container.attach(help_license, 0, 8, 1, 1);
613+
614+ // RESET BUTTON
615+ var resetButton = new Gtk.Button.with_label ( _("Reset") );
616+ resetButton.halign = Gtk.Align.START;
617+ container.attach(resetButton, 1, 8, 1, 1);
618+ resetButton.clicked.connect(() => {
619+ //appearance_settings.reset("content-font");
620+ //appearance_settings.reset("text-font");
621+ //appearance_settings.reset("text-color");
622+ //appearance_settings.reset("shadow-color");
623+ });
624+
625+
626+
627+
628+ var destination = File.new_for_path (Environment.get_home_dir () + "/.config/autostart/gazette.desktop");
629+ var file = File.new_for_path ("/etc/xdg/autostart/gazette.desktop");
630+
631+ if (!destination.query_exists ()) {
632+ launch_on_startup_switcher.active = true;
633+ }
634+
635+ launch_on_startup_switcher.notify["active"].connect (() => {
636+ if (launch_on_startup_switcher.active) {
637+ try {
638+ destination.delete ();
639+ }
640+ catch (Error e) {
641+ stderr.printf ("Error: %s\n", e.message);
642+ }
643+
644+ } else {
645+ try {
646+ file.copy (destination, FileCopyFlags.NONE);
647+ var destination_stream = destination.append_to (FileCreateFlags.NONE);
648+ destination_stream.write ("Hidden=True\n".data);
649+ }
650+ catch (Error e) {
651+ stdout.printf ("Error: %s\n", e.message);
652+ }
653+ }
654+ });
655+
656+ if (settings.get_boolean ("show-welcome") == true){
657+ show_welcomescreen_switcher.active = true;
658+ }
659+
660+ show_welcomescreen_switcher.notify["active"].connect (() => {
661+ if (show_welcomescreen_switcher.active) {
662+ settings.set_boolean ("show-welcome", true);
663+ } else {
664+ settings.set_boolean ("show-welcome", false);
665+ }
666+ });
667+
668+
669+
670+ }
671+}
672
673=== added file 'plug/PluginConfigBox.vala'
674--- plug/PluginConfigBox.vala 1970-01-01 00:00:00 +0000
675+++ plug/PluginConfigBox.vala 2013-08-02 19:10:38 +0000
676@@ -0,0 +1,206 @@
677+public class PluginConfigBox : Gtk.Box {
678+
679+ static Gtk.Widget no_settings = new Gtk.Label( _("This widget has no settings") );
680+
681+ Settings settings;
682+ string [] enabled_services;
683+ Gee.Collection<Gazette.Plugin.Base> services;
684+ Gtk.Widget current_conf;
685+
686+ public PluginConfigBox () {
687+ orientation = Gtk.Orientation.HORIZONTAL;
688+ settings = new Settings ("org.pantheon.gazette");
689+ enabled_services = settings.get_strv("enabled-services");
690+ var manager = new Gazette.PluginManager (settings, "enabled-services", Constants.PLUGINDIR);
691+ manager.load_plugins ();
692+ services = manager.get_plugins ();
693+
694+ var list = new Gtk.Box (Gtk.Orientation.VERTICAL, 0);
695+ var view = new Gtk.Box (Gtk.Orientation.VERTICAL, 0);
696+ var scrl = new Gtk.ScrolledWindow (null, null);
697+
698+ scrl.add_with_viewport (list);
699+ scrl.width_request = 200;
700+ list.margin = 12;
701+ list.spacing = 12;
702+
703+ this.pack_start (scrl, false);
704+ this.pack_start (view);
705+ var cur_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 20);
706+ var cur_label = new Gtk.Label ( _("Select a Widget to configure") );
707+
708+
709+ var container_global = new Gtk.Grid ();
710+ container_global.margin = 4;
711+ container_global.row_spacing = 4;
712+ container_global.column_spacing = 12;
713+ container_global.column_homogeneous = true;
714+
715+ // SEPERATOR FOR IMPORTANT ACTIONS
716+ var separator = new Gtk.Separator (Gtk.Orientation.HORIZONTAL);
717+ container_global.attach(separator, 0, 0, 3, 1);
718+
719+ // REFRESH LABEL
720+ var refreshLabel = new Gtk.Label (_("Refresh Interval") + " :");
721+ container_global.attach(refreshLabel, 0, 1, 1, 1);
722+ refreshLabel.set_alignment (1, 0);
723+
724+ // REFRESH ENTRY
725+ var scale = new Gtk.Scale.with_range (Gtk.Orientation.HORIZONTAL, 0, 3600000, 60000);
726+ scale.set_draw_value (false);
727+ scale.add_mark (300000, Gtk.PositionType.BOTTOM, _("5 min"));
728+ scale.add_mark (1200000, Gtk.PositionType.BOTTOM, _("20 min"));
729+ scale.add_mark (2400000, Gtk.PositionType.BOTTOM, _("40 min"));
730+ scale.add_mark (3600000, Gtk.PositionType.BOTTOM, _("1 hour"));
731+
732+ //scale.set_value (update_interval);
733+
734+ scale.value_changed.connect (() => {
735+ //settings.set_int("update-interval", (int) scale.get_value() );
736+ });
737+
738+ container_global.attach(scale, 1, 1, 2, 1);
739+
740+ var face_color = new Gtk.Label (_("Face color / Shadow color") + " :");
741+ face_color.xalign = 1.0f;
742+ container_global.attach(face_color, 0, 2, 1, 1);
743+ var face_color_selector = new Gtk.ColorButton();
744+ container_global.attach(face_color_selector, 1, 2, 1, 1);
745+
746+ var shadow_color_selector = new Gtk.ColorButton();
747+ container_global.attach(shadow_color_selector, 2, 2, 1, 1);
748+
749+ var title_font = new Gtk.Label (_("Title font / Content font") + " :");
750+ title_font.xalign = 1.0f;
751+ container_global.attach(title_font, 0, 3, 1, 1);
752+ var title_font_chooser = new Gtk.FontButton ();
753+ title_font_chooser.show_size = false;
754+ title_font_chooser.set_filter_func((family, face) => {
755+ return face.describe().get_weight() == Pango.Weight.NORMAL &&
756+ face.describe().get_style() == Pango.Style.NORMAL;
757+ });
758+ title_font_chooser.use_font = true;
759+ container_global.attach(title_font_chooser, 1, 3, 1, 1);
760+
761+ var content_font_chooser = new Gtk.FontButton ();
762+ content_font_chooser.show_size = false;
763+ content_font_chooser.set_filter_func((family, face) => {
764+ return face.describe().get_weight() == Pango.Weight.NORMAL &&
765+ face.describe().get_style() == Pango.Style.NORMAL;
766+ });
767+ content_font_chooser.use_font = true;
768+ container_global.attach(content_font_chooser, 2, 3, 1, 1);
769+
770+ // RESET BUTTON
771+ var resetButton = new Gtk.Button.with_label ( _("Reset") );
772+ resetButton.halign = Gtk.Align.START;
773+ container_global.attach(resetButton, 2, 4, 1, 1);
774+ resetButton.clicked.connect(() => {
775+ // GLOBAL RESET ACTIONS COME HERE
776+
777+ });
778+
779+ Gdk.RGBA aux_color = Gdk.RGBA();
780+
781+
782+ face_color_selector.rgba = aux_color;
783+ face_color_selector.color_set.connect( () => {
784+
785+ });
786+
787+
788+ shadow_color_selector.rgba = aux_color;
789+ shadow_color_selector.color_set.connect( () => {
790+
791+ });
792+
793+
794+ title_font_chooser.font_set.connect( () => {
795+ var font = title_font_chooser.font_name;
796+ var split_index = font.last_index_of_char(' ');
797+ var font_face = font.substring(0, split_index);
798+
799+ });
800+
801+ content_font_chooser.font_set.connect( () => {
802+ var font = content_font_chooser.font_name;
803+ var split_index = font.last_index_of_char(' ');
804+ var font_face = font.substring(0, split_index);
805+
806+ });
807+
808+
809+
810+
811+
812+
813+
814+ var attrs = new Pango.AttrList ();
815+ attrs.insert (new Pango.AttrFontDesc (
816+ Pango.FontDescription.from_string ("bold 25")));
817+ cur_label.set_attributes (attrs);
818+
819+ cur_label.halign = Gtk.Align.START;
820+// cur_box.pack_start (cur_image, false);
821+ cur_box.pack_start (cur_label, false);
822+ view.pack_start (cur_box, false);
823+ view.margin = 30;
824+
825+ foreach (Gazette.Plugin.Base p in services) {
826+ var list_item = get_item_for(p);
827+ list.pack_start (list_item, false);
828+ list_item.button_press_event.connect ( () => {
829+ view.pack_end (container_global, false);
830+
831+ cur_label.label = p.name;
832+ var config_widget = p.create_config_widget ();
833+ if (current_conf != null)
834+ view.remove(current_conf);
835+ if (config_widget != null) {
836+ view.add(config_widget);
837+ view.show_all();
838+ current_conf = config_widget;
839+ }
840+ else {
841+ view.add(no_settings);
842+ current_conf = no_settings;
843+ view.show_all();
844+ }
845+ return false;
846+ });
847+ }
848+ }
849+ private string[] remove_value (string val, string[] values) {
850+ string[] new_values = {};
851+ foreach (var v in values) {
852+ if (v != val)
853+ new_values += v;
854+ }
855+ return new_values;
856+ }
857+
858+ private Gtk.EventBox get_item_for (Gazette.Plugin.Base p) {
859+ var item = new Gtk.EventBox ();
860+ var item_c = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 5);
861+ item.add(item_c);
862+ var label = new Gtk.Label (p.name);
863+ label.xalign = 0.0f;
864+ var toggle = new Gtk.Switch ();
865+ toggle.valign = Gtk.Align.CENTER;
866+ toggle.set_active(p.id in enabled_services);
867+ toggle.notify["active"].connect(() => {
868+ if (toggle.active) {
869+ enabled_services += p.id;
870+ settings.set_strv ("enabled-services", enabled_services);
871+ }
872+ else {
873+ enabled_services = remove_value(p.id, enabled_services);
874+ settings.set_strv ("enabled-services", enabled_services);
875+ }
876+ });
877+ item_c.pack_start (label, true);
878+ item_c.pack_start (toggle, false);
879+ return item;
880+ }
881+
882+}
883
884=== modified file 'plug/gazette.plug'
885--- src/Plugs/gazette.plug 2013-04-20 17:18:50 +0000
886+++ plug/gazette.plug 2013-08-02 19:10:38 +0000
887@@ -1,6 +1,6 @@
888 [gazette.plug]
889-exec=Gazette
890+exec=gazette-plug
891 icon=gazette
892-title=Column News
893+title=News Columns
894 category=personal
895 X-GNOME-Gettext-Domain=gazette
896
897=== modified file 'plug/main.vala'
898--- src/Plugs/main.vala 2013-04-21 11:48:58 +0000
899+++ plug/main.vala 2013-08-02 19:10:38 +0000
900@@ -1,88 +1,27 @@
901-using Gtk;
902-using Pantheon;
903-
904 public class GazetteSettings : Pantheon.Switchboard.Plug {
905
906- GLib.List<Gazette.Service> services;
907- Gazette.Service current;
908-
909- public GazetteSettings(){
910-
911- this.services = new GLib.List<Gazette.Service> ();
912- services.append (new Gazette.Weather ());
913- services.append (new Gazette.RecentFiles ());
914- services.append (new Gazette.RSS ());
915-
916- var box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0);
917- var list = new Gtk.Box (Gtk.Orientation.VERTICAL, 0);
918- var view = new Gtk.Box (Gtk.Orientation.VERTICAL, 0);
919- var scrl = new Gtk.ScrolledWindow (null, null);
920-
921- scrl.add_with_viewport (list);
922- scrl.width_request = 300;
923- list.margin = 12;
924-
925- box.pack_start (scrl, false);
926- box.pack_start (view);
927- var cur_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 20);
928- var cur_label = new Gtk.Label ( _("Setup your\nnews services") );
929- var cur_image = new Gtk.Image.from_icon_name (
930- "gazette", Gtk.IconSize.DIALOG);
931- cur_image.pixel_size = 64;
932-
933- var attrs = new Pango.AttrList ();
934- attrs.insert (new Pango.AttrFontDesc (
935- Pango.FontDescription.from_string ("bold 25")));
936- cur_label.set_attributes (attrs);
937-
938- cur_label.halign = Gtk.Align.START;
939- cur_box.pack_start (cur_image, false);
940- cur_box.pack_start (cur_label);
941-
942- view.pack_start (cur_box, false);
943- view.margin = 30;
944-
945-
946-/* var button = new Gtk.Button.with_label("Oh Herro");
947-
948- button.clicked.connect(() => {
949- button.label = "Goodbye =(";
950- });
951-
952- this.add(button);*/
953-
954-
955- for (var i=0;i<services.length ();i++) {
956- services.nth_data (i).activated.connect ( (s) => {
957- if (this.current != null) {
958- this.current.item.get_style_context ().remove_class (Gtk.STYLE_CLASS_BUTTON);
959- view.remove (this.current.container);
960- }
961- this.current = s;
962- s.item.get_style_context ().add_class (Gtk.STYLE_CLASS_BUTTON);
963- s.item.get_style_context ().set_state (Gtk.StateFlags.ACTIVE);
964- s.item.get_style_context ().invalidate ();
965- view.add (s.container);
966- view.show_all ();
967- cur_label.label = s.name.label;
968- cur_image.icon_name = s.icon.icon_name;
969- });
970- list.pack_start (services.nth_data (i).item, false);
971- }
972-
973-
974-
975- this.add (box);
976- }
977-}
978-
979-public static int main(string[] args){
980-
981- Gtk.init(ref args);
982-
983- var SwitchBoard_Plug = new GazetteSettings();
984- SwitchBoard_Plug.register(_("Column News"));
985- SwitchBoard_Plug.show_all();
986- Gtk.main();
987- return 0;
988+ public GazetteSettings () {
989+ var notebook = new Granite.Widgets.StaticNotebook();
990+ notebook.margin = 12;
991+
992+ var generalBox = new GeneralConfigBox();
993+ var pluginBox = new PluginConfigBox();
994+
995+ notebook.append_page(pluginBox, new Gtk.Label(_("Widgets")));
996+ notebook.append_page(generalBox, new Gtk.Label(_("Extras")));
997+
998+ this.add(notebook);
999+ }
1000+
1001+
1002+ public static int main(string[] args){
1003+
1004+ Gtk.init(ref args);
1005+
1006+ var SwitchBoard_Plug = new GazetteSettings();
1007+ SwitchBoard_Plug.register(_("News Columns"));
1008+ SwitchBoard_Plug.show_all();
1009+ Gtk.main();
1010+ return 0;
1011+ }
1012 }
1013
1014=== added directory 'plugins'
1015=== added file 'plugins/CMakeLists.txt'
1016--- plugins/CMakeLists.txt 1970-01-01 00:00:00 +0000
1017+++ plugins/CMakeLists.txt 2013-08-02 19:10:38 +0000
1018@@ -0,0 +1,7 @@
1019+include_directories(${CMAKE_BINARY_DIR}/include)
1020+set(COMMON_DEPS gmodule-2.0 clutter-gtk-1.0 granite)
1021+add_subdirectory(Files)
1022+#add_subdirectory(Calendar)
1023+add_subdirectory(Weather)
1024+add_subdirectory(News)
1025+add_subdirectory(Time)
1026
1027=== added directory 'plugins/Calendar'
1028=== added file 'plugins/Calendar/CMakeLists.txt'
1029--- plugins/Calendar/CMakeLists.txt 1970-01-01 00:00:00 +0000
1030+++ plugins/Calendar/CMakeLists.txt 2013-08-02 19:10:38 +0000
1031@@ -0,0 +1,16 @@
1032+vala_precompile(VALA_C
1033+ ${CMAKE_SOURCE_DIR}/vapi/Service.vapi
1034+ Calendar.vala
1035+PACKAGES
1036+ libgdata
1037+ ${COMMON_DEPS}
1038+OPTIONS
1039+ --thread
1040+ --vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi/
1041+ ${VALAFLAGS}
1042+ #${VERSIONVALAFLAGS}
1043+)
1044+add_library(calendar SHARED ${VALA_C})
1045+set_target_properties(calendar PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugins)
1046+install (TARGETS calendar DESTINATION ${PLUGINDIR})
1047+install (FILES calendar.plug DESTINATION ${PLUGINDIR})
1048
1049=== added file 'plugins/Calendar/Calendar.vala'
1050--- plugins/Calendar/Calendar.vala 1970-01-01 00:00:00 +0000
1051+++ plugins/Calendar/Calendar.vala 2013-08-02 19:10:38 +0000
1052@@ -0,0 +1,74 @@
1053+public class Calendar : Gazette.Plugin.Base
1054+{
1055+ GData.CalendarService calservice;
1056+ GData.CalendarEvent current_event = null;
1057+
1058+// calendar names that are accepted as a list
1059+ string [] accept = {""};
1060+ string time;
1061+ string place = "";
1062+ construct {
1063+ id = "calendar";
1064+ name = _("Calendar");
1065+ }
1066+ public override Service service {get; protected set;}
1067+ public override Service create_service ()
1068+ {
1069+ service = new Service (this);
1070+ try {
1071+ var auths = new List<GData.AuthorizationDomain> ();
1072+ auths.append (GData.CalendarService.get_primary_authorization_domain ());
1073+ var auth = new GData.ClientLoginAuthorizer.for_authorization_domains ("weather", auths);
1074+ auth.authenticate ("loginname", "password", null);
1075+ calservice = new GData.CalendarService (auth);
1076+
1077+ if (calservice == null)
1078+ return null;
1079+
1080+ // let's see which calendar got the most recent event
1081+ var query = new GData.CalendarQuery (null);
1082+ query.start_min = new DateTime.now_local ().to_unix ();
1083+ query.is_strict = true;
1084+ query.future_events = true;
1085+ query.order_by = "starttime";
1086+ query.sort_order = "ascending";
1087+ query.max_results = 1;
1088+
1089+ var calendars = calservice.query_all_calendars (null, null, null);
1090+ foreach (var calendar in calendars.get_entries ()) {
1091+ if (!(calendar.title in accept))
1092+ continue;
1093+
1094+ var res = calservice.query_events (calendar as GData.CalendarCalendar, query, null, null);
1095+ var new_event = res.get_entries ().nth_data (0) as GData.CalendarEvent;
1096+ print ("CALENDAR: %s\n", calendar.title);
1097+ foreach (var ev in res.get_entries ())
1098+ print ("\tEVENT: %s\n", ev.title);
1099+ if (current_event == null || new_event.get_times ().nth_data (0).start_time < current_event.get_times ().nth_data (0).start_time)
1100+ current_event = new_event;
1101+ }
1102+
1103+ if (current_event == null)
1104+ return null;
1105+
1106+ time = new DateTime.from_unix_local (current_event.get_times ().nth_data (0).start_time).format ("%H:%M");
1107+ if (current_event.get_places ().length () > 0 && current_event.get_places ().nth_data (0).label != null) {
1108+ place = "@" + current_event.get_places ().nth_data (0).label;
1109+ }
1110+ } catch (Error e) { warning (e.message); }
1111+ var label = new ShadowedLabel ("<span face='wallstate' font='42'>i</span>"+
1112+ "<span face='Raleway' weight='100' font='72'> " + time + " </span>\n" +
1113+ "<span face='Open Sans Light' font='24'> " + current_event.title + place + " </span>");
1114+ service.add_content (label);
1115+ return service;
1116+ }
1117+ public override bool update () {
1118+ //TODO
1119+ return true;
1120+ }
1121+}
1122+
1123+public Calendar plugin_init () {
1124+ // types are registered automatically
1125+ return new Calendar();
1126+}
1127
1128=== added file 'plugins/Calendar/calendar.plug'
1129--- plugins/Calendar/calendar.plug 1970-01-01 00:00:00 +0000
1130+++ plugins/Calendar/calendar.plug 2013-08-02 19:10:38 +0000
1131@@ -0,0 +1,3 @@
1132+[Plugin]
1133+Name=calendar
1134+File=libcalendar.so
1135
1136=== added directory 'plugins/Files'
1137=== added file 'plugins/Files/CMakeLists.txt'
1138--- plugins/Files/CMakeLists.txt 1970-01-01 00:00:00 +0000
1139+++ plugins/Files/CMakeLists.txt 2013-08-02 19:10:38 +0000
1140@@ -0,0 +1,16 @@
1141+vala_precompile(VALA_C
1142+ ${CMAKE_SOURCE_DIR}/vapi/Service.vapi
1143+ Files.vala
1144+PACKAGES
1145+ zeitgeist-1.0
1146+ ${COMMON_DEPS}
1147+OPTIONS
1148+ --thread
1149+ --vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi/
1150+ ${VALAFLAGS}
1151+ #${VERSIONVALAFLAGS}
1152+ )
1153+add_library(files SHARED ${VALA_C})
1154+set_target_properties(files PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugins)
1155+install (TARGETS files DESTINATION ${PLUGINDIR})
1156+install (FILES files.plug DESTINATION ${PLUGINDIR})
1157
1158=== added file 'plugins/Files/Files.vala'
1159--- plugins/Files/Files.vala 1970-01-01 00:00:00 +0000
1160+++ plugins/Files/Files.vala 2013-08-02 19:10:38 +0000
1161@@ -0,0 +1,38 @@
1162+
1163+public class Files : Gazette.Plugin.Base
1164+{
1165+ List<Gtk.RecentInfo> last_files;
1166+ Settings settings;
1167+ public override Service service {get; protected set;}
1168+ construct {
1169+ name = _("Files");
1170+ id = "files";
1171+ }
1172+ public Files () {
1173+ settings = new Settings("org.pantheon.gazette.files");
1174+ }
1175+ public override Service create_service () {
1176+ service = new Service (this);
1177+ last_files = Gtk.RecentManager.get_default ().get_items ();
1178+ set_update_interval(settings.get_int("update-interval"));
1179+ service.title = _("Files");
1180+ return service;
1181+ }
1182+ public override bool update () {
1183+ debug("Updating Recent Files");
1184+ service.clear_contents ();
1185+ for (var i = 0; i < 10 && i < last_files.length (); i++) {
1186+ var aux = ellipsize (last_files.nth_data (i).get_display_name (), 40);
1187+ service.add_content_with_link(aux, last_files.nth_data (i).get_uri ());
1188+ }
1189+ return true;
1190+ }
1191+ public override Gtk.Widget? create_config_widget () {
1192+ return null;
1193+ }
1194+}
1195+
1196+public Files plugin_init () {
1197+ // types are registered automatically
1198+ return new Files ();
1199+}
1200
1201=== added file 'plugins/Files/files.plug'
1202--- plugins/Files/files.plug 1970-01-01 00:00:00 +0000
1203+++ plugins/Files/files.plug 2013-08-02 19:10:38 +0000
1204@@ -0,0 +1,3 @@
1205+[Plugin]
1206+Name=files
1207+File=libfiles.so
1208
1209=== added directory 'plugins/News'
1210=== added file 'plugins/News/CMakeLists.txt'
1211--- plugins/News/CMakeLists.txt 1970-01-01 00:00:00 +0000
1212+++ plugins/News/CMakeLists.txt 2013-08-02 19:10:38 +0000
1213@@ -0,0 +1,17 @@
1214+vala_precompile(VALA_C
1215+ ${CMAKE_SOURCE_DIR}/vapi/Service.vapi
1216+ News.vala
1217+PACKAGES
1218+ libsoup-2.4
1219+ ${COMMON_DEPS}
1220+OPTIONS
1221+ --thread
1222+ --vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi/
1223+ ${VALAFLAGS}
1224+ #${VERSIONVALAFLAGS}
1225+)
1226+add_library(news SHARED ${VALA_C})
1227+set_target_properties(news PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugins)
1228+install (TARGETS news DESTINATION ${PLUGINDIR})
1229+install (FILES news.plug DESTINATION ${PLUGINDIR})
1230+add_schema ("data/news.gschema.xml")
1231\ No newline at end of file
1232
1233=== added file 'plugins/News/News.vala'
1234--- plugins/News/News.vala 1970-01-01 00:00:00 +0000
1235+++ plugins/News/News.vala 2013-08-02 19:10:38 +0000
1236@@ -0,0 +1,96 @@
1237+
1238+public class News : Gazette.Plugin.Base
1239+{
1240+ struct News {
1241+ string title;
1242+ string url;
1243+ }
1244+ public override Service service {get; protected set;}
1245+ Settings settings;
1246+ Soup.Session session;
1247+ Soup.Message message;
1248+ News[] news;
1249+ construct {
1250+ id = "news";
1251+ name = _("News");
1252+ }
1253+ public News ()
1254+ {
1255+ settings = new Settings ("org.pantheon.gazette.news");
1256+ //settings.changed.connect( (key) => { if (key != "update-interval") update(); });
1257+ session = new Soup.SessionAsync ();
1258+ }
1259+ public override Service create_service () {
1260+ service = new Service(this);
1261+ session = new Soup.SessionAsync ();
1262+ //set_update_interval(settings.get_int("update-interval"));
1263+ service.title = _("News");
1264+ return service;
1265+ }
1266+ public override bool update ()
1267+ { debug("Updating News");
1268+ service.hide_reload_label ();
1269+ service.clear_contents ();
1270+ service.add_content(_("Loading news,\nplease wait."));
1271+ var soup_url = settings.get_string ("rss-url");
1272+ message = new Soup.Message ("GET", soup_url);
1273+ session.queue_message (message, (session, m) => {
1274+ var output = (string)m.response_body.data;
1275+ if (output == null) {
1276+ service.clear_contents ();
1277+ service.show_reload_label ();
1278+ return;
1279+ }
1280+ var offset = output.index_of ("<item>");
1281+ news = new News[10];
1282+ for (var i = 0; i < 10; i++) {
1283+ offset = output.index_of ("<title>", offset) + 7;
1284+ var title = output.substring (offset, output.index_of ("</title>", offset) - offset);
1285+ offset = output.index_of ("<link>", offset) + 6;
1286+ var url = output.substring (offset, output.index_of ("</link>", offset) - offset);
1287+ news[i] = {ellipsize(title, 40), url};
1288+ }
1289+ service.clear_contents ();
1290+ for (var i = 0; i < news.length; i++) {
1291+ service.add_content_with_link (news[i].title , news[i].url);
1292+ }
1293+ });
1294+ return true;
1295+ }
1296+
1297+ public override Gtk.Widget? create_config_widget () {
1298+ var container = new Gtk.Grid ();
1299+ container = new Gtk.Grid ();
1300+ container.margin = 12;
1301+ container.row_spacing = 12;
1302+ container.column_spacing = 12;
1303+ container.column_homogeneous = true;
1304+
1305+ settings = new Settings ("org.pantheon.gazette.news");
1306+ var rss_url = settings.get_string("rss-url");
1307+ //var update_interval = settings.get_int("update-interval");
1308+
1309+ // URL LABEL
1310+ var rssLabel = new Gtk.Label (_("URL") + " :");
1311+ container.attach(rssLabel, 0, 0, 1, 1);
1312+ rssLabel.set_alignment (1, 0);
1313+
1314+ // URL ENTRY
1315+ var rssEntry = new Gtk.Entry ();
1316+ rssEntry.set_text (rss_url);
1317+ container.attach(rssEntry, 1, 0, 2, 1);
1318+
1319+ rssEntry.changed.connect (() => {
1320+
1321+ settings.set_string("rss-url", rssEntry.get_text ());
1322+ });
1323+
1324+
1325+ return container;
1326+ }
1327+}
1328+
1329+public News plugin_init () {
1330+ // types are registered automatically
1331+ return new News ();
1332+}
1333
1334=== added directory 'plugins/News/data'
1335=== added file 'plugins/News/data/news.gschema.xml'
1336--- plugins/News/data/news.gschema.xml 1970-01-01 00:00:00 +0000
1337+++ plugins/News/data/news.gschema.xml 2013-08-02 19:10:38 +0000
1338@@ -0,0 +1,8 @@
1339+<schemalist>
1340+ <schema path="/org/pantheon/gazette/news/" id="org.pantheon.gazette.news" gettext-domain="gazette">
1341+ <key name="rss-url" type="s">
1342+ <default>"http://feeds.bbci.co.uk/news/world/rss.xml"</default>
1343+ <summary>Specifies the RSS feed that gets used for news.</summary>
1344+ </key>
1345+ </schema>
1346+</schemalist>
1347
1348=== added file 'plugins/News/news.plug'
1349--- plugins/News/news.plug 1970-01-01 00:00:00 +0000
1350+++ plugins/News/news.plug 2013-08-02 19:10:38 +0000
1351@@ -0,0 +1,3 @@
1352+[Plugin]
1353+Name=news
1354+File=libnews.so
1355
1356=== added directory 'plugins/Time'
1357=== added file 'plugins/Time/CMakeLists.txt'
1358--- plugins/Time/CMakeLists.txt 1970-01-01 00:00:00 +0000
1359+++ plugins/Time/CMakeLists.txt 2013-08-02 19:10:38 +0000
1360@@ -0,0 +1,15 @@
1361+vala_precompile(VALA_C
1362+ ${CMAKE_SOURCE_DIR}/vapi/Service.vapi
1363+ Time.vala
1364+PACKAGES
1365+ ${COMMON_DEPS}
1366+OPTIONS
1367+ --thread
1368+ --vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi/
1369+ ${VALAFLAGS}
1370+ #${VERSIONVALAFLAGS}
1371+)
1372+add_library(time SHARED ${VALA_C})
1373+set_target_properties(time PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugins)
1374+install (TARGETS time DESTINATION ${PLUGINDIR})
1375+install (FILES time.plug DESTINATION ${PLUGINDIR})
1376
1377=== added file 'plugins/Time/Time.vala'
1378--- plugins/Time/Time.vala 1970-01-01 00:00:00 +0000
1379+++ plugins/Time/Time.vala 2013-08-02 19:10:38 +0000
1380@@ -0,0 +1,36 @@
1381+public class Time : Gazette.Plugin.Base {
1382+ ShadowedLabel label;
1383+ public override Service service {get; private set;}
1384+ construct {
1385+ id = "time";
1386+ name = _("Time");
1387+ }
1388+ public override Service create_service () {
1389+ service = new Service (this);
1390+ set_update_interval(100);
1391+ label = new ShadowedLabel("");
1392+ service.add_actor(label);
1393+ return service;
1394+ }
1395+ public override bool update () {
1396+ var date = new GLib.DateTime.now_local ();
1397+ var day_format = _("%A, %B %e");
1398+ // TODO provide a localizable date suffix
1399+ string tfmt = (new Settings("org.gnome.desktop.interface")). get_string ("clock-format");
1400+ var time_format = _("<span weight='bold'>" + ((tfmt=="12h")?"%l":"%H") + ":</span><span weight='ultralight'>%M</span>");
1401+ label.label = date.format (
1402+ "\n<span face='Raleway' font='80'>"+
1403+ time_format+
1404+ "</span>\n<span face='Open Sans Light' font='24'>"+
1405+ day_format+
1406+ "</span>");
1407+ return true;
1408+ }
1409+ public override Gtk.Widget? create_config_widget () {
1410+ return null;
1411+ }
1412+}
1413+public Time plugin_init () {
1414+ // types are registered automatically
1415+ return new Time ();
1416+}
1417
1418=== added file 'plugins/Time/time.plug'
1419--- plugins/Time/time.plug 1970-01-01 00:00:00 +0000
1420+++ plugins/Time/time.plug 2013-08-02 19:10:38 +0000
1421@@ -0,0 +1,3 @@
1422+[Plugin]
1423+Name=time
1424+File=libtime.so
1425
1426=== added directory 'plugins/Weather'
1427=== added file 'plugins/Weather/CMakeLists.txt'
1428--- plugins/Weather/CMakeLists.txt 1970-01-01 00:00:00 +0000
1429+++ plugins/Weather/CMakeLists.txt 2013-08-02 19:10:38 +0000
1430@@ -0,0 +1,19 @@
1431+vala_precompile(VALA_C
1432+ ${CMAKE_SOURCE_DIR}/vapi/Service.vapi
1433+ Weather.vala
1434+PACKAGES
1435+ gio-2.0
1436+ libsoup-2.4
1437+ ${COMMON_DEPS}
1438+OPTIONS
1439+ --thread
1440+ --vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi/
1441+ ${VALAFLAGS}
1442+ #${VERSIONVALAFLAGS}
1443+)
1444+add_library(weather SHARED ${VALA_C})
1445+set_target_properties(weather PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugins)
1446+install (TARGETS weather DESTINATION ${PLUGINDIR})
1447+install (FILES weather.plug DESTINATION ${PLUGINDIR})
1448+install (FILES data/gazetteweather.ttf DESTINATION share/fonts/truetype)
1449+add_schema ("data/weather.gschema.xml")
1450
1451=== added file 'plugins/Weather/Weather.vala'
1452--- plugins/Weather/Weather.vala 1970-01-01 00:00:00 +0000
1453+++ plugins/Weather/Weather.vala 2013-08-02 19:10:38 +0000
1454@@ -0,0 +1,274 @@
1455+
1456+const string [] condition_codes = {
1457+ "c", // tornado
1458+ "0", // tropical storm
1459+ "c", // hurricane
1460+ "6", // severe thunderstorms
1461+ "6", // thunderstorms
1462+ "2", // mixed rain and snow
1463+ "3", // mixed rain and sleet
1464+ "2", // mixed snow and sleet
1465+ "e", // freezing drizzle
1466+ "3", // drizzle
1467+ "7", // freezing rain
1468+ "3", // showers
1469+ "3", // showers
1470+ "6", // snow flurries
1471+ "G", // light snow showers G
1472+ "#", // blowing snow #
1473+ "h", // snow "
1474+ "7", // hail
1475+ "7", // sleet
1476+ "F", // dust
1477+ "F", // foggy
1478+ "F", // haze
1479+ "M", // smoky M
1480+ "c", // blustery
1481+ "S", // windy S
1482+ "h", // cold
1483+ "N", // cloudy N
1484+ "4", // mostly cloudy (night) 4
1485+ "3", // mostly cloudy (day) 3
1486+ "K", // partly cloudy (night) K
1487+ "J", // pardetly cloudy (day) J
1488+ "C", // clear (night) C
1489+ "B", // sunny B
1490+ "2", // fair (night) 2
1491+ "B", // fair (day) B
1492+ "X", // mixed rain and hail X
1493+ "1", // hot 1
1494+ "1", // isolated thunderstorms
1495+ "1", // scattered thunderstorms
1496+ "1", // scattered thunderstorms
1497+ "e", // scattered showers
1498+ "#", // heavy snow #
1499+ "2", // scattered snow showers
1500+ "#", // heavy snow #
1501+ "H", // partly cloudy H
1502+ "1", // thundershowers
1503+ "2", // snow showers
1504+ "1", // isolated thundershowers
1505+ ")" // not available )
1506+};
1507+
1508+public class Weather : Gazette.Plugin.Base {
1509+ string [] condition_texts = {
1510+ _("Tornado"), // tornado
1511+ _("Tropical storm"), // tropical storm
1512+ _("Hurricane"), // hurricane
1513+ _("Severe thunderstorms"), // severe thunderstorms
1514+ _("Thunderstorms"), // thunderstorms
1515+ _("Mixed rain and snow"), // mixed rain and snow
1516+ _("Mixed rain and sleet"), // mixed rain and sleet
1517+ _("Mixed snow and sleet"), // mixed snow and sleet
1518+ _("Freezing drizzle"), // freezing drizzle
1519+ _("Drizzle"), // drizzle
1520+ _("Freezing rain"), // freezing rain
1521+ _("Showers"), // showers
1522+ _("Showers"), // showers
1523+ _("Snow flurries"), // snow flurries
1524+ _("Light snow showers"), // light snow showers G
1525+ _("Blowing snow"), // blowing snow #
1526+ _("Snow"), // snow "
1527+ _("Hail"), // hail
1528+ _("Sleet"), // sleet
1529+ _("Dust"), // dust
1530+ _("Foggy"), // foggy
1531+ _("Haze"), // haze
1532+ _("Smoky"), // smoky M
1533+ _("Blustery"), // blustery
1534+ _("Windy"), // windy S
1535+ _("Cold"), // cold
1536+ _("Cloudy"), // cloudy N
1537+ _("Mostly cloudy"), // mostly cloudy (night) 4
1538+ _("Mostly cloudy"), // mostly cloudy (day) 3
1539+ _("Partly cloudy"), // partly cloudy (night) K
1540+ _("Partly cloudy"), // partly cloudy (day) J
1541+ _("Clear"), // clear (night) C
1542+ _("Sunny"), // sunny B
1543+ _("Fair"), // fair (night) 2
1544+ _("Fair"), // fair (day) B
1545+ _("Mixed rain and hail"), // mixed rain and hail X
1546+ _("Hot"), // hot 1
1547+ _("Isolated thunderstorms"), // isolated thunderstorms
1548+ _("Scattered thunderstorms"), // scattered thunderstorms
1549+ _("Scattered thunderstorms"), // scattered thunderstorms
1550+ _("Scattered showers"), // scattered showers
1551+ _("Heavy snow"), // heavy snow #
1552+ _("Scattered snow showers"), // scattered snow showers
1553+ _("Heavy snow"), // heavy snow #
1554+ _("Partly cloudy"), // partly cloudy H
1555+ _("Thundershowers"), // thundershowers
1556+ _("Snow showers"), // snow showers
1557+ _("Isolated thundershowers"), // isolated thundershowers
1558+ _("Not available") // not available )
1559+ };
1560+
1561+ string [] day_texts = {
1562+ _("Mon"),
1563+ _("Tue"),
1564+ _("Wed"),
1565+ _("Thu"),
1566+ _("Fri"),
1567+ _("Sat"),
1568+ _("Sun")
1569+ };
1570+
1571+
1572+ string unit;
1573+ string text;
1574+ Soup.SessionAsync session;
1575+ Soup.Message message;
1576+ Settings settings;
1577+ //Settings appearance;
1578+ construct {
1579+ settings = new Settings ("org.pantheon.gazette.weather");
1580+ //appearance = new Settings("org.pantheon.gazette.appearance");
1581+ id = "weather";
1582+ name = _("Weather");
1583+ }
1584+ public override Service service {get; protected set;}
1585+
1586+ public override Service create_service() {
1587+ service = new Service (this);
1588+ settings.changed.connect( (key) => { update(); });
1589+ session = new Soup.SessionAsync ();
1590+ //Timeout.add(settings.get_int("update-interval"), update);
1591+ return service;
1592+ }
1593+
1594+ private Gee.HashMap<string,string> get_attributes (string data, string tagname, string [] attrs, int offset = 0) {
1595+ var start = data.index_of ("<" + tagname, offset) + tagname.length + 1;
1596+ var end = data.index_of ("/>", start);
1597+ var tmp_data = data.substring (start, end - start);
1598+
1599+ var res = new Gee.HashMap<string,string> ();
1600+ foreach (var attr in attrs) {
1601+ res[attr] = get_attribute_value (tmp_data, attr);
1602+ }
1603+ return res;
1604+ }
1605+
1606+ private string get_attribute_value (string data, string attr) {
1607+ var start = data.index_of (attr + "=\"") + attr.length + 2;
1608+ var end = data.index_of ("\"", start);
1609+ return data.substring (start, end - start);
1610+ }
1611+
1612+ public override bool update() {
1613+ debug ("Updating Weather");
1614+ string woeid;
1615+ service.clear_contents ();
1616+ service.hide_reload_label ();
1617+ service.add_content (_("Loading weather,\nplease wait."));
1618+ woeid = settings.get_int ("weather-id").to_string ();
1619+ unit = settings.get_string ("weather-unit") == "Fahrenheit" ? "f" : "c";
1620+ var url = "http://weather.yahooapis.com/forecastrss";
1621+ url += "?u=" + unit;
1622+ url += "&w=" + woeid;
1623+ debug(url);
1624+ message = new Soup.Message ("GET", url);
1625+ session.queue_message(message, (session, m) => {
1626+ var data = (string)message.response_body.data;
1627+ if (data == null) {
1628+ service.clear_contents ();
1629+ service.show_reload_label ();
1630+ return;
1631+ }
1632+
1633+ var current = get_attributes (data, "yweather:condition", {"temp", "code"});
1634+ var forecast = get_attributes (data, "yweather:forecast", {"day", "date", "low", "high", "code"},
1635+ data.index_of ("<yweather:forecast"));
1636+ var forecast2 = get_attributes (data, "yweather:forecast", {"day", "date", "low", "high", "code"},
1637+ data.index_of ("<yweather:forecast") + 10);
1638+
1639+ var today = new DateTime.now_local ().format (_("%A"));
1640+
1641+ var font_content = "Open Sans";
1642+ var font_title = "Raleway";
1643+
1644+
1645+ text =
1646+ @"<span face='"+font_content+"' font='24'>"+today+"</span>" +
1647+ "<span face='"+font_content+"' font='16'> // <i>" + condition_texts[int.parse (current["code"])] +"</i></span>\n" +
1648+ "<span face='gazetteweather' font='68'>" + condition_codes[int.parse (current["code"])] + "</span>" +
1649+ "<span face='"+font_title+"' weight='100' font='72'> " + current["temp"] + "°</span>" +
1650+ "<span face='"+font_title+"' weight='100' font='40'>" + unit.up () + "</span>\n" +
1651+ "<span face='gazetteweather' font='30'>" + condition_codes[int.parse (forecast["code"])] + "</span>" +
1652+ "<span face='"+font_content+"' font='26'> " + _(forecast["day"]) + " </span>" +
1653+ "<span face='gazetteweather' font='30'>" + condition_codes[int.parse (forecast2["code"])] + "</span>" +
1654+ "<span face='"+font_content+"' font='26'> " + _(forecast2["day"]) + "</span>\n"+
1655+
1656+ "<span face='"+font_title+"' font='21'>" + forecast["low"] + " - " + forecast["high"] +"°"+unit.up()+" </span>"+
1657+ "<span face='"+font_title+"' font='21'>" + forecast2["low"] + " - " + forecast2["high"] +"°"+unit.up()+" </span>";
1658+ service.clear_contents ();
1659+ service.add_content_marked_up(text);
1660+ });
1661+ return true;
1662+ }
1663+
1664+ public override Gtk.Widget? create_config_widget () {
1665+ // VAR INIT
1666+ var container = new Gtk.Grid ();
1667+ container.margin = 12;
1668+ container.row_spacing = 12;
1669+ container.column_spacing = 12;
1670+ container.column_homogeneous = true;
1671+ var weather_id = settings.get_int("weather-id");
1672+
1673+ var weather_unit = settings.get_string("weather-unit");
1674+
1675+ // ID LABEL
1676+ var weatherIdLabel = new Gtk.Label ("* "+ _("Location ID") + " / " + _("Unit") + " :");
1677+ container.attach(weatherIdLabel, 0, 0, 1, 1);
1678+
1679+ // ID ENTRY
1680+ var weatherIdEntry = new Gtk.SpinButton.with_range (10000, 99999999, 1);
1681+ weatherIdEntry.set_value (weather_id);
1682+ weatherIdEntry.value_changed.connect (() => {
1683+ settings.set_int("weather-id", weatherIdEntry.get_value_as_int ());
1684+ });
1685+ container.attach(weatherIdEntry, 1, 0, 1, 1);
1686+
1687+ // ID HELP MESSAGE
1688+ var weatherIdHelp = new Gtk.Label ("<span font_desc=\"8.0\">*" + _("Example: If the URL is <i>http://weather.yahoo.com/united-kingdom/england/london-44418/</i> the city's ID is 44418.") + "</span>");
1689+ weatherIdHelp.set_use_markup (true);
1690+ weatherIdHelp.set_line_wrap (true);
1691+ container.attach(weatherIdHelp, 1, 1, 2, 1);
1692+ weatherIdHelp.set_alignment (0, 0);
1693+
1694+ // UNIT ENTRY
1695+ var weatherUnitBox = new Gtk.ComboBoxText ();
1696+ string new_unit = "";
1697+ weatherUnitBox.append_text ("Celsius");
1698+ weatherUnitBox.append_text ("Fahrenheit");
1699+ if (weather_unit == "'Celsius'")
1700+ weatherUnitBox.active = 1;
1701+ else
1702+ weatherUnitBox.active = 0;
1703+ container.attach(weatherUnitBox, 2, 0, 1, 1);
1704+ weatherUnitBox.changed.connect (() => {
1705+
1706+ if (weatherUnitBox.get_active_text() == "Celsius"){
1707+ new_unit = "Celsius";
1708+ }
1709+ else{
1710+ new_unit = "Fahrenheit";
1711+ }
1712+ settings.set_string("weather-unit", new_unit);
1713+ });
1714+
1715+ // UNIT LABEL [F/C]
1716+ var weatherUnitLabel = new Gtk.Label ( "<a href='http://weather.yahoo.com'>" + _("Search Location ID on Yahoo!® Weather") + "</a> :");
1717+ container.attach(weatherUnitLabel, 0, 1, 1, 1);
1718+ weatherUnitLabel.set_alignment (1, 0);
1719+ weatherUnitLabel.set_use_markup (true);
1720+ weatherUnitLabel.set_line_wrap (true);
1721+ return container;
1722+ }
1723+}
1724+
1725+public Weather plugin_init () {
1726+ // types are registered automatically
1727+ return new Weather ();
1728+}
1729
1730=== added directory 'plugins/Weather/data'
1731=== added file 'plugins/Weather/data/gazetteweather.ttf'
1732Binary files plugins/Weather/data/gazetteweather.ttf 1970-01-01 00:00:00 +0000 and plugins/Weather/data/gazetteweather.ttf 2013-08-02 19:10:38 +0000 differ
1733=== added file 'plugins/Weather/data/weather.gschema.xml'
1734--- plugins/Weather/data/weather.gschema.xml 1970-01-01 00:00:00 +0000
1735+++ plugins/Weather/data/weather.gschema.xml 2013-08-02 19:10:38 +0000
1736@@ -0,0 +1,17 @@
1737+<schemalist>
1738+ <enum id="weather-unit">
1739+ <value nick="Celsius" value="0" />
1740+ <value nick="Fahrenheit" value="1" />
1741+ </enum>
1742+ <schema path="/org/pantheon/gazette/weather/" id="org.pantheon.gazette.weather" gettext-domain="gazette">
1743+ <key name="weather-id" type="i">
1744+ <default>667931</default>
1745+ <summary>Specifies the Yahoo Weather API ID.</summary>
1746+ <description>You can find this out by searching your city on http://weather.yahoo.com/</description>
1747+ </key>
1748+ <key name="weather-unit" enum="weather-unit">
1749+ <default>"Celsius"</default>
1750+ <summary>Specifies the unit for weather data.</summary>
1751+ </key>
1752+ </schema>
1753+</schemalist>
1754
1755=== added file 'plugins/Weather/weather.plug'
1756--- plugins/Weather/weather.plug 1970-01-01 00:00:00 +0000
1757+++ plugins/Weather/weather.plug 2013-08-02 19:10:38 +0000
1758@@ -0,0 +1,3 @@
1759+[Plugin]
1760+Name=weather
1761+File=libweather.so
1762
1763=== modified file 'po/CMakeLists.txt'
1764--- po/CMakeLists.txt 2013-04-20 16:58:56 +0000
1765+++ po/CMakeLists.txt 2013-08-02 19:10:38 +0000
1766@@ -2,6 +2,11 @@
1767 add_translations_directory ("gazette")
1768 add_translations_catalog ("gazette"
1769 ../src
1770- ../src/Services
1771- ../src/Plugs
1772+ ../plugins
1773+ ../plugins/Weather
1774+ ../plugins/News
1775+ ../plugins/Files
1776+ ../plugins/Calendar
1777+ ../plugins/Time
1778+ ../plug
1779 )
1780
1781=== modified file 'po/gazette.pot'
1782--- po/gazette.pot 2013-07-29 08:29:44 +0000
1783+++ po/gazette.pot 2013-08-02 19:10:38 +0000
1784@@ -8,7 +8,11 @@
1785 msgstr ""
1786 "Project-Id-Version: PACKAGE VERSION\n"
1787 "Report-Msgid-Bugs-To: \n"
1788+<<<<<<< TREE
1789 "POT-Creation-Date: 2013-07-29 10:28+0200\n"
1790+=======
1791+"POT-Creation-Date: 2013-07-30 15:10+0200\n"
1792+>>>>>>> MERGE-SOURCE
1793 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1794 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1795 "Language-Team: LANGUAGE <LL@li.org>\n"
1796@@ -17,11 +21,16 @@
1797 "Content-Type: text/plain; charset=UTF-8\n"
1798 "Content-Transfer-Encoding: 8bit\n"
1799
1800+<<<<<<< TREE
1801 #: /home/julia/gazette/po/../src/Gazette.vala:47
1802+=======
1803+#: /home/julia/restructure/po/../src/WelcomeMessage.vala:5
1804+>>>>>>> MERGE-SOURCE
1805 #, c-format
1806 msgid "Welcome"
1807 msgstr ""
1808
1809+<<<<<<< TREE
1810 #: /home/julia/gazette/po/../src/Services/Files.vala:18
1811 #: /home/julia/gazette/po/../src/Plugs/RecentFiles.vala:6
1812 #, c-format
1813@@ -29,180 +38,355 @@
1814 msgstr ""
1815
1816 #: /home/julia/gazette/po/../src/Services/Weather.vala:57
1817+=======
1818+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:56
1819+>>>>>>> MERGE-SOURCE
1820 msgid "Tornado"
1821 msgstr ""
1822
1823+<<<<<<< TREE
1824 #: /home/julia/gazette/po/../src/Services/Weather.vala:58
1825+=======
1826+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:57
1827+>>>>>>> MERGE-SOURCE
1828 msgid "Tropical storm"
1829 msgstr ""
1830
1831+<<<<<<< TREE
1832 #: /home/julia/gazette/po/../src/Services/Weather.vala:59
1833+=======
1834+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:58
1835+>>>>>>> MERGE-SOURCE
1836 msgid "Hurricane"
1837 msgstr ""
1838
1839+<<<<<<< TREE
1840 #: /home/julia/gazette/po/../src/Services/Weather.vala:60
1841+=======
1842+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:59
1843+>>>>>>> MERGE-SOURCE
1844 msgid "Severe thunderstorms"
1845 msgstr ""
1846
1847+<<<<<<< TREE
1848 #: /home/julia/gazette/po/../src/Services/Weather.vala:61
1849+=======
1850+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:60
1851+>>>>>>> MERGE-SOURCE
1852 msgid "Thunderstorms"
1853 msgstr ""
1854
1855+<<<<<<< TREE
1856 #: /home/julia/gazette/po/../src/Services/Weather.vala:62
1857+=======
1858+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:61
1859+>>>>>>> MERGE-SOURCE
1860 msgid "Mixed rain and snow"
1861 msgstr ""
1862
1863+<<<<<<< TREE
1864 #: /home/julia/gazette/po/../src/Services/Weather.vala:63
1865+=======
1866+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:62
1867+>>>>>>> MERGE-SOURCE
1868 msgid "Mixed rain and sleet"
1869 msgstr ""
1870
1871+<<<<<<< TREE
1872 #: /home/julia/gazette/po/../src/Services/Weather.vala:64
1873+=======
1874+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:63
1875+>>>>>>> MERGE-SOURCE
1876 msgid "Mixed snow and sleet"
1877 msgstr ""
1878
1879+<<<<<<< TREE
1880 #: /home/julia/gazette/po/../src/Services/Weather.vala:65
1881+=======
1882+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:64
1883+>>>>>>> MERGE-SOURCE
1884 msgid "Freezing drizzle"
1885 msgstr ""
1886
1887+<<<<<<< TREE
1888 #: /home/julia/gazette/po/../src/Services/Weather.vala:66
1889+=======
1890+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:65
1891+>>>>>>> MERGE-SOURCE
1892 msgid "Drizzle"
1893 msgstr ""
1894
1895+<<<<<<< TREE
1896 #: /home/julia/gazette/po/../src/Services/Weather.vala:67
1897+=======
1898+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:66
1899+>>>>>>> MERGE-SOURCE
1900 msgid "Freezing rain"
1901 msgstr ""
1902
1903+<<<<<<< TREE
1904 #: /home/julia/gazette/po/../src/Services/Weather.vala:68
1905 #: /home/julia/gazette/po/../src/Services/Weather.vala:69
1906+=======
1907+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:67
1908+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:68
1909+>>>>>>> MERGE-SOURCE
1910 msgid "Showers"
1911 msgstr ""
1912
1913+<<<<<<< TREE
1914 #: /home/julia/gazette/po/../src/Services/Weather.vala:70
1915+=======
1916+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:69
1917+>>>>>>> MERGE-SOURCE
1918 msgid "Snow flurries"
1919 msgstr ""
1920
1921+<<<<<<< TREE
1922 #: /home/julia/gazette/po/../src/Services/Weather.vala:71
1923+=======
1924+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:70
1925+>>>>>>> MERGE-SOURCE
1926 msgid "Light snow showers"
1927 msgstr ""
1928
1929+<<<<<<< TREE
1930 #: /home/julia/gazette/po/../src/Services/Weather.vala:72
1931+=======
1932+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:71
1933+>>>>>>> MERGE-SOURCE
1934 msgid "Blowing snow"
1935 msgstr ""
1936
1937+<<<<<<< TREE
1938 #: /home/julia/gazette/po/../src/Services/Weather.vala:73
1939+=======
1940+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:72
1941+>>>>>>> MERGE-SOURCE
1942 msgid "Snow"
1943 msgstr ""
1944
1945+<<<<<<< TREE
1946 #: /home/julia/gazette/po/../src/Services/Weather.vala:74
1947+=======
1948+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:73
1949+>>>>>>> MERGE-SOURCE
1950 msgid "Hail"
1951 msgstr ""
1952
1953+<<<<<<< TREE
1954 #: /home/julia/gazette/po/../src/Services/Weather.vala:75
1955+=======
1956+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:74
1957+>>>>>>> MERGE-SOURCE
1958 msgid "Sleet"
1959 msgstr ""
1960
1961+<<<<<<< TREE
1962 #: /home/julia/gazette/po/../src/Services/Weather.vala:76
1963+=======
1964+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:75
1965+>>>>>>> MERGE-SOURCE
1966 msgid "Dust"
1967 msgstr ""
1968
1969+<<<<<<< TREE
1970 #: /home/julia/gazette/po/../src/Services/Weather.vala:77
1971+=======
1972+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:76
1973+>>>>>>> MERGE-SOURCE
1974 msgid "Foggy"
1975 msgstr ""
1976
1977+<<<<<<< TREE
1978 #: /home/julia/gazette/po/../src/Services/Weather.vala:78
1979+=======
1980+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:77
1981+>>>>>>> MERGE-SOURCE
1982 msgid "Haze"
1983 msgstr ""
1984
1985+<<<<<<< TREE
1986 #: /home/julia/gazette/po/../src/Services/Weather.vala:79
1987+=======
1988+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:78
1989+>>>>>>> MERGE-SOURCE
1990 msgid "Smoky"
1991 msgstr ""
1992
1993+<<<<<<< TREE
1994 #: /home/julia/gazette/po/../src/Services/Weather.vala:80
1995+=======
1996+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:79
1997+>>>>>>> MERGE-SOURCE
1998 msgid "Blustery"
1999 msgstr ""
2000
2001+<<<<<<< TREE
2002 #: /home/julia/gazette/po/../src/Services/Weather.vala:81
2003+=======
2004+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:80
2005+>>>>>>> MERGE-SOURCE
2006 msgid "Windy"
2007 msgstr ""
2008
2009+<<<<<<< TREE
2010 #: /home/julia/gazette/po/../src/Services/Weather.vala:82
2011+=======
2012+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:81
2013+>>>>>>> MERGE-SOURCE
2014 msgid "Cold"
2015 msgstr ""
2016
2017+<<<<<<< TREE
2018 #: /home/julia/gazette/po/../src/Services/Weather.vala:83
2019+=======
2020+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:82
2021+>>>>>>> MERGE-SOURCE
2022 msgid "Cloudy"
2023 msgstr ""
2024
2025+<<<<<<< TREE
2026 #: /home/julia/gazette/po/../src/Services/Weather.vala:84
2027 #: /home/julia/gazette/po/../src/Services/Weather.vala:85
2028+=======
2029+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:83
2030+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:84
2031+>>>>>>> MERGE-SOURCE
2032 msgid "Mostly cloudy"
2033 msgstr ""
2034
2035+<<<<<<< TREE
2036 #: /home/julia/gazette/po/../src/Services/Weather.vala:86
2037 #: /home/julia/gazette/po/../src/Services/Weather.vala:87
2038 #: /home/julia/gazette/po/../src/Services/Weather.vala:101
2039+=======
2040+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:85
2041+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:86
2042+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:100
2043+>>>>>>> MERGE-SOURCE
2044 msgid "Partly cloudy"
2045 msgstr ""
2046
2047+<<<<<<< TREE
2048 #: /home/julia/gazette/po/../src/Services/Weather.vala:88
2049+=======
2050+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:87
2051+>>>>>>> MERGE-SOURCE
2052 msgid "Clear"
2053 msgstr ""
2054
2055+<<<<<<< TREE
2056 #: /home/julia/gazette/po/../src/Services/Weather.vala:89
2057+=======
2058+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:88
2059+>>>>>>> MERGE-SOURCE
2060 msgid "Sunny"
2061 msgstr ""
2062
2063+<<<<<<< TREE
2064 #: /home/julia/gazette/po/../src/Services/Weather.vala:90
2065 #: /home/julia/gazette/po/../src/Services/Weather.vala:91
2066+=======
2067+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:89
2068+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:90
2069+>>>>>>> MERGE-SOURCE
2070 msgid "Fair"
2071 msgstr ""
2072
2073+<<<<<<< TREE
2074 #: /home/julia/gazette/po/../src/Services/Weather.vala:92
2075+=======
2076+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:91
2077+>>>>>>> MERGE-SOURCE
2078 msgid "Mixed rain and hail"
2079 msgstr ""
2080
2081+<<<<<<< TREE
2082 #: /home/julia/gazette/po/../src/Services/Weather.vala:93
2083+=======
2084+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:92
2085+>>>>>>> MERGE-SOURCE
2086 msgid "Hot"
2087 msgstr ""
2088
2089+<<<<<<< TREE
2090 #: /home/julia/gazette/po/../src/Services/Weather.vala:94
2091+=======
2092+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:93
2093+>>>>>>> MERGE-SOURCE
2094 msgid "Isolated thunderstorms"
2095 msgstr ""
2096
2097+<<<<<<< TREE
2098 #: /home/julia/gazette/po/../src/Services/Weather.vala:95
2099 #: /home/julia/gazette/po/../src/Services/Weather.vala:96
2100+=======
2101+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:94
2102+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:95
2103+>>>>>>> MERGE-SOURCE
2104 msgid "Scattered thunderstorms"
2105 msgstr ""
2106
2107+<<<<<<< TREE
2108 #: /home/julia/gazette/po/../src/Services/Weather.vala:97
2109+=======
2110+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:96
2111+>>>>>>> MERGE-SOURCE
2112 msgid "Scattered showers"
2113 msgstr ""
2114
2115+<<<<<<< TREE
2116 #: /home/julia/gazette/po/../src/Services/Weather.vala:98
2117 #: /home/julia/gazette/po/../src/Services/Weather.vala:100
2118+=======
2119+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:97
2120+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:99
2121+>>>>>>> MERGE-SOURCE
2122 msgid "Heavy snow"
2123 msgstr ""
2124
2125+<<<<<<< TREE
2126 #: /home/julia/gazette/po/../src/Services/Weather.vala:99
2127+=======
2128+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:98
2129+>>>>>>> MERGE-SOURCE
2130 msgid "Scattered snow showers"
2131 msgstr ""
2132
2133+<<<<<<< TREE
2134 #: /home/julia/gazette/po/../src/Services/Weather.vala:102
2135+=======
2136+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:101
2137+>>>>>>> MERGE-SOURCE
2138 msgid "Thundershowers"
2139 msgstr ""
2140
2141+<<<<<<< TREE
2142 #: /home/julia/gazette/po/../src/Services/Weather.vala:103
2143+=======
2144+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:102
2145+>>>>>>> MERGE-SOURCE
2146 msgid "Snow showers"
2147 msgstr ""
2148
2149+<<<<<<< TREE
2150 #: /home/julia/gazette/po/../src/Services/Weather.vala:104
2151+=======
2152+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:103
2153+>>>>>>> MERGE-SOURCE
2154 msgid "Isolated thundershowers"
2155 msgstr ""
2156
2157+<<<<<<< TREE
2158 #: /home/julia/gazette/po/../src/Services/Weather.vala:105
2159+=======
2160+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:104
2161+>>>>>>> MERGE-SOURCE
2162 msgid "Not available"
2163 msgstr ""
2164
2165+<<<<<<< TREE
2166 #: /home/julia/gazette/po/../src/Services/Weather.vala:109
2167 msgid "Mon"
2168 msgstr ""
2169@@ -236,16 +420,56 @@
2170 msgstr ""
2171
2172 #: /home/julia/gazette/po/../src/Services/Weather.vala:169
2173+=======
2174+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:108
2175+msgid "Mon"
2176+msgstr ""
2177+
2178+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:109
2179+msgid "Tue"
2180+msgstr ""
2181+
2182+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:110
2183+msgid "Wed"
2184+msgstr ""
2185+
2186+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:111
2187+msgid "Thu"
2188+msgstr ""
2189+
2190+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:112
2191+msgid "Fri"
2192+msgstr ""
2193+
2194+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:113
2195+msgid "Sat"
2196+msgstr ""
2197+
2198+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:114
2199+msgid "Sun"
2200+msgstr ""
2201+
2202+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:126
2203+msgid "Weather"
2204+msgstr ""
2205+
2206+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:161
2207+>>>>>>> MERGE-SOURCE
2208 msgid ""
2209 "Loading weather,\n"
2210 "please wait."
2211 msgstr ""
2212
2213+<<<<<<< TREE
2214 #: /home/julia/gazette/po/../src/Services/Weather.vala:191
2215+=======
2216+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:183
2217+>>>>>>> MERGE-SOURCE
2218 #, c-format
2219 msgid "%A"
2220 msgstr ""
2221
2222+<<<<<<< TREE
2223 #: /home/julia/gazette/po/../src/Services/News.vala:19
2224 msgid "news"
2225 msgstr ""
2226@@ -312,25 +536,159 @@
2227 msgstr ""
2228
2229 #: /home/julia/gazette/po/../src/Plugs/RSS.vala:27
2230+=======
2231+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:192
2232+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:194
2233+msgid "day"
2234+msgstr ""
2235+
2236+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:216
2237+msgid "Location ID"
2238+msgstr ""
2239+
2240+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:216
2241+msgid "Unit"
2242+msgstr ""
2243+
2244+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:228
2245+msgid ""
2246+"Example: If the URL is <i>http://weather.yahoo.com/united-kingdom/england/"
2247+"london-44418/</i> the city's ID is 44418."
2248+msgstr ""
2249+
2250+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:256
2251+msgid "Search Location ID on Yahoo!® Weather"
2252+msgstr ""
2253+
2254+#: /home/julia/restructure/po/../plugins/Weather/Weather.vala:263
2255+#: /home/julia/restructure/po/../plugins/News/News.vala:110
2256+msgid "Reset"
2257+msgstr ""
2258+
2259+#: /home/julia/restructure/po/../plugins/News/News.vala:15
2260+#: /home/julia/restructure/po/../plugins/News/News.vala:27
2261+msgid "News"
2262+msgstr ""
2263+
2264+#: /home/julia/restructure/po/../plugins/News/News.vala:34
2265+msgid ""
2266+"Loading news,\n"
2267+"please wait."
2268+msgstr ""
2269+
2270+#: /home/julia/restructure/po/../plugins/News/News.vala:74
2271+>>>>>>> MERGE-SOURCE
2272 msgid "URL"
2273 msgstr ""
2274
2275+<<<<<<< TREE
2276 #: /home/julia/gazette/po/../src/Plugs/RSS.vala:42
2277+=======
2278+#: /home/julia/restructure/po/../plugins/News/News.vala:89
2279+>>>>>>> MERGE-SOURCE
2280 msgid "Refresh Interval"
2281 msgstr ""
2282
2283+<<<<<<< TREE
2284 #: /home/julia/gazette/po/../src/Plugs/RSS.vala:49
2285+=======
2286+#: /home/julia/restructure/po/../plugins/News/News.vala:96
2287+>>>>>>> MERGE-SOURCE
2288 msgid "5 min"
2289 msgstr ""
2290
2291+<<<<<<< TREE
2292 #: /home/julia/gazette/po/../src/Plugs/RSS.vala:50
2293+=======
2294+#: /home/julia/restructure/po/../plugins/News/News.vala:97
2295+>>>>>>> MERGE-SOURCE
2296 msgid "20 min"
2297 msgstr ""
2298
2299+<<<<<<< TREE
2300 #: /home/julia/gazette/po/../src/Plugs/RSS.vala:51
2301+=======
2302+#: /home/julia/restructure/po/../plugins/News/News.vala:98
2303+>>>>>>> MERGE-SOURCE
2304 msgid "40 min"
2305 msgstr ""
2306
2307+<<<<<<< TREE
2308 #: /home/julia/gazette/po/../src/Plugs/RSS.vala:52
2309+=======
2310+#: /home/julia/restructure/po/../plugins/News/News.vala:99
2311+>>>>>>> MERGE-SOURCE
2312 msgid "1 hour"
2313 msgstr ""
2314+<<<<<<< TREE
2315+=======
2316+
2317+#: /home/julia/restructure/po/../plugins/Files/Files.vala:8
2318+#: /home/julia/restructure/po/../plugins/Files/Files.vala:18
2319+msgid "Files"
2320+msgstr ""
2321+
2322+#: /home/julia/restructure/po/../plugins/Calendar/Calendar.vala:12
2323+msgid "Calendar"
2324+msgstr ""
2325+
2326+#: /home/julia/restructure/po/../plugins/Time/Time.vala:6
2327+msgid "Time"
2328+msgstr ""
2329+
2330+#: /home/julia/restructure/po/../plugins/Time/Time.vala:17
2331+msgid "%A, %B %e"
2332+msgstr ""
2333+
2334+#: /home/julia/restructure/po/../plugins/Time/Time.vala:20
2335+msgid "<span weight='bold'>"
2336+msgstr ""
2337+
2338+#: /home/julia/restructure/po/../plug/main.vala:9
2339+msgid "Widgets"
2340+msgstr ""
2341+
2342+#: /home/julia/restructure/po/../plug/main.vala:10
2343+msgid "Extras"
2344+msgstr ""
2345+
2346+#: /home/julia/restructure/po/../plug/main.vala:21
2347+msgid "News Columns"
2348+msgstr ""
2349+
2350+#: /home/julia/restructure/po/../plug/GeneralConfigBox.vala:17
2351+msgid "Launch at startup"
2352+msgstr ""
2353+
2354+#: /home/julia/restructure/po/../plug/GeneralConfigBox.vala:23
2355+msgid "Show welcome message"
2356+msgstr ""
2357+
2358+#: /home/julia/restructure/po/../plug/GeneralConfigBox.vala:30
2359+msgid "Widget Font face color"
2360+msgstr ""
2361+
2362+#: /home/julia/restructure/po/../plug/GeneralConfigBox.vala:36
2363+msgid "Widget Shadow color"
2364+msgstr ""
2365+
2366+#: /home/julia/restructure/po/../plug/GeneralConfigBox.vala:42
2367+msgid "Widget Title font"
2368+msgstr ""
2369+
2370+#: /home/julia/restructure/po/../plug/GeneralConfigBox.vala:49
2371+msgid "Widget Content font"
2372+msgstr ""
2373+
2374+#: /home/julia/restructure/po/../plug/GeneralConfigBox.vala:56
2375+msgid "Find help online"
2376+msgstr ""
2377+
2378+#: /home/julia/restructure/po/../plug/PluginConfigBox.vala:3
2379+msgid "This widget has no settings"
2380+msgstr ""
2381+
2382+#: /home/julia/restructure/po/../plug/PluginConfigBox.vala:29
2383+msgid "Select a Widget to configure"
2384+msgstr ""
2385+>>>>>>> MERGE-SOURCE
2386
2387=== added directory 'po/lib'
2388=== added directory 'po/lib/CMakeFiles'
2389=== added file 'po/lib/CMakeFiles/CMakeDirectoryInformation.cmake'
2390--- po/lib/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
2391+++ po/lib/CMakeFiles/CMakeDirectoryInformation.cmake 2013-08-02 19:10:38 +0000
2392@@ -0,0 +1,16 @@
2393+# CMAKE generated file: DO NOT EDIT!
2394+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2395+
2396+# Relative path conversion top directories.
2397+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/julia/restructure")
2398+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julia/restructure/po")
2399+
2400+# Force unix paths in dependencies.
2401+SET(CMAKE_FORCE_UNIX_PATHS 1)
2402+
2403+
2404+# The C and CXX include file regular expressions for this directory.
2405+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
2406+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
2407+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
2408+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
2409
2410=== added directory 'po/lib/CMakeFiles/gazette-service.dir'
2411=== added file 'po/lib/CMakeFiles/gazette-service.dir/DependInfo.cmake'
2412--- po/lib/CMakeFiles/gazette-service.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
2413+++ po/lib/CMakeFiles/gazette-service.dir/DependInfo.cmake 2013-08-02 19:10:38 +0000
2414@@ -0,0 +1,37 @@
2415+# The set of languages for which implicit dependencies are needed:
2416+SET(CMAKE_DEPENDS_LANGUAGES
2417+ "C"
2418+ )
2419+# The set of files for implicit dependencies of each language:
2420+SET(CMAKE_DEPENDS_CHECK_C
2421+ "/home/julia/restructure/po/lib/Configurable.c" "/home/julia/restructure/po/lib/CMakeFiles/gazette-service.dir/Configurable.c.o"
2422+ "/home/julia/restructure/po/lib/Plugin.c" "/home/julia/restructure/po/lib/CMakeFiles/gazette-service.dir/Plugin.c.o"
2423+ "/home/julia/restructure/po/lib/Service.c" "/home/julia/restructure/po/lib/CMakeFiles/gazette-service.dir/Service.c.o"
2424+ "/home/julia/restructure/po/lib/ShadowedLabel.c" "/home/julia/restructure/po/lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o"
2425+ )
2426+SET(CMAKE_C_COMPILER_ID "GNU")
2427+
2428+# Preprocessor definitions for this target.
2429+SET(CMAKE_TARGET_DEFINITIONS
2430+ "GETTEXT_PACKAGE=\"gazette\""
2431+ )
2432+
2433+# Pairs of files generated by the same build rule.
2434+SET(CMAKE_MULTIPLE_OUTPUT_PAIRS
2435+ "/home/julia/restructure/po/lib/Configurable.c" "/home/julia/restructure/po/lib/Service.c"
2436+ "/home/julia/restructure/po/lib/Plugin.c" "/home/julia/restructure/po/lib/Service.c"
2437+ "/home/julia/restructure/po/lib/ShadowedLabel.c" "/home/julia/restructure/po/lib/Service.c"
2438+ )
2439+
2440+
2441+# Targets to which this target links.
2442+SET(CMAKE_TARGET_LINKED_INFO_FILES
2443+ )
2444+
2445+# The include file search paths:
2446+SET(CMAKE_C_TARGET_INCLUDE_PATH
2447+ "lib"
2448+ )
2449+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2450+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2451+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2452
2453=== added file 'po/lib/CMakeFiles/gazette-service.dir/build.make'
2454--- po/lib/CMakeFiles/gazette-service.dir/build.make 1970-01-01 00:00:00 +0000
2455+++ po/lib/CMakeFiles/gazette-service.dir/build.make 2013-08-02 19:10:38 +0000
2456@@ -0,0 +1,198 @@
2457+# CMAKE generated file: DO NOT EDIT!
2458+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2459+
2460+#=============================================================================
2461+# Special targets provided by cmake.
2462+
2463+# Disable implicit rules so canonical targets will work.
2464+.SUFFIXES:
2465+
2466+# Remove some rules from gmake that .SUFFIXES does not remove.
2467+SUFFIXES =
2468+
2469+.SUFFIXES: .hpux_make_needs_suffix_list
2470+
2471+# Suppress display of executed commands.
2472+$(VERBOSE).SILENT:
2473+
2474+# A target that is always out of date.
2475+cmake_force:
2476+.PHONY : cmake_force
2477+
2478+#=============================================================================
2479+# Set environment variables for the build.
2480+
2481+# The shell in which to execute make rules.
2482+SHELL = /bin/sh
2483+
2484+# The CMake executable.
2485+CMAKE_COMMAND = /usr/bin/cmake
2486+
2487+# The command to remove a file.
2488+RM = /usr/bin/cmake -E remove -f
2489+
2490+# Escaping for special characters.
2491+EQUALS = =
2492+
2493+# The top-level source directory on which CMake was run.
2494+CMAKE_SOURCE_DIR = /home/julia/restructure
2495+
2496+# The top-level build directory on which CMake was run.
2497+CMAKE_BINARY_DIR = /home/julia/restructure/po
2498+
2499+# Include any dependencies generated for this target.
2500+include lib/CMakeFiles/gazette-service.dir/depend.make
2501+
2502+# Include the progress variables for this target.
2503+include lib/CMakeFiles/gazette-service.dir/progress.make
2504+
2505+# Include the compile flags for this target's objects.
2506+include lib/CMakeFiles/gazette-service.dir/flags.make
2507+
2508+lib/Service.c: ../lib/Service.vala
2509+lib/Service.c: ../lib/ShadowedLabel.vala
2510+lib/Service.c: ../lib/Plugin.vala
2511+lib/Service.c: ../lib/Configurable.vala
2512+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_1)
2513+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating Service.c, ShadowedLabel.c, Plugin.c, Configurable.c"
2514+ cd /home/julia/restructure/po/lib && /usr/bin/valac -C -b /home/julia/restructure/lib -d /home/julia/restructure/po/lib --pkg=clutter-gtk-1.0 --pkg=gmodule-2.0 --pkg=granite --thread --vapi=/home/julia/restructure/vapi/Service.vapi --header=/home/julia/restructure/po/include/Service.h /home/julia/restructure/lib/Service.vala /home/julia/restructure/lib/ShadowedLabel.vala /home/julia/restructure/lib/Plugin.vala /home/julia/restructure/lib/Configurable.vala
2515+
2516+lib/ShadowedLabel.c: lib/Service.c
2517+
2518+lib/Plugin.c: lib/Service.c
2519+
2520+lib/Configurable.c: lib/Service.c
2521+
2522+lib/CMakeFiles/gazette-service.dir/Service.c.o: lib/CMakeFiles/gazette-service.dir/flags.make
2523+lib/CMakeFiles/gazette-service.dir/Service.c.o: lib/Service.c
2524+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_2)
2525+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object lib/CMakeFiles/gazette-service.dir/Service.c.o"
2526+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-service.dir/Service.c.o -c /home/julia/restructure/po/lib/Service.c
2527+
2528+lib/CMakeFiles/gazette-service.dir/Service.c.i: cmake_force
2529+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-service.dir/Service.c.i"
2530+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/lib/Service.c > CMakeFiles/gazette-service.dir/Service.c.i
2531+
2532+lib/CMakeFiles/gazette-service.dir/Service.c.s: cmake_force
2533+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-service.dir/Service.c.s"
2534+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/lib/Service.c -o CMakeFiles/gazette-service.dir/Service.c.s
2535+
2536+lib/CMakeFiles/gazette-service.dir/Service.c.o.requires:
2537+.PHONY : lib/CMakeFiles/gazette-service.dir/Service.c.o.requires
2538+
2539+lib/CMakeFiles/gazette-service.dir/Service.c.o.provides: lib/CMakeFiles/gazette-service.dir/Service.c.o.requires
2540+ $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Service.c.o.provides.build
2541+.PHONY : lib/CMakeFiles/gazette-service.dir/Service.c.o.provides
2542+
2543+lib/CMakeFiles/gazette-service.dir/Service.c.o.provides.build: lib/CMakeFiles/gazette-service.dir/Service.c.o
2544+
2545+lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o: lib/CMakeFiles/gazette-service.dir/flags.make
2546+lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o: lib/ShadowedLabel.c
2547+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_3)
2548+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o"
2549+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-service.dir/ShadowedLabel.c.o -c /home/julia/restructure/po/lib/ShadowedLabel.c
2550+
2551+lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.i: cmake_force
2552+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-service.dir/ShadowedLabel.c.i"
2553+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/lib/ShadowedLabel.c > CMakeFiles/gazette-service.dir/ShadowedLabel.c.i
2554+
2555+lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.s: cmake_force
2556+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-service.dir/ShadowedLabel.c.s"
2557+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/lib/ShadowedLabel.c -o CMakeFiles/gazette-service.dir/ShadowedLabel.c.s
2558+
2559+lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o.requires:
2560+.PHONY : lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o.requires
2561+
2562+lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o.provides: lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o.requires
2563+ $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o.provides.build
2564+.PHONY : lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o.provides
2565+
2566+lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o.provides.build: lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o
2567+
2568+lib/CMakeFiles/gazette-service.dir/Plugin.c.o: lib/CMakeFiles/gazette-service.dir/flags.make
2569+lib/CMakeFiles/gazette-service.dir/Plugin.c.o: lib/Plugin.c
2570+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_4)
2571+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object lib/CMakeFiles/gazette-service.dir/Plugin.c.o"
2572+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-service.dir/Plugin.c.o -c /home/julia/restructure/po/lib/Plugin.c
2573+
2574+lib/CMakeFiles/gazette-service.dir/Plugin.c.i: cmake_force
2575+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-service.dir/Plugin.c.i"
2576+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/lib/Plugin.c > CMakeFiles/gazette-service.dir/Plugin.c.i
2577+
2578+lib/CMakeFiles/gazette-service.dir/Plugin.c.s: cmake_force
2579+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-service.dir/Plugin.c.s"
2580+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/lib/Plugin.c -o CMakeFiles/gazette-service.dir/Plugin.c.s
2581+
2582+lib/CMakeFiles/gazette-service.dir/Plugin.c.o.requires:
2583+.PHONY : lib/CMakeFiles/gazette-service.dir/Plugin.c.o.requires
2584+
2585+lib/CMakeFiles/gazette-service.dir/Plugin.c.o.provides: lib/CMakeFiles/gazette-service.dir/Plugin.c.o.requires
2586+ $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Plugin.c.o.provides.build
2587+.PHONY : lib/CMakeFiles/gazette-service.dir/Plugin.c.o.provides
2588+
2589+lib/CMakeFiles/gazette-service.dir/Plugin.c.o.provides.build: lib/CMakeFiles/gazette-service.dir/Plugin.c.o
2590+
2591+lib/CMakeFiles/gazette-service.dir/Configurable.c.o: lib/CMakeFiles/gazette-service.dir/flags.make
2592+lib/CMakeFiles/gazette-service.dir/Configurable.c.o: lib/Configurable.c
2593+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_5)
2594+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object lib/CMakeFiles/gazette-service.dir/Configurable.c.o"
2595+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-service.dir/Configurable.c.o -c /home/julia/restructure/po/lib/Configurable.c
2596+
2597+lib/CMakeFiles/gazette-service.dir/Configurable.c.i: cmake_force
2598+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-service.dir/Configurable.c.i"
2599+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/lib/Configurable.c > CMakeFiles/gazette-service.dir/Configurable.c.i
2600+
2601+lib/CMakeFiles/gazette-service.dir/Configurable.c.s: cmake_force
2602+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-service.dir/Configurable.c.s"
2603+ cd /home/julia/restructure/po/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/lib/Configurable.c -o CMakeFiles/gazette-service.dir/Configurable.c.s
2604+
2605+lib/CMakeFiles/gazette-service.dir/Configurable.c.o.requires:
2606+.PHONY : lib/CMakeFiles/gazette-service.dir/Configurable.c.o.requires
2607+
2608+lib/CMakeFiles/gazette-service.dir/Configurable.c.o.provides: lib/CMakeFiles/gazette-service.dir/Configurable.c.o.requires
2609+ $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Configurable.c.o.provides.build
2610+.PHONY : lib/CMakeFiles/gazette-service.dir/Configurable.c.o.provides
2611+
2612+lib/CMakeFiles/gazette-service.dir/Configurable.c.o.provides.build: lib/CMakeFiles/gazette-service.dir/Configurable.c.o
2613+
2614+# Object files for target gazette-service
2615+gazette__service_OBJECTS = \
2616+"CMakeFiles/gazette-service.dir/Service.c.o" \
2617+"CMakeFiles/gazette-service.dir/ShadowedLabel.c.o" \
2618+"CMakeFiles/gazette-service.dir/Plugin.c.o" \
2619+"CMakeFiles/gazette-service.dir/Configurable.c.o"
2620+
2621+# External object files for target gazette-service
2622+gazette__service_EXTERNAL_OBJECTS =
2623+
2624+lib/libgazette-service.a: lib/CMakeFiles/gazette-service.dir/Service.c.o
2625+lib/libgazette-service.a: lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o
2626+lib/libgazette-service.a: lib/CMakeFiles/gazette-service.dir/Plugin.c.o
2627+lib/libgazette-service.a: lib/CMakeFiles/gazette-service.dir/Configurable.c.o
2628+lib/libgazette-service.a: lib/CMakeFiles/gazette-service.dir/build.make
2629+lib/libgazette-service.a: lib/CMakeFiles/gazette-service.dir/link.txt
2630+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C static library libgazette-service.a"
2631+ cd /home/julia/restructure/po/lib && $(CMAKE_COMMAND) -P CMakeFiles/gazette-service.dir/cmake_clean_target.cmake
2632+ cd /home/julia/restructure/po/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gazette-service.dir/link.txt --verbose=$(VERBOSE)
2633+
2634+# Rule to build all files generated by this target.
2635+lib/CMakeFiles/gazette-service.dir/build: lib/libgazette-service.a
2636+.PHONY : lib/CMakeFiles/gazette-service.dir/build
2637+
2638+lib/CMakeFiles/gazette-service.dir/requires: lib/CMakeFiles/gazette-service.dir/Service.c.o.requires
2639+lib/CMakeFiles/gazette-service.dir/requires: lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o.requires
2640+lib/CMakeFiles/gazette-service.dir/requires: lib/CMakeFiles/gazette-service.dir/Plugin.c.o.requires
2641+lib/CMakeFiles/gazette-service.dir/requires: lib/CMakeFiles/gazette-service.dir/Configurable.c.o.requires
2642+.PHONY : lib/CMakeFiles/gazette-service.dir/requires
2643+
2644+lib/CMakeFiles/gazette-service.dir/clean:
2645+ cd /home/julia/restructure/po/lib && $(CMAKE_COMMAND) -P CMakeFiles/gazette-service.dir/cmake_clean.cmake
2646+.PHONY : lib/CMakeFiles/gazette-service.dir/clean
2647+
2648+lib/CMakeFiles/gazette-service.dir/depend: lib/Service.c
2649+lib/CMakeFiles/gazette-service.dir/depend: lib/ShadowedLabel.c
2650+lib/CMakeFiles/gazette-service.dir/depend: lib/Plugin.c
2651+lib/CMakeFiles/gazette-service.dir/depend: lib/Configurable.c
2652+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julia/restructure /home/julia/restructure/lib /home/julia/restructure/po /home/julia/restructure/po/lib /home/julia/restructure/po/lib/CMakeFiles/gazette-service.dir/DependInfo.cmake --color=$(COLOR)
2653+.PHONY : lib/CMakeFiles/gazette-service.dir/depend
2654+
2655
2656=== added file 'po/lib/CMakeFiles/gazette-service.dir/cmake_clean.cmake'
2657--- po/lib/CMakeFiles/gazette-service.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
2658+++ po/lib/CMakeFiles/gazette-service.dir/cmake_clean.cmake 2013-08-02 19:10:38 +0000
2659@@ -0,0 +1,17 @@
2660+FILE(REMOVE_RECURSE
2661+ "Service.c"
2662+ "ShadowedLabel.c"
2663+ "Plugin.c"
2664+ "Configurable.c"
2665+ "CMakeFiles/gazette-service.dir/Service.c.o"
2666+ "CMakeFiles/gazette-service.dir/ShadowedLabel.c.o"
2667+ "CMakeFiles/gazette-service.dir/Plugin.c.o"
2668+ "CMakeFiles/gazette-service.dir/Configurable.c.o"
2669+ "libgazette-service.pdb"
2670+ "libgazette-service.a"
2671+)
2672+
2673+# Per-language clean rules from dependency scanning.
2674+FOREACH(lang C)
2675+ INCLUDE(CMakeFiles/gazette-service.dir/cmake_clean_${lang}.cmake OPTIONAL)
2676+ENDFOREACH(lang)
2677
2678=== added file 'po/lib/CMakeFiles/gazette-service.dir/cmake_clean_target.cmake'
2679--- po/lib/CMakeFiles/gazette-service.dir/cmake_clean_target.cmake 1970-01-01 00:00:00 +0000
2680+++ po/lib/CMakeFiles/gazette-service.dir/cmake_clean_target.cmake 2013-08-02 19:10:38 +0000
2681@@ -0,0 +1,3 @@
2682+FILE(REMOVE_RECURSE
2683+ "libgazette-service.a"
2684+)
2685
2686=== added file 'po/lib/CMakeFiles/gazette-service.dir/depend.make'
2687--- po/lib/CMakeFiles/gazette-service.dir/depend.make 1970-01-01 00:00:00 +0000
2688+++ po/lib/CMakeFiles/gazette-service.dir/depend.make 2013-08-02 19:10:38 +0000
2689@@ -0,0 +1,2 @@
2690+# Empty dependencies file for gazette-service.
2691+# This may be replaced when dependencies are built.
2692
2693=== added file 'po/lib/CMakeFiles/gazette-service.dir/flags.make'
2694--- po/lib/CMakeFiles/gazette-service.dir/flags.make 1970-01-01 00:00:00 +0000
2695+++ po/lib/CMakeFiles/gazette-service.dir/flags.make 2013-08-02 19:10:38 +0000
2696@@ -0,0 +1,8 @@
2697+# CMAKE generated file: DO NOT EDIT!
2698+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2699+
2700+# compile C with /usr/bin/cc
2701+C_FLAGS = -ggdb -I/home/julia/restructure/po/lib -pthread -I/usr/include/goa-1.0 -I/usr/lib/x86_64-linux-gnu/goa-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libsoup-gnome-2.4 -I/usr/include/gcr-3 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gee-1.0 -I/usr/include/clutter-gtk-1.0 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/libgdata -I/usr/include/pantheon -I/usr/include/granite -I/usr/include/zeitgeist-1.0 -I/usr/include/libgtop-2.0
2702+
2703+C_DEFINES = -DGETTEXT_PACKAGE=\"gazette\"
2704+
2705
2706=== added file 'po/lib/CMakeFiles/gazette-service.dir/link.txt'
2707--- po/lib/CMakeFiles/gazette-service.dir/link.txt 1970-01-01 00:00:00 +0000
2708+++ po/lib/CMakeFiles/gazette-service.dir/link.txt 2013-08-02 19:10:38 +0000
2709@@ -0,0 +1,2 @@
2710+/usr/bin/ar cr libgazette-service.a CMakeFiles/gazette-service.dir/Service.c.o CMakeFiles/gazette-service.dir/ShadowedLabel.c.o CMakeFiles/gazette-service.dir/Plugin.c.o CMakeFiles/gazette-service.dir/Configurable.c.o
2711+/usr/bin/ranlib libgazette-service.a
2712
2713=== added file 'po/lib/CMakeFiles/gazette-service.dir/progress.make'
2714--- po/lib/CMakeFiles/gazette-service.dir/progress.make 1970-01-01 00:00:00 +0000
2715+++ po/lib/CMakeFiles/gazette-service.dir/progress.make 2013-08-02 19:10:38 +0000
2716@@ -0,0 +1,6 @@
2717+CMAKE_PROGRESS_1 = 15
2718+CMAKE_PROGRESS_2 = 16
2719+CMAKE_PROGRESS_3 = 17
2720+CMAKE_PROGRESS_4 = 18
2721+CMAKE_PROGRESS_5 = 19
2722+
2723
2724=== added file 'po/lib/CMakeFiles/progress.marks'
2725--- po/lib/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
2726+++ po/lib/CMakeFiles/progress.marks 2013-08-02 19:10:38 +0000
2727@@ -0,0 +1,1 @@
2728+5
2729
2730=== added file 'po/lib/Makefile'
2731--- po/lib/Makefile 1970-01-01 00:00:00 +0000
2732+++ po/lib/Makefile 2013-08-02 19:10:38 +0000
2733@@ -0,0 +1,290 @@
2734+# CMAKE generated file: DO NOT EDIT!
2735+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2736+
2737+# Default target executed when no arguments are given to make.
2738+default_target: all
2739+.PHONY : default_target
2740+
2741+#=============================================================================
2742+# Special targets provided by cmake.
2743+
2744+# Disable implicit rules so canonical targets will work.
2745+.SUFFIXES:
2746+
2747+# Remove some rules from gmake that .SUFFIXES does not remove.
2748+SUFFIXES =
2749+
2750+.SUFFIXES: .hpux_make_needs_suffix_list
2751+
2752+# Suppress display of executed commands.
2753+$(VERBOSE).SILENT:
2754+
2755+# A target that is always out of date.
2756+cmake_force:
2757+.PHONY : cmake_force
2758+
2759+#=============================================================================
2760+# Set environment variables for the build.
2761+
2762+# The shell in which to execute make rules.
2763+SHELL = /bin/sh
2764+
2765+# The CMake executable.
2766+CMAKE_COMMAND = /usr/bin/cmake
2767+
2768+# The command to remove a file.
2769+RM = /usr/bin/cmake -E remove -f
2770+
2771+# Escaping for special characters.
2772+EQUALS = =
2773+
2774+# The top-level source directory on which CMake was run.
2775+CMAKE_SOURCE_DIR = /home/julia/restructure
2776+
2777+# The top-level build directory on which CMake was run.
2778+CMAKE_BINARY_DIR = /home/julia/restructure/po
2779+
2780+#=============================================================================
2781+# Targets provided globally by CMake.
2782+
2783+# Special rule for the target edit_cache
2784+edit_cache:
2785+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
2786+ /usr/bin/cmake -i .
2787+.PHONY : edit_cache
2788+
2789+# Special rule for the target edit_cache
2790+edit_cache/fast: edit_cache
2791+.PHONY : edit_cache/fast
2792+
2793+# Special rule for the target install
2794+install: preinstall
2795+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
2796+ /usr/bin/cmake -P cmake_install.cmake
2797+.PHONY : install
2798+
2799+# Special rule for the target install
2800+install/fast: preinstall/fast
2801+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
2802+ /usr/bin/cmake -P cmake_install.cmake
2803+.PHONY : install/fast
2804+
2805+# Special rule for the target install/local
2806+install/local: preinstall
2807+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
2808+ /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
2809+.PHONY : install/local
2810+
2811+# Special rule for the target install/local
2812+install/local/fast: install/local
2813+.PHONY : install/local/fast
2814+
2815+# Special rule for the target install/strip
2816+install/strip: preinstall
2817+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
2818+ /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
2819+.PHONY : install/strip
2820+
2821+# Special rule for the target install/strip
2822+install/strip/fast: install/strip
2823+.PHONY : install/strip/fast
2824+
2825+# Special rule for the target list_install_components
2826+list_install_components:
2827+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
2828+.PHONY : list_install_components
2829+
2830+# Special rule for the target list_install_components
2831+list_install_components/fast: list_install_components
2832+.PHONY : list_install_components/fast
2833+
2834+# Special rule for the target rebuild_cache
2835+rebuild_cache:
2836+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
2837+ /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
2838+.PHONY : rebuild_cache
2839+
2840+# Special rule for the target rebuild_cache
2841+rebuild_cache/fast: rebuild_cache
2842+.PHONY : rebuild_cache/fast
2843+
2844+# The main all target
2845+all: cmake_check_build_system
2846+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles /home/julia/restructure/po/lib/CMakeFiles/progress.marks
2847+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 lib/all
2848+ $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles 0
2849+.PHONY : all
2850+
2851+# The main clean target
2852+clean:
2853+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 lib/clean
2854+.PHONY : clean
2855+
2856+# The main clean target
2857+clean/fast: clean
2858+.PHONY : clean/fast
2859+
2860+# Prepare targets for installation.
2861+preinstall: all
2862+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
2863+.PHONY : preinstall
2864+
2865+# Prepare targets for installation.
2866+preinstall/fast:
2867+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
2868+.PHONY : preinstall/fast
2869+
2870+# clear depends
2871+depend:
2872+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
2873+.PHONY : depend
2874+
2875+# Convenience name for target.
2876+lib/CMakeFiles/gazette-service.dir/rule:
2877+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 lib/CMakeFiles/gazette-service.dir/rule
2878+.PHONY : lib/CMakeFiles/gazette-service.dir/rule
2879+
2880+# Convenience name for target.
2881+gazette-service: lib/CMakeFiles/gazette-service.dir/rule
2882+.PHONY : gazette-service
2883+
2884+# fast build rule for target.
2885+gazette-service/fast:
2886+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/build
2887+.PHONY : gazette-service/fast
2888+
2889+Configurable.o: Configurable.c.o
2890+.PHONY : Configurable.o
2891+
2892+# target to build an object file
2893+Configurable.c.o:
2894+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Configurable.c.o
2895+.PHONY : Configurable.c.o
2896+
2897+Configurable.i: Configurable.c.i
2898+.PHONY : Configurable.i
2899+
2900+# target to preprocess a source file
2901+Configurable.c.i:
2902+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Configurable.c.i
2903+.PHONY : Configurable.c.i
2904+
2905+Configurable.s: Configurable.c.s
2906+.PHONY : Configurable.s
2907+
2908+# target to generate assembly for a file
2909+Configurable.c.s:
2910+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Configurable.c.s
2911+.PHONY : Configurable.c.s
2912+
2913+Plugin.o: Plugin.c.o
2914+.PHONY : Plugin.o
2915+
2916+# target to build an object file
2917+Plugin.c.o:
2918+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Plugin.c.o
2919+.PHONY : Plugin.c.o
2920+
2921+Plugin.i: Plugin.c.i
2922+.PHONY : Plugin.i
2923+
2924+# target to preprocess a source file
2925+Plugin.c.i:
2926+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Plugin.c.i
2927+.PHONY : Plugin.c.i
2928+
2929+Plugin.s: Plugin.c.s
2930+.PHONY : Plugin.s
2931+
2932+# target to generate assembly for a file
2933+Plugin.c.s:
2934+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Plugin.c.s
2935+.PHONY : Plugin.c.s
2936+
2937+Service.o: Service.c.o
2938+.PHONY : Service.o
2939+
2940+# target to build an object file
2941+Service.c.o:
2942+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Service.c.o
2943+.PHONY : Service.c.o
2944+
2945+Service.i: Service.c.i
2946+.PHONY : Service.i
2947+
2948+# target to preprocess a source file
2949+Service.c.i:
2950+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Service.c.i
2951+.PHONY : Service.c.i
2952+
2953+Service.s: Service.c.s
2954+.PHONY : Service.s
2955+
2956+# target to generate assembly for a file
2957+Service.c.s:
2958+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/Service.c.s
2959+.PHONY : Service.c.s
2960+
2961+ShadowedLabel.o: ShadowedLabel.c.o
2962+.PHONY : ShadowedLabel.o
2963+
2964+# target to build an object file
2965+ShadowedLabel.c.o:
2966+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.o
2967+.PHONY : ShadowedLabel.c.o
2968+
2969+ShadowedLabel.i: ShadowedLabel.c.i
2970+.PHONY : ShadowedLabel.i
2971+
2972+# target to preprocess a source file
2973+ShadowedLabel.c.i:
2974+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.i
2975+.PHONY : ShadowedLabel.c.i
2976+
2977+ShadowedLabel.s: ShadowedLabel.c.s
2978+.PHONY : ShadowedLabel.s
2979+
2980+# target to generate assembly for a file
2981+ShadowedLabel.c.s:
2982+ cd /home/julia/restructure/po && $(MAKE) -f lib/CMakeFiles/gazette-service.dir/build.make lib/CMakeFiles/gazette-service.dir/ShadowedLabel.c.s
2983+.PHONY : ShadowedLabel.c.s
2984+
2985+# Help Target
2986+help:
2987+ @echo "The following are some of the valid targets for this Makefile:"
2988+ @echo "... all (the default if no target is provided)"
2989+ @echo "... clean"
2990+ @echo "... depend"
2991+ @echo "... edit_cache"
2992+ @echo "... gazette-service"
2993+ @echo "... install"
2994+ @echo "... install/local"
2995+ @echo "... install/strip"
2996+ @echo "... list_install_components"
2997+ @echo "... rebuild_cache"
2998+ @echo "... Configurable.o"
2999+ @echo "... Configurable.i"
3000+ @echo "... Configurable.s"
3001+ @echo "... Plugin.o"
3002+ @echo "... Plugin.i"
3003+ @echo "... Plugin.s"
3004+ @echo "... Service.o"
3005+ @echo "... Service.i"
3006+ @echo "... Service.s"
3007+ @echo "... ShadowedLabel.o"
3008+ @echo "... ShadowedLabel.i"
3009+ @echo "... ShadowedLabel.s"
3010+.PHONY : help
3011+
3012+
3013+
3014+#=============================================================================
3015+# Special targets to cleanup operation of make.
3016+
3017+# Special rule to run CMake to check the build system integrity.
3018+# No rule that depends on this can have commands that come from listfiles
3019+# because they might be regenerated.
3020+cmake_check_build_system:
3021+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
3022+.PHONY : cmake_check_build_system
3023+
3024
3025=== added file 'po/lib/cmake_install.cmake'
3026--- po/lib/cmake_install.cmake 1970-01-01 00:00:00 +0000
3027+++ po/lib/cmake_install.cmake 2013-08-02 19:10:38 +0000
3028@@ -0,0 +1,46 @@
3029+# Install script for directory: /home/julia/restructure/lib
3030+
3031+# Set the install prefix
3032+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
3033+ SET(CMAKE_INSTALL_PREFIX "/usr")
3034+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
3035+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
3036+
3037+# Set the install configuration name.
3038+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
3039+ IF(BUILD_TYPE)
3040+ STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
3041+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
3042+ ELSE(BUILD_TYPE)
3043+ SET(CMAKE_INSTALL_CONFIG_NAME "")
3044+ ENDIF(BUILD_TYPE)
3045+ MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
3046+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
3047+
3048+# Set the component getting installed.
3049+IF(NOT CMAKE_INSTALL_COMPONENT)
3050+ IF(COMPONENT)
3051+ MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
3052+ SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
3053+ ELSE(COMPONENT)
3054+ SET(CMAKE_INSTALL_COMPONENT)
3055+ ENDIF(COMPONENT)
3056+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
3057+
3058+# Install shared libraries without execute permission?
3059+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
3060+ SET(CMAKE_INSTALL_SO_NO_EXE "1")
3061+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
3062+
3063+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3064+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
3065+ "/usr/lib/gazette/libgazette-service.a")
3066+ IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
3067+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
3068+ ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
3069+ IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
3070+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
3071+ ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
3072+FILE(INSTALL DESTINATION "/usr/lib/gazette" TYPE STATIC_LIBRARY FILES "/home/julia/restructure/po/lib/libgazette-service.a")
3073+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3074+
3075
3076=== added directory 'po/plug'
3077=== added directory 'po/plug/CMakeFiles'
3078=== added file 'po/plug/CMakeFiles/CMakeDirectoryInformation.cmake'
3079--- po/plug/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
3080+++ po/plug/CMakeFiles/CMakeDirectoryInformation.cmake 2013-08-02 19:10:38 +0000
3081@@ -0,0 +1,16 @@
3082+# CMAKE generated file: DO NOT EDIT!
3083+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3084+
3085+# Relative path conversion top directories.
3086+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/julia/restructure")
3087+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julia/restructure/po")
3088+
3089+# Force unix paths in dependencies.
3090+SET(CMAKE_FORCE_UNIX_PATHS 1)
3091+
3092+
3093+# The C and CXX include file regular expressions for this directory.
3094+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
3095+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
3096+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
3097+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
3098
3099=== added directory 'po/plug/CMakeFiles/gazette-plug.dir'
3100=== added file 'po/plug/CMakeFiles/gazette-plug.dir/DependInfo.cmake'
3101--- po/plug/CMakeFiles/gazette-plug.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
3102+++ po/plug/CMakeFiles/gazette-plug.dir/DependInfo.cmake 2013-08-02 19:10:38 +0000
3103@@ -0,0 +1,42 @@
3104+# The set of languages for which implicit dependencies are needed:
3105+SET(CMAKE_DEPENDS_LANGUAGES
3106+ "C"
3107+ )
3108+# The set of files for implicit dependencies of each language:
3109+SET(CMAKE_DEPENDS_CHECK_C
3110+ "/home/julia/restructure/po/plug/Config.c" "/home/julia/restructure/po/plug/CMakeFiles/gazette-plug.dir/Config.c.o"
3111+ "/home/julia/restructure/po/plug/GeneralConfigBox.c" "/home/julia/restructure/po/plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o"
3112+ "/home/julia/restructure/po/plug/PluginConfigBox.c" "/home/julia/restructure/po/plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o"
3113+ "/home/julia/restructure/po/src/PluginManager.c" "/home/julia/restructure/po/plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o"
3114+ "/home/julia/restructure/po/plug/main.c" "/home/julia/restructure/po/plug/CMakeFiles/gazette-plug.dir/main.c.o"
3115+ )
3116+SET(CMAKE_C_COMPILER_ID "GNU")
3117+
3118+# Preprocessor definitions for this target.
3119+SET(CMAKE_TARGET_DEFINITIONS
3120+ "GETTEXT_PACKAGE=\"gazette\""
3121+ )
3122+
3123+# Pairs of files generated by the same build rule.
3124+SET(CMAKE_MULTIPLE_OUTPUT_PAIRS
3125+ "/home/julia/restructure/po/plug/../src/PluginManager.c" "/home/julia/restructure/po/plug/Config.c"
3126+ "/home/julia/restructure/po/plug/../vapi/Service.vapi" "/home/julia/restructure/po/plug/Config.c"
3127+ "/home/julia/restructure/po/plug/GeneralConfigBox.c" "/home/julia/restructure/po/plug/Config.c"
3128+ "/home/julia/restructure/po/plug/PluginConfigBox.c" "/home/julia/restructure/po/plug/Config.c"
3129+ "/home/julia/restructure/po/plug/main.c" "/home/julia/restructure/po/plug/Config.c"
3130+ )
3131+
3132+
3133+# Targets to which this target links.
3134+SET(CMAKE_TARGET_LINKED_INFO_FILES
3135+ "/home/julia/restructure/po/lib/CMakeFiles/gazette-service.dir/DependInfo.cmake"
3136+ )
3137+
3138+# The include file search paths:
3139+SET(CMAKE_C_TARGET_INCLUDE_PATH
3140+ "include"
3141+ "plug"
3142+ )
3143+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3144+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3145+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3146
3147=== added directory 'po/plug/CMakeFiles/gazette-plug.dir/__'
3148=== added directory 'po/plug/CMakeFiles/gazette-plug.dir/__/src'
3149=== added file 'po/plug/CMakeFiles/gazette-plug.dir/build.make'
3150--- po/plug/CMakeFiles/gazette-plug.dir/build.make 1970-01-01 00:00:00 +0000
3151+++ po/plug/CMakeFiles/gazette-plug.dir/build.make 2013-08-02 19:10:38 +0000
3152@@ -0,0 +1,232 @@
3153+# CMAKE generated file: DO NOT EDIT!
3154+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3155+
3156+#=============================================================================
3157+# Special targets provided by cmake.
3158+
3159+# Disable implicit rules so canonical targets will work.
3160+.SUFFIXES:
3161+
3162+# Remove some rules from gmake that .SUFFIXES does not remove.
3163+SUFFIXES =
3164+
3165+.SUFFIXES: .hpux_make_needs_suffix_list
3166+
3167+# Suppress display of executed commands.
3168+$(VERBOSE).SILENT:
3169+
3170+# A target that is always out of date.
3171+cmake_force:
3172+.PHONY : cmake_force
3173+
3174+#=============================================================================
3175+# Set environment variables for the build.
3176+
3177+# The shell in which to execute make rules.
3178+SHELL = /bin/sh
3179+
3180+# The CMake executable.
3181+CMAKE_COMMAND = /usr/bin/cmake
3182+
3183+# The command to remove a file.
3184+RM = /usr/bin/cmake -E remove -f
3185+
3186+# Escaping for special characters.
3187+EQUALS = =
3188+
3189+# The top-level source directory on which CMake was run.
3190+CMAKE_SOURCE_DIR = /home/julia/restructure
3191+
3192+# The top-level build directory on which CMake was run.
3193+CMAKE_BINARY_DIR = /home/julia/restructure/po
3194+
3195+# Include any dependencies generated for this target.
3196+include plug/CMakeFiles/gazette-plug.dir/depend.make
3197+
3198+# Include the progress variables for this target.
3199+include plug/CMakeFiles/gazette-plug.dir/progress.make
3200+
3201+# Include the compile flags for this target's objects.
3202+include plug/CMakeFiles/gazette-plug.dir/flags.make
3203+
3204+plug/Config.c: src/Config.vala
3205+plug/Config.c: ../plug/../vapi/Service.vapi
3206+plug/Config.c: ../plug/../src/PluginManager.vala
3207+plug/Config.c: ../plug/main.vala
3208+plug/Config.c: ../plug/GeneralConfigBox.vala
3209+plug/Config.c: ../plug/PluginConfigBox.vala
3210+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_1)
3211+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating Config.c, ../vapi/Service.vapi, ../src/PluginManager.c, main.c, GeneralConfigBox.c, PluginConfigBox.c"
3212+ cd /home/julia/restructure/po/plug && /usr/bin/valac -C -b /home/julia/restructure/plug -d /home/julia/restructure/po/plug --pkg=gio-2.0 --pkg=clutter-gtk-1.0 --pkg=gmodule-2.0 --pkg=gtk+-3.0 --pkg=granite --pkg=pantheon --thread /home/julia/restructure/po/src/Config.vala /home/julia/restructure/plug/../vapi/Service.vapi /home/julia/restructure/plug/../src/PluginManager.vala /home/julia/restructure/plug/main.vala /home/julia/restructure/plug/GeneralConfigBox.vala /home/julia/restructure/plug/PluginConfigBox.vala
3213+
3214+plug/../vapi/Service.vapi: plug/Config.c
3215+
3216+plug/../src/PluginManager.c: plug/Config.c
3217+
3218+plug/main.c: plug/Config.c
3219+
3220+plug/GeneralConfigBox.c: plug/Config.c
3221+
3222+plug/PluginConfigBox.c: plug/Config.c
3223+
3224+plug/CMakeFiles/gazette-plug.dir/Config.c.o: plug/CMakeFiles/gazette-plug.dir/flags.make
3225+plug/CMakeFiles/gazette-plug.dir/Config.c.o: plug/Config.c
3226+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_2)
3227+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object plug/CMakeFiles/gazette-plug.dir/Config.c.o"
3228+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-plug.dir/Config.c.o -c /home/julia/restructure/po/plug/Config.c
3229+
3230+plug/CMakeFiles/gazette-plug.dir/Config.c.i: cmake_force
3231+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-plug.dir/Config.c.i"
3232+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/plug/Config.c > CMakeFiles/gazette-plug.dir/Config.c.i
3233+
3234+plug/CMakeFiles/gazette-plug.dir/Config.c.s: cmake_force
3235+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-plug.dir/Config.c.s"
3236+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/plug/Config.c -o CMakeFiles/gazette-plug.dir/Config.c.s
3237+
3238+plug/CMakeFiles/gazette-plug.dir/Config.c.o.requires:
3239+.PHONY : plug/CMakeFiles/gazette-plug.dir/Config.c.o.requires
3240+
3241+plug/CMakeFiles/gazette-plug.dir/Config.c.o.provides: plug/CMakeFiles/gazette-plug.dir/Config.c.o.requires
3242+ $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/Config.c.o.provides.build
3243+.PHONY : plug/CMakeFiles/gazette-plug.dir/Config.c.o.provides
3244+
3245+plug/CMakeFiles/gazette-plug.dir/Config.c.o.provides.build: plug/CMakeFiles/gazette-plug.dir/Config.c.o
3246+
3247+plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o: plug/CMakeFiles/gazette-plug.dir/flags.make
3248+plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o: plug/../src/PluginManager.c
3249+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_3)
3250+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o"
3251+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o -c /home/julia/restructure/po/plug/../src/PluginManager.c
3252+
3253+plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.i: cmake_force
3254+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.i"
3255+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/plug/../src/PluginManager.c > CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.i
3256+
3257+plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.s: cmake_force
3258+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.s"
3259+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/plug/../src/PluginManager.c -o CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.s
3260+
3261+plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o.requires:
3262+.PHONY : plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o.requires
3263+
3264+plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o.provides: plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o.requires
3265+ $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o.provides.build
3266+.PHONY : plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o.provides
3267+
3268+plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o.provides.build: plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o
3269+
3270+plug/CMakeFiles/gazette-plug.dir/main.c.o: plug/CMakeFiles/gazette-plug.dir/flags.make
3271+plug/CMakeFiles/gazette-plug.dir/main.c.o: plug/main.c
3272+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_4)
3273+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object plug/CMakeFiles/gazette-plug.dir/main.c.o"
3274+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-plug.dir/main.c.o -c /home/julia/restructure/po/plug/main.c
3275+
3276+plug/CMakeFiles/gazette-plug.dir/main.c.i: cmake_force
3277+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-plug.dir/main.c.i"
3278+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/plug/main.c > CMakeFiles/gazette-plug.dir/main.c.i
3279+
3280+plug/CMakeFiles/gazette-plug.dir/main.c.s: cmake_force
3281+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-plug.dir/main.c.s"
3282+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/plug/main.c -o CMakeFiles/gazette-plug.dir/main.c.s
3283+
3284+plug/CMakeFiles/gazette-plug.dir/main.c.o.requires:
3285+.PHONY : plug/CMakeFiles/gazette-plug.dir/main.c.o.requires
3286+
3287+plug/CMakeFiles/gazette-plug.dir/main.c.o.provides: plug/CMakeFiles/gazette-plug.dir/main.c.o.requires
3288+ $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/main.c.o.provides.build
3289+.PHONY : plug/CMakeFiles/gazette-plug.dir/main.c.o.provides
3290+
3291+plug/CMakeFiles/gazette-plug.dir/main.c.o.provides.build: plug/CMakeFiles/gazette-plug.dir/main.c.o
3292+
3293+plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o: plug/CMakeFiles/gazette-plug.dir/flags.make
3294+plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o: plug/GeneralConfigBox.c
3295+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_5)
3296+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o"
3297+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o -c /home/julia/restructure/po/plug/GeneralConfigBox.c
3298+
3299+plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.i: cmake_force
3300+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.i"
3301+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/plug/GeneralConfigBox.c > CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.i
3302+
3303+plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.s: cmake_force
3304+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.s"
3305+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/plug/GeneralConfigBox.c -o CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.s
3306+
3307+plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o.requires:
3308+.PHONY : plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o.requires
3309+
3310+plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o.provides: plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o.requires
3311+ $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o.provides.build
3312+.PHONY : plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o.provides
3313+
3314+plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o.provides.build: plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o
3315+
3316+plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o: plug/CMakeFiles/gazette-plug.dir/flags.make
3317+plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o: plug/PluginConfigBox.c
3318+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_6)
3319+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o"
3320+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o -c /home/julia/restructure/po/plug/PluginConfigBox.c
3321+
3322+plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.i: cmake_force
3323+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gazette-plug.dir/PluginConfigBox.c.i"
3324+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/plug/PluginConfigBox.c > CMakeFiles/gazette-plug.dir/PluginConfigBox.c.i
3325+
3326+plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.s: cmake_force
3327+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gazette-plug.dir/PluginConfigBox.c.s"
3328+ cd /home/julia/restructure/po/plug && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/plug/PluginConfigBox.c -o CMakeFiles/gazette-plug.dir/PluginConfigBox.c.s
3329+
3330+plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o.requires:
3331+.PHONY : plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o.requires
3332+
3333+plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o.provides: plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o.requires
3334+ $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o.provides.build
3335+.PHONY : plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o.provides
3336+
3337+plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o.provides.build: plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o
3338+
3339+# Object files for target gazette-plug
3340+gazette__plug_OBJECTS = \
3341+"CMakeFiles/gazette-plug.dir/Config.c.o" \
3342+"CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o" \
3343+"CMakeFiles/gazette-plug.dir/main.c.o" \
3344+"CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o" \
3345+"CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o"
3346+
3347+# External object files for target gazette-plug
3348+gazette__plug_EXTERNAL_OBJECTS =
3349+
3350+plug/gazette-plug: plug/CMakeFiles/gazette-plug.dir/Config.c.o
3351+plug/gazette-plug: plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o
3352+plug/gazette-plug: plug/CMakeFiles/gazette-plug.dir/main.c.o
3353+plug/gazette-plug: plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o
3354+plug/gazette-plug: plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o
3355+plug/gazette-plug: plug/CMakeFiles/gazette-plug.dir/build.make
3356+plug/gazette-plug: lib/libgazette-service.a
3357+plug/gazette-plug: plug/CMakeFiles/gazette-plug.dir/link.txt
3358+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable gazette-plug"
3359+ cd /home/julia/restructure/po/plug && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gazette-plug.dir/link.txt --verbose=$(VERBOSE)
3360+
3361+# Rule to build all files generated by this target.
3362+plug/CMakeFiles/gazette-plug.dir/build: plug/gazette-plug
3363+.PHONY : plug/CMakeFiles/gazette-plug.dir/build
3364+
3365+plug/CMakeFiles/gazette-plug.dir/requires: plug/CMakeFiles/gazette-plug.dir/Config.c.o.requires
3366+plug/CMakeFiles/gazette-plug.dir/requires: plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o.requires
3367+plug/CMakeFiles/gazette-plug.dir/requires: plug/CMakeFiles/gazette-plug.dir/main.c.o.requires
3368+plug/CMakeFiles/gazette-plug.dir/requires: plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o.requires
3369+plug/CMakeFiles/gazette-plug.dir/requires: plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o.requires
3370+.PHONY : plug/CMakeFiles/gazette-plug.dir/requires
3371+
3372+plug/CMakeFiles/gazette-plug.dir/clean:
3373+ cd /home/julia/restructure/po/plug && $(CMAKE_COMMAND) -P CMakeFiles/gazette-plug.dir/cmake_clean.cmake
3374+.PHONY : plug/CMakeFiles/gazette-plug.dir/clean
3375+
3376+plug/CMakeFiles/gazette-plug.dir/depend: plug/Config.c
3377+plug/CMakeFiles/gazette-plug.dir/depend: plug/../vapi/Service.vapi
3378+plug/CMakeFiles/gazette-plug.dir/depend: plug/../src/PluginManager.c
3379+plug/CMakeFiles/gazette-plug.dir/depend: plug/main.c
3380+plug/CMakeFiles/gazette-plug.dir/depend: plug/GeneralConfigBox.c
3381+plug/CMakeFiles/gazette-plug.dir/depend: plug/PluginConfigBox.c
3382+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julia/restructure /home/julia/restructure/plug /home/julia/restructure/po /home/julia/restructure/po/plug /home/julia/restructure/po/plug/CMakeFiles/gazette-plug.dir/DependInfo.cmake --color=$(COLOR)
3383+.PHONY : plug/CMakeFiles/gazette-plug.dir/depend
3384+
3385
3386=== added file 'po/plug/CMakeFiles/gazette-plug.dir/cmake_clean.cmake'
3387--- po/plug/CMakeFiles/gazette-plug.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
3388+++ po/plug/CMakeFiles/gazette-plug.dir/cmake_clean.cmake 2013-08-02 19:10:38 +0000
3389@@ -0,0 +1,20 @@
3390+FILE(REMOVE_RECURSE
3391+ "Config.c"
3392+ "../vapi/Service.vapi"
3393+ "../src/PluginManager.c"
3394+ "main.c"
3395+ "GeneralConfigBox.c"
3396+ "PluginConfigBox.c"
3397+ "CMakeFiles/gazette-plug.dir/Config.c.o"
3398+ "CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o"
3399+ "CMakeFiles/gazette-plug.dir/main.c.o"
3400+ "CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o"
3401+ "CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o"
3402+ "gazette-plug.pdb"
3403+ "gazette-plug"
3404+)
3405+
3406+# Per-language clean rules from dependency scanning.
3407+FOREACH(lang C)
3408+ INCLUDE(CMakeFiles/gazette-plug.dir/cmake_clean_${lang}.cmake OPTIONAL)
3409+ENDFOREACH(lang)
3410
3411=== added file 'po/plug/CMakeFiles/gazette-plug.dir/depend.make'
3412--- po/plug/CMakeFiles/gazette-plug.dir/depend.make 1970-01-01 00:00:00 +0000
3413+++ po/plug/CMakeFiles/gazette-plug.dir/depend.make 2013-08-02 19:10:38 +0000
3414@@ -0,0 +1,2 @@
3415+# Empty dependencies file for gazette-plug.
3416+# This may be replaced when dependencies are built.
3417
3418=== added file 'po/plug/CMakeFiles/gazette-plug.dir/flags.make'
3419--- po/plug/CMakeFiles/gazette-plug.dir/flags.make 1970-01-01 00:00:00 +0000
3420+++ po/plug/CMakeFiles/gazette-plug.dir/flags.make 2013-08-02 19:10:38 +0000
3421@@ -0,0 +1,8 @@
3422+# CMAKE generated file: DO NOT EDIT!
3423+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3424+
3425+# compile C with /usr/bin/cc
3426+C_FLAGS = -ggdb -I/home/julia/restructure/po/include -I/home/julia/restructure/po/plug -pthread -I/usr/include/goa-1.0 -I/usr/lib/x86_64-linux-gnu/goa-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libsoup-gnome-2.4 -I/usr/include/gcr-3 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gee-1.0 -I/usr/include/clutter-gtk-1.0 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/libgdata -I/usr/include/pantheon -I/usr/include/granite -I/usr/include/zeitgeist-1.0 -I/usr/include/libgtop-2.0 -pthread -I/usr/include/goa-1.0 -I/usr/lib/x86_64-linux-gnu/goa-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libsoup-gnome-2.4 -I/usr/include/gcr-3 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gee-1.0 -I/usr/include/clutter-gtk-1.0 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/libgdata -I/usr/include/pantheon -I/usr/include/granite -I/usr/include/zeitgeist-1.0 -I/usr/include/libgtop-2.0 -pthread
3427+
3428+C_DEFINES = -DGETTEXT_PACKAGE=\"gazette\"
3429+
3430
3431=== added file 'po/plug/CMakeFiles/gazette-plug.dir/link.txt'
3432--- po/plug/CMakeFiles/gazette-plug.dir/link.txt 1970-01-01 00:00:00 +0000
3433+++ po/plug/CMakeFiles/gazette-plug.dir/link.txt 2013-08-02 19:10:38 +0000
3434@@ -0,0 +1,1 @@
3435+/usr/bin/cc -ggdb CMakeFiles/gazette-plug.dir/Config.c.o CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o CMakeFiles/gazette-plug.dir/main.c.o CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o -o gazette-plug -rdynamic -lgoa-1.0 -lgdata -lxml2 -lsoup-2.4 -lpantheon -lgranite -lgee -lgthread-2.0 -lclutter-gtk-1.0 -lclutter-1.0 -lgtk-3 -lcogl-pango -ljson-glib-1.0 -lXi -lcogl -lEGL -lX11 -lXext -lXdamage -lXcomposite -lXrandr -lXfixes -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lzeitgeist-1.0 -lgmodule-2.0 -lgtop-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgoa-1.0 -lgdata -lxml2 -lsoup-2.4 -lpantheon -lgranite -lgee -lgthread-2.0 -lclutter-gtk-1.0 -lclutter-1.0 -lgtk-3 -lcogl-pango -ljson-glib-1.0 -lXi -lcogl -lEGL -lX11 -lXext -lXdamage -lXcomposite -lXrandr -lXfixes -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lzeitgeist-1.0 -lgmodule-2.0 -lgtop-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../lib/libgazette-service.a -lm -lgoa-1.0 -lgdata -lxml2 -lsoup-2.4 -lpantheon -lgranite -lgee -lgthread-2.0 -lclutter-gtk-1.0 -lclutter-1.0 -lgtk-3 -lcogl-pango -ljson-glib-1.0 -lXi -lcogl -lEGL -lX11 -lXext -lXdamage -lXcomposite -lXrandr -lXfixes -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lzeitgeist-1.0 -lgmodule-2.0 -lgtop-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgoa-1.0 -lgdata -lxml2 -lsoup-2.4 -lpantheon -lgranite -lgee -lgthread-2.0 -lclutter-gtk-1.0 -lclutter-1.0 -lgtk-3 -lcogl-pango -ljson-glib-1.0 -lXi -lcogl -lEGL -lX11 -lXext -lXdamage -lXcomposite -lXrandr -lXfixes -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lzeitgeist-1.0 -lgmodule-2.0 -lgtop-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
3436
3437=== added file 'po/plug/CMakeFiles/gazette-plug.dir/progress.make'
3438--- po/plug/CMakeFiles/gazette-plug.dir/progress.make 1970-01-01 00:00:00 +0000
3439+++ po/plug/CMakeFiles/gazette-plug.dir/progress.make 2013-08-02 19:10:38 +0000
3440@@ -0,0 +1,7 @@
3441+CMAKE_PROGRESS_1 = 9
3442+CMAKE_PROGRESS_2 = 10
3443+CMAKE_PROGRESS_3 = 11
3444+CMAKE_PROGRESS_4 = 12
3445+CMAKE_PROGRESS_5 = 13
3446+CMAKE_PROGRESS_6 = 14
3447+
3448
3449=== added file 'po/plug/CMakeFiles/progress.marks'
3450--- po/plug/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
3451+++ po/plug/CMakeFiles/progress.marks 2013-08-02 19:10:38 +0000
3452@@ -0,0 +1,1 @@
3453+11
3454
3455=== added file 'po/plug/Makefile'
3456--- po/plug/Makefile 1970-01-01 00:00:00 +0000
3457+++ po/plug/Makefile 2013-08-02 19:10:38 +0000
3458@@ -0,0 +1,317 @@
3459+# CMAKE generated file: DO NOT EDIT!
3460+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3461+
3462+# Default target executed when no arguments are given to make.
3463+default_target: all
3464+.PHONY : default_target
3465+
3466+#=============================================================================
3467+# Special targets provided by cmake.
3468+
3469+# Disable implicit rules so canonical targets will work.
3470+.SUFFIXES:
3471+
3472+# Remove some rules from gmake that .SUFFIXES does not remove.
3473+SUFFIXES =
3474+
3475+.SUFFIXES: .hpux_make_needs_suffix_list
3476+
3477+# Suppress display of executed commands.
3478+$(VERBOSE).SILENT:
3479+
3480+# A target that is always out of date.
3481+cmake_force:
3482+.PHONY : cmake_force
3483+
3484+#=============================================================================
3485+# Set environment variables for the build.
3486+
3487+# The shell in which to execute make rules.
3488+SHELL = /bin/sh
3489+
3490+# The CMake executable.
3491+CMAKE_COMMAND = /usr/bin/cmake
3492+
3493+# The command to remove a file.
3494+RM = /usr/bin/cmake -E remove -f
3495+
3496+# Escaping for special characters.
3497+EQUALS = =
3498+
3499+# The top-level source directory on which CMake was run.
3500+CMAKE_SOURCE_DIR = /home/julia/restructure
3501+
3502+# The top-level build directory on which CMake was run.
3503+CMAKE_BINARY_DIR = /home/julia/restructure/po
3504+
3505+#=============================================================================
3506+# Targets provided globally by CMake.
3507+
3508+# Special rule for the target edit_cache
3509+edit_cache:
3510+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
3511+ /usr/bin/cmake -i .
3512+.PHONY : edit_cache
3513+
3514+# Special rule for the target edit_cache
3515+edit_cache/fast: edit_cache
3516+.PHONY : edit_cache/fast
3517+
3518+# Special rule for the target install
3519+install: preinstall
3520+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
3521+ /usr/bin/cmake -P cmake_install.cmake
3522+.PHONY : install
3523+
3524+# Special rule for the target install
3525+install/fast: preinstall/fast
3526+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
3527+ /usr/bin/cmake -P cmake_install.cmake
3528+.PHONY : install/fast
3529+
3530+# Special rule for the target install/local
3531+install/local: preinstall
3532+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
3533+ /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
3534+.PHONY : install/local
3535+
3536+# Special rule for the target install/local
3537+install/local/fast: install/local
3538+.PHONY : install/local/fast
3539+
3540+# Special rule for the target install/strip
3541+install/strip: preinstall
3542+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
3543+ /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
3544+.PHONY : install/strip
3545+
3546+# Special rule for the target install/strip
3547+install/strip/fast: install/strip
3548+.PHONY : install/strip/fast
3549+
3550+# Special rule for the target list_install_components
3551+list_install_components:
3552+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
3553+.PHONY : list_install_components
3554+
3555+# Special rule for the target list_install_components
3556+list_install_components/fast: list_install_components
3557+.PHONY : list_install_components/fast
3558+
3559+# Special rule for the target rebuild_cache
3560+rebuild_cache:
3561+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
3562+ /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
3563+.PHONY : rebuild_cache
3564+
3565+# Special rule for the target rebuild_cache
3566+rebuild_cache/fast: rebuild_cache
3567+.PHONY : rebuild_cache/fast
3568+
3569+# The main all target
3570+all: cmake_check_build_system
3571+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles /home/julia/restructure/po/plug/CMakeFiles/progress.marks
3572+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/all
3573+ $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles 0
3574+.PHONY : all
3575+
3576+# The main clean target
3577+clean:
3578+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/clean
3579+.PHONY : clean
3580+
3581+# The main clean target
3582+clean/fast: clean
3583+.PHONY : clean/fast
3584+
3585+# Prepare targets for installation.
3586+preinstall: all
3587+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/preinstall
3588+.PHONY : preinstall
3589+
3590+# Prepare targets for installation.
3591+preinstall/fast:
3592+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/preinstall
3593+.PHONY : preinstall/fast
3594+
3595+# clear depends
3596+depend:
3597+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
3598+.PHONY : depend
3599+
3600+# Convenience name for target.
3601+plug/CMakeFiles/gazette-plug.dir/rule:
3602+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/CMakeFiles/gazette-plug.dir/rule
3603+.PHONY : plug/CMakeFiles/gazette-plug.dir/rule
3604+
3605+# Convenience name for target.
3606+gazette-plug: plug/CMakeFiles/gazette-plug.dir/rule
3607+.PHONY : gazette-plug
3608+
3609+# fast build rule for target.
3610+gazette-plug/fast:
3611+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/build
3612+.PHONY : gazette-plug/fast
3613+
3614+Config.o: Config.c.o
3615+.PHONY : Config.o
3616+
3617+# target to build an object file
3618+Config.c.o:
3619+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/Config.c.o
3620+.PHONY : Config.c.o
3621+
3622+Config.i: Config.c.i
3623+.PHONY : Config.i
3624+
3625+# target to preprocess a source file
3626+Config.c.i:
3627+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/Config.c.i
3628+.PHONY : Config.c.i
3629+
3630+Config.s: Config.c.s
3631+.PHONY : Config.s
3632+
3633+# target to generate assembly for a file
3634+Config.c.s:
3635+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/Config.c.s
3636+.PHONY : Config.c.s
3637+
3638+GeneralConfigBox.o: GeneralConfigBox.c.o
3639+.PHONY : GeneralConfigBox.o
3640+
3641+# target to build an object file
3642+GeneralConfigBox.c.o:
3643+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.o
3644+.PHONY : GeneralConfigBox.c.o
3645+
3646+GeneralConfigBox.i: GeneralConfigBox.c.i
3647+.PHONY : GeneralConfigBox.i
3648+
3649+# target to preprocess a source file
3650+GeneralConfigBox.c.i:
3651+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.i
3652+.PHONY : GeneralConfigBox.c.i
3653+
3654+GeneralConfigBox.s: GeneralConfigBox.c.s
3655+.PHONY : GeneralConfigBox.s
3656+
3657+# target to generate assembly for a file
3658+GeneralConfigBox.c.s:
3659+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/GeneralConfigBox.c.s
3660+.PHONY : GeneralConfigBox.c.s
3661+
3662+PluginConfigBox.o: PluginConfigBox.c.o
3663+.PHONY : PluginConfigBox.o
3664+
3665+# target to build an object file
3666+PluginConfigBox.c.o:
3667+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.o
3668+.PHONY : PluginConfigBox.c.o
3669+
3670+PluginConfigBox.i: PluginConfigBox.c.i
3671+.PHONY : PluginConfigBox.i
3672+
3673+# target to preprocess a source file
3674+PluginConfigBox.c.i:
3675+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.i
3676+.PHONY : PluginConfigBox.c.i
3677+
3678+PluginConfigBox.s: PluginConfigBox.c.s
3679+.PHONY : PluginConfigBox.s
3680+
3681+# target to generate assembly for a file
3682+PluginConfigBox.c.s:
3683+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/PluginConfigBox.c.s
3684+.PHONY : PluginConfigBox.c.s
3685+
3686+__/src/PluginManager.o: __/src/PluginManager.c.o
3687+.PHONY : __/src/PluginManager.o
3688+
3689+# target to build an object file
3690+__/src/PluginManager.c.o:
3691+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o
3692+.PHONY : __/src/PluginManager.c.o
3693+
3694+__/src/PluginManager.i: __/src/PluginManager.c.i
3695+.PHONY : __/src/PluginManager.i
3696+
3697+# target to preprocess a source file
3698+__/src/PluginManager.c.i:
3699+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.i
3700+.PHONY : __/src/PluginManager.c.i
3701+
3702+__/src/PluginManager.s: __/src/PluginManager.c.s
3703+.PHONY : __/src/PluginManager.s
3704+
3705+# target to generate assembly for a file
3706+__/src/PluginManager.c.s:
3707+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.s
3708+.PHONY : __/src/PluginManager.c.s
3709+
3710+main.o: main.c.o
3711+.PHONY : main.o
3712+
3713+# target to build an object file
3714+main.c.o:
3715+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/main.c.o
3716+.PHONY : main.c.o
3717+
3718+main.i: main.c.i
3719+.PHONY : main.i
3720+
3721+# target to preprocess a source file
3722+main.c.i:
3723+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/main.c.i
3724+.PHONY : main.c.i
3725+
3726+main.s: main.c.s
3727+.PHONY : main.s
3728+
3729+# target to generate assembly for a file
3730+main.c.s:
3731+ cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/main.c.s
3732+.PHONY : main.c.s
3733+
3734+# Help Target
3735+help:
3736+ @echo "The following are some of the valid targets for this Makefile:"
3737+ @echo "... all (the default if no target is provided)"
3738+ @echo "... clean"
3739+ @echo "... depend"
3740+ @echo "... edit_cache"
3741+ @echo "... gazette-plug"
3742+ @echo "... install"
3743+ @echo "... install/local"
3744+ @echo "... install/strip"
3745+ @echo "... list_install_components"
3746+ @echo "... rebuild_cache"
3747+ @echo "... Config.o"
3748+ @echo "... Config.i"
3749+ @echo "... Config.s"
3750+ @echo "... GeneralConfigBox.o"
3751+ @echo "... GeneralConfigBox.i"
3752+ @echo "... GeneralConfigBox.s"
3753+ @echo "... PluginConfigBox.o"
3754+ @echo "... PluginConfigBox.i"
3755+ @echo "... PluginConfigBox.s"
3756+ @echo "... __/src/PluginManager.o"
3757+ @echo "... __/src/PluginManager.i"
3758+ @echo "... __/src/PluginManager.s"
3759+ @echo "... main.o"
3760+ @echo "... main.i"
3761+ @echo "... main.s"
3762+.PHONY : help
3763+
3764+
3765+
3766+#=============================================================================
3767+# Special targets to cleanup operation of make.
3768+
3769+# Special rule to run CMake to check the build system integrity.
3770+# No rule that depends on this can have commands that come from listfiles
3771+# because they might be regenerated.
3772+cmake_check_build_system:
3773+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
3774+.PHONY : cmake_check_build_system
3775+
3776
3777=== added file 'po/plug/cmake_install.cmake'
3778--- po/plug/cmake_install.cmake 1970-01-01 00:00:00 +0000
3779+++ po/plug/cmake_install.cmake 2013-08-02 19:10:38 +0000
3780@@ -0,0 +1,66 @@
3781+# Install script for directory: /home/julia/restructure/plug
3782+
3783+# Set the install prefix
3784+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
3785+ SET(CMAKE_INSTALL_PREFIX "/usr")
3786+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
3787+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
3788+
3789+# Set the install configuration name.
3790+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
3791+ IF(BUILD_TYPE)
3792+ STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
3793+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
3794+ ELSE(BUILD_TYPE)
3795+ SET(CMAKE_INSTALL_CONFIG_NAME "")
3796+ ENDIF(BUILD_TYPE)
3797+ MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
3798+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
3799+
3800+# Set the component getting installed.
3801+IF(NOT CMAKE_INSTALL_COMPONENT)
3802+ IF(COMPONENT)
3803+ MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
3804+ SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
3805+ ELSE(COMPONENT)
3806+ SET(CMAKE_INSTALL_COMPONENT)
3807+ ENDIF(COMPONENT)
3808+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
3809+
3810+# Install shared libraries without execute permission?
3811+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
3812+ SET(CMAKE_INSTALL_SO_NO_EXE "1")
3813+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
3814+
3815+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3816+ FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/plugs/gazette" TYPE FILE FILES "/home/julia/restructure/plug/gazette.plug")
3817+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3818+
3819+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3820+ FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/64x64/apps" TYPE FILE FILES "/home/julia/restructure/plug/gazette.png")
3821+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3822+
3823+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3824+ FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps" TYPE FILE FILES "/home/julia/restructure/plug/gazette.svg")
3825+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3826+
3827+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3828+ execute_process (COMMAND gtk-update-icon-cache -t -f /usr/share/icons/hicolor)
3829+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3830+
3831+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3832+ IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/plugs/gazette/gazette-plug" AND
3833+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/plugs/gazette/gazette-plug")
3834+ FILE(RPATH_CHECK
3835+ FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/plugs/gazette/gazette-plug"
3836+ RPATH "")
3837+ ENDIF()
3838+ FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/plugs/gazette" TYPE EXECUTABLE FILES "/home/julia/restructure/po/plug/gazette-plug")
3839+ IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/plugs/gazette/gazette-plug" AND
3840+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/plugs/gazette/gazette-plug")
3841+ IF(CMAKE_INSTALL_DO_STRIP)
3842+ EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/plugs/gazette/gazette-plug")
3843+ ENDIF(CMAKE_INSTALL_DO_STRIP)
3844+ ENDIF()
3845+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
3846+
3847
3848=== added directory 'po/plugins'
3849=== added directory 'po/plugins/CMakeFiles'
3850=== added file 'po/plugins/CMakeFiles/CMakeDirectoryInformation.cmake'
3851--- po/plugins/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
3852+++ po/plugins/CMakeFiles/CMakeDirectoryInformation.cmake 2013-08-02 19:10:38 +0000
3853@@ -0,0 +1,16 @@
3854+# CMAKE generated file: DO NOT EDIT!
3855+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3856+
3857+# Relative path conversion top directories.
3858+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/julia/restructure")
3859+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julia/restructure/po")
3860+
3861+# Force unix paths in dependencies.
3862+SET(CMAKE_FORCE_UNIX_PATHS 1)
3863+
3864+
3865+# The C and CXX include file regular expressions for this directory.
3866+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
3867+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
3868+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
3869+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
3870
3871=== added file 'po/plugins/CMakeFiles/progress.marks'
3872--- po/plugins/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
3873+++ po/plugins/CMakeFiles/progress.marks 2013-08-02 19:10:38 +0000
3874@@ -0,0 +1,1 @@
3875+8
3876
3877=== added directory 'po/plugins/Files'
3878=== added directory 'po/plugins/Files/CMakeFiles'
3879=== added file 'po/plugins/Files/CMakeFiles/CMakeDirectoryInformation.cmake'
3880--- po/plugins/Files/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
3881+++ po/plugins/Files/CMakeFiles/CMakeDirectoryInformation.cmake 2013-08-02 19:10:38 +0000
3882@@ -0,0 +1,16 @@
3883+# CMAKE generated file: DO NOT EDIT!
3884+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3885+
3886+# Relative path conversion top directories.
3887+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/julia/restructure")
3888+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julia/restructure/po")
3889+
3890+# Force unix paths in dependencies.
3891+SET(CMAKE_FORCE_UNIX_PATHS 1)
3892+
3893+
3894+# The C and CXX include file regular expressions for this directory.
3895+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
3896+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
3897+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
3898+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
3899
3900=== added directory 'po/plugins/Files/CMakeFiles/files.dir'
3901=== added file 'po/plugins/Files/CMakeFiles/files.dir/DependInfo.cmake'
3902--- po/plugins/Files/CMakeFiles/files.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
3903+++ po/plugins/Files/CMakeFiles/files.dir/DependInfo.cmake 2013-08-02 19:10:38 +0000
3904@@ -0,0 +1,33 @@
3905+# The set of languages for which implicit dependencies are needed:
3906+SET(CMAKE_DEPENDS_LANGUAGES
3907+ "C"
3908+ )
3909+# The set of files for implicit dependencies of each language:
3910+SET(CMAKE_DEPENDS_CHECK_C
3911+ "/home/julia/restructure/po/plugins/Files/Files.c" "/home/julia/restructure/po/plugins/Files/CMakeFiles/files.dir/Files.c.o"
3912+ )
3913+SET(CMAKE_C_COMPILER_ID "GNU")
3914+
3915+# Preprocessor definitions for this target.
3916+SET(CMAKE_TARGET_DEFINITIONS
3917+ "GETTEXT_PACKAGE=\"gazette\""
3918+ )
3919+
3920+# Pairs of files generated by the same build rule.
3921+SET(CMAKE_MULTIPLE_OUTPUT_PAIRS
3922+ "/home/julia/restructure/po/plugins/Files/Files.c" "/home/julia/restructure/po/plugins/Files/Service.vapi"
3923+ )
3924+
3925+
3926+# Targets to which this target links.
3927+SET(CMAKE_TARGET_LINKED_INFO_FILES
3928+ )
3929+
3930+# The include file search paths:
3931+SET(CMAKE_C_TARGET_INCLUDE_PATH
3932+ "include"
3933+ "plugins/Files"
3934+ )
3935+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3936+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3937+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3938
3939=== added file 'po/plugins/Files/CMakeFiles/files.dir/build.make'
3940--- po/plugins/Files/CMakeFiles/files.dir/build.make 1970-01-01 00:00:00 +0000
3941+++ po/plugins/Files/CMakeFiles/files.dir/build.make 2013-08-02 19:10:38 +0000
3942@@ -0,0 +1,111 @@
3943+# CMAKE generated file: DO NOT EDIT!
3944+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3945+
3946+#=============================================================================
3947+# Special targets provided by cmake.
3948+
3949+# Disable implicit rules so canonical targets will work.
3950+.SUFFIXES:
3951+
3952+# Remove some rules from gmake that .SUFFIXES does not remove.
3953+SUFFIXES =
3954+
3955+.SUFFIXES: .hpux_make_needs_suffix_list
3956+
3957+# Suppress display of executed commands.
3958+$(VERBOSE).SILENT:
3959+
3960+# A target that is always out of date.
3961+cmake_force:
3962+.PHONY : cmake_force
3963+
3964+#=============================================================================
3965+# Set environment variables for the build.
3966+
3967+# The shell in which to execute make rules.
3968+SHELL = /bin/sh
3969+
3970+# The CMake executable.
3971+CMAKE_COMMAND = /usr/bin/cmake
3972+
3973+# The command to remove a file.
3974+RM = /usr/bin/cmake -E remove -f
3975+
3976+# Escaping for special characters.
3977+EQUALS = =
3978+
3979+# The top-level source directory on which CMake was run.
3980+CMAKE_SOURCE_DIR = /home/julia/restructure
3981+
3982+# The top-level build directory on which CMake was run.
3983+CMAKE_BINARY_DIR = /home/julia/restructure/po
3984+
3985+# Include any dependencies generated for this target.
3986+include plugins/Files/CMakeFiles/files.dir/depend.make
3987+
3988+# Include the progress variables for this target.
3989+include plugins/Files/CMakeFiles/files.dir/progress.make
3990+
3991+# Include the compile flags for this target's objects.
3992+include plugins/Files/CMakeFiles/files.dir/flags.make
3993+
3994+plugins/Files/Service.vapi: ../vapi/Service.vapi
3995+plugins/Files/Service.vapi: ../plugins/Files/Files.vala
3996+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_1)
3997+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating Service.vapi, Files.c"
3998+ cd /home/julia/restructure/po/plugins/Files && /usr/bin/valac -C -b /home/julia/restructure/plugins/Files -d /home/julia/restructure/po/plugins/Files --pkg=zeitgeist-1.0 --pkg=gmodule-2.0 --pkg=clutter-gtk-1.0 --pkg=granite --thread --vapidir=/home/julia/restructure/plugins/Files/vapi/ /home/julia/restructure/vapi/Service.vapi /home/julia/restructure/plugins/Files/Files.vala
3999+
4000+plugins/Files/Files.c: plugins/Files/Service.vapi
4001+
4002+plugins/Files/CMakeFiles/files.dir/Files.c.o: plugins/Files/CMakeFiles/files.dir/flags.make
4003+plugins/Files/CMakeFiles/files.dir/Files.c.o: plugins/Files/Files.c
4004+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_2)
4005+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object plugins/Files/CMakeFiles/files.dir/Files.c.o"
4006+ cd /home/julia/restructure/po/plugins/Files && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/files.dir/Files.c.o -c /home/julia/restructure/po/plugins/Files/Files.c
4007+
4008+plugins/Files/CMakeFiles/files.dir/Files.c.i: cmake_force
4009+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/files.dir/Files.c.i"
4010+ cd /home/julia/restructure/po/plugins/Files && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/plugins/Files/Files.c > CMakeFiles/files.dir/Files.c.i
4011+
4012+plugins/Files/CMakeFiles/files.dir/Files.c.s: cmake_force
4013+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/files.dir/Files.c.s"
4014+ cd /home/julia/restructure/po/plugins/Files && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/plugins/Files/Files.c -o CMakeFiles/files.dir/Files.c.s
4015+
4016+plugins/Files/CMakeFiles/files.dir/Files.c.o.requires:
4017+.PHONY : plugins/Files/CMakeFiles/files.dir/Files.c.o.requires
4018+
4019+plugins/Files/CMakeFiles/files.dir/Files.c.o.provides: plugins/Files/CMakeFiles/files.dir/Files.c.o.requires
4020+ $(MAKE) -f plugins/Files/CMakeFiles/files.dir/build.make plugins/Files/CMakeFiles/files.dir/Files.c.o.provides.build
4021+.PHONY : plugins/Files/CMakeFiles/files.dir/Files.c.o.provides
4022+
4023+plugins/Files/CMakeFiles/files.dir/Files.c.o.provides.build: plugins/Files/CMakeFiles/files.dir/Files.c.o
4024+
4025+# Object files for target files
4026+files_OBJECTS = \
4027+"CMakeFiles/files.dir/Files.c.o"
4028+
4029+# External object files for target files
4030+files_EXTERNAL_OBJECTS =
4031+
4032+plugins/libfiles.so: plugins/Files/CMakeFiles/files.dir/Files.c.o
4033+plugins/libfiles.so: plugins/Files/CMakeFiles/files.dir/build.make
4034+plugins/libfiles.so: plugins/Files/CMakeFiles/files.dir/link.txt
4035+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C shared library ../libfiles.so"
4036+ cd /home/julia/restructure/po/plugins/Files && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/files.dir/link.txt --verbose=$(VERBOSE)
4037+
4038+# Rule to build all files generated by this target.
4039+plugins/Files/CMakeFiles/files.dir/build: plugins/libfiles.so
4040+.PHONY : plugins/Files/CMakeFiles/files.dir/build
4041+
4042+plugins/Files/CMakeFiles/files.dir/requires: plugins/Files/CMakeFiles/files.dir/Files.c.o.requires
4043+.PHONY : plugins/Files/CMakeFiles/files.dir/requires
4044+
4045+plugins/Files/CMakeFiles/files.dir/clean:
4046+ cd /home/julia/restructure/po/plugins/Files && $(CMAKE_COMMAND) -P CMakeFiles/files.dir/cmake_clean.cmake
4047+.PHONY : plugins/Files/CMakeFiles/files.dir/clean
4048+
4049+plugins/Files/CMakeFiles/files.dir/depend: plugins/Files/Service.vapi
4050+plugins/Files/CMakeFiles/files.dir/depend: plugins/Files/Files.c
4051+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julia/restructure /home/julia/restructure/plugins/Files /home/julia/restructure/po /home/julia/restructure/po/plugins/Files /home/julia/restructure/po/plugins/Files/CMakeFiles/files.dir/DependInfo.cmake --color=$(COLOR)
4052+.PHONY : plugins/Files/CMakeFiles/files.dir/depend
4053+
4054
4055=== added file 'po/plugins/Files/CMakeFiles/files.dir/cmake_clean.cmake'
4056--- po/plugins/Files/CMakeFiles/files.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
4057+++ po/plugins/Files/CMakeFiles/files.dir/cmake_clean.cmake 2013-08-02 19:10:38 +0000
4058@@ -0,0 +1,12 @@
4059+FILE(REMOVE_RECURSE
4060+ "Service.vapi"
4061+ "Files.c"
4062+ "CMakeFiles/files.dir/Files.c.o"
4063+ "../libfiles.pdb"
4064+ "../libfiles.so"
4065+)
4066+
4067+# Per-language clean rules from dependency scanning.
4068+FOREACH(lang C)
4069+ INCLUDE(CMakeFiles/files.dir/cmake_clean_${lang}.cmake OPTIONAL)
4070+ENDFOREACH(lang)
4071
4072=== added file 'po/plugins/Files/CMakeFiles/files.dir/depend.make'
4073--- po/plugins/Files/CMakeFiles/files.dir/depend.make 1970-01-01 00:00:00 +0000
4074+++ po/plugins/Files/CMakeFiles/files.dir/depend.make 2013-08-02 19:10:38 +0000
4075@@ -0,0 +1,2 @@
4076+# Empty dependencies file for files.
4077+# This may be replaced when dependencies are built.
4078
4079=== added file 'po/plugins/Files/CMakeFiles/files.dir/flags.make'
4080--- po/plugins/Files/CMakeFiles/files.dir/flags.make 1970-01-01 00:00:00 +0000
4081+++ po/plugins/Files/CMakeFiles/files.dir/flags.make 2013-08-02 19:10:38 +0000
4082@@ -0,0 +1,8 @@
4083+# CMAKE generated file: DO NOT EDIT!
4084+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4085+
4086+# compile C with /usr/bin/cc
4087+C_FLAGS = -ggdb -fPIC -I/home/julia/restructure/po/include -I/home/julia/restructure/po/plugins/Files -pthread -I/usr/include/goa-1.0 -I/usr/lib/x86_64-linux-gnu/goa-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libsoup-gnome-2.4 -I/usr/include/gcr-3 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gee-1.0 -I/usr/include/clutter-gtk-1.0 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/libgdata -I/usr/include/pantheon -I/usr/include/granite -I/usr/include/zeitgeist-1.0 -I/usr/include/libgtop-2.0
4088+
4089+C_DEFINES = -DGETTEXT_PACKAGE=\"gazette\" -Dfiles_EXPORTS
4090+
4091
4092=== added file 'po/plugins/Files/CMakeFiles/files.dir/link.txt'
4093--- po/plugins/Files/CMakeFiles/files.dir/link.txt 1970-01-01 00:00:00 +0000
4094+++ po/plugins/Files/CMakeFiles/files.dir/link.txt 2013-08-02 19:10:38 +0000
4095@@ -0,0 +1,1 @@
4096+/usr/bin/cc -fPIC -ggdb -shared -Wl,-soname,libfiles.so -o ../libfiles.so CMakeFiles/files.dir/Files.c.o -lgoa-1.0 -lgdata -lxml2 -lsoup-2.4 -lpantheon -lgranite -lgee -lgthread-2.0 -lclutter-gtk-1.0 -lclutter-1.0 -lgtk-3 -lcogl-pango -ljson-glib-1.0 -lXi -lcogl -lEGL -lX11 -lXext -lXdamage -lXcomposite -lXrandr -lXfixes -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lzeitgeist-1.0 -lgmodule-2.0 -lgtop-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
4097
4098=== added file 'po/plugins/Files/CMakeFiles/files.dir/progress.make'
4099--- po/plugins/Files/CMakeFiles/files.dir/progress.make 1970-01-01 00:00:00 +0000
4100+++ po/plugins/Files/CMakeFiles/files.dir/progress.make 2013-08-02 19:10:38 +0000
4101@@ -0,0 +1,3 @@
4102+CMAKE_PROGRESS_1 = 1
4103+CMAKE_PROGRESS_2 = 2
4104+
4105
4106=== added file 'po/plugins/Files/CMakeFiles/progress.marks'
4107--- po/plugins/Files/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
4108+++ po/plugins/Files/CMakeFiles/progress.marks 2013-08-02 19:10:38 +0000
4109@@ -0,0 +1,1 @@
4110+2
4111
4112=== added file 'po/plugins/Files/Makefile'
4113--- po/plugins/Files/Makefile 1970-01-01 00:00:00 +0000
4114+++ po/plugins/Files/Makefile 2013-08-02 19:10:38 +0000
4115@@ -0,0 +1,209 @@
4116+# CMAKE generated file: DO NOT EDIT!
4117+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4118+
4119+# Default target executed when no arguments are given to make.
4120+default_target: all
4121+.PHONY : default_target
4122+
4123+#=============================================================================
4124+# Special targets provided by cmake.
4125+
4126+# Disable implicit rules so canonical targets will work.
4127+.SUFFIXES:
4128+
4129+# Remove some rules from gmake that .SUFFIXES does not remove.
4130+SUFFIXES =
4131+
4132+.SUFFIXES: .hpux_make_needs_suffix_list
4133+
4134+# Suppress display of executed commands.
4135+$(VERBOSE).SILENT:
4136+
4137+# A target that is always out of date.
4138+cmake_force:
4139+.PHONY : cmake_force
4140+
4141+#=============================================================================
4142+# Set environment variables for the build.
4143+
4144+# The shell in which to execute make rules.
4145+SHELL = /bin/sh
4146+
4147+# The CMake executable.
4148+CMAKE_COMMAND = /usr/bin/cmake
4149+
4150+# The command to remove a file.
4151+RM = /usr/bin/cmake -E remove -f
4152+
4153+# Escaping for special characters.
4154+EQUALS = =
4155+
4156+# The top-level source directory on which CMake was run.
4157+CMAKE_SOURCE_DIR = /home/julia/restructure
4158+
4159+# The top-level build directory on which CMake was run.
4160+CMAKE_BINARY_DIR = /home/julia/restructure/po
4161+
4162+#=============================================================================
4163+# Targets provided globally by CMake.
4164+
4165+# Special rule for the target edit_cache
4166+edit_cache:
4167+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
4168+ /usr/bin/cmake -i .
4169+.PHONY : edit_cache
4170+
4171+# Special rule for the target edit_cache
4172+edit_cache/fast: edit_cache
4173+.PHONY : edit_cache/fast
4174+
4175+# Special rule for the target install
4176+install: preinstall
4177+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
4178+ /usr/bin/cmake -P cmake_install.cmake
4179+.PHONY : install
4180+
4181+# Special rule for the target install
4182+install/fast: preinstall/fast
4183+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
4184+ /usr/bin/cmake -P cmake_install.cmake
4185+.PHONY : install/fast
4186+
4187+# Special rule for the target install/local
4188+install/local: preinstall
4189+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
4190+ /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
4191+.PHONY : install/local
4192+
4193+# Special rule for the target install/local
4194+install/local/fast: install/local
4195+.PHONY : install/local/fast
4196+
4197+# Special rule for the target install/strip
4198+install/strip: preinstall
4199+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
4200+ /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
4201+.PHONY : install/strip
4202+
4203+# Special rule for the target install/strip
4204+install/strip/fast: install/strip
4205+.PHONY : install/strip/fast
4206+
4207+# Special rule for the target list_install_components
4208+list_install_components:
4209+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
4210+.PHONY : list_install_components
4211+
4212+# Special rule for the target list_install_components
4213+list_install_components/fast: list_install_components
4214+.PHONY : list_install_components/fast
4215+
4216+# Special rule for the target rebuild_cache
4217+rebuild_cache:
4218+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
4219+ /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
4220+.PHONY : rebuild_cache
4221+
4222+# Special rule for the target rebuild_cache
4223+rebuild_cache/fast: rebuild_cache
4224+.PHONY : rebuild_cache/fast
4225+
4226+# The main all target
4227+all: cmake_check_build_system
4228+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles /home/julia/restructure/po/plugins/Files/CMakeFiles/progress.marks
4229+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/Files/all
4230+ $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles 0
4231+.PHONY : all
4232+
4233+# The main clean target
4234+clean:
4235+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/Files/clean
4236+.PHONY : clean
4237+
4238+# The main clean target
4239+clean/fast: clean
4240+.PHONY : clean/fast
4241+
4242+# Prepare targets for installation.
4243+preinstall: all
4244+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/Files/preinstall
4245+.PHONY : preinstall
4246+
4247+# Prepare targets for installation.
4248+preinstall/fast:
4249+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/Files/preinstall
4250+.PHONY : preinstall/fast
4251+
4252+# clear depends
4253+depend:
4254+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
4255+.PHONY : depend
4256+
4257+# Convenience name for target.
4258+plugins/Files/CMakeFiles/files.dir/rule:
4259+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/Files/CMakeFiles/files.dir/rule
4260+.PHONY : plugins/Files/CMakeFiles/files.dir/rule
4261+
4262+# Convenience name for target.
4263+files: plugins/Files/CMakeFiles/files.dir/rule
4264+.PHONY : files
4265+
4266+# fast build rule for target.
4267+files/fast:
4268+ cd /home/julia/restructure/po && $(MAKE) -f plugins/Files/CMakeFiles/files.dir/build.make plugins/Files/CMakeFiles/files.dir/build
4269+.PHONY : files/fast
4270+
4271+Files.o: Files.c.o
4272+.PHONY : Files.o
4273+
4274+# target to build an object file
4275+Files.c.o:
4276+ cd /home/julia/restructure/po && $(MAKE) -f plugins/Files/CMakeFiles/files.dir/build.make plugins/Files/CMakeFiles/files.dir/Files.c.o
4277+.PHONY : Files.c.o
4278+
4279+Files.i: Files.c.i
4280+.PHONY : Files.i
4281+
4282+# target to preprocess a source file
4283+Files.c.i:
4284+ cd /home/julia/restructure/po && $(MAKE) -f plugins/Files/CMakeFiles/files.dir/build.make plugins/Files/CMakeFiles/files.dir/Files.c.i
4285+.PHONY : Files.c.i
4286+
4287+Files.s: Files.c.s
4288+.PHONY : Files.s
4289+
4290+# target to generate assembly for a file
4291+Files.c.s:
4292+ cd /home/julia/restructure/po && $(MAKE) -f plugins/Files/CMakeFiles/files.dir/build.make plugins/Files/CMakeFiles/files.dir/Files.c.s
4293+.PHONY : Files.c.s
4294+
4295+# Help Target
4296+help:
4297+ @echo "The following are some of the valid targets for this Makefile:"
4298+ @echo "... all (the default if no target is provided)"
4299+ @echo "... clean"
4300+ @echo "... depend"
4301+ @echo "... edit_cache"
4302+ @echo "... files"
4303+ @echo "... install"
4304+ @echo "... install/local"
4305+ @echo "... install/strip"
4306+ @echo "... list_install_components"
4307+ @echo "... rebuild_cache"
4308+ @echo "... Files.o"
4309+ @echo "... Files.i"
4310+ @echo "... Files.s"
4311+.PHONY : help
4312+
4313+
4314+
4315+#=============================================================================
4316+# Special targets to cleanup operation of make.
4317+
4318+# Special rule to run CMake to check the build system integrity.
4319+# No rule that depends on this can have commands that come from listfiles
4320+# because they might be regenerated.
4321+cmake_check_build_system:
4322+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
4323+.PHONY : cmake_check_build_system
4324+
4325
4326=== added file 'po/plugins/Files/cmake_install.cmake'
4327--- po/plugins/Files/cmake_install.cmake 1970-01-01 00:00:00 +0000
4328+++ po/plugins/Files/cmake_install.cmake 2013-08-02 19:10:38 +0000
4329@@ -0,0 +1,90 @@
4330+# Install script for directory: /home/julia/restructure/plugins/Files
4331+
4332+# Set the install prefix
4333+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
4334+ SET(CMAKE_INSTALL_PREFIX "/usr")
4335+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
4336+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
4337+
4338+# Set the install configuration name.
4339+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
4340+ IF(BUILD_TYPE)
4341+ STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
4342+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
4343+ ELSE(BUILD_TYPE)
4344+ SET(CMAKE_INSTALL_CONFIG_NAME "")
4345+ ENDIF(BUILD_TYPE)
4346+ MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
4347+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
4348+
4349+# Set the component getting installed.
4350+IF(NOT CMAKE_INSTALL_COMPONENT)
4351+ IF(COMPONENT)
4352+ MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
4353+ SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
4354+ ELSE(COMPONENT)
4355+ SET(CMAKE_INSTALL_COMPONENT)
4356+ ENDIF(COMPONENT)
4357+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
4358+
4359+# Install shared libraries without execute permission?
4360+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
4361+ SET(CMAKE_INSTALL_SO_NO_EXE "1")
4362+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
4363+
4364+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4365+ IF(EXISTS "$ENV{DESTDIR}/usr/lib/x86_64-linux-gnu/gazette/plugins/libfiles.so" AND
4366+ NOT IS_SYMLINK "$ENV{DESTDIR}/usr/lib/x86_64-linux-gnu/gazette/plugins/libfiles.so")
4367+ FILE(RPATH_CHECK
4368+ FILE "$ENV{DESTDIR}/usr/lib/x86_64-linux-gnu/gazette/plugins/libfiles.so"
4369+ RPATH "")
4370+ ENDIF()
4371+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
4372+ "/usr/lib/x86_64-linux-gnu/gazette/plugins/libfiles.so")
4373+ IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
4374+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
4375+ ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
4376+ IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
4377+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
4378+ ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
4379+FILE(INSTALL DESTINATION "/usr/lib/x86_64-linux-gnu/gazette/plugins" TYPE SHARED_LIBRARY FILES "/home/julia/restructure/po/plugins/libfiles.so")
4380+ IF(EXISTS "$ENV{DESTDIR}/usr/lib/x86_64-linux-gnu/gazette/plugins/libfiles.so" AND
4381+ NOT IS_SYMLINK "$ENV{DESTDIR}/usr/lib/x86_64-linux-gnu/gazette/plugins/libfiles.so")
4382+ IF(CMAKE_INSTALL_DO_STRIP)
4383+ EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}/usr/lib/x86_64-linux-gnu/gazette/plugins/libfiles.so")
4384+ ENDIF(CMAKE_INSTALL_DO_STRIP)
4385+ ENDIF()
4386+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4387+
4388+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4389+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
4390+ "/usr/lib/x86_64-linux-gnu/gazette/plugins/files.plug")
4391+ IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
4392+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
4393+ ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
4394+ IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
4395+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
4396+ ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
4397+FILE(INSTALL DESTINATION "/usr/lib/x86_64-linux-gnu/gazette/plugins" TYPE FILE FILES "/home/julia/restructure/plugins/Files/files.plug")
4398+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4399+
4400+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4401+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
4402+ "/usr/share/glib-2.0/schemas/files.gschema.xml")
4403+ IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
4404+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
4405+ ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
4406+ IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
4407+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
4408+ ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
4409+FILE(INSTALL DESTINATION "/usr/share/glib-2.0/schemas" TYPE FILE OPTIONAL FILES "/home/julia/restructure/plugins/Files/data/files.gschema.xml")
4410+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4411+
4412+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4413+ message (STATUS "Compiling GSettings schemas")
4414+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4415+
4416+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4417+ execute_process (COMMAND /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas/)
4418+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
4419+
4420
4421=== added file 'po/plugins/Makefile'
4422--- po/plugins/Makefile 1970-01-01 00:00:00 +0000
4423+++ po/plugins/Makefile 2013-08-02 19:10:38 +0000
4424@@ -0,0 +1,167 @@
4425+# CMAKE generated file: DO NOT EDIT!
4426+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4427+
4428+# Default target executed when no arguments are given to make.
4429+default_target: all
4430+.PHONY : default_target
4431+
4432+#=============================================================================
4433+# Special targets provided by cmake.
4434+
4435+# Disable implicit rules so canonical targets will work.
4436+.SUFFIXES:
4437+
4438+# Remove some rules from gmake that .SUFFIXES does not remove.
4439+SUFFIXES =
4440+
4441+.SUFFIXES: .hpux_make_needs_suffix_list
4442+
4443+# Suppress display of executed commands.
4444+$(VERBOSE).SILENT:
4445+
4446+# A target that is always out of date.
4447+cmake_force:
4448+.PHONY : cmake_force
4449+
4450+#=============================================================================
4451+# Set environment variables for the build.
4452+
4453+# The shell in which to execute make rules.
4454+SHELL = /bin/sh
4455+
4456+# The CMake executable.
4457+CMAKE_COMMAND = /usr/bin/cmake
4458+
4459+# The command to remove a file.
4460+RM = /usr/bin/cmake -E remove -f
4461+
4462+# Escaping for special characters.
4463+EQUALS = =
4464+
4465+# The top-level source directory on which CMake was run.
4466+CMAKE_SOURCE_DIR = /home/julia/restructure
4467+
4468+# The top-level build directory on which CMake was run.
4469+CMAKE_BINARY_DIR = /home/julia/restructure/po
4470+
4471+#=============================================================================
4472+# Targets provided globally by CMake.
4473+
4474+# Special rule for the target edit_cache
4475+edit_cache:
4476+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
4477+ /usr/bin/cmake -i .
4478+.PHONY : edit_cache
4479+
4480+# Special rule for the target edit_cache
4481+edit_cache/fast: edit_cache
4482+.PHONY : edit_cache/fast
4483+
4484+# Special rule for the target install
4485+install: preinstall
4486+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
4487+ /usr/bin/cmake -P cmake_install.cmake
4488+.PHONY : install
4489+
4490+# Special rule for the target install
4491+install/fast: preinstall/fast
4492+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
4493+ /usr/bin/cmake -P cmake_install.cmake
4494+.PHONY : install/fast
4495+
4496+# Special rule for the target install/local
4497+install/local: preinstall
4498+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
4499+ /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
4500+.PHONY : install/local
4501+
4502+# Special rule for the target install/local
4503+install/local/fast: install/local
4504+.PHONY : install/local/fast
4505+
4506+# Special rule for the target install/strip
4507+install/strip: preinstall
4508+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
4509+ /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
4510+.PHONY : install/strip
4511+
4512+# Special rule for the target install/strip
4513+install/strip/fast: install/strip
4514+.PHONY : install/strip/fast
4515+
4516+# Special rule for the target list_install_components
4517+list_install_components:
4518+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
4519+.PHONY : list_install_components
4520+
4521+# Special rule for the target list_install_components
4522+list_install_components/fast: list_install_components
4523+.PHONY : list_install_components/fast
4524+
4525+# Special rule for the target rebuild_cache
4526+rebuild_cache:
4527+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
4528+ /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
4529+.PHONY : rebuild_cache
4530+
4531+# Special rule for the target rebuild_cache
4532+rebuild_cache/fast: rebuild_cache
4533+.PHONY : rebuild_cache/fast
4534+
4535+# The main all target
4536+all: cmake_check_build_system
4537+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles /home/julia/restructure/po/plugins/CMakeFiles/progress.marks
4538+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/all
4539+ $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles 0
4540+.PHONY : all
4541+
4542+# The main clean target
4543+clean:
4544+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/clean
4545+.PHONY : clean
4546+
4547+# The main clean target
4548+clean/fast: clean
4549+.PHONY : clean/fast
4550+
4551+# Prepare targets for installation.
4552+preinstall: all
4553+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/preinstall
4554+.PHONY : preinstall
4555+
4556+# Prepare targets for installation.
4557+preinstall/fast:
4558+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/preinstall
4559+.PHONY : preinstall/fast
4560+
4561+# clear depends
4562+depend:
4563+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
4564+.PHONY : depend
4565+
4566+# Help Target
4567+help:
4568+ @echo "The following are some of the valid targets for this Makefile:"
4569+ @echo "... all (the default if no target is provided)"
4570+ @echo "... clean"
4571+ @echo "... depend"
4572+ @echo "... edit_cache"
4573+ @echo "... install"
4574+ @echo "... install/local"
4575+ @echo "... install/strip"
4576+ @echo "... list_install_components"
4577+ @echo "... rebuild_cache"
4578+.PHONY : help
4579+
4580+
4581+
4582+#=============================================================================
4583+# Special targets to cleanup operation of make.
4584+
4585+# Special rule to run CMake to check the build system integrity.
4586+# No rule that depends on this can have commands that come from listfiles
4587+# because they might be regenerated.
4588+cmake_check_build_system:
4589+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
4590+.PHONY : cmake_check_build_system
4591+
4592
4593=== added directory 'po/plugins/News'
4594=== added directory 'po/plugins/News/CMakeFiles'
4595=== added file 'po/plugins/News/CMakeFiles/CMakeDirectoryInformation.cmake'
4596--- po/plugins/News/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
4597+++ po/plugins/News/CMakeFiles/CMakeDirectoryInformation.cmake 2013-08-02 19:10:38 +0000
4598@@ -0,0 +1,16 @@
4599+# CMAKE generated file: DO NOT EDIT!
4600+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4601+
4602+# Relative path conversion top directories.
4603+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/julia/restructure")
4604+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julia/restructure/po")
4605+
4606+# Force unix paths in dependencies.
4607+SET(CMAKE_FORCE_UNIX_PATHS 1)
4608+
4609+
4610+# The C and CXX include file regular expressions for this directory.
4611+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
4612+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
4613+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
4614+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
4615
4616=== added directory 'po/plugins/News/CMakeFiles/news.dir'
4617=== added file 'po/plugins/News/CMakeFiles/news.dir/DependInfo.cmake'
4618--- po/plugins/News/CMakeFiles/news.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
4619+++ po/plugins/News/CMakeFiles/news.dir/DependInfo.cmake 2013-08-02 19:10:38 +0000
4620@@ -0,0 +1,33 @@
4621+# The set of languages for which implicit dependencies are needed:
4622+SET(CMAKE_DEPENDS_LANGUAGES
4623+ "C"
4624+ )
4625+# The set of files for implicit dependencies of each language:
4626+SET(CMAKE_DEPENDS_CHECK_C
4627+ "/home/julia/restructure/po/plugins/News/News.c" "/home/julia/restructure/po/plugins/News/CMakeFiles/news.dir/News.c.o"
4628+ )
4629+SET(CMAKE_C_COMPILER_ID "GNU")
4630+
4631+# Preprocessor definitions for this target.
4632+SET(CMAKE_TARGET_DEFINITIONS
4633+ "GETTEXT_PACKAGE=\"gazette\""
4634+ )
4635+
4636+# Pairs of files generated by the same build rule.
4637+SET(CMAKE_MULTIPLE_OUTPUT_PAIRS
4638+ "/home/julia/restructure/po/plugins/News/News.c" "/home/julia/restructure/po/plugins/News/Service.vapi"
4639+ )
4640+
4641+
4642+# Targets to which this target links.
4643+SET(CMAKE_TARGET_LINKED_INFO_FILES
4644+ )
4645+
4646+# The include file search paths:
4647+SET(CMAKE_C_TARGET_INCLUDE_PATH
4648+ "include"
4649+ "plugins/News"
4650+ )
4651+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
4652+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
4653+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
4654
4655=== added file 'po/plugins/News/CMakeFiles/news.dir/build.make'
4656--- po/plugins/News/CMakeFiles/news.dir/build.make 1970-01-01 00:00:00 +0000
4657+++ po/plugins/News/CMakeFiles/news.dir/build.make 2013-08-02 19:10:38 +0000
4658@@ -0,0 +1,111 @@
4659+# CMAKE generated file: DO NOT EDIT!
4660+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4661+
4662+#=============================================================================
4663+# Special targets provided by cmake.
4664+
4665+# Disable implicit rules so canonical targets will work.
4666+.SUFFIXES:
4667+
4668+# Remove some rules from gmake that .SUFFIXES does not remove.
4669+SUFFIXES =
4670+
4671+.SUFFIXES: .hpux_make_needs_suffix_list
4672+
4673+# Suppress display of executed commands.
4674+$(VERBOSE).SILENT:
4675+
4676+# A target that is always out of date.
4677+cmake_force:
4678+.PHONY : cmake_force
4679+
4680+#=============================================================================
4681+# Set environment variables for the build.
4682+
4683+# The shell in which to execute make rules.
4684+SHELL = /bin/sh
4685+
4686+# The CMake executable.
4687+CMAKE_COMMAND = /usr/bin/cmake
4688+
4689+# The command to remove a file.
4690+RM = /usr/bin/cmake -E remove -f
4691+
4692+# Escaping for special characters.
4693+EQUALS = =
4694+
4695+# The top-level source directory on which CMake was run.
4696+CMAKE_SOURCE_DIR = /home/julia/restructure
4697+
4698+# The top-level build directory on which CMake was run.
4699+CMAKE_BINARY_DIR = /home/julia/restructure/po
4700+
4701+# Include any dependencies generated for this target.
4702+include plugins/News/CMakeFiles/news.dir/depend.make
4703+
4704+# Include the progress variables for this target.
4705+include plugins/News/CMakeFiles/news.dir/progress.make
4706+
4707+# Include the compile flags for this target's objects.
4708+include plugins/News/CMakeFiles/news.dir/flags.make
4709+
4710+plugins/News/Service.vapi: ../vapi/Service.vapi
4711+plugins/News/Service.vapi: ../plugins/News/News.vala
4712+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_1)
4713+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating Service.vapi, News.c"
4714+ cd /home/julia/restructure/po/plugins/News && /usr/bin/valac -C -b /home/julia/restructure/plugins/News -d /home/julia/restructure/po/plugins/News --pkg=libsoup-2.4 --pkg=gmodule-2.0 --pkg=clutter-gtk-1.0 --pkg=granite --thread --vapidir=/home/julia/restructure/plugins/News/vapi/ /home/julia/restructure/vapi/Service.vapi /home/julia/restructure/plugins/News/News.vala
4715+
4716+plugins/News/News.c: plugins/News/Service.vapi
4717+
4718+plugins/News/CMakeFiles/news.dir/News.c.o: plugins/News/CMakeFiles/news.dir/flags.make
4719+plugins/News/CMakeFiles/news.dir/News.c.o: plugins/News/News.c
4720+ $(CMAKE_COMMAND) -E cmake_progress_report /home/julia/restructure/po/CMakeFiles $(CMAKE_PROGRESS_2)
4721+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object plugins/News/CMakeFiles/news.dir/News.c.o"
4722+ cd /home/julia/restructure/po/plugins/News && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/news.dir/News.c.o -c /home/julia/restructure/po/plugins/News/News.c
4723+
4724+plugins/News/CMakeFiles/news.dir/News.c.i: cmake_force
4725+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/news.dir/News.c.i"
4726+ cd /home/julia/restructure/po/plugins/News && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/julia/restructure/po/plugins/News/News.c > CMakeFiles/news.dir/News.c.i
4727+
4728+plugins/News/CMakeFiles/news.dir/News.c.s: cmake_force
4729+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/news.dir/News.c.s"
4730+ cd /home/julia/restructure/po/plugins/News && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/julia/restructure/po/plugins/News/News.c -o CMakeFiles/news.dir/News.c.s
4731+
4732+plugins/News/CMakeFiles/news.dir/News.c.o.requires:
4733+.PHONY : plugins/News/CMakeFiles/news.dir/News.c.o.requires
4734+
4735+plugins/News/CMakeFiles/news.dir/News.c.o.provides: plugins/News/CMakeFiles/news.dir/News.c.o.requires
4736+ $(MAKE) -f plugins/News/CMakeFiles/news.dir/build.make plugins/News/CMakeFiles/news.dir/News.c.o.provides.build
4737+.PHONY : plugins/News/CMakeFiles/news.dir/News.c.o.provides
4738+
4739+plugins/News/CMakeFiles/news.dir/News.c.o.provides.build: plugins/News/CMakeFiles/news.dir/News.c.o
4740+
4741+# Object files for target news
4742+news_OBJECTS = \
4743+"CMakeFiles/news.dir/News.c.o"
4744+
4745+# External object files for target news
4746+news_EXTERNAL_OBJECTS =
4747+
4748+plugins/libnews.so: plugins/News/CMakeFiles/news.dir/News.c.o
4749+plugins/libnews.so: plugins/News/CMakeFiles/news.dir/build.make
4750+plugins/libnews.so: plugins/News/CMakeFiles/news.dir/link.txt
4751+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C shared library ../libnews.so"
4752+ cd /home/julia/restructure/po/plugins/News && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/news.dir/link.txt --verbose=$(VERBOSE)
4753+
4754+# Rule to build all files generated by this target.
4755+plugins/News/CMakeFiles/news.dir/build: plugins/libnews.so
4756+.PHONY : plugins/News/CMakeFiles/news.dir/build
4757+
4758+plugins/News/CMakeFiles/news.dir/requires: plugins/News/CMakeFiles/news.dir/News.c.o.requires
4759+.PHONY : plugins/News/CMakeFiles/news.dir/requires
4760+
4761+plugins/News/CMakeFiles/news.dir/clean:
4762+ cd /home/julia/restructure/po/plugins/News && $(CMAKE_COMMAND) -P CMakeFiles/news.dir/cmake_clean.cmake
4763+.PHONY : plugins/News/CMakeFiles/news.dir/clean
4764+
4765+plugins/News/CMakeFiles/news.dir/depend: plugins/News/Service.vapi
4766+plugins/News/CMakeFiles/news.dir/depend: plugins/News/News.c
4767+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julia/restructure /home/julia/restructure/plugins/News /home/julia/restructure/po /home/julia/restructure/po/plugins/News /home/julia/restructure/po/plugins/News/CMakeFiles/news.dir/DependInfo.cmake --color=$(COLOR)
4768+.PHONY : plugins/News/CMakeFiles/news.dir/depend
4769+
4770
4771=== added file 'po/plugins/News/CMakeFiles/news.dir/cmake_clean.cmake'
4772--- po/plugins/News/CMakeFiles/news.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
4773+++ po/plugins/News/CMakeFiles/news.dir/cmake_clean.cmake 2013-08-02 19:10:38 +0000
4774@@ -0,0 +1,12 @@
4775+FILE(REMOVE_RECURSE
4776+ "Service.vapi"
4777+ "News.c"
4778+ "CMakeFiles/news.dir/News.c.o"
4779+ "../libnews.pdb"
4780+ "../libnews.so"
4781+)
4782+
4783+# Per-language clean rules from dependency scanning.
4784+FOREACH(lang C)
4785+ INCLUDE(CMakeFiles/news.dir/cmake_clean_${lang}.cmake OPTIONAL)
4786+ENDFOREACH(lang)
4787
4788=== added file 'po/plugins/News/CMakeFiles/news.dir/depend.make'
4789--- po/plugins/News/CMakeFiles/news.dir/depend.make 1970-01-01 00:00:00 +0000
4790+++ po/plugins/News/CMakeFiles/news.dir/depend.make 2013-08-02 19:10:38 +0000
4791@@ -0,0 +1,2 @@
4792+# Empty dependencies file for news.
4793+# This may be replaced when dependencies are built.
4794
4795=== added file 'po/plugins/News/CMakeFiles/news.dir/flags.make'
4796--- po/plugins/News/CMakeFiles/news.dir/flags.make 1970-01-01 00:00:00 +0000
4797+++ po/plugins/News/CMakeFiles/news.dir/flags.make 2013-08-02 19:10:38 +0000
4798@@ -0,0 +1,8 @@
4799+# CMAKE generated file: DO NOT EDIT!
4800+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4801+
4802+# compile C with /usr/bin/cc
4803+C_FLAGS = -ggdb -fPIC -I/home/julia/restructure/po/include -I/home/julia/restructure/po/plugins/News -pthread -I/usr/include/goa-1.0 -I/usr/lib/x86_64-linux-gnu/goa-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libsoup-gnome-2.4 -I/usr/include/gcr-3 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gee-1.0 -I/usr/include/clutter-gtk-1.0 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/libgdata -I/usr/include/pantheon -I/usr/include/granite -I/usr/include/zeitgeist-1.0 -I/usr/include/libgtop-2.0
4804+
4805+C_DEFINES = -DGETTEXT_PACKAGE=\"gazette\" -Dnews_EXPORTS
4806+
4807
4808=== added file 'po/plugins/News/CMakeFiles/news.dir/link.txt'
4809--- po/plugins/News/CMakeFiles/news.dir/link.txt 1970-01-01 00:00:00 +0000
4810+++ po/plugins/News/CMakeFiles/news.dir/link.txt 2013-08-02 19:10:38 +0000
4811@@ -0,0 +1,1 @@
4812+/usr/bin/cc -fPIC -ggdb -shared -Wl,-soname,libnews.so -o ../libnews.so CMakeFiles/news.dir/News.c.o -lgoa-1.0 -lgdata -lxml2 -lsoup-2.4 -lpantheon -lgranite -lgee -lgthread-2.0 -lclutter-gtk-1.0 -lclutter-1.0 -lgtk-3 -lcogl-pango -ljson-glib-1.0 -lXi -lcogl -lEGL -lX11 -lXext -lXdamage -lXcomposite -lXrandr -lXfixes -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lzeitgeist-1.0 -lgmodule-2.0 -lgtop-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
4813
4814=== added file 'po/plugins/News/CMakeFiles/news.dir/progress.make'
4815--- po/plugins/News/CMakeFiles/news.dir/progress.make 1970-01-01 00:00:00 +0000
4816+++ po/plugins/News/CMakeFiles/news.dir/progress.make 2013-08-02 19:10:38 +0000
4817@@ -0,0 +1,3 @@
4818+CMAKE_PROGRESS_1 = 21
4819+CMAKE_PROGRESS_2 = 22
4820+
4821
4822=== added file 'po/plugins/News/CMakeFiles/progress.marks'
4823--- po/plugins/News/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
4824+++ po/plugins/News/CMakeFiles/progress.marks 2013-08-02 19:10:38 +0000
4825@@ -0,0 +1,1 @@
4826+2
4827
4828=== added file 'po/plugins/News/Makefile'
4829--- po/plugins/News/Makefile 1970-01-01 00:00:00 +0000
4830+++ po/plugins/News/Makefile 2013-08-02 19:10:38 +0000
4831@@ -0,0 +1,209 @@
4832+# CMAKE generated file: DO NOT EDIT!
4833+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4834+
4835+# Default target executed when no arguments are given to make.
4836+default_target: all
4837+.PHONY : default_target
4838+
4839+#=============================================================================
4840+# Special targets provided by cmake.
4841+
4842+# Disable implicit rules so canonical targets will work.
4843+.SUFFIXES:
4844+
4845+# Remove some rules from gmake that .SUFFIXES does not remove.
4846+SUFFIXES =
4847+
4848+.SUFFIXES: .hpux_make_needs_suffix_list
4849+
4850+# Suppress display of executed commands.
4851+$(VERBOSE).SILENT:
4852+
4853+# A target that is always out of date.
4854+cmake_force:
4855+.PHONY : cmake_force
4856+
4857+#=============================================================================
4858+# Set environment variables for the build.
4859+
4860+# The shell in which to execute make rules.
4861+SHELL = /bin/sh
4862+
4863+# The CMake executable.
4864+CMAKE_COMMAND = /usr/bin/cmake
4865+
4866+# The command to remove a file.
4867+RM = /usr/bin/cmake -E remove -f
4868+
4869+# Escaping for special characters.
4870+EQUALS = =
4871+
4872+# The top-level source directory on which CMake was run.
4873+CMAKE_SOURCE_DIR = /home/julia/restructure
4874+
4875+# The top-level build directory on which CMake was run.
4876+CMAKE_BINARY_DIR = /home/julia/restructure/po
4877+
4878+#=============================================================================
4879+# Targets provided globally by CMake.
4880+
4881+# Special rule for the target edit_cache
4882+edit_cache:
4883+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
4884+ /usr/bin/cmake -i .
4885+.PHONY : edit_cache
4886+
4887+# Special rule for the target edit_cache
4888+edit_cache/fast: edit_cache
4889+.PHONY : edit_cache/fast
4890+
4891+# Special rule for the target install
4892+install: preinstall
4893+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
4894+ /usr/bin/cmake -P cmake_install.cmake
4895+.PHONY : install
4896+
4897+# Special rule for the target install
4898+install/fast: preinstall/fast
4899+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
4900+ /usr/bin/cmake -P cmake_install.cmake
4901+.PHONY : install/fast
4902+
4903+# Special rule for the target install/local
4904+install/local: preinstall
4905+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
4906+ /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
4907+.PHONY : install/local
4908+
4909+# Special rule for the target install/local
4910+install/local/fast: install/local
4911+.PHONY : install/local/fast
4912+
4913+# Special rule for the target install/strip
4914+install/strip: preinstall
4915+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
4916+ /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
4917+.PHONY : install/strip
4918+
4919+# Special rule for the target install/strip
4920+install/strip/fast: install/strip
4921+.PHONY : install/strip/fast
4922+
4923+# Special rule for the target list_install_components
4924+list_install_components:
4925+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
4926+.PHONY : list_install_components
4927+
4928+# Special rule for the target list_install_components
4929+list_install_components/fast: list_install_components
4930+.PHONY : list_install_components/fast
4931+
4932+# Special rule for the target rebuild_cache
4933+rebuild_cache:
4934+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
4935+ /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
4936+.PHONY : rebuild_cache
4937+
4938+# Special rule for the target rebuild_cache
4939+rebuild_cache/fast: rebuild_cache
4940+.PHONY : rebuild_cache/fast
4941+
4942+# The main all target
4943+all: cmake_check_build_system
4944+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles /home/julia/restructure/po/plugins/News/CMakeFiles/progress.marks
4945+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/News/all
4946+ $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles 0
4947+.PHONY : all
4948+
4949+# The main clean target
4950+clean:
4951+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/News/clean
4952+.PHONY : clean
4953+
4954+# The main clean target
4955+clean/fast: clean
4956+.PHONY : clean/fast
4957+
4958+# Prepare targets for installation.
4959+preinstall: all
4960+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/News/preinstall
4961+.PHONY : preinstall
4962+
4963+# Prepare targets for installation.
4964+preinstall/fast:
4965+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/News/preinstall
4966+.PHONY : preinstall/fast
4967+
4968+# clear depends
4969+depend:
4970+ cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
4971+.PHONY : depend
4972+
4973+# Convenience name for target.
4974+plugins/News/CMakeFiles/news.dir/rule:
4975+ cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plugins/News/CMakeFiles/news.dir/rule
4976+.PHONY : plugins/News/CMakeFiles/news.dir/rule
4977+
4978+# Convenience name for target.
4979+news: plugins/News/CMakeFiles/news.dir/rule
4980+.PHONY : news
4981+
4982+# fast build rule for target.
4983+news/fast:
4984+ cd /home/julia/restructure/po && $(MAKE) -f plugins/News/CMakeFiles/news.dir/build.make plugins/News/CMakeFiles/news.dir/build
4985+.PHONY : news/fast
4986+
4987+News.o: News.c.o
4988+.PHONY : News.o
4989+
4990+# target to build an object file
4991+News.c.o:
4992+ cd /home/julia/restructure/po && $(MAKE) -f plugins/News/CMakeFiles/news.dir/build.make plugins/News/CMakeFiles/news.dir/News.c.o
4993+.PHONY : News.c.o
4994+
4995+News.i: News.c.i
4996+.PHONY : News.i
4997+
4998+# target to preprocess a source file
4999+News.c.i:
5000+ cd /home/julia/restructure/po && $(MAKE) -f plugins/News/CMakeFiles/news.dir/build.make plugins/News/CMakeFiles/news.dir/News.c.i
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: