gnome-weather:wip/systemd-service

Last commit made on 2014-01-21
Get this branch:
git clone -b wip/systemd-service https://git.launchpad.net/gnome-weather

Branch merges

Branch information

Name:
wip/systemd-service
Repository:
lp:gnome-weather

Recent commits

a8ebd2f... by Giovanni Campagna <email address hidden>

Switch to use systemd for service and DBus activation

The future is systemd running off kdbus, which means that
legacy DBus service files get replaced by a combination of
systemd .service and .busname.

6c707d3... by Giovanni Campagna <email address hidden>

Window: use a header_bar for the about dialog

Consistent with modern GTK+

b92de3b... by Giovanni Campagna <email address hidden>

World: fix regression after libgd update

New libgd has more columns, so we need to update our enumeration.
Let's make sure this doesn't happen anymore with an assert.

2931015... by Giovanni Campagna <email address hidden>

Use /bin/sh instead of /bin/bash

Some systems don't have bash, and some don't ensure /bin == /usr/bin.

e266c64... by Akom C.

Updated Thai translation

35f6af6... by Giovanni Campagna <email address hidden>

Update libgd

e10547e... by Giovanni Campagna <email address hidden>

Convert to load sources from a GResource

Compile sources into a GResource file and load that instead
of individual JS files.
For ease of development, when running uninstalled we still
load the JS files (and thus don't require a make first)

9f779d0... by Giovanni Campagna <email address hidden>

package: add support for loading JS from a GResource

Load two resources by default, ${name}.data and ${name}.src, from
a gresource file in datadir. If the latter exists, set up gjs to
import modules from there.

3200d02... by Giovanni Campagna <email address hidden>

Use the proper prefix for our resources

Our ID is org.gnome.Weather.Application, so the path should be
/org/gnome/Weather/Application

414d354... by =?utf-8?q?Jiri_Gr=C3=B6nroos?= <email address hidden>

Finnish translation update