Skip to content

Commit

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

1.10.2 (2023-01-02)
======
- Fix capture of CSD windows
- Fix active window and region capture modes
- Consider scale factor while capturing screenshots with cairo (#95)
- Support libsoup2 and 3 simultaneously (#97)
- save dialog: show preview of selected file (#94)
- Save preferences of panel plugin (#96)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), Estonian, Finnish,
  French, Galician, Georgian, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean,
  Lithuanian, Malay, Norwegian Bokm��l, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian

1.10.1 (2022-12-21)
======
- Fixes capture of screenshots after first time (#89)
- libsoup: Migrate to 3.0 (#88)
- Fix typo in NEWS file
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), Estonian, Finnish,
  French, Galician, Georgian, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean,
  Lithuanian, Malay, Norwegian Bokm��l, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian
  • Loading branch information
dhgutteridge committed Jan 2, 2023
1 parent 8df73e3 commit f13c87f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
12 changes: 4 additions & 8 deletions x11/xfce4-screenshooter/Makefile
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
# $NetBSD: Makefile,v 1.53 2023/01/02 00:11:25 wiz Exp $
# $NetBSD: Makefile,v 1.54 2023/01/02 20:19:30 gutteridge Exp $

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

VERSION= 1.10.0
VERSION= 1.10.2
DISTNAME= xfce4-screenshooter-${VERSION}
CATEGORIES= x11
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/

HOMEPAGE= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
COMMENT= Xfce screenshot application

BUILDLINK_API_DEPENDS.xfce4-conf+= xfce4-conf>=4.16.0
.include "../../devel/xfce4-conf/buildlink3.mk"
BUILDLINK_API_DEPENDS.libXi+= libXi>=1.7.8
.include "../../x11/libXi/buildlink3.mk"
BUILDLINK_API_DEPENDS.xfce4-panel+= xfce4-panel>=4.16.0
BUILDLINK_API_DEPENDS.xfce4-panel+= xfce4-panel>=4.18.0
.include "../../x11/xfce4-panel/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxfce4ui+= libxfce4ui>=4.16.0
.include "../../x11/libxfce4ui/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxfce4util+= libxfce4util>=4.16.0
.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../x11/xfce4-exo/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../net/libsoup3/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
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.16 2022/11/17 01:37:30 gutteridge Exp $
$NetBSD: distinfo,v 1.17 2023/01/02 20:19:30 gutteridge Exp $

BLAKE2s (xfce4-screenshooter-1.10.0.tar.bz2) = 6f5f233829b1bf34dd027eb6598f4b95dc23770dd65001c13f4a3cb83d48ac75
SHA512 (xfce4-screenshooter-1.10.0.tar.bz2) = e31e718078e5fe2881779f4caa9e8092107629c36971b513f2be5ac33622ae64bb734e6e61277af7a657cbc5cd17a2eaad9e439c210945826818c2a317456060
Size (xfce4-screenshooter-1.10.0.tar.bz2) = 595720 bytes
BLAKE2s (xfce4-screenshooter-1.10.2.tar.bz2) = 092dbf42970908c739a0743926469bd2a138cac0e9a7dda2e0006edddea1bd69
SHA512 (xfce4-screenshooter-1.10.2.tar.bz2) = f737d8cf071bf12ab3f2443e4b6f89b64bb243ee339fb88d1150347ae90119f657ab8ae655f06e8fbc4061894f89f7fdc7316aee280d6864efa6f8444bab3878
Size (xfce4-screenshooter-1.10.2.tar.bz2) = 601856 bytes

0 comments on commit f13c87f

Please sign in to comment.