summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <belmouss@redhat.com>2022-03-25 18:29:24 +0100
committerBilal Elmoussaoui <belmouss@redhat.com>2022-03-28 10:14:02 +0200
commit30f6f4a5ad637044364649eb71df31fc19f5bd21 (patch)
tree6644a8a1b13cc832d371a1176035cb83ae9ec9f7
parent2cf8f9bfbb1cba3aeae32a063285463e8f9f8516 (diff)
downloadevolution-30f6f4a5ad637044364649eb71df31fc19f5bd21.tar.gz
Flatpak: Remove the news-to-appdata part
For a build environment, you often don't need that. Generating the appdata is only useful for doing releases.
-rw-r--r--flatpak/org.gnome.Evolution.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/flatpak/org.gnome.Evolution.json b/flatpak/org.gnome.Evolution.json
index f3a0c47e67..b7ebf82122 100644
--- a/flatpak/org.gnome.Evolution.json
+++ b/flatpak/org.gnome.Evolution.json
@@ -326,9 +326,6 @@
"url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git",
"branch": "master"
}
- ],
- "post-install": [
- "cp NEWS /app/share/NEWS.eds"
]
},
{
@@ -373,9 +370,6 @@
"url": "https://gitlab.gnome.org/GNOME/evolution-ews.git",
"branch": "master"
}
- ],
- "post-install": [
- "cp NEWS /app/share/NEWS.ews"
]
},
{
@@ -394,7 +388,6 @@
"build-commands": [
"./evolution-fix-service-names.sh <evolution-wrapper.sh.in >evolution-wrapper.sh",
"chmod a+x evolution-wrapper.sh",
- "mv /app/bin/evolution /app/bin/evolution.bin",
"cp evolution-wrapper.sh /app/bin/evolution"
]
},
@@ -425,20 +418,7 @@
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/evolution.git",
"branch": "master"
- },
- {
- "type": "shell",
- "commands": [
- "cp config.h.in config.h.in.orig",
- "cat config.h.in.orig | sed -e \"s|\\@VERSION_SUBSTRING\\@| \\(flatpak git$(git log --pretty=format:%h --max-count=1)\\)|\" >config.h.in",
- "cp data/org.gnome.Evolution.appdata.xml.in.in data/org.gnome.Evolution.appdata.xml.in.in.orig",
- "cat data/org.gnome.Evolution.appdata.xml.in.in.orig | sed -e \"s|\\@APPDATA_RELEASES\\@|APPDATA_RELEASES|\" >data/org.gnome.Evolution.appdata.xml.in.in"
- ]
}
- ],
- "post-install": [
- "cp NEWS /app/share/NEWS.evo",
- "mv /app/share/metainfo/org.gnome.Evolution.appdata.xml /app/share/"
]
}
]