nemo: update to 5.2.0.
This commit is contained in:
parent
1b94a89956
commit
3e6d0ad14b
1 changed files with 6 additions and 10 deletions
|
@ -1,27 +1,23 @@
|
|||
# Template file for 'nemo'
|
||||
pkgname=nemo
|
||||
version=4.8.6
|
||||
revision=2
|
||||
version=5.2.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
pycompile_dirs="/usr/share/nemo/actions/myaction.py"
|
||||
hostmakedepends="gettext-devel glib-devel intltool pkg-config"
|
||||
makedepends="cinnamon-desktop-devel dconf-devel exempi-devel gvfs-devel
|
||||
libexif-devel libnotify-devel tracker-devel xapps-devel"
|
||||
libexif-devel libnotify-devel tracker-devel xapps-devel libgsf-devel"
|
||||
depends="cinnamon-translations dconf gvfs"
|
||||
short_desc="Cinnamon file manager (nautilus fork)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||
homepage="https://github.com/linuxmint/nemo"
|
||||
distfiles="https://github.com/linuxmint/nemo/archive/${version}.tar.gz"
|
||||
checksum=bcaca1268d5f3b47d08c0524bea2fa3f1cb9861a7a7469a06320ab82504e1eae
|
||||
checksum=7b48afe5faf238c3b2e39dd94def90282bd4f747e621ec8c9ff3f6ad01603e36
|
||||
python_version=3
|
||||
|
||||
do_check() {
|
||||
:
|
||||
# Requires xvfb-run and dbus-run-session;
|
||||
# can't be run inside chroot due to fusermount3
|
||||
}
|
||||
# Requires xvfb-run and dbus-run-session
|
||||
make_check=no # can't be run inside chroot due to fusermount3
|
||||
|
||||
post_patch() {
|
||||
# Rename 'Files' app name to avoid having the same as nautilus
|
||||
|
|
Loading…
Reference in a new issue