Skip to content

Commit

Permalink
xfce4-screenshooter: upgrade 1.9.8 -> 1.9.9
Browse files Browse the repository at this point in the history
- Add link to Imgur ToS (openembedded#54)
- Add notice about imgur (openembedded#53)
- Add launchable tag to appdata.xml
- Update help message for --save option
- Add combobox with file extensions (openembedded#6)
- Add option to capture window border or not (openembedded#4)
- Preserve last used extension
- Save screenshots according to the extension (openembedded#6)
- Avoid save dialog loop if action was specified from CLI (openembedded#41)
- Respect windows scaling (!18)
- Fix compilation warnings
- Add version check for pango
- Correctly calculate dimensions of size window (openembedded#37)
- Add option to disable Imgur upload (openembedded#20)
- Translation Updates

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
schnitzeltony authored and kraj committed May 24, 2021
1 parent d5f1a17 commit 0e532d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup

inherit xfce-app

SRC_URI[sha256sum] = "6f029d614ad3b63fbcf742984dc6c976f3008e7d88fa487d49ed544f56f62c50"
SRC_URI[sha256sum] = "33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4"

do_compile_prepend() {
mkdir -p lib
Expand Down

0 comments on commit 0e532d9

Please sign in to comment.