[glom/glom-1-30] xdg-app-builder manifest: Add gettext



commit 1f585790e15c8846bc4df59fe53b68593c247bcf
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Dec 16 17:05:19 2015 +0100

    xdg-app-builder manifest: Add gettext
    
    Because the base environment (or GNOME runtime?) doesn't have
    libgettextpo.

 glom-xdg-app-builder/manifest.json |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/glom-xdg-app-builder/manifest.json b/glom-xdg-app-builder/manifest.json
index b6ba0bb..b470a4c 100644
--- a/glom-xdg-app-builder/manifest.json
+++ b/glom-xdg-app-builder/manifest.json
@@ -17,6 +17,18 @@
     "cleanup": ["/include", "/lib/*/include", "/lib/pkgconfig", "/share/pkgconfig", "/share/aclocal", 
"/man", "/share/man", "/share/info", "/share/gtk-doc", "*.la", "*.a" ],
     "modules": [
         {
+            "name": "gettext",
+            "cleanup": [ "/share" "/bin"],
+            "config-opts": [ "--disable-java" "--disable-c++" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.6.tar.xz";,
+                    "sha256": "9b95816620fd1168cb4eeca0e9dc0ffd86e864fc668f76f5e37cc054d6982e51"
+                }
+            ]
+        },
+        {
            "name": "mm-common",
            "cleanup": [ "/" ],
            "sources": [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]