Search Criteria
Package Details: git-nautilus-icons 2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/git-nautilus-icons.git (read-only, click to copy) |
---|---|
Package Base: | git-nautilus-icons |
Description: | A Nautilus, Nemo, and Caja extension to overlay icons on files in git repositories |
Upstream URL: | https://github.com/chrisjbillington/git-nautilus-icons |
Licenses: | BSD 2-Clause "Simplified" |
Conflicts: | git-caja-icons, git-nautilus-icons-common, git-nemo-icons |
Replaces: | git-caja-icons, git-nautilus-icons-common, git-nemo-icons |
Submitter: | chrisjbillington |
Maintainer: | chrisjbillington |
Last Packager: | chrisjbillington |
Votes: | 8 |
Popularity: | 0.000147 |
First Submitted: | 2019-08-31 16:59 (UTC) |
Last Updated: | 2023-05-07 23:34 (UTC) |
Dependencies (5)
- python-gobject (python-gobject-gitAUR)
- python-setuptools-scm (make)
- nemo-python (nemo-python-gitAUR) (optional) – nemo support
- python-caja (optional) – caja support
- python-nautilus (optional) – nautilus support
Latest Comments
chrisjbillington commented on 2020-05-26 20:37 (UTC) (edited on 2020-05-26 20:37 (UTC) by chrisjbillington)
I thought the official advice was to include transitive dependencies that you also use directly. But I realise now it's ambiguous. Does "don't rely on transitive dependencies" mean "don't rely on them being installed, make sure you depend on them directly", or does it mean "don't add them as direct dependencies"? I always assumed the former, but now I'm getting the impression the latter is intended.
Anyway, removed it.
yochananmarqos commented on 2020-05-26 20:28 (UTC)
Looks good to me. Howver, it's redundant to specify
python-setuptools
aspython-setuptools-scm
depends on it.chrisjbillington commented on 2020-05-26 20:25 (UTC)
Ok, should be better now, thanks for your suggestions!
chrisjbillington commented on 2020-05-26 20:22 (UTC)
I meant I would modify the PKGBUILD for git-nautilus-icons-git, but I see you have beaten me to it
yochananmarqos commented on 2020-05-26 20:15 (UTC)
You don't need to add the
-git
packages as they already provide and conflict with the main packages.chrisjbillington commented on 2020-05-26 20:11 (UTC)
Ah, thanks re. nemo!
I'll add the extra conflicts too, also to the -git package
yochananmarqos commented on 2020-05-26 19:50 (UTC) (edited on 2020-05-26 19:51 (UTC) by yochananmarqos)
It's
nemo-python
, notpython-nemo
. ;)You're missing the conflicts array. This also needs to conflict with and replace
git-nautilus-icons-common
: