[arch-commits] Commit in parted/trunk (0001-fat16.patch PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu May 2 09:25:52 UTC 2019


    Date: Thursday, May 2, 2019 @ 09:25:51
  Author: eworm
Revision: 352374

upgpkg: parted 3.2-9

remove --disable-debug for fatresize

Modified:
  parted/trunk/0001-fat16.patch
  parted/trunk/PKGBUILD

------------------+
 0001-fat16.patch |    7 -------
 PKGBUILD         |   14 ++++++++------
 2 files changed, 8 insertions(+), 13 deletions(-)

Modified: 0001-fat16.patch
===================================================================
--- 0001-fat16.patch	2019-05-02 02:27:46 UTC (rev 352373)
+++ 0001-fat16.patch	2019-05-02 09:25:51 UTC (rev 352374)
@@ -119,10 +119,6 @@
  
    # This is known to segfault with fsck.hfs from
    # Fedora 16's hfsplus-tools-332.14-12.fc15.x86_64.
--- 
-1.7.1
-
-
 From ca37fcb204f97964ff2c92ea0221367e798810bb Mon Sep 17 00:00:00 2001
 From: Mike Fleetwood <mike.fleetwood at googlemail.com>
 Date: Sun, 28 Sep 2014 11:54:45 +0100
@@ -188,6 +184,3 @@
  
    # create an empty $fs_type partition, cylinder aligned, size > 256 MB
    parted -a min -s $dev mkpart p1 $start $default_end > out 2>&1 || fail=1
--- 
-1.7.1
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-02 02:27:46 UTC (rev 352373)
+++ PKGBUILD	2019-05-02 09:25:51 UTC (rev 352374)
@@ -3,7 +3,7 @@
 
 pkgname=parted
 pkgver=3.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=('x86_64')
 license=('GPL3')
@@ -16,7 +16,7 @@
         '0002-include.patch')
 sha256sums=('858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4'
             'SKIP'
-            '3cbf31765b1653609a4c95687b91e34dd57ad3498d5d02019c966bd46d25d100'
+            '20f54040e58bbbef6ed043c8be98dda5696035349c3efad850972c938f08f84a'
             '789d6ef8fcff389f9f74bd9e377aff9949ab5b317a80bd38cec39510bd40cef6')
 
 prepare() {
@@ -29,10 +29,12 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr \
-              --sbindir=/usr/bin \
-              --disable-debug \
-              --disable-rpath
+  # Do *not* add --disable-debug, it prevents building fatresize
+  # https://github.com/ya-mouse/fatresize/issues/9
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --disable-rpath
   make
 }
 



More information about the arch-commits mailing list