summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-09 17:33:13 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 17:38:31 +0200
commit3bf85f9a745567edf470d46a6e8309f3b149d2d2 (patch)
treec50c1075a7d6a692a923eb3975b5e47d6b9e154d
parent68a7cc9d79f964baf73f2f977302b083edf5d2d4 (diff)
Switch to using flatpak
-rw-r--r--.gitignore2
-rw-r--r--Makefile3
-rw-r--r--fontconfig-flatpak.conf (renamed from fontconfig-xdg-app.conf)0
-rw-r--r--org.freedesktop.Sdk.json4
4 files changed, 4 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index ccac836..123951a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-.xdg-app-builder
+.flatpak-builder
sdk
platform
repo
diff --git a/Makefile b/Makefile
index 3c70553..0713bee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
all: repo org.freedesktop.Sdk.json
- rm -rf sdk
- xdg-app-builder --ccache --require-changes --repo=repo --subject="build of org.freedesktop.Sdk, `date`" ${EXPORT_ARGS} sdk org.freedesktop.Sdk.json
+ flatpak-builder --force-clean --ccache --require-changes --repo=repo --subject="build of org.freedesktop.Sdk, `date`" ${EXPORT_ARGS} sdk org.freedesktop.Sdk.json
rm -rf sdk
repo:
diff --git a/fontconfig-xdg-app.conf b/fontconfig-flatpak.conf
index b2a7c60..b2a7c60 100644
--- a/fontconfig-xdg-app.conf
+++ b/fontconfig-flatpak.conf
diff --git a/org.freedesktop.Sdk.json b/org.freedesktop.Sdk.json
index 5b4653b..b8110ab 100644
--- a/org.freedesktop.Sdk.json
+++ b/org.freedesktop.Sdk.json
@@ -775,7 +775,7 @@
{
"name": "fontconfig",
"config-opts": [ "--disable-static"],
- "post-install": [ "install -m 0644 -p -T fontconfig-xdg-app.conf /etc/fonts/conf.d/50-xdg-app.conf"],
+ "post-install": [ "install -m 0644 -p -T fontconfig-flatpak.conf /etc/fonts/conf.d/50-flatpak.conf"],
"sources": [
{
"type": "archive",
@@ -784,7 +784,7 @@
},
{
"type": "file",
- "path": "fontconfig-xdg-app.conf"
+ "path": "fontconfig-flatpak.conf"
}
]
},