Package Details: cfiles 1.8-2

Git Clone URL: https://aur.archlinux.org/cfiles.git (read-only, click to copy)
Package Base: cfiles
Description: A ncurses file manager written in C
Upstream URL: https://github.com/mananapr/cfiles/
Keywords: C ncurses
Licenses: MIT
Submitter: mananapr
Maintainer: mananapr
Last Packager: mananapr
Votes: 1
Popularity: 0.000000
First Submitted: 2019-01-27 07:45 (UTC)
Last Updated: 2019-08-10 08:45 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

mananapr commented on 2019-07-15 16:00 (UTC)

@sikmir @haawda Thanks for your inputs. The latest revision should take care of all that. Let me know if I missed something

haawda commented on 2019-07-13 18:28 (UTC)

makepkg automatically compresses manpages, so point 3) of sikmirs comment is not needed. And arch should be an array: arch=('x86_64')

sikmir commented on 2019-07-12 10:43 (UTC) (edited on 2019-07-12 11:59 (UTC) by sikmir)

@mananapr 1) You don't need makedepends, see PKGBUILD:

The group base-devel is assumed to be already installed when building with makepkg. Members of this group should not be included in makedepends array.

2) Use arch=(x86_64), not any:

(any) ... indicates the package can be built once on any architecture, and once built, is architecture-independent in its compiled state (shell scripts, fonts, themes, many types of extensions, etc.)

3) Compress man page before installing:

gzip cfiles.1

4) Consider to install scripts to /usr/share/cfiles/scripts instead of /usr/bin.

mananapr commented on 2019-07-12 09:17 (UTC)

@sikmir I have changed those locations in the latest version

sikmir commented on 2019-07-12 07:49 (UTC)

@mananapr Some more files in /usr/local:

$ pacman -Ql cfiles | grep local
cfiles /usr/local/
cfiles /usr/local/bin/
cfiles /usr/local/bin/clearimg
cfiles /usr/local/bin/clearimg_uberzug
cfiles /usr/local/bin/displayimg
cfiles /usr/local/bin/displayimg_uberzug
cfiles /usr/local/man/
cfiles /usr/local/man/man1/
cfiles /usr/local/man/man1/cfiles.1.gz

mananapr commented on 2019-07-11 10:29 (UTC)

@sikmir Sure. I'll do that ASAP

sikmir commented on 2019-07-10 13:35 (UTC) (edited on 2019-07-10 13:36 (UTC) by sikmir)

@mananapr, could you please change install prefix from /usr/local to /usr? See Creating packages:

All Arch Linux packages should use the /usr directory.

ideal commented on 2019-01-30 01:44 (UTC)

Thanks.