xfce4-screenshooter: update to 1.9.9
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
This commit is contained in:
parent
239dd41088
commit
eafbe54363
4 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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}/
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue