nautilus: update to 3.8.0.
This commit is contained in:
parent
468edb0cf8
commit
f3ca2e553f
3 changed files with 8 additions and 15 deletions
|
@ -1,10 +1,6 @@
|
||||||
# Template file for 'libnautilus'.
|
# Template file for 'libnautilus'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} - shared libraries"
|
short_desc="${sourcepkg} - shared libraries"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the shared libraries."
|
|
||||||
|
|
||||||
replaces="nautilus<3.2.1"
|
replaces="nautilus<3.2.1"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -2,11 +2,6 @@
|
||||||
#
|
#
|
||||||
depends="gtk+3-devel libnautilus-${version}_${revision}"
|
depends="gtk+3-devel libnautilus-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'nautilus'
|
# Template file for 'nautilus'
|
||||||
pkgname=nautilus
|
pkgname=nautilus
|
||||||
version=3.6.3
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="lib${pkgname} ${pkgname}-devel"
|
subpackages="lib${pkgname} ${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-update-mimedb --disable-debug
|
configure_args="--disable-update-mimedb --disable-debug
|
||||||
--disable-schemas-compile --disable-nst-extension"
|
--disable-schemas-compile --disable-nst-extension"
|
||||||
depends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas>=3.6.0"
|
depends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas>=3.6.0"
|
||||||
makedepends="pkg-config intltool gobject-introspection gtk+3-devel>=3.6.0_2
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
libnotify-devel libexif-devel exempi-devel libxml2-devel tracker-devel
|
makedepends="gtk+3-devel>=3.8.0 libnotify-devel libexif-devel exempi-devel
|
||||||
gnome-desktop-devel>=3.6.0 gsettings-desktop-schemas-devel>=3.6.0"
|
libxml2-devel tracker-devel>=0.16 gnome-desktop-devel>=3.8.0"
|
||||||
short_desc="The GNOME file manager"
|
short_desc="The GNOME file manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
homepage="http://www.gnome.org"
|
||||||
checksum=d272027754ce8591959ae854fc6b5f43eee4af31e4eecf06de727acebe0ee46c
|
license="GPL-2, LGPL-2.1"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
|
checksum=c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11
|
||||||
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…
Add table
Add a link
Reference in a new issue