mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
file-roller: update to 3.6.0.
This commit is contained in:
parent
1f2189d388
commit
0c737f2a18
2 changed files with 15 additions and 14 deletions
|
@ -3,11 +3,14 @@ libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libgtk-3.so.0
|
libgtk-3.so.0
|
||||||
libgdk-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
|
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
|
libgobject-2.0.so.0
|
||||||
|
libarchive.so.12
|
||||||
libmagic.so.1
|
libmagic.so.1
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libnautilus-extension.so.1
|
libnautilus-extension.so.1
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'file-roller'
|
# Template file for 'file-roller'
|
||||||
pkgname=file-roller
|
pkgname=file-roller
|
||||||
version=3.4.2
|
version=3.6.0
|
||||||
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"
|
|
||||||
revision=1
|
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"
|
short_desc="GNOME Front-end to archiving programs like tar and zip"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=7085a351c55171718bbf5b9b614a7b9606efb8cbd2eb44cc6c538545444d0cdd
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
|
checksum=01771788c673b2db323fae1eee766ceb3342d815a4f2cba839b662c2ea56918d
|
||||||
long_desc="
|
long_desc="
|
||||||
File Roller is an archive manager for the GNOME environment. This means
|
File Roller is an archive manager for the GNOME environment. This means
|
||||||
that you can:
|
that you can:
|
||||||
|
@ -36,6 +37,3 @@ long_desc="
|
||||||
- unace: extraction tool for the proprietary ace archive format"
|
- unace: extraction tool for the proprietary ace archive format"
|
||||||
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue