pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xfce4-screenshooter



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Nov 17 01:37:30 UTC 2022

Modified Files:
        pkgsrc/x11/xfce4-screenshooter: Makefile distinfo

Log Message:
xfce4-screenshooter: update to 1.10.0

Change log:

1.10.0 (2022-11-15)
======
- Introduce custom actions (!37)
- Bump dependencies
- Replace deprecated functions
- Added writability check to screenshot_dir (#84)
- Include "config.h" before GLib include files
- Revert icon name translation
- Drop subtitles
 Add version check for libxi (#79)
- 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, Lithuanian, Malay, Norwegian
  Bokml, Occitan (post 1500), Persian (Iran), Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/xfce4-screenshooter/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xfce4-screenshooter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xfce4-screenshooter/Makefile
diff -u pkgsrc/x11/xfce4-screenshooter/Makefile:1.50 pkgsrc/x11/xfce4-screenshooter/Makefile:1.51
--- pkgsrc/x11/xfce4-screenshooter/Makefile:1.50        Thu Aug 11 05:05:52 2022
+++ pkgsrc/x11/xfce4-screenshooter/Makefile     Thu Nov 17 01:37:30 2022
@@ -1,20 +1,24 @@
-# $NetBSD: Makefile,v 1.50 2022/08/11 05:05:52 gutteridge Exp $
+# $NetBSD: Makefile,v 1.51 2022/11/17 01:37:30 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.9.11
+VERSION=       1.10.0
 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 screenshoot application
+COMMENT=       Xfce screenshot application
 
-BUILDLINK_API_DEPENDS.xfce4-panel+=    xfce4-panel>=4.14.0
+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
 .include "../../x11/xfce4-panel/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libxfce4ui+=     libxfce4ui>=4.14.0
+BUILDLINK_API_DEPENDS.libxfce4ui+=     libxfce4ui>=4.16.0
 .include "../../x11/libxfce4ui/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libxfce4util+=   libxfce4util>=4.14.0
+BUILDLINK_API_DEPENDS.libxfce4util+=   libxfce4util>=4.16.0
 .include "../../x11/libxfce4util/buildlink3.mk"
 .include "../../x11/xfce4-exo/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"

Index: pkgsrc/x11/xfce4-screenshooter/distinfo
diff -u pkgsrc/x11/xfce4-screenshooter/distinfo:1.15 pkgsrc/x11/xfce4-screenshooter/distinfo:1.16
--- pkgsrc/x11/xfce4-screenshooter/distinfo:1.15        Thu Aug 11 05:05:52 2022
+++ pkgsrc/x11/xfce4-screenshooter/distinfo     Thu Nov 17 01:37:30 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/08/11 05:05:52 gutteridge Exp $
+$NetBSD: distinfo,v 1.16 2022/11/17 01:37:30 gutteridge Exp $
 
-BLAKE2s (xfce4-screenshooter-1.9.11.tar.bz2) = 09bfa85c4527f73573f67fe34957b7397fcb072a5775c5bdb498a748e850a51e
-SHA512 (xfce4-screenshooter-1.9.11.tar.bz2) = fec4a374047dc0dddddd5d498f6ffb55bc590f209b31fa5e3ca5871788568145ad910fd535fced2f1d2eb52c52e219981eee3aba2e63ab1c56448bb313376155
-Size (xfce4-screenshooter-1.9.11.tar.bz2) = 585007 bytes
+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



Home | Main Index | Thread Index | Old Index