[gnome-disk-utility/flatpak-recent-parted: 2/2] 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: 2/2] Flatpak: Use recent parted version
- Date: Tue, 27 Aug 2019 20:11:51 +0000 (UTC)
commit 3b363016905f8e34d0c957cbafb0b5cc1dc72fb7
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 088c657e..6f23253f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -90,5 +90,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]