[gexiv2/gexiv2-0.10] build: Add manifest to test build against exiv2 master
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gexiv2/gexiv2-0.10] build: Add manifest to test build against exiv2 master
- Date: Tue, 20 Nov 2018 12:29:50 +0000 (UTC)
commit 80acb2b1b9e12402a8e9d2c77c0f7dbc244e72aa
Author: Jens Georg <mail jensge org>
Date: Tue Nov 20 13:17:00 2018 +0100
build: Add manifest to test build against exiv2 master
build-aux/org.gnome.GExiv2.json | 65 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
---
diff --git a/build-aux/org.gnome.GExiv2.json b/build-aux/org.gnome.GExiv2.json
new file mode 100644
index 0000000..38e7d6f
--- /dev/null
+++ b/build-aux/org.gnome.GExiv2.json
@@ -0,0 +1,65 @@
+{
+ "app-id" : "org.gnome.GExiv2",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "3.30",
+ "sdk" : "org.gnome.Sdk",
+ "command" : "gexiv2",
+ "tags" : [
+ "nightly"
+ ],
+ "desktop-file-name-prefix" : "(Nightly) ",
+ "cleanup" : [
+ "/include",
+ "/lib/pkconfig",
+ "/share/pkgconfig",
+ "/share/gtk-doc",
+ "/share/man",
+ "/share/vala",
+ "/lib/girepository",
+ "*.la",
+ "*.a"
+ ],
+ "modules" : [
+ {
+ "name" : "exiv2",
+ "cleanup" : [
+ "/bin"
+ ],
+ "buildsystem" : "cmake",
+ "config-opts" : [
+ "-DCMAKE_INSTALL_LIBDIR=lib"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://github.com/Exiv2/exiv2/",
+ "branch" : "master"
+ }
+ ]
+ },
+ {
+ "name" : "gexiv2",
+ "buildsystem" : "meson",
+ "cleanup" : [
+ "/lib/girepository-1.0",
+ "/share/gir-1.0"
+ ],
+ "config-opts" : [
+ "-Dpython2-girdir=no",
+ "-Dpython3-girdir=no"
+ ],
+ "build-options" : {
+ "env" : {
+ "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR" : "/app/share/gir-1.0",
+ "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR" : "/app/lib/girepository-1.0"
+ }
+ },
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gexiv2.git/"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]