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 Apr  9 21:52:48 UTC 2026

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

Log Message:
xfce4-screenshooter: update to 1.11.3

1.11.3 (2025-11-05)
======
- Wayland region selection
- Fix leaks in screenshooter_show_file_in_folder
- Fix string leak in action_idle
- wayland: Fullscreen capture with ext_image_capture_source/copy_capture
- README.md: Add uninstall info
- Stop using xfce_panel_plugin_(block|unblock)_menu
- Drop autootols
- 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, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean,
  Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur

1.11.2 (2025-05-22)
======
- Fully free a GSList to fix a leak
- Fix a string leak in screenshooter_get_filename_for_uri
- Properly free a GdkPixbuf to fix a leak
- meson-build: Fix manpage install dir
- Improve selection background in black surfaces
- Fix xfce_resource_save_location leak in main
- Replace deprecated exo with libxfce4ui 4.21.0
- Remove imgur upload custom action automatically
- Fix build with autotools
- Drop Imgur custom action
- preferences: Add link to the documentation for custom actions examples
- Add support to Meson
- Update xfce4-screenshooter.1
- Fix segfault in another location
- Fix segfault when app command is NULL (#132)
- Improved imgur upload script
- Add support to WL_SHM_FORMAT_BGR888
- Check if file was correctly open before using it
- Revert "Only restrict file permissions after sucessfully writing them"
- Fix blurred preview images at scale >1
- Only restrict file permissions after sucessfully writing them
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), 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, 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


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/x11/xfce4-screenshooter/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xfce4-screenshooter/PLIST
cvs rdiff -u -r1.23 -r1.24 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.78 pkgsrc/x11/xfce4-screenshooter/Makefile:1.79
--- pkgsrc/x11/xfce4-screenshooter/Makefile:1.78        Tue Jan 27 08:41:08 2026
+++ pkgsrc/x11/xfce4-screenshooter/Makefile     Thu Apr  9 21:52:47 2026
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.78 2026/01/27 08:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2026/04/09 21:52:47 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-PKGREVISION=   8
-VERSION=       1.11.1
+VERSION=       1.11.3
 DISTNAME=      xfce4-screenshooter-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
+EXTRACT_SUFX=  .tar.xz
 
 HOMEPAGE=      https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
 COMMENT=       Xfce screenshot application
@@ -14,6 +14,7 @@ COMMENT=      Xfce screenshot application
 DEPENDS+=      zenity3-[0-9]*:../../x11/zenity3
 
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
+.include "../../devel/meson/build.mk"
 .include "../../devel/xfce4-conf/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libXi+=  libXi>=1.7.8
 .include "../../x11/libXi/buildlink3.mk"

Index: pkgsrc/x11/xfce4-screenshooter/PLIST
diff -u pkgsrc/x11/xfce4-screenshooter/PLIST:1.6 pkgsrc/x11/xfce4-screenshooter/PLIST:1.7
--- pkgsrc/x11/xfce4-screenshooter/PLIST:1.6    Thu Feb  8 23:19:15 2024
+++ pkgsrc/x11/xfce4-screenshooter/PLIST        Thu Apr  9 21:52:47 2026
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2024/02/08 23:19:15 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/04/09 21:52:47 gutteridge Exp $
 bin/xfce4-screenshooter
-lib/xfce4/panel/plugins/libscreenshooterplugin.la
-libexec/xfce4/screenshooter/scripts/imgur-upload.sh
+lib/xfce4/panel/plugins/libscreenshooterplugin.so
 man/man1/xfce4-screenshooter.1
 share/applications/xfce4-screenshooter.desktop
 share/icons/hicolor/128x128/apps/org.xfce.screenshooter.png

Index: pkgsrc/x11/xfce4-screenshooter/distinfo
diff -u pkgsrc/x11/xfce4-screenshooter/distinfo:1.23 pkgsrc/x11/xfce4-screenshooter/distinfo:1.24
--- pkgsrc/x11/xfce4-screenshooter/distinfo:1.23        Sat Aug  3 02:06:39 2024
+++ pkgsrc/x11/xfce4-screenshooter/distinfo     Thu Apr  9 21:52:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/08/03 02:06:39 gutteridge Exp $
+$NetBSD: distinfo,v 1.24 2026/04/09 21:52:47 gutteridge Exp $
 
-BLAKE2s (xfce4-screenshooter-1.11.1.tar.bz2) = 50e8535bf7264365ae43aedc3683b7a27ae09df626ae865fa7f65adf82d9a485
-SHA512 (xfce4-screenshooter-1.11.1.tar.bz2) = aee31311faea2bb08d5e29722da190b0c7e2b37948a688a49212cd57cc4efc3f43b3c1588d9326f97eb174771412c60707cc88ae2ee0596546e9750a06112588
-Size (xfce4-screenshooter-1.11.1.tar.bz2) = 721424 bytes
+BLAKE2s (xfce4-screenshooter-1.11.3.tar.xz) = 9b3460e4f2ea3b2b931b776eb5a4cb491986f436d0794d71c99d06e46c476ea1
+SHA512 (xfce4-screenshooter-1.11.3.tar.xz) = 1f2cf3d2631644f3f5fd847fea3622e4e35690d2265a2dfd6abd0b6f84f83995600c0e89925fe170b2e026922914f843c81e74d8c25752925e7e750af38132a0
+Size (xfce4-screenshooter-1.11.3.tar.xz) = 180120 bytes



Home | Main Index | Thread Index | Old Index