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: Sun Jan 10 17:24:55 UTC 2021
Modified Files:
pkgsrc/x11/xfce4-terminal: Makefile PLIST distinfo
Log Message:
xfce4-terminal: update to 0.8.10
Change log:
0.8.10
======
- Bump libvte, gtk and xfce minimal versions (4.14)
- Stop using G_SPAWN_CHILD_INHERITS_STDIN spawn flag
- Updates README.md.
- Added new stock icons
- Limit font picker to fixed-size fonts
- Add gtk-doc as a dependency
- Do not require connection to generate manpage
- Bug #16875: Do not add ui.h file in datadir
- Simplify terminal manpage generation
- Switch preferences ui file to xdt-csource
- Switch to README.md and foreign automake mode
- Do not override clipboard contents
- Unsafe paste: Support bracketed paste mode
- Do not select text in Search dialog
- Add basic GitLab pipeline
- Translation Updates:
Albanian, Armenian (Armenia), Basque, Bulgarian, Chinese (China),
Chinese (Taiwan), Danish, Dutch, Eastern Armenian, Estonian, French,
Greek, Hebrew, Hungarian, Indonesian, Interlingue, Italian, Japanese,
Lithuanian, Norwegian Bokmål, Occitan (post 1500), Polish,
Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Turkish, Ukrainian, Uyghur
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/x11/xfce4-terminal/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xfce4-terminal/PLIST
cvs rdiff -u -r1.15 -r1.16 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.61 pkgsrc/x11/xfce4-terminal/Makefile:1.62
--- pkgsrc/x11/xfce4-terminal/Makefile:1.61 Mon Aug 31 18:13:28 2020
+++ pkgsrc/x11/xfce4-terminal/Makefile Sun Jan 10 17:24:55 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2020/08/31 18:13:28 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2021/01/10 17:24:55 gutteridge Exp $
-PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-terminal-0.8.9.2
+DISTNAME= xfce4-terminal-0.8.10
CATEGORIES= x11
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-terminal/0.8/
Index: pkgsrc/x11/xfce4-terminal/PLIST
diff -u pkgsrc/x11/xfce4-terminal/PLIST:1.10 pkgsrc/x11/xfce4-terminal/PLIST:1.11
--- pkgsrc/x11/xfce4-terminal/PLIST:1.10 Thu Aug 8 20:23:29 2019
+++ pkgsrc/x11/xfce4-terminal/PLIST Sun Jan 10 17:24:55 2021
@@ -1,9 +1,21 @@
-@comment $NetBSD: PLIST,v 1.10 2019/08/08 20:23:29 nia Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/01/10 17:24:55 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
+share/icons/hicolor/16x16/apps/org.xfce.terminal.png
+share/icons/hicolor/24x24/apps/org.xfce.terminal-settings.png
+share/icons/hicolor/24x24/apps/org.xfce.terminal.png
+share/icons/hicolor/32x32/apps/org.xfce.terminal-settings.png
+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/scalable/apps/org.xfce.terminal-settings.svg
+share/icons/hicolor/scalable/apps/org.xfce.terminal.svg
share/locale/ar/LC_MESSAGES/xfce4-terminal.mo
share/locale/ast/LC_MESSAGES/xfce4-terminal.mo
share/locale/be/LC_MESSAGES/xfce4-terminal.mo
@@ -26,6 +38,7 @@ share/locale/he/LC_MESSAGES/xfce4-termin
share/locale/hr/LC_MESSAGES/xfce4-terminal.mo
share/locale/hu/LC_MESSAGES/xfce4-terminal.mo
share/locale/hy_AM/LC_MESSAGES/xfce4-terminal.mo
+share/locale/hye/LC_MESSAGES/xfce4-terminal.mo
share/locale/id/LC_MESSAGES/xfce4-terminal.mo
share/locale/ie/LC_MESSAGES/xfce4-terminal.mo
share/locale/is/LC_MESSAGES/xfce4-terminal.mo
@@ -69,4 +82,3 @@ share/xfce4/terminal/colorschemes/solari
share/xfce4/terminal/colorschemes/tango.theme
share/xfce4/terminal/colorschemes/white-on-black.theme
share/xfce4/terminal/colorschemes/xterm.theme
-share/xfce4/terminal/terminal-preferences.ui
Index: pkgsrc/x11/xfce4-terminal/distinfo
diff -u pkgsrc/x11/xfce4-terminal/distinfo:1.15 pkgsrc/x11/xfce4-terminal/distinfo:1.16
--- pkgsrc/x11/xfce4-terminal/distinfo:1.15 Sun Apr 5 22:37:13 2020
+++ pkgsrc/x11/xfce4-terminal/distinfo Sun Jan 10 17:24:55 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/04/05 22:37:13 gutteridge Exp $
+$NetBSD: distinfo,v 1.16 2021/01/10 17:24:55 gutteridge Exp $
-SHA1 (xfce4-terminal-0.8.9.2.tar.bz2) = d8244851c2372ad3029015bfef9b12feadd41e9d
-RMD160 (xfce4-terminal-0.8.9.2.tar.bz2) = 51383754fec97c4b2f8a537bc98305790832f466
-SHA512 (xfce4-terminal-0.8.9.2.tar.bz2) = 1402d913bcc0c050b6c83405c754cdec71cf9bb56e2e68e4396d7ce48bec6e1b0cc875ea3ea2f7a0dff8280d306519fd74a8f9d9ebca383a8f295991cb9ddd94
-Size (xfce4-terminal-0.8.9.2.tar.bz2) = 945176 bytes
+SHA1 (xfce4-terminal-0.8.10.tar.bz2) = 55d096791590facbddc2745baa24fdb35d0449dd
+RMD160 (xfce4-terminal-0.8.10.tar.bz2) = 6643051409e8ed1065e52e8554559732a0a48297
+SHA512 (xfce4-terminal-0.8.10.tar.bz2) = 92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
+Size (xfce4-terminal-0.8.10.tar.bz2) = 978071 bytes
Home |
Main Index |
Thread Index |
Old Index