[gnome-games/wip/exalm/gtk4: 5/30] flatpak: Bundle gtk+-4
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/gtk4: 5/30] flatpak: Bundle gtk+-4
- Date: Sun, 7 Oct 2018 10:34:20 +0000 (UTC)
commit ccf8f6b4e1b27674bc4acc19404f8dbf5461ec77
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Thu Jul 26 19:34:08 2018 +0500
flatpak: Bundle gtk+-4
flatpak/org.gnome.Games.json | 46 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 9947d479..83fb55d9 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -87,6 +87,52 @@
"libretro-cores/libretro-stella.json",
/* End libretro cores */
"org.lua.modules.json",
+ {
+ "name" : "wayland",
+ "buildsystem" : "autotools",
+ "builddir" : true,
+ "config-opts" : [
+ "--disable-documentation"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://github.com/wayland-project/wayland.git"
+ }
+ ]
+ },
+ {
+ "name" : "graphene",
+ "buildsystem" : "meson",
+ "builddir" : true,
+ "config-opts" : [
+ "--libdir=/app/lib",
+ "-Dtests=false",
+ "-Dbenchmarks=false"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://github.com/ebassi/graphene.git"
+ }
+ ]
+ },
+ {
+ "name" : "gtk+",
+ "buildsystem" : "meson",
+ "config-opts" : [
+ "--libdir=/app/lib",
+ "-Ddemos=false",
+ "-Dbuild-tests=false"
+ ],
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/gtk+/3.94/gtk+-3.94.0.tar.xz",
+ "sha256" : "a947caa5296610b0f1d7a03b58df34765c227c577c78e683e75eea3251a67035"
+ }
+ ]
+ },
{
"name" : "tracker",
"buildsystem" : "meson",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]