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:           Wed Jun 11 23:49:34 UTC 2025

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

Log Message:
xfce4-terminal: update to 1.1.5

Though this has moved to meson by default, I've opted to retain use of
the autotools build, since we had problems with the meson-enabled build
of libxfce4windowing failing due to dependency ordering issues.

1.1.5 (2025-03-26)
=====
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.

- build: Automate copyright year management
- window: Add dnd support outside screen
- Apply .clang-format file
- Sort includes
- clang-format: Add file
- Add meson build
- Add hidden setting to resize window when zoomed in/out
- Revert "Cancel by default in unsafe past dialog"
- build: Add missing dep flags
- Hide the launcher for xfce4-terminal-settings
- screen: Don't overwrite VteTerminal:allow-hyperlink binding
- Translation Updates:
  Catalan, Hungarian, Japanese, Portuguese (Brazil), Russian, Swedish,
  Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/x11/xfce4-terminal/Makefile
cvs rdiff -u -r1.28 -r1.29 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.88 pkgsrc/x11/xfce4-terminal/Makefile:1.89
--- pkgsrc/x11/xfce4-terminal/Makefile:1.88     Thu Apr 24 14:16:35 2025
+++ pkgsrc/x11/xfce4-terminal/Makefile  Wed Jun 11 23:49:34 2025
@@ -1,15 +1,22 @@
-# $NetBSD: Makefile,v 1.88 2025/04/24 14:16:35 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2025/06/11 23:49:34 gutteridge Exp $
 
-PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-terminal-1.1.4
+DISTNAME=      xfce4-terminal-1.1.5
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-terminal/1.1/
+EXTRACT_SUFX=  .tar.xz
 
 HOMEPAGE=      https://docs.xfce.org/apps/terminal/start
 COMMENT=       Xfce terminal emulator
 
+USE_TOOLS+=    autoconf automake autoreconf
+
+CONFIGURE_ARGS+=       --enable-maintainer-mode
+
+pre-configure:
+       cd ${WRKSRC} && autoreconf -fiv
+
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

Index: pkgsrc/x11/xfce4-terminal/distinfo
diff -u pkgsrc/x11/xfce4-terminal/distinfo:1.28 pkgsrc/x11/xfce4-terminal/distinfo:1.29
--- pkgsrc/x11/xfce4-terminal/distinfo:1.28     Tue Jan  7 19:30:38 2025
+++ pkgsrc/x11/xfce4-terminal/distinfo  Wed Jun 11 23:49:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/01/07 19:30:38 bsiegert Exp $
+$NetBSD: distinfo,v 1.29 2025/06/11 23:49:34 gutteridge Exp $
 
-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
+BLAKE2s (xfce4-terminal-1.1.5.tar.xz) = d1ae716f56277d0a32ae0c8cc82bbe66a5d2cfe35a8cb9e17a0838c0b076b907
+SHA512 (xfce4-terminal-1.1.5.tar.xz) = 075ce32f60198ab6f99ac08f9b00328c70cc3b35a082dcdbf245028a31f471fb5758c2d5569f6ccdce9593c70040f8a88d87ea53b86e021e603a85413b6f89c5
+Size (xfce4-terminal-1.1.5.tar.xz) = 440192 bytes



Home | Main Index | Thread Index | Old Index