I have the following error while trying to install the package with yay:
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
CMake Error at /usr/lib/cmake/KDSingleApplication-qt6/KDSingleApplication-qt6Config.cmake:15 (include):
include could not find requested file:
/usr/lib/cmake/KDSingleApplication-qt6/KDSingleApplication-qt6Targets.cmake
Call Stack (most recent call first):
CMakeLists.txt:128 (find_package)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- KDSingleApplication is used!
Flameshot predefined color palette large: false
-- Found Git: /usr/bin/git (found version "2.51.0")
git found: /usr/bin/git in version 2.51.0
FLAMESHOT_GIT_HASH: f8ab6a67
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
-> error making: flameshot-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
flameshot-git - exit status 4
I have checked that all dependencies are installed on my system. Based on this issue, it's suggested that something could be wrong with the PKGBUILD file, but it's pretty old, and I assume that this problem has been fixed since.
Thanks.
Pinned Comments
GC268DM commented on 2022-05-29 10:40 (UTC)
What worked for me was
Where -a stands for aur and --devel for development packages.
Since the --devel flag checks if behind the development packages (like "*-git" packages) there are any newer versions, it will update to the latest version of the package in git and not require and update on the aur listing
mehrad commented on 2022-01-19 10:26 (UTC) (edited on 2022-01-19 10:28 (UTC) by mehrad)
Please stop flagging this AUR as out-of-date unless you have tried these:
If you use a proper AUR helper (e.g
paru,yay) this AUR will be use the latest commit of the Github repo. If you usepamac, it will not update based on the latest commit automatically and you should dopamac install --upgrade flameshot-gitto force it to check for upgrades. Therefore, this AUR cannot become out-of-date unless the Github URL or dependencies get out of date.