summaryrefslogtreecommitdiff
path: root/strata/gnome
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-05 15:59:36 +0900
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-10-12 14:23:26 +0000
commit87367fcbaf6a466b48a611b09850982b95e83b92 (patch)
treedab439902e83df0c16d3e70c0855dd7bf6daf8dd /strata/gnome
parentaf116d0a12228cd3b2c1c66d7fbe5fb8aaba9277 (diff)
downloaddefinitions-87367fcbaf6a466b48a611b09850982b95e83b92.tar.gz
Set --sysconfdir=/etc all around
Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
Diffstat (limited to 'strata/gnome')
-rw-r--r--strata/gnome/caribou.morph2
-rw-r--r--strata/gnome/clutter.morph2
-rw-r--r--strata/gnome/cogl.morph2
-rw-r--r--strata/gnome/d-feet.morph2
-rw-r--r--strata/gnome/dconf.morph2
-rw-r--r--strata/gnome/evolution-data-server.morph2
-rw-r--r--strata/gnome/gconf.morph2
-rw-r--r--strata/gnome/geoclue.morph2
-rw-r--r--strata/gnome/gnome-keyring.morph2
-rw-r--r--strata/gnome/gnome-session.morph2
-rw-r--r--strata/gnome/gnome-settings-daemon.morph2
-rw-r--r--strata/gnome/gnome-shell.morph2
-rw-r--r--strata/gnome/gvfs.morph2
-rw-r--r--strata/gnome/ibus.morph2
-rw-r--r--strata/gnome/icu.morph2
-rw-r--r--strata/gnome/libsecret.morph2
-rw-r--r--strata/gnome/mozjs17.morph1
-rw-r--r--strata/gnome/mozjs24.morph1
-rw-r--r--strata/gnome/p11-kit.morph2
-rw-r--r--strata/gnome/polkit.morph2
-rw-r--r--strata/gnome/telepathy-glib.morph2
-rw-r--r--strata/gnome/upower.morph2
22 files changed, 22 insertions, 20 deletions
diff --git a/strata/gnome/caribou.morph b/strata/gnome/caribou.morph
index 19dd6ca4..14827a98 100644
--- a/strata/gnome/caribou.morph
+++ b/strata/gnome/caribou.morph
@@ -2,4 +2,4 @@ name: caribou
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-gtk2-module
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-gtk2-module
diff --git a/strata/gnome/clutter.morph b/strata/gnome/clutter.morph
index cb677d8e..d454c6e3 100644
--- a/strata/gnome/clutter.morph
+++ b/strata/gnome/clutter.morph
@@ -2,5 +2,5 @@ name: clutter
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --enable-wayland-backend --enable-wayland-compositor
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-wayland-backend --enable-wayland-compositor
--enable-egl-backend --enable-evdev-input --enable-x11-backend
diff --git a/strata/gnome/cogl.morph b/strata/gnome/cogl.morph
index 95ab78e3..8c9dca76 100644
--- a/strata/gnome/cogl.morph
+++ b/strata/gnome/cogl.morph
@@ -2,5 +2,5 @@ name: cogl
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --enable-wayland-egl-platform --enable-wayland-egl-server
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-wayland-egl-platform --enable-wayland-egl-server
--enable-kms-egl-platform --enable-xlib-egl-platform --enable-cogl-gst
diff --git a/strata/gnome/d-feet.morph b/strata/gnome/d-feet.morph
index 8d3e201b..050acb65 100644
--- a/strata/gnome/d-feet.morph
+++ b/strata/gnome/d-feet.morph
@@ -2,4 +2,4 @@ name: d-feet
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-tests
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-tests
diff --git a/strata/gnome/dconf.morph b/strata/gnome/dconf.morph
index b9ea35a7..a49efd36 100644
--- a/strata/gnome/dconf.morph
+++ b/strata/gnome/dconf.morph
@@ -2,4 +2,4 @@ name: dconf
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-man
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-man
diff --git a/strata/gnome/evolution-data-server.morph b/strata/gnome/evolution-data-server.morph
index aa44ca07..4a3841a1 100644
--- a/strata/gnome/evolution-data-server.morph
+++ b/strata/gnome/evolution-data-server.morph
@@ -2,4 +2,4 @@ name: evolution-data-server
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-goa --disable-uoa --with-libdb=no --disable-google --with-nss-includes=/usr/include/nss --with-nspr-includes=/usr/include/nspr
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-goa --disable-uoa --with-libdb=no --disable-google --with-nss-includes=/usr/include/nss --with-nspr-includes=/usr/include/nspr
diff --git a/strata/gnome/gconf.morph b/strata/gnome/gconf.morph
index 05fdee0e..26930945 100644
--- a/strata/gnome/gconf.morph
+++ b/strata/gnome/gconf.morph
@@ -2,4 +2,4 @@ name: gconf
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-orbit --disable-documentation
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-orbit --disable-documentation
diff --git a/strata/gnome/geoclue.morph b/strata/gnome/geoclue.morph
index ce91eff9..7757882c 100644
--- a/strata/gnome/geoclue.morph
+++ b/strata/gnome/geoclue.morph
@@ -2,4 +2,4 @@ name: geoclue
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-nmea-source
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-nmea-source
diff --git a/strata/gnome/gnome-keyring.morph b/strata/gnome/gnome-keyring.morph
index bdc2ca70..820c4dcf 100644
--- a/strata/gnome/gnome-keyring.morph
+++ b/strata/gnome/gnome-keyring.morph
@@ -2,4 +2,4 @@ name: gnome-keyring
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-doc
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-doc
diff --git a/strata/gnome/gnome-session.morph b/strata/gnome/gnome-session.morph
index d61cb5e9..57f1a85b 100644
--- a/strata/gnome/gnome-session.morph
+++ b/strata/gnome/gnome-session.morph
@@ -2,4 +2,4 @@ name: gnome-session
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-man --enable-systemd
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-man --enable-systemd
diff --git a/strata/gnome/gnome-settings-daemon.morph b/strata/gnome/gnome-settings-daemon.morph
index bb1123cb..d220fd3e 100644
--- a/strata/gnome/gnome-settings-daemon.morph
+++ b/strata/gnome/gnome-settings-daemon.morph
@@ -2,4 +2,4 @@ name: gnome-settings-daemon
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-cups --disable-man
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-cups --disable-man
diff --git a/strata/gnome/gnome-shell.morph b/strata/gnome/gnome-shell.morph
index d8180fb2..dc58f670 100644
--- a/strata/gnome/gnome-shell.morph
+++ b/strata/gnome/gnome-shell.morph
@@ -2,4 +2,4 @@ name: gnome-shell
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-man --enable-compile-warnings=maximum
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-man --enable-compile-warnings=maximum
diff --git a/strata/gnome/gvfs.morph b/strata/gnome/gvfs.morph
index f6bf47f3..1fde8c82 100644
--- a/strata/gnome/gvfs.morph
+++ b/strata/gnome/gvfs.morph
@@ -2,4 +2,4 @@ name: gvfs
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-gphoto2 --disable-documentation
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-gphoto2 --disable-documentation
diff --git a/strata/gnome/ibus.morph b/strata/gnome/ibus.morph
index 8d858a3e..74a8e443 100644
--- a/strata/gnome/ibus.morph
+++ b/strata/gnome/ibus.morph
@@ -2,4 +2,4 @@ name: ibus
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-gtk2 --disable-gtk3 --disable-xim --disable-tests --enable-wayland
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-gtk2 --disable-gtk3 --disable-xim --disable-tests --enable-wayland
diff --git a/strata/gnome/icu.morph b/strata/gnome/icu.morph
index 37dec07e..5a9b069a 100644
--- a/strata/gnome/icu.morph
+++ b/strata/gnome/icu.morph
@@ -1,7 +1,7 @@
name: icu
kind: chunk
configure-commands:
-- cd source; ./runConfigureICU Linux --prefix=/usr
+- cd source; ./runConfigureICU Linux --prefix=/usr --sysconfdir=/etc
build-commands:
- cd source; unset TARGET ; make
install-commands:
diff --git a/strata/gnome/libsecret.morph b/strata/gnome/libsecret.morph
index 054b9f15..b8af29b1 100644
--- a/strata/gnome/libsecret.morph
+++ b/strata/gnome/libsecret.morph
@@ -2,4 +2,4 @@ name: libsecret
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-manpages
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-manpages
diff --git a/strata/gnome/mozjs17.morph b/strata/gnome/mozjs17.morph
index 971ebfd3..9ef98854 100644
--- a/strata/gnome/mozjs17.morph
+++ b/strata/gnome/mozjs17.morph
@@ -5,6 +5,7 @@ configure-commands:
- |
cd js/src;
./configure --prefix="$PREFIX" \
+ --sysconfdir=/etc \
--with-system-nspr \
--with-system-ffi \
--enable-threadsafe
diff --git a/strata/gnome/mozjs24.morph b/strata/gnome/mozjs24.morph
index a88914c1..a3254305 100644
--- a/strata/gnome/mozjs24.morph
+++ b/strata/gnome/mozjs24.morph
@@ -5,6 +5,7 @@ configure-commands:
- |
cd js/src;
./configure --prefix="$PREFIX" \
+ --sysconfdir=/etc \
--with-system-nspr \
--with-system-ffi \
--enable-threadsafe
diff --git a/strata/gnome/p11-kit.morph b/strata/gnome/p11-kit.morph
index b5a67729..8f88969a 100644
--- a/strata/gnome/p11-kit.morph
+++ b/strata/gnome/p11-kit.morph
@@ -2,4 +2,4 @@ name: p11-kit
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --without-trust-paths
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --without-trust-paths
diff --git a/strata/gnome/polkit.morph b/strata/gnome/polkit.morph
index a5d7eb1f..2c40ecd0 100644
--- a/strata/gnome/polkit.morph
+++ b/strata/gnome/polkit.morph
@@ -2,4 +2,4 @@ name: polkit
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-man-pages --disable-gtk-doc --enable-libsystemd-login=yes
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-man-pages --disable-gtk-doc --enable-libsystemd-login=yes
diff --git a/strata/gnome/telepathy-glib.morph b/strata/gnome/telepathy-glib.morph
index e16f3294..88a82c89 100644
--- a/strata/gnome/telepathy-glib.morph
+++ b/strata/gnome/telepathy-glib.morph
@@ -2,4 +2,4 @@ name: telepathy-glib
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-Werror
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-Werror
diff --git a/strata/gnome/upower.morph b/strata/gnome/upower.morph
index 889a32b9..00e828bd 100644
--- a/strata/gnome/upower.morph
+++ b/strata/gnome/upower.morph
@@ -2,4 +2,4 @@ name: upower
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-man-pages
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-man-pages