mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
nautilus: update to 3.18.1.
This commit is contained in:
parent
b87bebe4e6
commit
43f0859660
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nautilus'
|
# Template file for 'nautilus'
|
||||||
pkgname=nautilus
|
pkgname=nautilus
|
||||||
version=3.18.0
|
version=3.18.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-update-mimedb --disable-debug
|
configure_args="--disable-update-mimedb --disable-debug
|
||||||
|
@ -15,16 +15,14 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=6914e5698c5ce865870086e4db9395d56a78eddf8002020458ce05db16a95a33
|
checksum=9db310b255268f1bd5e93642821a138029550d96a51b408528377d6b121d55ad
|
||||||
|
|
||||||
libnautilus_package() {
|
libnautilus_package() {
|
||||||
short_desc+=" - shared libraries"
|
short_desc+=" - shared libraries"
|
||||||
replaces="nautilus<3.2.1"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nautilus-devel_package() {
|
nautilus-devel_package() {
|
||||||
depends="gtk+3-devel libnautilus>=${version}_${revision}"
|
depends="gtk+3-devel libnautilus>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue