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:   gutteridge
Date:           Mon Oct 16 23:12:35 UTC 2023

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

Log Message:
xfce4-terminal: update to 1.1.1

Change log:

1.1.1 (2023-10-14)
=====
- build: Simplify and clarify X11/Wayland distinction
- Fix xfce_titled_dialog_create_action_area() deprecation
- build: Define our own windowing macro instead of extending GDK's
- wayland: Fix drop-down keep-above for non-prefs dialogs
- wayland: Fix drop-down terminal keep-above
- wayland: Fix window activation
- wayland: Fix drop-down terminal positioning (Fixes #141)
- wayland: Fix new window size
- Replace XDT_CHECK_LIBX11 and use HAVE_LIBX11 when appropriate
- Use the same windowing environment test everywhere
- Fix build when X11 is disabled
- drop-down: Make settings easier to understand
- drop-down: Fix allocation warnings
- Apply 7 suggestion(s) to 2 file(s)
- Save and restore terminal window workspace in X11 session
- doc: Remove reference to terminalrc
- app: Put GtkSettings:gtk-menu-bar-accel overwrite back in place
- Translation Updates:
  Albanian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
  Czech, Danish, Dutch, English (United Kingdom), Estonian, French,
  German, Greek, Hebrew, Indonesian, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Norwegian Bokmål, Persian (Iran), Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/x11/xfce4-terminal/Makefile
cvs rdiff -u -r1.23 -r1.24 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.74 pkgsrc/x11/xfce4-terminal/Makefile:1.75
--- pkgsrc/x11/xfce4-terminal/Makefile:1.74     Wed Aug 23 21:31:06 2023
+++ pkgsrc/x11/xfce4-terminal/Makefile  Mon Oct 16 23:12:35 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2023/08/23 21:31:06 gutteridge Exp $
+# $NetBSD: Makefile,v 1.75 2023/10/16 23:12:35 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-terminal-1.1.0
+DISTNAME=      xfce4-terminal-1.1.1
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-terminal/1.1/
 

Index: pkgsrc/x11/xfce4-terminal/distinfo
diff -u pkgsrc/x11/xfce4-terminal/distinfo:1.23 pkgsrc/x11/xfce4-terminal/distinfo:1.24
--- pkgsrc/x11/xfce4-terminal/distinfo:1.23     Wed Aug 23 21:27:30 2023
+++ pkgsrc/x11/xfce4-terminal/distinfo  Mon Oct 16 23:12:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/08/23 21:27:30 gutteridge Exp $
+$NetBSD: distinfo,v 1.24 2023/10/16 23:12:35 gutteridge Exp $
 
-BLAKE2s (xfce4-terminal-1.1.0.tar.bz2) = fffef159bddf9c4be283014b0ea66c13e288dd0f6dcf380abaea3dad6fcbd5f0
-SHA512 (xfce4-terminal-1.1.0.tar.bz2) = c01f0e7a293c4e55b4ee151eb8beb5ff9634a8134b545452c87ee9fa9928507e73bda1a63634900f669a58353877c2cb3f48e7b95cf236bdc857ca311c73c86f
-Size (xfce4-terminal-1.1.0.tar.bz2) = 1021840 bytes
+BLAKE2s (xfce4-terminal-1.1.1.tar.bz2) = f538bf8d09f91ef4a4332655743bd1fb410c766eda6472fb5b34161f354fc4f4
+SHA512 (xfce4-terminal-1.1.1.tar.bz2) = 0f2631cc9790b467495cf17a506c33b9c6a037b94a353cb870554b1dd9da0b4795ed965ca2e9beb5dec1b344304e4dc9f71130862f6b45d63f66c603757991cd
+Size (xfce4-terminal-1.1.1.tar.bz2) = 1033180 bytes



Home | Main Index | Thread Index | Old Index