Added file-roller-2.32.0 build template.
This commit is contained in:
parent
9ed2018ba4
commit
cc4aa3ed07
1 changed files with 67 additions and 0 deletions
67
srcpkgs/file-roller/template
Normal file
67
srcpkgs/file-roller/template
Normal file
|
@ -0,0 +1,67 @@
|
|||
# Template file for 'file-roller'
|
||||
pkgname=file-roller
|
||||
version=2.32.0
|
||||
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=9bd114600307ee312260a10eebb2f0a29798dc2f3569a68cebb5f456665638e7
|
||||
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
|
Loading…
Reference in a new issue