nemo: update to 4.0.0.
This commit is contained in:
parent
a43d14ccf0
commit
a9c1a511dc
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nemo'
|
||||
pkgname=nemo
|
||||
version=3.8.6
|
||||
version=4.0.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
pycompile_dirs="/usr/share/nemo/actions/myaction.py"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=c36608a4735f23864581fc097fe8c61dfc83ba322b020727d76aaf494de986bd
|
||||
checksum=760d069b80c7ec5731facd78e5e723406a3998e4ea45bd0b379ffb1c1402bb30
|
||||
nocross="gobject-introspection"
|
||||
|
||||
build_options="gir"
|
||||
|
@ -39,6 +39,7 @@ libnemo_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
nemo-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libglib-devel gtk+3-devel libnemo>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue