From 56294d30a82ec2da6f9ce399740c1ef65a9ddef4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 17:18:46 +0200 Subject: Adding upstream version 3.38.1. Signed-off-by: Daniel Baumann --- .../tests/app-with-runtime/org.test.Runtime/files/.empty | 0 .../flatpak/tests/app-with-runtime/org.test.Runtime/metadata | 3 +++ .../tests/app-with-runtime/org.test.Runtime/usr/.gitignore | 1 + .../app-with-runtime/org.test.Runtime/usr/share/libtest/README | 0 .../usr/share/metainfo/org.test.Runtime.metainfo.xml | 10 ++++++++++ 5 files changed, 14 insertions(+) create mode 100644 plugins/flatpak/tests/app-with-runtime/org.test.Runtime/files/.empty create mode 100644 plugins/flatpak/tests/app-with-runtime/org.test.Runtime/metadata create mode 100644 plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/.gitignore create mode 100644 plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/share/libtest/README create mode 100644 plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/share/metainfo/org.test.Runtime.metainfo.xml (limited to 'plugins/flatpak/tests/app-with-runtime/org.test.Runtime') diff --git a/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/files/.empty b/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/files/.empty new file mode 100644 index 0000000..e69de29 diff --git a/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/metadata b/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/metadata new file mode 100644 index 0000000..16f0fa1 --- /dev/null +++ b/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/metadata @@ -0,0 +1,3 @@ +[Runtime] +name=org.test.Runtime +sdk=org.test.Runtime/x86_64/master diff --git a/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/.gitignore b/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/.gitignore new file mode 100644 index 0000000..3600b9c --- /dev/null +++ b/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/.gitignore @@ -0,0 +1 @@ +app-info diff --git a/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/share/libtest/README b/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/share/libtest/README new file mode 100644 index 0000000..e69de29 diff --git a/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/share/metainfo/org.test.Runtime.metainfo.xml b/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/share/metainfo/org.test.Runtime.metainfo.xml new file mode 100644 index 0000000..5d68c60 --- /dev/null +++ b/plugins/flatpak/tests/app-with-runtime/org.test.Runtime/usr/share/metainfo/org.test.Runtime.metainfo.xml @@ -0,0 +1,10 @@ + + + + org.test.Runtime + CC0 + GPL-2.0+ + Test runtime + Test runtime for flatpak self tests + + -- cgit v1.2.3