Search Criteria
Package Details: nautilus-ext-git 1.3-1
Git Clone URL: | https://aur.archlinux.org/nautilus-ext-git.git (read-only, click to copy) |
---|---|
Package Base: | nautilus-ext-git |
Description: | Nautilus extension to add important information about the current git directory Edit |
Upstream URL: | https://github.com/bil-elmoussaoui/nautilus-git |
Licenses: | |
Provides: | |
Submitter: | bil-elmoussaoui |
Maintainer: | bil-elmoussaoui |
Last Packager: | bil-elmoussaoui |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-01 11:01 |
Last Updated: | 2017-06-15 00:59 |
Dependencies (10)
- gobject-introspection (gobject-introspection-git)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- nautilus (nautilus-legacy, nautilus-git, nautilus-typeahead)
- python2-nautilus
- gettext (gettext-git) (make)
- gnome-common (gnome-common-git) (make)
- intltool (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python (python-dbg) (make)
Latest Comments
yochananmarqos commented on 2019-12-24 18:43
Git version using Python 3:
nautilus-ext-git-git
along with a Nemo version:nemo-ext-git-git
CircleCode commented on 2017-06-15 05:59
Fixed by today's update, thanks @bil-elmoussaoui
shsina commented on 2017-06-06 08:01
@bil-elmoussaoui
it is not fixed.
error: failed to commit transaction (conflicting files)
nautilus-ext-git: /usr/share/icons/hicolor/icon-theme.cache exists in filesystem
Errors occurred, no packages were upgraded.
bil-elmoussaoui commented on 2017-06-05 22:03
Updated the package to the latest version!
bil-elmoussaoui commented on 2017-03-09 12:50
@daltones should be fixed
daltones commented on 2017-03-07 15:52
This package is including the file /usr/share/icons/hicolor/icon-theme.cache and then failing to install, since that file may already exist in fs.
I think the problem is that the command "gtk-update-icon-cache" (from meson_post_install.sh) is called at build time. It should run at post install. But as far as I know, that's even not necessary anymore, since there's a pacman hook that handles gtk icon cache.