nautilus: update to 3.3.92.
This commit is contained in:
parent
94ef0a665b
commit
3825c700b8
|
@ -2,17 +2,13 @@ libgtk-3.so.0
|
||||||
libgdk-3.so.0
|
libgdk-3.so.0
|
||||||
libatk-1.0.so.0
|
libatk-1.0.so.0
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libpangoft2-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
libpangocairo-1.0.so.0
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcairo-gobject.so.2
|
libcairo-gobject.so.2
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libfreetype.so.6
|
|
||||||
libfontconfig.so.1
|
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libm.so.6
|
libm.so.6
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'libnautilus'.
|
# Template file for 'libnautilus'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} - shared libraries"
|
short_desc="${sourcepkg} - shared libraries"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -8,7 +7,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
replaces="nautilus<3.2.1"
|
replaces="nautilus<3.2.1"
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,6 @@ libpango-1.0.so.0
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libnotify.so.4
|
libnotify.so.4
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
libexif.so.12
|
libexif.so.12
|
||||||
libexempi.so.3
|
libexempi.so.3
|
||||||
libm.so.6
|
libm.so.6
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'nautilus'
|
# Template file for 'nautilus'
|
||||||
pkgname=nautilus
|
pkgname=nautilus
|
||||||
version=3.2.1
|
version=3.3.92
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-update-mimedb --disable-tracker
|
configure_args="--disable-update-mimedb --disable-tracker
|
||||||
--disable-schemas-compile --disable-nst-extension --disable-debug"
|
--disable-schemas-compile --disable-nst-extension --disable-debug"
|
||||||
revision=1
|
|
||||||
short_desc="The GNOME file manager"
|
short_desc="The GNOME file manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154
|
checksum=375d9076820ff93073652b257d036408b9ebd692fa574cfd3dc9990f60ec519d
|
||||||
long_desc="
|
long_desc="
|
||||||
Nautilus is the official file manager for the GNOME desktop. It is
|
Nautilus is the official file manager for the GNOME desktop. It is
|
||||||
designed to be primarly a file manager, but there is support for web and
|
designed to be primarly a file manager, but there is support for web and
|
||||||
|
|
Loading…
Reference in New Issue