parted: update to 3.1.
This commit is contained in:
parent
1a3d5bed32
commit
ff7085b04d
5 changed files with 8 additions and 7 deletions
|
@ -421,7 +421,8 @@ libsensors.so.4 libsensors libsensors-devel
|
||||||
libcap-ng.so.0 libcap-ng libcap-ng-devel
|
libcap-ng.so.0 libcap-ng libcap-ng-devel
|
||||||
libphysfs.so.1 physfs physfs-devel
|
libphysfs.so.1 physfs physfs-devel
|
||||||
libSDL_ttf-2.0.so.0 SDL_ttf SDL_ttf-devel
|
libSDL_ttf-2.0.so.0 SDL_ttf SDL_ttf-devel
|
||||||
libparted.so.1 libparted libparted-devel
|
libparted.so.2 libparted libparted-devel
|
||||||
|
libparted-fs-resize.so.0 libparted libparted-devel
|
||||||
libopenobex.so.1 libopenobex libopenobex-devel
|
libopenobex.so.1 libopenobex libopenobex-devel
|
||||||
libntfs-3g.so.81 ntfs-3g ntfs-3g-devel
|
libntfs-3g.so.81 ntfs-3g ntfs-3g-devel
|
||||||
libruby.so.1.9 ruby ruby-devel
|
libruby.so.1.9 ruby ruby-devel
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=3.0"
|
abi_depends=">=3.1"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -6,5 +6,5 @@ long_desc="${long_desc}
|
||||||
This package contains libparted, the required shared library used by Parted."
|
This package contains libparted, the required shared library used by Parted."
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/libparted.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libreadline.so.6
|
libreadline.so.6
|
||||||
libncursesw.so.6
|
libncursesw.so.6
|
||||||
libparted.so.1
|
libparted.so.2
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'parted'
|
# Template file for 'parted'
|
||||||
pkgname=parted
|
pkgname=parted
|
||||||
version=3.0
|
version=3.1
|
||||||
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-included-regex --disable-rpath --disable-debug"
|
configure_args="--without-included-regex --disable-rpath --disable-debug"
|
||||||
short_desc="The GNU Parted disk partition resizing program"
|
short_desc="The GNU Parted disk partition resizing program"
|
||||||
homepage="http://www.gnu.org/software/parted/"
|
homepage="http://www.gnu.org/software/parted/"
|
||||||
license="GPL3"
|
license="GPL-3"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2a840865fe5bc71f3c2599f30ed6190f6ff8a50834077b2ba9ab0639e55e9e14
|
checksum=5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15
|
||||||
long_desc="
|
long_desc="
|
||||||
GNU Parted is a program that allows you to create, destroy, resize, move and
|
GNU Parted is a program that allows you to create, destroy, resize, move and
|
||||||
copy hard disk partitions. This is useful for creating space for new
|
copy hard disk partitions. This is useful for creating space for new
|
||||||
|
|
Loading…
Reference in a new issue