Package Details: fastfetch-git 2.10.2.r14.g74c89cc0-2

Git Clone URL: https://aur.archlinux.org/fastfetch-git.git (read-only, click to copy)
Package Base: fastfetch-git
Description: Like neofetch, but much faster because written in c
Upstream URL: https://github.com/fastfetch-cli/fastfetch
Keywords: fastfetch
Licenses: MIT
Conflicts: fastfetch
Provides: fastfetch
Submitter: LinusDierheimer
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 15
Popularity: 0.023633
First Submitted: 2021-02-18 22:16 (UTC)
Last Updated: 2024-04-27 09:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Tomato4 commented on 2022-02-18 22:14 (UTC)

@yochananmarqos oh I see... I didn't know that. Interesting it did not installed automatically when I installed yay, but nvm. Thanks for help anyway

yochananmarqos commented on 2022-02-18 01:39 (UTC) (edited on 2022-02-19 15:00 (UTC) by yochananmarqos)

@Tomato4: The base-devel group is required for using the AUR and none of the packages in that group need to be added to makedepends(). No, it is not and should not be included by default.

Tomato4 commented on 2022-02-17 22:34 (UTC) (edited on 2022-02-17 22:35 (UTC) by Tomato4)

@yochananmarqos not all apps from this group. Apparently manjaro-kde-minimal does not come with this group fully installed. Shouldn't be this marked as dependency for this repo? (and install automatically if not installed)

yochananmarqos commented on 2022-02-15 01:45 (UTC)

@Tomato4: Can't reproduce. Do you have the base-devel group installed?

Tomato4 commented on 2022-02-15 01:17 (UTC)

PkgConfig is not set as dependency. When I try to install via YAY I got:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
  CMakeLists.txt:62 (find_package)

and had to manualy install PkgConf (after that, it installed normaly)

kemuel commented on 2022-01-26 08:14 (UTC)

Probably not really important.. But arch should not be 'any' when the package contains executables. If fastfetch indeed supports any architecture the line should look something like this:

arch=("x86_64" "i686" "pentium4" "armv5" "armv6h" "armv7h" "aarch64")

Also..Since it is MIT licensed, the license should be installed in /usr/share/licenses/fastfetch-git/LICENSE

install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

malacology commented on 2022-01-06 04:14 (UTC)

sorry, it's too strange, sometimes it lack some packages, now its fine

LinusDierheimer commented on 2022-01-05 21:28 (UTC)

@malacology Do you have the base-devel group installed? It comes with make and is required for building any AUR package.

malacology commented on 2022-01-05 19:59 (UTC)

CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/guoyi/.cache/yay/fastfetch-git/src/fastfetch/build/CMakeFiles/CMakeOutput.log".

yochananmarqos commented on 2021-11-08 16:57 (UTC)

@LinusDierheimer: No need for rpm-tools, this isn't Fedora.