From 0d9c1ba8f4a5ff21e4d41677a60b99164479d66a Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 7 Oct 2015 15:57:12 +0900 Subject: Added at-spi-*.morph files These were not properly configured with --sysconfdir=/etc, the result is that essential startup data lands in the wrong place, the autostart data lands in /usr/etc/xdg/autostart instead of /etc/xdg/autostart Change-Id: Ic6e10ecc368077806bcce1a6cd93d39c7405ff49 --- strata/gtk-deps.morph | 2 ++ strata/gtk-deps/at-spi2-atk.morph | 5 +++++ strata/gtk-deps/at-spi2-core.morph | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 strata/gtk-deps/at-spi2-atk.morph create mode 100644 strata/gtk-deps/at-spi2-core.morph (limited to 'strata') diff --git a/strata/gtk-deps.morph b/strata/gtk-deps.morph index b3140215..87843058 100644 --- a/strata/gtk-deps.morph +++ b/strata/gtk-deps.morph @@ -27,11 +27,13 @@ chunks: unpetrify-ref: ATK_2_16_0 build-system: autotools - name: at-spi2-core + morph: strata/gtk-deps/at-spi2-core.morph repo: upstream:at-spi2-core ref: 96c2842088008670e72739ea7921d654487a57fb unpetrify-ref: AT_SPI2_CORE_2_14_1 build-system: autotools - name: at-spi2-atk + morph: strata/gtk-deps/at-spi2-atk.morph repo: upstream:at-spi2-atk ref: 2c220ff6565c4f02428a0c80267616a677e81ac9 unpetrify-ref: AT_SPI2_ATK_2_14_1 diff --git a/strata/gtk-deps/at-spi2-atk.morph b/strata/gtk-deps/at-spi2-atk.morph new file mode 100644 index 00000000..ae15e7f1 --- /dev/null +++ b/strata/gtk-deps/at-spi2-atk.morph @@ -0,0 +1,5 @@ +name: at-spi2-atk +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc diff --git a/strata/gtk-deps/at-spi2-core.morph b/strata/gtk-deps/at-spi2-core.morph new file mode 100644 index 00000000..ec641284 --- /dev/null +++ b/strata/gtk-deps/at-spi2-core.morph @@ -0,0 +1,5 @@ +name: at-spi2-core +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc -- cgit v1.2.1