file-roller: rebuild against libarchive-3.1.2.
This commit is contained in:
parent
feaabb5939
commit
e6ce12def5
|
@ -1,27 +1,16 @@
|
|||
# Template file for 'file-roller'
|
||||
pkgname=file-roller
|
||||
version=3.6.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --enable-magic --disable-static"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils file-devel
|
||||
makedepends="which pkg-config intltool gnome-doc-utils
|
||||
nautilus-devel>=3.6.0 json-glib-devel itstool libnotify-devel
|
||||
libarchive-devel"
|
||||
libarchive-devel>=3.1.2"
|
||||
short_desc="GNOME Front-end to archiving programs like tar and zip"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=6d99d7be243d442484ba46505df5e52ffb4e46ea5cd754daba865eccc22c8402
|
||||
long_desc="
|
||||
File Roller is an archive manager for the GNOME environment. This means
|
||||
that you can:
|
||||
|
||||
- Create and modify archives.
|
||||
- View the content of an archive.
|
||||
- View a file contained in the archive.
|
||||
- Extract files from the archive.
|
||||
|
||||
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
|
||||
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar."
|
||||
|
|
Loading…
Reference in New Issue