file-roller: update to 3.6.0.
This commit is contained in:
parent
1f2189d388
commit
0c737f2a18
|
@ -3,11 +3,14 @@ libpthread.so.0
|
|||
libc.so.6
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libgio-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libjson-glib-1.0.so.0
|
||||
libnotify.so.4
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libarchive.so.12
|
||||
libmagic.so.1
|
||||
libm.so.6
|
||||
libnautilus-extension.so.1
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'file-roller'
|
||||
pkgname=file-roller
|
||||
version=3.4.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper --enable-magic
|
||||
--disable-schemas-compile --disable-static"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils file-devel nautilus-devel"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --enable-magic --disable-static"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils file-devel
|
||||
nautilus-devel>=3.6.0 json-glib-devel itstool libnotify-devel
|
||||
libarchive-devel"
|
||||
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"
|
||||
checksum=7085a351c55171718bbf5b9b614a7b9606efb8cbd2eb44cc6c538545444d0cdd
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=01771788c673b2db323fae1eee766ceb3342d815a4f2cba839b662c2ea56918d
|
||||
long_desc="
|
||||
File Roller is an archive manager for the GNOME environment. This means
|
||||
that you can:
|
||||
|
@ -36,6 +37,3 @@ long_desc="
|
|||
- unace: extraction tool for the proprietary ace archive format"
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue