nemo: update to 4.8.4.

Include changes by @ndowens.

Also by ericonr:
- fix names in .desktop file to differentiate between them
- fix homepage.
This commit is contained in:
mobinmob 2020-12-21 22:04:15 +02:00 committed by Érico Nogueira Rolim
parent cd9eddf288
commit 29fa64d482
2 changed files with 8 additions and 20 deletions

View file

@ -1,11 +0,0 @@
--- libnemo-extension/meson.build
+++ libnemo-extension/meson.build
@@ -61,7 +61,7 @@
dependencies: nemo_extension_deps,
)
-typelibdir = go_intr.get_pkgconfig_variable('typelibdir', define_variable: ['libdir', get_option('libdir')])
+typelibdir = go_intr.get_pkgconfig_variable('typelibdir')
gnome.generate_gir(nemo_extension_lib,
sources: nemo_extension_sources + nemo_extension_headers,

View file

@ -1,6 +1,6 @@
# Template file for 'nemo'
pkgname=nemo
version=4.6.5
version=4.8.4
revision=1
build_style=meson
build_helper=gir
@ -12,21 +12,20 @@ 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="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=35f18063c4e9e0f94997454482553f48296eb97afe13bcbd56e99a87ea8eb78e
homepage="https://github.com/linuxmint/nemo"
distfiles="https://github.com/linuxmint/nemo/archive/${version}.tar.gz"
checksum=089740d1a52a98e8bc0cda9d0512822e0b6b12d2a09c3d857b01a3232156f98a
python_version=3
do_check() {
:
# requires a display
# Gtk-WARNING **: 18:34:08.533: cannot open display:
# Requires xvfb-run and dbus-run-session;
# can't be run inside chroot due to fusermount3
}
pre_configure() {
post_patch() {
# Rename 'Files' app name to avoid having the same as nautilus
sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
vsed -i 's/^Name.*=.*/& - Nemo/' data/nemo.desktop.in
}
libnemo_package() {