clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
520 stars 29 forks source link

Flameshot - Powerful yet simple to use screenshot software #1191

Open davidferlay opened 5 years ago

davidferlay commented 5 years ago

Hi here, I would like to request the addition of https://github.com/lupoDharkael/flameshot into CL swupd repository

rstrube commented 4 years ago

I'd love to second this request and offer to test any packages ahead of time. This is my goto screenshot application and I feel hobbled without it!

nazar2sfive commented 4 years ago
android@clr~ $ git clone https://github.com/lupoDharkael/flameshot
Cloning into 'flameshot'...
remote: Enumerating objects: 5510, done.
remote: Total 5510 (delta 0), reused 0 (delta 0), pack-reused 5510
Receiving objects: 100% (5510/5510), 2.11 MiB | 1.06 MiB/s, done.
Resolving deltas: 100% (3942/3942), done.
android@clr~ $ cd flameshot/
android@clr~/flameshot $ mkdir build
android@clr~/flameshot $ cd build
android@clr~/flameshot/build $ qmake ../
Info: creating stash file /home/android/flameshot/build/.qmake.stash
sh: /usr/bin/lrelease: No such file or directory
Project ERROR: Failed to run: /usr/bin/lrelease -removeidentical translations/Internationalization_es.ts -qm /home/android/flameshot/build/translations/Internationalization_es.qm
artempanin commented 4 years ago

Just tried today, and after some fixing i get it working There is my steps:

Flameshot

sudo swupd bundle-add qt-basic-dev cd ~/Downloads/ && git clone https://github.com/lupoDharkael/flameshot && cd flameshot sed -i '1i#include "qpainterpath.h"' src/third-party/Qt-Color-Widgets/src/color_wheel.cpp sed -i '1i#include "qpainterpath.h"' src/tools/arrow/arrowtool.cpp qmake && sudo make install