22 lines
753 B
Plaintext
22 lines
753 B
Plaintext
# Template file for 'file-roller'
|
|
pkgname=file-roller
|
|
version=3.10.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile --enable-magic --disable-static"
|
|
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool"
|
|
makedepends="nautilus-devel>=3.10 json-glib-devel libnotify-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/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=7b180bcf98eaf19835926c694ec5262a421f3a0271f030ca338ccf7f6846a80f
|
|
|
|
file-roller_package() {
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|