67 lines
2.2 KiB
Text
67 lines
2.2 KiB
Text
# Template file for 'file-roller'
|
|
pkgname=file-roller
|
|
version=2.32.1
|
|
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--localstatedir=/var --disable-schemas-install
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
|
--disable-scrollkeeper"
|
|
short_desc="GNOME Front-end to archiving programs like tar and zip"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=a9109d9c871c022eb0553eeedc98520bad42ba3099088c16a9f7df817f60cc92
|
|
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"
|
|
|
|
gconf_schemas="$pkgname.schemas"
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run glib
|
|
Add_dependency run gdk-pixbuf
|
|
Add_dependency run pango
|
|
Add_dependency run atk
|
|
Add_dependency run cairo
|
|
Add_dependency run libpng
|
|
Add_dependency run freetype
|
|
Add_dependency run fontconfig
|
|
Add_dependency run gtk+
|
|
Add_dependency run GConf
|
|
Add_dependency run nautilus
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build gnome-doc-utils
|
|
Add_dependency build gtk+-devel
|
|
Add_dependency build glib-devel
|
|
Add_dependency build gdk-pixbuf-devel
|
|
Add_dependency build pango-devel
|
|
Add_dependency build GConf-devel
|
|
Add_dependency build glibc-devel
|
|
Add_dependency build nautilus-devel
|
|
Add_dependency build atk-devel
|
|
Add_dependency build cairo-devel
|
|
Add_dependency build libpng-devel
|
|
Add_dependency build freetype-devel
|
|
Add_dependency build fontconfig-devel
|
|
|
|
Add_dependency full desktop-file-utils
|
|
Add_dependency full hicolor-icon-theme
|