Package Details: nemo-folder-icons 3.0.1-3

Git Clone URL: https://aur.archlinux.org/nemo-folder-icons.git (read-only, click to copy)
Package Base: nemo-folder-icons
Description: Nemo extension that makes changing folders icons easy!
Upstream URL: https://github.com/bilelmoussaoui/nautilus-folder-icons
Licenses: GPL-3.0-or-later
Conflicts: nemo-compare, nemo-ext-git
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 1
Popularity: 0.000000
First Submitted: 2019-07-21 14:22 (UTC)
Last Updated: 2024-01-21 16:46 (UTC)

Latest Comments

yochananmarqos commented on 2022-02-01 04:13 (UTC)

@Dylan14: Thanks!

Dylan14 commented on 2022-01-31 02:32 (UTC)

With the latest meson the package fails to build. This can be fixed by adding the following prepare function:

prepare() {
    cd ${srcdir}/"$_gitname"/data/
    sed -e '3d' -i meson.build
}