pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-terminal



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Jan  7 19:30:38 UTC 2025

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

Log Message:
xfce4-terminal: update to 1.1.4

1.1.4 (2024-12-25)
=====
- window: Ensure tabs_menu != NULL when updating
- screen: Ensure working dir is not NULL
- Do not resize the window on zoom
- docs: added documentation and cli parsing for --class option
- Use TerminalWindow's screen to test for windowing system
- Use dropdown's display rather than default display
- Avoid warning when widget display is not the default display
- Fix segfault when there are both Wayland and X11 displays
- screen: Avoid type check on released variable
- preferences: Initialize GdkRGBA variable
- screen: Cancel async spawn of child in finalize()
- Improve error message for empty custom command
- Check for screen pointers equality before destroying last screen
- screen: Fix gtk_container_get_children leaks
- screen: Fix string leak in terminal_screen_paste_unsafe_text
- window: Fix leak in terminal_window_get_working_directory
- window: Fix leak in terminal_window_menu_add_section
- main: Fix string array leak
- terminal: Fix spelling error
- prefs-dialog: Fix AtkRelationSet leak
- Fix gtk-layer-shell includes
- preferences: Add missing sanity check
- Preferences: maximize new windows
- Fix running a command as a login shell
- scan-build: Fix core.NullDereference and core.CallAndMessage
- build: clang: Silence -Wcast-align
- Update `.gitignore`
- Rename theme file to desktop for gettext detection
- I18n: Update po/LINGUAS list
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- build: Switch from intltool to gettext
- Cancel by default in unsafe past dialog
- Restore "Text blinks" tooltip


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/xfce4-terminal/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/xfce4-terminal/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-terminal/Makefile
diff -u pkgsrc/x11/xfce4-terminal/Makefile:1.86 pkgsrc/x11/xfce4-terminal/Makefile:1.87
--- pkgsrc/x11/xfce4-terminal/Makefile:1.86     Fri Dec 27 08:21:07 2024
+++ pkgsrc/x11/xfce4-terminal/Makefile  Tue Jan  7 19:30:38 2025
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.86 2024/12/27 08:21:07 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2025/01/07 19:30:38 bsiegert Exp $
 
-PKGREVISION= 5
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-terminal-1.1.3
+DISTNAME=      xfce4-terminal-1.1.4
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-terminal/1.1/
 
 HOMEPAGE=      https://docs.xfce.org/apps/terminal/start
 COMMENT=       Xfce terminal emulator
 
+.include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"

Index: pkgsrc/x11/xfce4-terminal/distinfo
diff -u pkgsrc/x11/xfce4-terminal/distinfo:1.27 pkgsrc/x11/xfce4-terminal/distinfo:1.28
--- pkgsrc/x11/xfce4-terminal/distinfo:1.27     Sun Mar  3 16:43:42 2024
+++ pkgsrc/x11/xfce4-terminal/distinfo  Tue Jan  7 19:30:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/03/03 16:43:42 gutteridge Exp $
+$NetBSD: distinfo,v 1.28 2025/01/07 19:30:38 bsiegert Exp $
 
-BLAKE2s (xfce4-terminal-1.1.3.tar.bz2) = 39a7b8e302f32a3996aec1c5e5a1191cbeda548b50610b5fa87e2e456bfb9436
-SHA512 (xfce4-terminal-1.1.3.tar.bz2) = 12d489099851b281d3ac83a4d9b2f459ed8442899823edba36055a0aa731d1821686f400d5d370833077b0ccf930cb3dfdf5800af58dd2339377dd7e902210b9
-Size (xfce4-terminal-1.1.3.tar.bz2) = 1042732 bytes
+BLAKE2s (xfce4-terminal-1.1.4.tar.bz2) = 846429bfa690cfdb6807522d70a4dccfed4e4a863267068d86da52bb06b34738
+SHA512 (xfce4-terminal-1.1.4.tar.bz2) = c2a749f75142690f188d1f66a63573c612bb47db42f1933d63cfd8026ac0a66067112d92ff52f9ce7dfb735f7f6ea1ac55d34077be0341e7848dd7daffc101a9
+Size (xfce4-terminal-1.1.4.tar.bz2) = 1498643 bytes



Home | Main Index | Thread Index | Old Index