void-packages/srcpkgs/file-roller/template

58 lines
1.8 KiB
Text
Raw Normal View History

# Template file for 'file-roller'
pkgname=file-roller
2011-09-30 13:53:28 +00:00
version=3.2.0
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure
configure_args="--localstatedir=/var --disable-scrollkeeper --enable-magic
--disable-schemas-compile --disable-static"
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"
checksum=00fc74269978b6e455fea97f22ba81b588bdf3e79548003b75f3328104b418b6
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"
triggers="gsettings-schemas"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency run glibc
Add_dependency run glib
2011-09-30 13:53:28 +00:00
Add_dependency run gtk+3
Add_dependency run gdk-pixbuf
2011-09-30 13:53:28 +00:00
Add_dependency run cairo
Add_dependency run pango
2011-09-30 13:53:28 +00:00
Add_dependency run file
Add_dependency run nautilus
Add_dependency run atk
Add_dependency run freetype
Add_dependency run fontconfig
2011-09-30 13:53:28 +00:00
Add_dependency run desktop-file-utils
Add_dependency run hicolor-icon-theme
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gnome-doc-utils
Add_dependency build file-devel
Add_dependency build nautilus-devel