[gnome-sdk-images/gnome-3-28] Ensure meson builds have writable mo files
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images/gnome-3-28] Ensure meson builds have writable mo files
- Date: Wed, 14 Mar 2018 09:29:49 +0000 (UTC)
commit 7a29e468ec781df1bee7a72c735c35a5aa176eac
Author: Alexander Larsson <alexl redhat com>
Date: Wed Mar 14 10:28:58 2018 +0100
Ensure meson builds have writable mo files
These replace versions in the base, so we need to do this.
org.gnome.Sdk.json.in | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index 3ecf4d1..a590756 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -245,6 +245,10 @@
{
"name": "atk",
"buildsystem": "meson",
+ "ensure-writable": [
+ "/share/locale/*/LC_MESSAGES/*.mo",
+ "/share/runtime/locale/*/share/*/LC_MESSAGES/*.mo"
+ ],
"sources": [
{
"type": "archive",
@@ -256,6 +260,10 @@
{
"name": "at-spi2-core",
"buildsystem": "meson",
+ "ensure-writable": [
+ "/share/locale/*/LC_MESSAGES/*.mo",
+ "/share/runtime/locale/*/share/*/LC_MESSAGES/*.mo"
+ ],
"sources": [
{
"type": "archive",
@@ -267,6 +275,10 @@
{
"name": "at-spi2-atk",
"buildsystem": "meson",
+ "ensure-writable": [
+ "/share/locale/*/LC_MESSAGES/*.mo",
+ "/share/runtime/locale/*/share/*/LC_MESSAGES/*.mo"
+ ],
"sources": [
{
"type": "archive",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]