Package Details: flameshot-git r2057.58afdce7-1

Git Clone URL: https://aur.archlinux.org/flameshot-git.git (read-only, click to copy)
Package Base: flameshot-git
Description: Powerful yet simple to use screenshot software
Upstream URL: https://github.com/flameshot-org/flameshot
Keywords: screenshot
Licenses: GPL-3.0-or-later
Conflicts: flameshot
Provides: flameshot
Submitter: j1simon
Maintainer: mehrad (borgman_jeremy)
Last Packager: mehrad
Votes: 44
Popularity: 0.52
First Submitted: 2017-07-08 16:07 (UTC)
Last Updated: 2025-06-14 19:51 (UTC)

Dependencies (14)

Required by (5)

Sources (1)

Pinned Comments

GC268DM commented on 2022-05-29 10:40 (UTC)

What worked for me was

pamac checkupdates -a --devel
pamac upgrade -a --devel

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 use pamac, it will not update based on the latest commit automatically and you should do pamac install --upgrade flameshot-git to force it to check for upgrades. Therefore, this AUR cannot become out-of-date unless the Github URL or dependencies get out of date.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

mehrad commented on 2025-06-14 19:53 (UTC)

Thanks for everyone's comment, Now that we moved to Qt6 in the main repo, the dependencies are changed to reflect that too.

levinion commented on 2025-06-14 15:21 (UTC) (edited on 2025-06-14 15:22 (UTC) by levinion)

As @m0r4a and @c02y's comments show,kguiaddons5 should be replaced with kguiaddons, and all qt5-xxx changed to qt6-xxx(including qt5-base,qt5-svg and qt5-tools).

m0r4a commented on 2025-06-13 18:12 (UTC)

I think qt6-tools is required now

c02y commented on 2025-06-11 10:05 (UTC) (edited on 2025-06-11 10:06 (UTC) by c02y)

The latest version needs package kguiaddons which is v6.

alba4k commented on 2025-05-22 20:20 (UTC) (edited on 2025-05-30 13:55 (UTC) by alba4k)

You should remove -DUSE_WAYLAND_GRIM as it was replaced by a config option in https://github.com/flameshot-org/flameshot/pull/3943

pottis commented on 2025-04-16 18:03 (UTC)

I'm having an issue where flameshot only screenshots the main monitor when I launch it with flameshot gui, any idea how to solve that?

mehrad commented on 2025-04-07 08:45 (UTC)

@earlybird

Can you check the pkgbuild to see what is wrong with it?

qt-color-widgets - error cmake version

-DCMAKE_POLICY_VERSION_MINIMUM=3.5

add this line to the cmake

Thanks for bringing this up, but this was not an issue with AUR, but rather the cmake dependency in the main project. It was fixed in #3901 and the AUR now builds.

earlybird commented on 2025-04-05 05:10 (UTC) (edited on 2025-04-05 05:14 (UTC) by earlybird)

Can you check the pkgbuild to see what is wrong with it?

qt-color-widgets - error cmake version

-DCMAKE_POLICY_VERSION_MINIMUM=3.5

add this line to the cmake

mnsd commented on 2024-05-14 02:23 (UTC)

gnome wayland下,通过terminal启动可以正常截屏,但是通过启动器打开无法获取到截屏,是什么原因造成的呢

earlybird commented on 2023-11-12 05:20 (UTC)

add kguiaddons5 to the depends list please