From a261e9fca2ba606f61b83863c01090642961e8cf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 6 Mar 2021 16:00:03 -0500 Subject: [PATCH] Revert "flatpak: No need to build sassc anymore" This reverts commit 9a540841fd5c18394456a3dfcfde721a69ed4724. --- build-aux/flatpak/org.gtk.Demo4.json | 30 +++++++++++++++++++ build-aux/flatpak/org.gtk.IconBrowser4.json | 30 +++++++++++++++++++ build-aux/flatpak/org.gtk.WidgetFactory4.json | 30 +++++++++++++++++++ 3 files changed, 90 insertions(+) diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index 1b7a542d80..7c6ce1a7de 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -63,6 +63,36 @@ } ] }, + { + "name" : "libsass", + "buildsystem" : "meson", + "builddir" : true, + "config-opts" : [ + "--libdir=/app/lib" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/lazka/libsass.git", + "branch" : "meson" + } + ] + }, + { + "name" : "sassc", + "buildsystem" : "meson", + "builddir" : true, + "config-opts" : [ + "--libdir=/app/lib" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/lazka/sassc.git", + "branch" : "meson" + } + ] + }, { "name" : "gtk", "buildsystem" : "meson", diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json index 1c14244999..49a0c2a308 100644 --- a/build-aux/flatpak/org.gtk.IconBrowser4.json +++ b/build-aux/flatpak/org.gtk.IconBrowser4.json @@ -63,6 +63,36 @@ } ] }, + { + "name" : "libsass", + "buildsystem" : "meson", + "builddir" : true, + "config-opts" : [ + "--libdir=/app/lib" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/lazka/libsass.git", + "branch" : "meson" + } + ] + }, + { + "name" : "sassc", + "buildsystem" : "meson", + "builddir" : true, + "config-opts" : [ + "--libdir=/app/lib" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/lazka/sassc.git", + "branch" : "meson" + } + ] + }, { "name" : "gtk", "buildsystem" : "meson", diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json index bcbee387e7..e9893bb0d5 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory4.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json @@ -63,6 +63,36 @@ } ] }, + { + "name" : "libsass", + "buildsystem" : "meson", + "builddir" : true, + "config-opts" : [ + "--libdir=/app/lib" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/lazka/libsass.git", + "branch" : "meson" + } + ] + }, + { + "name" : "sassc", + "buildsystem" : "meson", + "builddir" : true, + "config-opts" : [ + "--libdir=/app/lib" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/lazka/sassc.git", + "branch" : "meson" + } + ] + }, { "name" : "gtk", "buildsystem" : "meson",