[glom] xdg-app-builder manifest: Add gettext
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] xdg-app-builder manifest: Add gettext
- Date: Wed, 16 Dec 2015 21:04:24 +0000 (UTC)
commit a8e0868332ac71f6b6f94ab250128afc606d7e55
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 48b4ccf..f77ecfd 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]