[gimp] build: make a new Flatpak manifest for the 2.9.6 release.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] build: make a new Flatpak manifest for the 2.9.6 release.
- Date: Sat, 23 Sep 2017 12:04:01 +0000 (UTC)
commit 96673794d94c8e0772934121e6a4d6a7186a684b
Author: Jehan <jehan girinstud io>
Date: Sat Sep 23 14:00:46 2017 +0200
build: make a new Flatpak manifest for the 2.9.6 release.
And rename the current manifest as being a nightly manifest.
.../{org.gimp.GIMP.json => org.gimp.GIMP-dev.json} | 14 ++++++++++----
...g.gimp.GIMP.json => org.gimp.GIMP-nightly.json} | 11 +++++++----
2 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP.json b/build/flatpak/org.gimp.GIMP-dev.json
similarity index 95%
copy from build/flatpak/org.gimp.GIMP.json
copy to build/flatpak/org.gimp.GIMP-dev.json
index c17f250..ccd2602 100644
--- a/build/flatpak/org.gimp.GIMP.json
+++ b/build/flatpak/org.gimp.GIMP-dev.json
@@ -1,6 +1,6 @@
{
"id": "org.gimp.GIMP",
- "branch": "master",
+ "branch": "dev",
"runtime": "org.gnome.Platform",
"runtime-version": "3.24",
"sdk": "org.gnome.Sdk",
@@ -277,7 +277,9 @@
"sources": [
{
"type": "git",
- "url": "git://git.gnome.org/babl"
+ "url": "git://git.gnome.org/babl",
+ "branch": "BABL_0_1_30",
+ "commit": "8e90256c71a54f4729240c10b17269d06b88e9e0"
}
]
},
@@ -288,7 +290,9 @@
"sources": [
{
"type": "git",
- "url": "git://git.gnome.org/gegl"
+ "url": "git://git.gnome.org/gegl",
+ "branch": "GEGL_0_3_20",
+ "commit": "517991898e8ea672d38aa0dd282bb59b84ae253d"
}
]
},
@@ -309,7 +313,9 @@
"sources": [
{
"type": "git",
- "url": "git://git.gnome.org/gimp"
+ "url": "git://git.gnome.org/gimp",
+ "branch": "GIMP_2_9_6",
+ "commit": "5afea2f6d3ce5160362df930883d62fb9e0728c6"
}
]
}
diff --git a/build/flatpak/org.gimp.GIMP.json b/build/flatpak/org.gimp.GIMP-nightly.json
similarity index 97%
rename from build/flatpak/org.gimp.GIMP.json
rename to build/flatpak/org.gimp.GIMP-nightly.json
index c17f250..2b8ada9 100644
--- a/build/flatpak/org.gimp.GIMP.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -10,7 +10,7 @@
"rename-icon": "gimp",
"finish-args": ["--share=ipc", "--socket=x11", "--filesystem=host", "--filesystem=xdg-config/GIMP",
"--share=network", "--socket=system-bus", "--socket=session-bus" ],
"tags": ["dev"],
- "desktop-file-name-prefix": "(Dev) ",
+ "desktop-file-name-prefix": "(Nightly) ",
"build-options" : {
"cflags": "-O2 -g",
"cxxflags": "-O2 -g",
@@ -277,7 +277,8 @@
"sources": [
{
"type": "git",
- "url": "git://git.gnome.org/babl"
+ "url": "git://git.gnome.org/babl",
+ "branch": "master"
}
]
},
@@ -288,7 +289,8 @@
"sources": [
{
"type": "git",
- "url": "git://git.gnome.org/gegl"
+ "url": "git://git.gnome.org/gegl",
+ "branch": "master"
}
]
},
@@ -309,7 +311,8 @@
"sources": [
{
"type": "git",
- "url": "git://git.gnome.org/gimp"
+ "url": "git://git.gnome.org/gimp",
+ "branch": "master"
}
]
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]