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:           Fri Aug  2 16:20:38 UTC 2024

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

Log Message:
xfce4-screenshooter: update to 1.11.0

1.11.0 (2024-07-25)
======
- Drop built-in support for imgur
- Drop jobs-related code
- Drop libsoup dependency
- Use XDG_DATA_HOME in imgur-upload.sh
- Make sure screenshot is copied to clipboard before closing (!56)
- Add more tests
- build: clang: Silence -Wcast-align
- Translation Updates:
  Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Indonesian, 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


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/x11/xfce4-screenshooter/Makefile
cvs rdiff -u -r1.21 -r1.22 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.68 pkgsrc/x11/xfce4-screenshooter/Makefile:1.69
--- pkgsrc/x11/xfce4-screenshooter/Makefile:1.68        Thu May 30 03:31:45 2024
+++ pkgsrc/x11/xfce4-screenshooter/Makefile     Fri Aug  2 16:20:38 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2024/05/30 03:31:45 gutteridge Exp $
+# $NetBSD: Makefile,v 1.69 2024/08/02 16:20:38 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.10.6
+VERSION=       1.11.0
 DISTNAME=      xfce4-screenshooter-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
@@ -14,6 +14,7 @@ DEPENDS+=     zenity-[0-9]*:../../x11/zenity
 
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/xfce4-conf/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libXi+=  libXi>=1.7.8
 .include "../../x11/libXi/buildlink3.mk"
 BUILDLINK_API_DEPENDS.xfce4-panel+=    xfce4-panel>=4.18.0
@@ -21,7 +22,6 @@ BUILDLINK_API_DEPENDS.xfce4-panel+=   xfce
 .include "../../x11/libxfce4ui/buildlink3.mk"
 .include "../../x11/libxfce4util/buildlink3.mk"
 .include "../../x11/xfce4-exo/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"

Index: pkgsrc/x11/xfce4-screenshooter/distinfo
diff -u pkgsrc/x11/xfce4-screenshooter/distinfo:1.21 pkgsrc/x11/xfce4-screenshooter/distinfo:1.22
--- pkgsrc/x11/xfce4-screenshooter/distinfo:1.21        Thu May 30 03:31:45 2024
+++ pkgsrc/x11/xfce4-screenshooter/distinfo     Fri Aug  2 16:20:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/05/30 03:31:45 gutteridge Exp $
+$NetBSD: distinfo,v 1.22 2024/08/02 16:20:38 gutteridge Exp $
 
-BLAKE2s (xfce4-screenshooter-1.10.6.tar.bz2) = f620e6c4f18eb248dfee7c4bd790e7200917867191a80976afd862a51fee8b64
-SHA512 (xfce4-screenshooter-1.10.6.tar.bz2) = 2984ff3a64d0783c62ad5ac33ef54f4ec70fb6d06ac66f4a963940878d04b5e77c100a8121b73788ce6cc0af427fec9d5bf09235465b3591cd57cd16c7d9cda2
-Size (xfce4-screenshooter-1.10.6.tar.bz2) = 813187 bytes
+BLAKE2s (xfce4-screenshooter-1.11.0.tar.bz2) = 8e32ee106bff0629970c53c08ca8993b3b65a9a06ca61761ccb345f4128b093e
+SHA512 (xfce4-screenshooter-1.11.0.tar.bz2) = afe7c97799c94e498b4304923d48ec195ebba776ecb626df55b4e5b091e53717d331a7513cde1095b1da5c1fac93fc52ab5a77c67ffbd71931c3bb4f5eb3dc64
+Size (xfce4-screenshooter-1.11.0.tar.bz2) = 720373 bytes



Home | Main Index | Thread Index | Old Index