Yep, there are a lot of problems but I still using it.
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)
Feresey commented on 2020-01-19 12:28 (UTC)
kaur commented on 2019-06-15 12:27 (UTC)
git
is missing in makedepends.
j1simon commented on 2019-03-18 10:00 (UTC)
This is a package that is updated with the latest version in the developer's git repository. So this package is NEVER out of date.
<deleted-account> commented on 2018-08-16 15:24 (UTC)
latest git ver also required qt5-svg
j1simon commented on 2018-07-30 20:51 (UTC)
@AlfredoRamos thanks, fixed.
AlfredoRamos commented on 2018-07-30 18:38 (UTC)
Hi,
You can use the INSTALL_ROOT
variable to install the package, this way the BASEDIR
in qmake
won't be needed anymore.
make INSTALL_ROOT="${pkgdir}" install
For more info:
j1simon commented on 2018-02-23 11:26 (UTC)
Thank you for your comments. I have removed 'make' as a dependency but I have left 'qt5-tools' because it isn't part of the' base-devel' group.
Morganamilo commented on 2018-02-22 22:31 (UTC)
To add to my previous comment. Packages in the base-devel group do not need to be listed as dependencies so make can be removed all together.
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.