gparted: update to 0.12.0.
This commit is contained in:
parent
f9cb556537
commit
7e2f6b188d
2 changed files with 5 additions and 3 deletions
|
@ -14,4 +14,5 @@ libm.so.6 x86_64
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libparted.so.1
|
libparted.so.2
|
||||||
|
libuuid.so.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gparted'
|
# Template file for 'gparted'
|
||||||
pkgname=gparted
|
pkgname=gparted
|
||||||
version=0.11.0
|
version=0.12.0
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-scrollkeeper --enable-libparted-dmraid"
|
configure_args="--disable-scrollkeeper --enable-libparted-dmraid"
|
||||||
|
@ -8,7 +8,7 @@ short_desc="Gnome Partition Editor"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://gparted.sourceforge.net"
|
homepage="http://gparted.sourceforge.net"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=eee28bc8d169e50f39f244d4524801c3aaf76e0cbe34bdc856d033d61f25dcb4
|
checksum=2c2f4ac580f322abf5b028092a4316792e3f18ef4de4785c9d97fc9ad12d6a6d
|
||||||
long_desc="
|
long_desc="
|
||||||
GParted is a free partition editor for graphically managing your disk
|
GParted is a free partition editor for graphically managing your disk
|
||||||
partitions.
|
partitions.
|
||||||
|
@ -29,6 +29,7 @@ Add_dependency run polkit
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
Add_dependency build libuuid-devel
|
||||||
Add_dependency build libparted-devel
|
Add_dependency build libparted-devel
|
||||||
Add_dependency build libsigc++-devel
|
Add_dependency build libsigc++-devel
|
||||||
Add_dependency build gnome-doc-utils
|
Add_dependency build gnome-doc-utils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue