summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-17 16:40:27 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-17 19:30:29 +0900
commitb870c40c2b9cd908ce9ddee8bf00fdeb9c623398 (patch)
tree10dffdd8166b44ffb1e4952b7fe11f59d561b1ad
parent8a4dc9fca480b2e82f58d9d81754ee92ba8f0f10 (diff)
downloaddefinitions-b870c40c2b9cd908ce9ddee8bf00fdeb9c623398.tar.gz
Upgrading gnome-initial-setup to version including geoclue bugfix
Using a bleeding edge version of gnome-initial-setup so that geoclue works at setup time; see upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=758214 This patch also fixes gnome-initial-setup to set the correct sysconfdir and additionally depends on optional IBUS for better integration. Change-Id: I0c38c977c4332ef42824d290b547cd9db5a73a21
-rw-r--r--strata/gnome.morph5
-rw-r--r--strata/gnome/gnome-initial-setup.morph2
2 files changed, 5 insertions, 2 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index b181f576..9ea277a3 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -587,14 +587,15 @@ chunks:
- name: gnome-initial-setup
morph: strata/gnome/gnome-initial-setup.morph
repo: upstream:gnome/gnome-initial-setup
- ref: b45052856e406d6526ef4d32f4346e43c50cd58a
- unpetrify-ref: 3.18.0
+ ref: e0b7f968213d26807d00ca5841c03f4a5a4605b2
+ unpetrify-ref: 3.19.1-1-ge0b7f96
build-depends:
- accountsservice
- gdm
- gnome-desktop
- gnome-keyring
- gnome-online-accounts
+ - ibus
- iso-codes
- krb5
- libgweather
diff --git a/strata/gnome/gnome-initial-setup.morph b/strata/gnome/gnome-initial-setup.morph
index 1f6f695b..314cc409 100644
--- a/strata/gnome/gnome-initial-setup.morph
+++ b/strata/gnome/gnome-initial-setup.morph
@@ -1,6 +1,8 @@
name: gnome-initial-setup
kind: chunk
build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc
system-integration:
gnome-initial-set-misc:
01-add-gnome-initial-setup-user: