@kyechou Please read the PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=flameshot-git#n61
Search Criteria
Package Details: flameshot-git r1938.fa29bcb4-1
Package Actions
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 |
Conflicts: | flameshot |
Provides: | flameshot |
Submitter: | j1simon |
Maintainer: | mehrad (borgman_jeremy) |
Last Packager: | mehrad |
Votes: | 41 |
Popularity: | 0.186911 |
First Submitted: | 2017-07-08 16:07 (UTC) |
Last Updated: | 2023-11-10 14:16 (UTC) |
Dependencies (11)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kguiaddons5
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
- grim (grim-gitAUR) (optional) – To make Sway, Hyprland, and wlroots work
- xdg-desktop-portal (xdg-desktop-portal-gitAUR) (optional) – To make Sway, Hyprland, and wlroots work
- xdg-desktop-portal-kde (xdg-desktop-portal-kde-gitAUR) (optional) – For KDE Plasma
- xdg-desktop-portal-wlr (xdg-desktop-portal-wlr-gitAUR) (optional) – To make Sway, Hyprland, and wlroots work
Required by (4)
- cutetranslation-flameshot (requires flameshot)
- dmenu_shot-git (requires flameshot)
- rabbithole (requires flameshot)
- screenshot-bash (requires flameshot) (optional)
Sources (1)
mehrad commented on 2023-07-03 08:13 (UTC)
kyechou commented on 2023-07-03 06:14 (UTC)
Please add the missing dependency kguiaddons
.
Maddix commented on 2023-02-18 03:50 (UTC) (edited on 2023-02-18 04:01 (UTC) by Maddix)
If flameshot reports an error when trying to take a screenshot on sway, try compiling with the following flag set.
-DUSE_WAYLAND_GRIM=true
See this issue as for why: https://github.com/flameshot-org/flameshot/pull/3018
hariseldon78 commented on 2023-01-11 15:05 (UTC) (edited on 2023-01-11 23:46 (UTC) by hariseldon78)
This is failing after the last update, my guess is that it allowed Qt library to update and now can't be started. This also happens with the non -git
package.
$ flameshot
Cannot mix incompatible Qt library (5.15.7) with this library (5.15.8)
Aborted (core dumped)
Edit: I found out this problem is caused by the qt5-styleplugins
package that needs to be manually rebuilt at every qt5-base
upgrade. And sadly can't be automated with a pacman hook because pacman hooks can't use pacman or yay or anything (!) because the lock will still be active when the hook is run. So frustrating...
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
earlybird commented on 2022-02-16 10:52 (UTC) (edited on 2022-02-16 10:52 (UTC) by earlybird)
I can confirm that we need kguiaddons as dependency for the app to work - please change the pkgbuild as such
alwyns42 commented on 2022-02-15 18:02 (UTC)
kguiaddons appears to be required as a runtime dependency on my system, but in PKGBUILD it is only listed as a compile time dependency. Perhaps it needs to be added to depends?
Alkaris commented on 2022-02-07 23:27 (UTC) (edited on 2022-02-07 23:28 (UTC) by Alkaris)
Since they removed the save buttons and copy to clipboard buttons, it's not worth updating for the new changes in v11.
This update is actually a downgrade. Don't fix what's not broke.
ElijahLynn commented on 2022-02-01 18:18 (UTC) (edited on 2022-02-01 18:20 (UTC) by ElijahLynn)
Rubber ducking here:
I just updated from 10.x to 11.x and now I can't save or copy to the clipboard. I think I was using another test branch at the time. Just ducking here in case anyone else had similar happen. I'll update this as I go along.
UPDATE1:
https://github.com/flameshot-org/flameshot/issues/2275 (Clipboard and Save to File buttons no longer appearing)
https://github.com/flameshot-org/flameshot/issues/2227 (V11.0 beta, Copy to clipboard / save shortcut doesn't work with flameshot gui --path)
mehrad commented on 2022-01-30 15:12 (UTC)
@abhijeetviswa Thanks for the reminder. For others that wonder about this change, please checkout https://github.com/flameshot-org/flameshot/issues/2276
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-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.