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 Aug 23 21:27:30 UTC 2023

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

Log Message:
xfce4-terminal: update to 1.1.0

Change log:

1.1.0 (2023-08-22)
=====
- Update copyright year
- Allow passing arguments to custom commands
- Fully translate strings in unsafe paste dialog
- window: Properly sync always-show-tabs
- cleanup: Include gdkx.h in one place
- preferences: Remove unused class member
- preferences: Check if channel itself exists instead of check property
- screen: Review image loader memory management
- image-loader: Review cache management
- Add keywords to .desktop files (Fixes #50)
- screen: Take window scaling into account when drawing (Fixes #71)
- Remove obsolete GNOME default-app file (Fixes #109)
- Add "Open File Manager Here" action (Fixes #133)
- Properly manage default encoding (Fixes #128)
- Move general include in private.h
- dropdown: Disable systray icon on Wayland
- Fix startup with GDK_BACKEND=x11 (Fixes #177)
- shortcuts: Restore broken action toggle-menubar
- shortcuts: Fix non-consumed key event for show-menubar
- main: Allow GTK to parse its options first (Fixes #216)
- search: Add missing sanity check
- Use GLib logging functions and do not translate warnings
- Fix typo
- Remove obsolete CHECK_VERSION()
- Use g_new() instead of malloc()
- Fix Xfconf memory management
- search-dialog: Fix memory leak
- Remove extra separator at the end of context menu
- Missing shortcut keys in the standalone preferences dialog (Issue
#198)
- Apply 1 suggestion(s) to 1 file(s)
- Enable kinetic scrolling in VteTerminal
- Extend --disable-server description wrt. process model
- End all full sentences with a period
- Drop obsolete --disable-server translations
- prefs-dialog: Fix untranslated strings
- Add sixel support
- Add icons at missing sizes, clean up SVG metadata
- build: Fix autoconf warnings
- build: Add GLib requirement
- Add accel entries for scrolling pages (Issue #221)
- Remove documentation for dead anti-aliasing option
- Make strings translatable (Issue #222)
- Fix shortcuts-editor include
- Indentation
- Support hyperlinks (Issue #21)
- fix typo
- Fix argument type for xfce_shortcuts_editor_new
- fix background_notify
- fixed typo
- Remove disable-help preference.
- MR: !51 transitioned to Xfconf (#134)
- typos in MR !48 fixed
- Remove all references to terminal-preferences.glade
- Remove one more mention of terminal-preferences.glade
- Remove trailing slash
- Remove terminal-preferences-ui.h from makefile
- Remove terminal-preferences.glade
- MR: !48 shortcuts editor embedded into preferences-dialog (#195)
- MR: !48 preferences-dialog rewritten in C (#195)
- MR: !46 Change in implementation for TAB accels (#150)
- Implementation of MiscShiftArrowsToScroll as accelerators.
- Add PCRE2 build dependency
- Remove libxfce4ui 4.17 version guards
- Replace with xfce_gtk_menu_append_separator
- Tweak toolbar
- 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, Interlingue, Italian,
  Japanese, Kazakh, 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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/xfce4-terminal/DESCR
cvs rdiff -u -r1.72 -r1.73 pkgsrc/x11/xfce4-terminal/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xfce4-terminal/PLIST
cvs rdiff -u -r1.22 -r1.23 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/DESCR
diff -u pkgsrc/x11/xfce4-terminal/DESCR:1.1.1.1 pkgsrc/x11/xfce4-terminal/DESCR:1.2
--- pkgsrc/x11/xfce4-terminal/DESCR:1.1.1.1     Thu Apr 12 09:51:20 2007
+++ pkgsrc/x11/xfce4-terminal/DESCR     Wed Aug 23 21:27:30 2023
@@ -1,3 +1,3 @@
-This is the Terminal emulator application. Terminal is a lightweight and
+This is the Xfce Terminal emulator application. Terminal is a lightweight and
 easy to use terminal emulator for the X windowing system, with some new
 ideas and features that makes it unique among X terminal emulators.

Index: pkgsrc/x11/xfce4-terminal/Makefile
diff -u pkgsrc/x11/xfce4-terminal/Makefile:1.72 pkgsrc/x11/xfce4-terminal/Makefile:1.73
--- pkgsrc/x11/xfce4-terminal/Makefile:1.72     Sun Jan 29 21:18:32 2023
+++ pkgsrc/x11/xfce4-terminal/Makefile  Wed Aug 23 21:27:30 2023
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.72 2023/01/29 21:18:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.73 2023/08/23 21:27:30 gutteridge Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-terminal-1.0.4
+DISTNAME=      xfce4-terminal-1.1.0
 CATEGORIES=    x11
-MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-terminal/1.0/
+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/pcre2/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/startup-notification/buildlink3.mk"

Index: pkgsrc/x11/xfce4-terminal/PLIST
diff -u pkgsrc/x11/xfce4-terminal/PLIST:1.11 pkgsrc/x11/xfce4-terminal/PLIST:1.12
--- pkgsrc/x11/xfce4-terminal/PLIST:1.11        Sun Jan 10 17:24:55 2021
+++ pkgsrc/x11/xfce4-terminal/PLIST     Wed Aug 23 21:27:30 2023
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.11 2021/01/10 17:24:55 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.12 2023/08/23 21:27:30 gutteridge Exp $
 bin/xfce4-terminal
 man/man1/xfce4-terminal.1
 share/applications/xfce4-terminal-settings.desktop
 share/applications/xfce4-terminal.desktop
-share/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
 share/icons/hicolor/128x128/apps/org.xfce.terminal-settings.png
 share/icons/hicolor/128x128/apps/org.xfce.terminal.png
 share/icons/hicolor/16x16/apps/org.xfce.terminal-settings.png
@@ -14,6 +13,10 @@ share/icons/hicolor/32x32/apps/org.xfce.
 share/icons/hicolor/32x32/apps/org.xfce.terminal.png
 share/icons/hicolor/48x48/apps/org.xfce.terminal-settings.png
 share/icons/hicolor/48x48/apps/org.xfce.terminal.png
+share/icons/hicolor/64x64/apps/org.xfce.terminal-settings.png
+share/icons/hicolor/64x64/apps/org.xfce.terminal.png
+share/icons/hicolor/96x96/apps/org.xfce.terminal-settings.png
+share/icons/hicolor/96x96/apps/org.xfce.terminal.png
 share/icons/hicolor/scalable/apps/org.xfce.terminal-settings.svg
 share/icons/hicolor/scalable/apps/org.xfce.terminal.svg
 share/locale/ar/LC_MESSAGES/xfce4-terminal.mo
@@ -31,6 +34,7 @@ share/locale/eo/LC_MESSAGES/xfce4-termin
 share/locale/es/LC_MESSAGES/xfce4-terminal.mo
 share/locale/et/LC_MESSAGES/xfce4-terminal.mo
 share/locale/eu/LC_MESSAGES/xfce4-terminal.mo
+share/locale/fa_IR/LC_MESSAGES/xfce4-terminal.mo
 share/locale/fi/LC_MESSAGES/xfce4-terminal.mo
 share/locale/fr/LC_MESSAGES/xfce4-terminal.mo
 share/locale/gl/LC_MESSAGES/xfce4-terminal.mo

Index: pkgsrc/x11/xfce4-terminal/distinfo
diff -u pkgsrc/x11/xfce4-terminal/distinfo:1.22 pkgsrc/x11/xfce4-terminal/distinfo:1.23
--- pkgsrc/x11/xfce4-terminal/distinfo:1.22     Sat Jun  4 00:18:34 2022
+++ pkgsrc/x11/xfce4-terminal/distinfo  Wed Aug 23 21:27:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/06/04 00:18:34 gutteridge Exp $
+$NetBSD: distinfo,v 1.23 2023/08/23 21:27:30 gutteridge Exp $
 
-BLAKE2s (xfce4-terminal-1.0.4.tar.bz2) = 8d11ab3d1c65d83334ce775e75ecd12d4e2eb220f51e72a0f81f519009f44bd4
-SHA512 (xfce4-terminal-1.0.4.tar.bz2) = 76ea8f296fe1c128dc70d8aabf23447300ba83405d52e844abec89049968bac51fe47fd7545a76e4a421275c6a2f230f326ed3a25083bf536f17fc3218b05fce
-Size (xfce4-terminal-1.0.4.tar.bz2) = 1009367 bytes
+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



Home | Main Index | Thread Index | Old Index