[polari] flatpak: Don't build static libs ...
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] flatpak: Don't build static libs ...
- Date: Sat, 18 Mar 2017 15:07:10 +0000 (UTC)
commit 9a539a115fd75816db7a377bc0d60aae55f75c96
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Mar 18 14:46:30 2017 +0100
flatpak: Don't build static libs ...
... instead of cleaning them up later.
org.gnome.Polari-unstable.json | 8 ++++++--
org.gnome.Polari.json | 7 ++++++-
2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Polari-unstable.json b/org.gnome.Polari-unstable.json
index 1d1a421..65ce514 100644
--- a/org.gnome.Polari-unstable.json
+++ b/org.gnome.Polari-unstable.json
@@ -40,7 +40,7 @@
"build-options": {
"cflags": "-O2 -g"
},
- "cleanup": ["/bin/m*","/bin/wraptool","/include","/lib/*.la","/lib/*.a",
+ "cleanup": ["/bin/m*","/bin/wraptool","/include","/lib/*.la",
"/lib/pkgconfig","/lib/polari/*.la","/lib/python*",
"/share/aclocal", "/share/autoconf-archive",
"/share/dbus-1/services/org.freedesktop*", "/share/gir-1.0",
@@ -76,6 +76,7 @@
},
{
"name": "telepathy-glib",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
@@ -90,6 +91,7 @@
},
{
"name": "telepathy-mission-control",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
@@ -100,6 +102,7 @@
},
{
"name": "telepathy-idle",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
@@ -110,6 +113,7 @@
},
{
"name": "telepathy-logger",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
@@ -124,7 +128,7 @@
},
{
"name": "gspell",
- "config-opts": ["--disable-vala"],
+ "config-opts": ["--disable-vala", "--disable-static"],
"sources": [
{
"type": "archive",
diff --git a/org.gnome.Polari.json b/org.gnome.Polari.json
index 1e16025..842cbaa 100644
--- a/org.gnome.Polari.json
+++ b/org.gnome.Polari.json
@@ -38,7 +38,7 @@
"build-options": {
"cflags": "-O2 -g"
},
- "cleanup": ["/bin/mc*","/include","/lib/*.la","/lib/*.a",
+ "cleanup": ["/bin/mc*","/include","/lib/*.la",
"/lib/pkgconfig","/lib/polari/*.la",
"/share/aclocal", "/share/autoconf-archive",
"/share/dbus-1/services/org.freedesktop*", "/share/gir-1.0",
@@ -58,6 +58,7 @@
},
{
"name": "telepathy-glib",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
@@ -68,6 +69,7 @@
},
{
"name": "telepathy-mission-control",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
@@ -78,6 +80,7 @@
},
{
"name": "telepathy-idle",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
@@ -88,6 +91,7 @@
},
{
"name": "telepathy-logger",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
@@ -102,6 +106,7 @@
},
{
"name": "polari",
+ "config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]