Skip to content

Commit

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

1.9.10 (2022-03-06)
======
- Use symbolic icons
- Bump Xfce dependencies to 4.14
- _NET_FRAME_EXTENTS support
- Add back button to take new screenshot (!29)
- Fix Imgur upload via CLI (!26)
- Set up ScreenshotData after commandline parsing
- Fix compile warning (#62)
- Update to description and addition of donate and translate links
- Replace link to bugzilla with gitlab (!25)
- 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, 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, Uyghur
  • Loading branch information
dhgutteridge committed Mar 8, 2022
1 parent cb44791 commit 201f72a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 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.46 2021/12/08 16:07:16 adam Exp $
# $NetBSD: Makefile,v 1.47 2022/03/08 01:39:06 gutteridge Exp $

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

VERSION= 1.9.9
VERSION= 1.9.10
DISTNAME= xfce4-screenshooter-${VERSION}
CATEGORIES= misc
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
Expand All @@ -14,7 +13,12 @@ COMMENT= Xfce screenshoot application
GNU_CONFIGURE= yes
USE_LIBTOOL= yes

BUILDLINK_API_DEPENDS.xfce4-panel+= xfce4-panel>=4.14.0
.include "../../x11/xfce4-panel/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxfce4ui+= libxfce4ui>=4.14.0
.include "../../x11/libxfce4ui/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxfce4util+= libxfce4util>=4.14.0
.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../x11/xfce4-exo/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
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.13 2021/12/07 01:02:03 gutteridge Exp $
$NetBSD: distinfo,v 1.14 2022/03/08 01:39:06 gutteridge Exp $

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
BLAKE2s (xfce4-screenshooter-1.9.10.tar.bz2) = 32176e4002ef454805f5369a902df356898121675bd9a36041f431e637100b73
SHA512 (xfce4-screenshooter-1.9.10.tar.bz2) = fc6327730f4df1d58cd1f8c8e8c1e0cdbf7a1f78aadc05357c603fe2b1969f012e14e8a2168117421f211bf7fccf0f04e91cb36b2364da18f62c9ec0b0978344
Size (xfce4-screenshooter-1.9.10.tar.bz2) = 568057 bytes

0 comments on commit 201f72a

Please sign in to comment.