Skip to content

Commit

Permalink
xfce4-screenshooter: update to 1.9.9
Browse files Browse the repository at this point in the history
Change log:

1.9.9
======
- Add link to Imgur ToS (#54)
- Add notice about imgur (#53)
- Add launchable tag to appdata.xml
- Update help message for --save option
- Add combobox with file extensions (#6)
- Add option to capture window border or not (#4)
- Preserve last used extension
- Save screenshots according to the extension (#6)
- Avoid save dialog loop if action was specified from CLI (#41)
- Respect windows scaling (!18)
- Fix compilation warnings
- Add version check for pango
- Correctly calculate dimensions of size window (#37)
- Add option to disable Imgur upload (#20)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, Georgian, German,
  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
  • Loading branch information
dhgutteridge committed Dec 7, 2021
1 parent 27ceb5a commit 6567fec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion x11/xfce4-screenshooter/DESCR
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ This application allows you to capture the entire screen, the active window or
a selected region. You can set the delay that elapses before the screenshot is
taken and the action that will be done with the screenshot: save it to a PNG
file, copy it to the clipboard, open it using another application, or host it
on ZimageZ, a free online image hosting service.
on ZimageZ or Imgur, online image hosting services.

A plugin for the Xfce panel is also available.
5 changes: 2 additions & 3 deletions x11/xfce4-screenshooter/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.44 2021/11/30 16:35:26 gutteridge Exp $
# $NetBSD: Makefile,v 1.45 2021/12/07 01:02:03 gutteridge Exp $

PKGREVISION= 2
.include "../../meta-pkgs/xfce4/Makefile.common"

VERSION= 1.9.8
VERSION= 1.9.9
DISTNAME= xfce4-screenshooter-${VERSION}
CATEGORIES= misc
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
Expand Down
3 changes: 2 additions & 1 deletion x11/xfce4-screenshooter/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2021/03/02 03:34:36 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.5 2021/12/07 01:02:03 gutteridge Exp $
bin/xfce4-screenshooter
lib/xfce4/panel/plugins/libscreenshooterplugin.la
man/man1/xfce4-screenshooter.1
Expand All @@ -23,6 +23,7 @@ share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo
share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo
share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo
share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo
share/locale/fa_IR/LC_MESSAGES/xfce4-screenshooter.mo
share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo
share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo
share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo
Expand Down
8 changes: 4 additions & 4 deletions x11/xfce4-screenshooter/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2021/10/26 11:34:47 nia Exp $
$NetBSD: distinfo,v 1.13 2021/12/07 01:02:03 gutteridge Exp $

BLAKE2s (xfce4-screenshooter-1.9.8.tar.bz2) = 4cbda86e6e88513bfef63afeed128ea729efb6ddb2c12243064b2407fe4bd3cf
SHA512 (xfce4-screenshooter-1.9.8.tar.bz2) = 325697cf37075c313956621707ec9ae40a51ec85dfa65d73ccb8695a0b2d14cff0d62a9a30114b60b0404bd9ba25728bc4c350d3c2a65def6afa4a382883746a
Size (xfce4-screenshooter-1.9.8.tar.bz2) = 562481 bytes
BLAKE2s (xfce4-screenshooter-1.9.9.tar.bz2) = 81a658f07d864c0047dd9be2fd22430897052f9d69dfd88ccd03168870665e4f
SHA512 (xfce4-screenshooter-1.9.9.tar.bz2) = e157abfe6c82d6f05f1caa62e02b933474c825e6e4d613a299def58921d19fb7fb06a30aa878a51d3bf4ea83d9b18ea8c996a9b1b6c4e09f4bedc44a6a9df2e2
Size (xfce4-screenshooter-1.9.9.tar.bz2) = 570962 bytes

0 comments on commit 6567fec

Please sign in to comment.