parted: update to 3.4.
This commit is contained in:
parent
9df5c2d3ea
commit
7d6dc8440a
2 changed files with 23 additions and 2 deletions
20
srcpkgs/parted/patches/disable-failed-tests.patch
Normal file
20
srcpkgs/parted/patches/disable-failed-tests.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- a/tests/Makefile.am
|
||||
+++ b/tests/Makefile.am
|
||||
@@ -72,7 +72,5 @@
|
||||
t6000-dm.sh \
|
||||
t6001-psep.sh \
|
||||
- t6002-dm-busy.sh \
|
||||
- t6003-dm-hide.sh \
|
||||
t6004-dm-many-partitions.sh \
|
||||
t6005-dm-uuid.sh \
|
||||
t6006-dm-512b-sectors.sh \
|
||||
--- a/tests/Makefile.in
|
||||
+++ b/tests/Makefile.in
|
||||
@@ -1741,7 +1741,5 @@
|
||||
t6000-dm.sh \
|
||||
t6001-psep.sh \
|
||||
- t6002-dm-busy.sh \
|
||||
- t6003-dm-hide.sh \
|
||||
t6004-dm-many-partitions.sh \
|
||||
t6005-dm-uuid.sh \
|
||||
t6006-dm-512b-sectors.sh \
|
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'parted'
|
||||
pkgname=parted
|
||||
version=3.3
|
||||
version=3.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# parted wants off_t as 64bit type
|
||||
configure_args="ac_cv_sizeof_off_t=8"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
|
||||
checkdepends="e2fsprogs perl python3"
|
||||
short_desc="GNU Parted disk partition resizing program"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/parted/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=57e2b4bd87018625c515421d4524f6e3b55175b472302056391c5f7eccb83d44
|
||||
checksum=e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342
|
||||
|
||||
libparted_package() {
|
||||
short_desc+=" - shared library"
|
||||
|
|
Loading…
Reference in a new issue