Skip to content

Commit 75555d6

Browse files
committed
xfce4-screenshooter: update to 1.10.2
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
1 parent a73967f commit 75555d6

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

x11/xfce4-screenshooter/Makefile

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
1-
# $NetBSD: Makefile,v 1.53 2023/01/02 00:11:25 wiz Exp $
1+
# $NetBSD: Makefile,v 1.54 2023/01/02 20:19:30 gutteridge Exp $
22

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

6-
VERSION= 1.10.0
5+
VERSION= 1.10.2
76
DISTNAME= xfce4-screenshooter-${VERSION}
87
CATEGORIES= x11
98
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
109

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

14-
BUILDLINK_API_DEPENDS.xfce4-conf+= xfce4-conf>=4.16.0
1513
.include "../../devel/xfce4-conf/buildlink3.mk"
1614
BUILDLINK_API_DEPENDS.libXi+= libXi>=1.7.8
1715
.include "../../x11/libXi/buildlink3.mk"
18-
BUILDLINK_API_DEPENDS.xfce4-panel+= xfce4-panel>=4.16.0
16+
BUILDLINK_API_DEPENDS.xfce4-panel+= xfce4-panel>=4.18.0
1917
.include "../../x11/xfce4-panel/buildlink3.mk"
20-
BUILDLINK_API_DEPENDS.libxfce4ui+= libxfce4ui>=4.16.0
2118
.include "../../x11/libxfce4ui/buildlink3.mk"
22-
BUILDLINK_API_DEPENDS.libxfce4util+= libxfce4util>=4.16.0
2319
.include "../../x11/libxfce4util/buildlink3.mk"
2420
.include "../../x11/xfce4-exo/buildlink3.mk"
25-
.include "../../net/libsoup/buildlink3.mk"
21+
.include "../../net/libsoup3/buildlink3.mk"
2622
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
2723
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
2824
.include "../../mk/bsd.pkg.mk"

x11/xfce4-screenshooter/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.16 2022/11/17 01:37:30 gutteridge Exp $
1+
$NetBSD: distinfo,v 1.17 2023/01/02 20:19:30 gutteridge Exp $
22

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

0 commit comments

Comments
 (0)