diff --git a/hardware/disk/parted/actions.py b/hardware/disk/parted/actions.py index 00abc9b20b..58302c4beb 100644 --- a/hardware/disk/parted/actions.py +++ b/hardware/disk/parted/actions.py @@ -2,30 +2,26 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import libtools -from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - pisitools.flags.add("-Wno-unused-but-set-variable") autotools.autoreconf() autotools.autoconf() - autotools.configure("--disable-static \ - --disable-gcc-warnings") - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") + autotools.configure("--disable-rpath --disable-static --disable-gcc-warnings") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make("V=1") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS", "README", "THANKS", "TODO") pisitools.dodoc("doc/API", "doc/USER.jp", "doc/FAT") diff --git a/hardware/disk/parted/pspec.xml b/hardware/disk/parted/pspec.xml index 071f77585c..a6b2eb64b7 100644 --- a/hardware/disk/parted/pspec.xml +++ b/hardware/disk/parted/pspec.xml @@ -1,25 +1,25 @@ - + parted - http://www.gnu.org/software/parted + https://www.gnu.org/software/parted/parted.html PisiLinux Community admins@pisilinux.org - GPLv3+ + GPL-3 app:console Create, destroy, resize, check, copy partitions and file systems The GNU Parted program allows you to create, destroy, resize, move, and copy hard disk partitions. Parted can be used for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. - http://ftp.gnu.org.ua/gnu/parted/parted-3.3.tar.xz + https://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz libutil-linux-devel device-mapper-devel readline-devel - + @@ -27,10 +27,10 @@ parted libutil-linux - ncurses device-mapper - readline util-linux + readline + ncurses /usr/lib @@ -55,6 +55,13 @@ + + 2021-05-04 + 3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 3.3