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.003066
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 »

LinusDierheimer commented on 2022-03-08 15:45 (UTC) (edited on 2022-03-08 15:46 (UTC) by LinusDierheimer)

@yochananmarqos dbus, which provides /usr/lib/pkgconfig/dbus-1.pc, is already added to make- and opt dependencies. You are running either an old version of the package build, or you (or your AUR helper) didn't sync dependencies before building (makepkg -s).

yochananmarqos commented on 2022-03-08 15:22 (UTC)

@LinusDierheimer: dbus is missing from makedepends():

-- Checking for module 'dbus-1'
--   Package 'dbus-1', required by 'virtual:world', not found
CMake Warning at CMakeLists.txt:222 (message):
  Package dbus-1 not found.  Building without support.

It should be added to optdepends() as well, see the dependencies

  'dbus: Needed for detecting current media player and song'

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.