[gnome-nibbles/bilelmoussaoui/flatpak] Flatpak: update the manifest
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles/bilelmoussaoui/flatpak] Flatpak: update the manifest
- Date: Thu, 18 Jul 2019 07:43:32 +0000 (UTC)
commit d2fd9c8714df77b75a24a84335c5c6f8c03c4f26
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Thu Jul 18 09:41:48 2019 +0200
Flatpak: update the manifest
Remove libgee, it's already on the master runtime
Don't rename the icon anymore, fixes the CI
org.gnome.Nibbles.json | 13 +++++++++----
org.gnome.games-support.modules.json | 24 ------------------------
2 files changed, 9 insertions(+), 28 deletions(-)
---
diff --git a/org.gnome.Nibbles.json b/org.gnome.Nibbles.json
index ac88791..63fbb52 100644
--- a/org.gnome.Nibbles.json
+++ b/org.gnome.Nibbles.json
@@ -5,8 +5,6 @@
"sdk": "org.gnome.Sdk",
"command": "gnome-nibbles",
"tags": ["nightly"],
- "copy-icon": true,
- "rename-icon": "gnome-nibbles",
"desktop-file-name-prefix": "(Nightly) ",
"finish-args": [
/* X11 + XShm access */
@@ -24,11 +22,18 @@
"cleanup": ["/include", "/lib/*.la", "/lib/pkgconfig",
"/share/man", "/share/vala"],
"modules": [
- "org.gnome.games-support.modules.json",
+ {
+ "name": "libgnome-games-support",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/libgnome-games-support.git"
+ }
+ ]
+ },
{
"name": "gnome-nibbles",
"buildsystem": "meson",
- "builddir" : true,
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]