[gnome-disk-utility/flatpak-recent-parted: 6/6] Flatpak: Use recent parted version
- From: Kai Lüke <kailueke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/flatpak-recent-parted: 6/6] Flatpak: Use recent parted version
- Date: Mon, 26 Aug 2019 21:39:15 +0000 (UTC)
commit dd346b95b74d321a20922bdbf0bda0ef792154e7
Author: Kai Lüke <kailueke riseup net>
Date: Sat Aug 24 01:08:50 2019 +0200
Flatpak: Use recent parted version
The used parted version is the last official
release which in distributions was heavily
patched with fixes picked from master.
In case a developer runs the UDisks service
built through Flatpak, the parted version
should not have bugs that were fixed years ago.
Use the alpha version of the upcoming parted
release instead of picking all important fixes
from master.
INSTALL | 2 --
flatpak/libparted-include.patch | 22 ----------------------
flatpak/org.gnome.DiskUtility.json | 8 ++------
3 files changed, 2 insertions(+), 30 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index b0fb9535..568de703 100644
--- a/INSTALL
+++ b/INSTALL
@@ -86,5 +86,3 @@ Build a Flatpak app with your local source code changes:
If you want to test things in your own development branches of UDisks or libblockdev,
you need to change the Flatpak manifest and point it to your repository/branch.
-Note that the parted release that the Flatpak build uses does not have bugfixes
-which the distributions have patched since years.
diff --git a/flatpak/org.gnome.DiskUtility.json b/flatpak/org.gnome.DiskUtility.json
index 15e497a3..56d909bf 100644
--- a/flatpak/org.gnome.DiskUtility.json
+++ b/flatpak/org.gnome.DiskUtility.json
@@ -162,12 +162,8 @@
"sources" : [
{
"type" : "archive",
- "url" : "https://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz",
- "sha256": "858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4"
- },
- {
- "type" : "patch",
- "path" : "libparted-include.patch"
+ "url" : "https://alpha.gnu.org/gnu/parted/parted-3.2.153.tar.xz",
+ "sha256" : "a1445d837ac4bc809ff9146ab3ac112ecc1b5639d23b7ea7b668d45aca058a2a"
}
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]