[gnome-disk-utility/flatpak-recent-parted] Flatpak: Use recent parted version



commit 652b22d83dea2a6f797ede843e73d234b8a0a94e
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 888bf871..fd44c8db 100644
--- a/INSTALL
+++ b/INSTALL
@@ -85,5 +85,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]