Package Details: screenshotgun-git 0.21_20210623_1-1

Git Clone URL: https://aur.archlinux.org/screenshotgun-git.git (read-only, click to copy)
Package Base: screenshotgun-git
Description: Open cross-platform screenshoter with cloud support and server part
Upstream URL: http://screenshotgun.com
Keywords: screenshoter
Licenses: GPL
Submitter: ismd
Maintainer: ismd
Last Packager: ismd
Votes: 2
Popularity: 0.000000
First Submitted: 2015-06-16 15:12 (UTC)
Last Updated: 2021-06-23 14:55 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

j1simon commented on 2020-01-23 10:16 (UTC)

Considering that the standard language for all applications is English, you should perhaps indicate that it is only in Russian in the program description. On the other hand, I don't understand that the application is only in Russian but http://screenshotgun.com/ and the github documentation is in English, without any mention that only Russian is supported.

ismd commented on 2020-01-23 09:54 (UTC)

Yes it is. Should I mark it somewhere?

j1simon commented on 2020-01-23 09:20 (UTC)

Yes, thanks, it works already, but is the application only in Russian?

ismd commented on 2020-01-22 21:10 (UTC)

Fixed)

j1simon commented on 2020-01-18 10:21 (UTC)

It still fails the last version.

j1simon commented on 2020-01-07 09:10 (UTC)

Sorry, I thought it was abandoned because both here and on github it is not updated since January 2019. I'm glad it' s still active.

ismd commented on 2020-01-06 19:12 (UTC)

It isn't abandoned) I see, it doesn't compile with the latest qt version. Thank you, I'll fix this.

j1simon commented on 2020-01-05 14:41 (UTC)

This project is abandoned and it doesn't compile:

...
[ 34%] Building CXX object CMakeFiles/screenshotgun.dir/src/modes/items/AbstractItem.cpp.o
/tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp: In member function 'void VisibleAreaMode::updateSize()':
/tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp:188:77: error: 'int QDesktopWidget::screenNumber(const QPoint&) const' is deprecated: Use QGuiApplication::screenAt() [-Werror=deprecated-declarations]
  188 |     QRect geo = desktop->screenGeometry(desktop->screenNumber(QCursor::pos()));
      |                                                                             ^
In file included from /usr/include/qt/QtWidgets/QDesktopWidget:1,
                 from /tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp:2:
/usr/include/qt/QtWidgets/qdesktopwidget.h:75:60: note: declared here
   75 |     QT_DEPRECATED_X("Use QGuiApplication::screenAt()") int screenNumber(const QPoint &) const;
      |                                                            ^~~~~~~~~~~~
/tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp:188:78: error: 'const QRect QDesktopWidget::screenGeometry(int) const' is deprecated: Use QGuiApplication::screens() [-Werror=deprecated-declarations]
  188 |     QRect geo = desktop->screenGeometry(desktop->screenNumber(QCursor::pos()));
      |                                                                              ^
In file included from /usr/include/qt/QtWidgets/QDesktopWidget:1,
                 from /tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp:2:
/usr/include/qt/QtWidgets/qdesktopwidget.h:79:67: note: declared here
   79 |     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
      |                                                                   ^~~~~~~~~~~~~~
/tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp: In member function 'void VisibleAreaMode::updateToolbarPosition()':
/tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp:222:77: error: 'int QDesktopWidget::screenNumber(const QPoint&) const' is deprecated: Use QGuiApplication::screenAt() [-Werror=deprecated-declarations]
  222 |     QRect geo = desktop->screenGeometry(desktop->screenNumber(QCursor::pos()));
      |                                                                             ^
In file included from /usr/include/qt/QtWidgets/QDesktopWidget:1,
                 from /tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp:2:
/usr/include/qt/QtWidgets/qdesktopwidget.h:75:60: note: declared here
   75 |     QT_DEPRECATED_X("Use QGuiApplication::screenAt()") int screenNumber(const QPoint &) const;
      |                                                            ^~~~~~~~~~~~
/tmp/makepkg/screenshotgun-git/src/screenshotgun/src/modes/VisibleAreaMode.cpp:222:78: error: 'const QRect QDesktopWidget::screenGeometry(int) const' is deprecated: Use QGuiApplication::screens() [-Werror=deprecated-declarations]
  222 |     QRect geo = desktop->screenGeometry(desktop->screenNumber(QCursor::pos()));
...