2010-11-02 22:35:11 +00:00
|
|
|
# Template file for 'file-roller'
|
|
|
|
pkgname=file-roller
|
2012-03-26 22:42:12 +00:00
|
|
|
version=3.4.0
|
2012-03-29 10:39:59 +00:00
|
|
|
revision=1
|
2012-03-26 22:42:12 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-16 17:46:38 +00:00
|
|
|
configure_args="--disable-scrollkeeper --enable-magic
|
2011-03-02 10:15:28 +00:00
|
|
|
--disable-schemas-compile --disable-static"
|
2010-11-02 22:35:11 +00:00
|
|
|
short_desc="GNOME Front-end to archiving programs like tar and zip"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 13:53:28 +00:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2012-03-26 22:42:12 +00:00
|
|
|
checksum=79dfb3bc2e0fb68094180ae1845e4b6c253d5f231e3cf355521193848610c5dc
|
2010-11-02 22:35:11 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
To support all archive formats you must install any of these packages:
|
|
|
|
|
|
|
|
- unrar: the RAR uncompression program
|
|
|
|
- zip: creates PKZIP-compatible .zip files
|
|
|
|
- unzip: unpacks .zip archives
|
|
|
|
- p7zip: 7zip compression utility
|
|
|
|
- xz: managing LZMA and XZ compressed files
|
|
|
|
- arj: ARJ archiver
|
|
|
|
- unace: extraction tool for the proprietary ace archive format"
|
|
|
|
|
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
|
2011-09-30 13:53:28 +00:00
|
|
|
Add_dependency run desktop-file-utils
|
|
|
|
Add_dependency run hicolor-icon-theme
|
2010-11-02 22:35:11 +00:00
|
|
|
|
2012-03-22 22:53:43 +00:00
|
|
|
Add_dependency build which
|
2010-11-02 22:35:11 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
2011-03-02 10:15:28 +00:00
|
|
|
Add_dependency build file-devel
|
|
|
|
Add_dependency build nautilus-devel
|
2010-11-02 22:35:11 +00:00
|
|
|
|