Search Criteria
Package Details: nemo-git 3.8.0.r4.g6aa7e1d9-1
Git Clone URL: | https://aur.archlinux.org/nemo-git.git (read-only, click to copy) |
---|---|
Package Base: | nemo-git |
Description: | Cinnamon file manager, git-version |
Upstream URL: | https://github.com/linuxmint/nemo |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | oberon2007 |
Maintainer: | oberon2007 |
Last Packager: | oberon2007 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-25 00:30 |
Last Updated: | 2018-04-26 08:11 |
Dependencies (15)
- cinnamon-desktop (cinnamon-desktop-git)
- dconf (dconf-git)
- exempi
- gvfs (gvfs-nosystemd, gvfs-git)
- libexif
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- libxml2 (libxml2-linenum, libxml2-git)
- python (python-dbg)
- xapps (xapps-git, xapp)
- git (git-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- intltool (make)
- meson (meson-git) (make)
- cinnamon-translations (optional) – i18n
- ffmpegthumbnailer (optional) – support for video thumbnails
Required by (32)
- cinnamon-git (requires nemo)
- folder-color-nemo (requires nemo)
- gtkhash (requires nemo) (make)
- gtkhash-caja (requires nemo) (make)
- gtkhash-git (requires nemo) (make)
- gtkhash-nautilus (requires nemo) (make)
- gtkhash-nautilus-git (requires nemo) (make)
- gtkhash-nemo (requires nemo) (make)
- gtkhash-nemo (requires nemo)
- gtkhash-nemo-git (requires nemo) (make)
- gtkhash-nemo-git (requires nemo)
- gtkhash-peony (requires nemo) (make)
- gtkhash-thunar (requires nemo) (make)
- gtkhash-thunar-git (requires nemo) (make)
- nemo-deja-dup-git (requires nemo)
- nemo-dropbox (requires nemo)
- nemo-dropbox-git (requires nemo)
- nemo-engrampa (requires nemo)
- nemo-engrampa-git (requires nemo)
- nemo-fileroller-git (requires nemo)
- nemo-image-converter-git (requires nemo)
- nemo-megasync (requires nemo)
- nemo-meld-compare (requires nemo)
- nemo-preview-git (requires nemo)
- nemo-python-git (requires nemo)
- nemo-repairer (requires nemo)
- nemo-repairer-git (requires nemo)
- nemo-run-with-nvidia (requires nemo)
- nemo-seahorse-git (requires nemo)
- nemo-share-git (requires nemo)
- xfce-classiclooks (requires nemo) (optional)
- xreader-git (requires nemo) (optional)
Latest Comments
1 2 Next › Last »
oberon2007 commented on 2018-02-06 17:35
Thank you @Salamandar. Adjusted.
Salamandar commented on 2018-02-06 14:04
Nemo now uses Meson build system, and they decided to remove the Autotools build system.
oberon2007 commented on 2017-11-07 17:40
fixed.
oberon2007 commented on 2017-11-07 12:41
Reported upstream:
https://github.com/linuxmint/nemo/issues/1640
manuelschneid3r commented on 2017-11-07 11:46
eel-editable-label.c:1325:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
kylelaker commented on 2017-07-24 14:39
Since by default nemo builds with -Werror, the build does not complete successfully. I have been unable to compile this package for some time.
Per @Corax's comment on 2016-09-11 and the comments on this GitHub issue: https://github.com/linuxmint/nemo/issues/1523, can --enable-compile-warnings=yes be passed to autogen.sh in the PKGBUILD?
Corax commented on 2016-09-12 00:32
Thanks, that did the trick :) So IIUC, --enable-compile-warnings=yes disabled -Werror? Unexpected... Also the amount of warnings is just baffling, but of course you're not to blame for that.
oberon2007 commented on 2016-09-10 22:51
Thanks for reporting @Corax. I think it's fixed now. Building fine for me again.
Corax commented on 2016-09-10 18:43
Not sure for which reason, but the build dramatically fails with errors such as:
eel-glib-extensions.c: In function ‘eel_self_check_glib_extensions’:
eel-glib-extensions.c:319:56: error: passing argument 2 of ‘g_list_append’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
list_to_partition = g_list_append (list_to_partition, "Cadillac");
^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/ghash.h:33:0,
from /usr/include/glib-2.0/glib.h:50,
from eel-glib-extensions.h:30,
from eel-glib-extensions.c:28:
/usr/include/glib-2.0/glib/glist.h:59:10: note: expected ‘gpointer {aka void *}’ but argument is of type ‘const char *’
GList* g_list_append (GList *list,
^~~~~~~~~~~~~
oberon2007 commented on 2016-06-16 15:26
Good point. I added a different one instead (following Arch release pkg) ;)
Updated dependencies also.