pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/pluma pluma: update to 1.21.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fa92d9d25e8
branches:  trunk
changeset: 317911:9fa92d9d25e8
user:      youri <youri%pkgsrc.org@localhost>
date:      Wed Jan 16 18:18:53 2019 +0000

description:
pluma: update to 1.21.2:

### pluma 1.21.2

  * sync with transifex
  * tx: update translation sources
  * Use the same legal.xml file
  * Use make functions for HELP_LINGUAS
  * tx: update help source for transifex
  * tx: improve makepot
  * Refer to the strftime(3) man page for more information...
  * Refer to the pluma(1) man page for more information...
  * Remove unused screenshots
  * tx: update transifex source
  * Fix spelling and grammar mistakes
  * help: fix help links
  * Use actual pluma screenshot for Catalan
  * Use actual pluma screenshot
  * tx: generate userguide source
  * tx: add pluma-user-guide to transifex config
  * Fix spelling and grammar mistakes
  * prefs-manager: silent some build warnings
  * fix a few introspection and doc warnings
  * Fix search backwards with regex
  * pluma-document: fix possible memory leak
  * pluma-view: Fix: Don't loss the PRIMARY clipboard
  * pluma-document: Fix: don't crash using files with 'bom'
  * make the 'close confirmation dialog' bigger with multiple files
  * pluma-view: Fix: unexpectedly switch between tabs
  * close-confirmation-dialog: Fix: don't resize the dialog unexpectedly
  * pluma-sort-plugin: avoid extra empty line
  * pluma-view: Fix bold and italic fonts in menus
  * spell plugin: Autocheck spelling with [control + F7]
  * add the option to hide the frist tab if there is only one tab
  * notebook: drop unused 'pluma_notebook_set_always_show_tabs'
  * pluma-view: Fix possible memory leak
  * pluma-view: use static variables for cssprovider and settings
  * pluma-view: sync the font in context-menu with gsettings key
  * pluma-window: make sure some resources are freed
  * add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab]
  * pluma-view: Fix font in context menu
  * pluma-view: pluma_override_font: add the provider only one time
  * pluma-view: Fix: Bold and Italic fonts don't work

### pluma 1.21.1

  * Translations update
  * pluma-utils.c: avoid deprecated 'gdk_error_trap_push/pop'
  * pluma-notebook: avoid new file with double click in vertical scrollbar
  * pluma-notebook: avoid new file with double click in forward arrow button
  * pluma-notebook: Fix: unexpected behavior with dnd selected text
  * pluma-view: Fix: unexpected behavior with dnd under line numbers
  * pluma-notebook: pass event to gdk_seat_grab
  * pluma-window: use gtk_menu_popup_at_widget for GtkNotebook
  * pluma-utils: remove unused 'pluma_utils_menu_position_under_tree_view'
  * avoid deprecated 'gtk_menu_popup'
  * pluma-print-preview: Fix weird behavior with mouse buttons
  * Fix: Pluma crashes with mouse wheel over a tab
  * pluma-notebook.c: avoid deprecated 'gdk_pointer_ ...' functions
  * pluma-notebook.c: avoid deprecated 'gdk_window_at_pointer'
  * avoid deprecated 'gtk_dialog_get_action_area'
  * pluma-view.c: avoid deprecated 'gtk_widget_override_font'
  * avoid deprecated 'gtk_font_button_set/get_font_name'
  * pluma-view.c: Fix: GtkCheckMenuItem "Display line numbers" improved
  * pluma-file-browser-widget.c: avoid deprecated GtkImageMenuItem
  * error-message-area: avoid 'gtk_info_bar_new_with_buttons' with stock id
  * avoid 'gtk_info_bar_add_button' with stock ids
  * avoid 'pluma_file_chooser_dialog_new' with stock ids
  * avoid 'gtk_file_chooser_dialog_new' with stock id
  * pluma-time-plugin.c: avoid 'gtk_dialog_new_with_buttons' with stock id
  * avoid 'gtk_dialog_add_buttons' with stock ids

### pluma 1.21.0

  * spell-checker.ui plugin: avoid deprecations
  * sort.ui plugin: avoid deprecations
  * pluma-time-setup-dialog.ui plugin: avoid deprecations
  * pluma-time-dialog.ui plugin: deprecations
  * pluma-spell-setup-dialog.ui plugin: avoid GtkRadioButton:xalign
  * pluma-preferences-dialog.ui: avoid GtkButton:use-stock and GtkImage:stock
  * pluma-encodings-dialog.ui: avoid GtkButton:use-stock
  * externaltools plugin: outputpanel.ui: avoid GtkHBox and GtkVButtonBox
  * spell plugin: languages-dialog.ui: avoid deprecations
  * docinfo.ui plugin: avoid GtkVBox, GtkHBox, GtkLabel:xpad/ypad and GtkTable
  * plugins: docinfo.ui: avoid GtkButton:use-stock and GtkImage:stock
  * spell plugin: pluma-spell-setup-dialog.ui: avoid deprecations
  * python console: config.ui: avoid GtkButton:use-stock
  * Make notebook tabs scrollable
  * avoid deprecated GtkButton:use-stock
  * Fix warning with external tools plugin
  * avoid deprecated GtkStock

diffstat:

 editors/pluma/Makefile |    5 +-
 editors/pluma/PLIST    |  420 +++++++++++++++++++++++++++++++++++++-----------
 editors/pluma/distinfo |   10 +-
 3 files changed, 330 insertions(+), 105 deletions(-)

diffs (truncated from 612 to 300 lines):

diff -r 05d0678a4ed1 -r 9fa92d9d25e8 editors/pluma/Makefile
--- a/editors/pluma/Makefile    Wed Jan 16 18:18:13 2019 +0000
+++ b/editors/pluma/Makefile    Wed Jan 16 18:18:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/11/16 23:01:48 nia Exp $
+# $NetBSD: Makefile,v 1.18 2019/01/16 18:18:53 youri Exp $
 
 # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
 # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
@@ -7,9 +7,8 @@
 .include "../../devel/libpeas/buildlink3.mk"
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      pluma-${VERSION:R}.1
+DISTNAME=      pluma-${VERSION:R}.2
 CATEGORIES=    editors
-PKGREVISION=   3
 
 COMMENT=       Small and lightweight UTF-8 text editor for MATE
 
diff -r 05d0678a4ed1 -r 9fa92d9d25e8 editors/pluma/PLIST
--- a/editors/pluma/PLIST       Wed Jan 16 18:18:13 2019 +0000
+++ b/editors/pluma/PLIST       Wed Jan 16 18:18:53 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/14 13:23:50 youri Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/01/16 18:18:53 youri Exp $
 bin/pluma
 include/pluma/pluma-app.h
 include/pluma/pluma-commands.h
@@ -175,194 +175,406 @@
 share/gtk-doc/html/pluma/style.css
 share/gtk-doc/html/pluma/up-insensitive.png
 share/gtk-doc/html/pluma/up.png
-share/help/C/pluma/figures/pluma_format_bold.png
-share/help/C/pluma/figures/pluma_format_italic.png
-share/help/C/pluma/figures/pluma_format_strikethrough.png
-share/help/C/pluma/figures/pluma_format_underline.png
 share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/C/pluma/figures/pluma_window.png
 share/help/C/pluma/index.docbook
 share/help/C/pluma/legal.xml
-share/help/ar/pluma/figures/pluma_format_bold.png
-share/help/ar/pluma/figures/pluma_format_italic.png
-share/help/ar/pluma/figures/pluma_format_strikethrough.png
-share/help/ar/pluma/figures/pluma_format_underline.png
+share/help/af/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/af/pluma/figures/pluma_window.png
+share/help/af/pluma/index.docbook
+share/help/af/pluma/legal.xml
+share/help/am/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/am/pluma/figures/pluma_window.png
+share/help/am/pluma/index.docbook
+share/help/am/pluma/legal.xml
 share/help/ar/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/ar/pluma/figures/pluma_window.png
 share/help/ar/pluma/index.docbook
 share/help/ar/pluma/legal.xml
-share/help/bg/pluma/figures/pluma_format_bold.png
-share/help/bg/pluma/figures/pluma_format_italic.png
-share/help/bg/pluma/figures/pluma_format_strikethrough.png
-share/help/bg/pluma/figures/pluma_format_underline.png
+share/help/as/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/as/pluma/figures/pluma_window.png
+share/help/as/pluma/index.docbook
+share/help/as/pluma/legal.xml
+share/help/ast/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/ast/pluma/figures/pluma_window.png
+share/help/ast/pluma/index.docbook
+share/help/ast/pluma/legal.xml
+share/help/az/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/az/pluma/figures/pluma_window.png
+share/help/az/pluma/index.docbook
+share/help/az/pluma/legal.xml
+share/help/be/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/be/pluma/figures/pluma_window.png
+share/help/be/pluma/index.docbook
+share/help/be/pluma/legal.xml
 share/help/bg/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/bg/pluma/figures/pluma_window.png
 share/help/bg/pluma/index.docbook
 share/help/bg/pluma/legal.xml
-share/help/ca/pluma/figures/pluma_format_bold.png
-share/help/ca/pluma/figures/pluma_format_italic.png
-share/help/ca/pluma/figures/pluma_format_strikethrough.png
-share/help/ca/pluma/figures/pluma_format_underline.png
+share/help/bn/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/bn/pluma/figures/pluma_window.png
+share/help/bn/pluma/index.docbook
+share/help/bn/pluma/legal.xml
+share/help/bn_IN/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/bn_IN/pluma/figures/pluma_window.png
+share/help/bn_IN/pluma/index.docbook
+share/help/bn_IN/pluma/legal.xml
+share/help/br/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/br/pluma/figures/pluma_window.png
+share/help/br/pluma/index.docbook
+share/help/br/pluma/legal.xml
+share/help/bs/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/bs/pluma/figures/pluma_window.png
+share/help/bs/pluma/index.docbook
+share/help/bs/pluma/legal.xml
 share/help/ca/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/ca/pluma/figures/pluma_window.png
 share/help/ca/pluma/index.docbook
 share/help/ca/pluma/legal.xml
-share/help/cs/pluma/figures/pluma_format_bold.png
-share/help/cs/pluma/figures/pluma_format_italic.png
-share/help/cs/pluma/figures/pluma_format_strikethrough.png
-share/help/cs/pluma/figures/pluma_format_underline.png
+share/help/ca@valencia/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/ca@valencia/pluma/figures/pluma_window.png
+share/help/ca@valencia/pluma/index.docbook
+share/help/ca@valencia/pluma/legal.xml
+share/help/cmn/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/cmn/pluma/figures/pluma_window.png
+share/help/cmn/pluma/index.docbook
+share/help/cmn/pluma/legal.xml
+share/help/crh/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/crh/pluma/figures/pluma_window.png
+share/help/crh/pluma/index.docbook
+share/help/crh/pluma/legal.xml
 share/help/cs/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/cs/pluma/figures/pluma_window.png
 share/help/cs/pluma/index.docbook
 share/help/cs/pluma/legal.xml
-share/help/da/pluma/figures/pluma_format_bold.png
-share/help/da/pluma/figures/pluma_format_italic.png
-share/help/da/pluma/figures/pluma_format_strikethrough.png
-share/help/da/pluma/figures/pluma_format_underline.png
+share/help/cy/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/cy/pluma/figures/pluma_window.png
+share/help/cy/pluma/index.docbook
+share/help/cy/pluma/legal.xml
 share/help/da/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/da/pluma/figures/pluma_window.png
 share/help/da/pluma/index.docbook
 share/help/da/pluma/legal.xml
-share/help/de/pluma/figures/pluma_format_bold.png
-share/help/de/pluma/figures/pluma_format_italic.png
-share/help/de/pluma/figures/pluma_format_strikethrough.png
-share/help/de/pluma/figures/pluma_format_underline.png
 share/help/de/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/de/pluma/figures/pluma_window.png
 share/help/de/pluma/index.docbook
 share/help/de/pluma/legal.xml
-share/help/el/pluma/figures/pluma_format_bold.png
-share/help/el/pluma/figures/pluma_format_italic.png
-share/help/el/pluma/figures/pluma_format_strikethrough.png
-share/help/el/pluma/figures/pluma_format_underline.png
+share/help/dz/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/dz/pluma/figures/pluma_window.png
+share/help/dz/pluma/index.docbook
+share/help/dz/pluma/legal.xml
 share/help/el/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/el/pluma/figures/pluma_window.png
 share/help/el/pluma/index.docbook
 share/help/el/pluma/legal.xml
-share/help/es/pluma/figures/pluma_format_bold.png
-share/help/es/pluma/figures/pluma_format_italic.png
-share/help/es/pluma/figures/pluma_format_strikethrough.png
-share/help/es/pluma/figures/pluma_format_underline.png
+share/help/en_AU/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/en_AU/pluma/figures/pluma_window.png
+share/help/en_AU/pluma/index.docbook
+share/help/en_AU/pluma/legal.xml
+share/help/en_CA/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/en_CA/pluma/figures/pluma_window.png
+share/help/en_CA/pluma/index.docbook
+share/help/en_CA/pluma/legal.xml
+share/help/en_GB/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/en_GB/pluma/figures/pluma_window.png
+share/help/en_GB/pluma/index.docbook
+share/help/en_GB/pluma/legal.xml
+share/help/eo/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/eo/pluma/figures/pluma_window.png
+share/help/eo/pluma/index.docbook
+share/help/eo/pluma/legal.xml
 share/help/es/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/es/pluma/figures/pluma_window.png
 share/help/es/pluma/index.docbook
 share/help/es/pluma/legal.xml
-share/help/fi/pluma/figures/pluma_format_bold.png
-share/help/fi/pluma/figures/pluma_format_italic.png
-share/help/fi/pluma/figures/pluma_format_strikethrough.png
-share/help/fi/pluma/figures/pluma_format_underline.png
+share/help/es_AR/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/es_AR/pluma/figures/pluma_window.png
+share/help/es_AR/pluma/index.docbook
+share/help/es_AR/pluma/legal.xml
+share/help/es_CO/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/es_CO/pluma/figures/pluma_window.png
+share/help/es_CO/pluma/index.docbook
+share/help/es_CO/pluma/legal.xml
+share/help/et/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/et/pluma/figures/pluma_window.png
+share/help/et/pluma/index.docbook
+share/help/et/pluma/legal.xml
+share/help/eu/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/eu/pluma/figures/pluma_window.png
+share/help/eu/pluma/index.docbook
+share/help/eu/pluma/legal.xml
+share/help/fa/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/fa/pluma/figures/pluma_window.png
+share/help/fa/pluma/index.docbook
+share/help/fa/pluma/legal.xml
 share/help/fi/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/fi/pluma/figures/pluma_window.png
 share/help/fi/pluma/index.docbook
 share/help/fi/pluma/legal.xml
-share/help/fr/pluma/figures/pluma_format_bold.png
-share/help/fr/pluma/figures/pluma_format_italic.png
-share/help/fr/pluma/figures/pluma_format_strikethrough.png
-share/help/fr/pluma/figures/pluma_format_underline.png
 share/help/fr/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/fr/pluma/figures/pluma_window.png
 share/help/fr/pluma/index.docbook
 share/help/fr/pluma/legal.xml
-share/help/hu/pluma/figures/pluma_format_bold.png
-share/help/hu/pluma/figures/pluma_format_italic.png
-share/help/hu/pluma/figures/pluma_format_strikethrough.png
-share/help/hu/pluma/figures/pluma_format_underline.png
+share/help/frp/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/frp/pluma/figures/pluma_window.png
+share/help/frp/pluma/index.docbook
+share/help/frp/pluma/legal.xml
+share/help/fur/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/fur/pluma/figures/pluma_window.png
+share/help/fur/pluma/index.docbook
+share/help/fur/pluma/legal.xml
+share/help/ga/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/ga/pluma/figures/pluma_window.png
+share/help/ga/pluma/index.docbook
+share/help/ga/pluma/legal.xml
+share/help/gl/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/gl/pluma/figures/pluma_window.png
+share/help/gl/pluma/index.docbook
+share/help/gl/pluma/legal.xml
+share/help/gu/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/gu/pluma/figures/pluma_window.png
+share/help/gu/pluma/index.docbook
+share/help/gu/pluma/legal.xml
+share/help/he/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/he/pluma/figures/pluma_window.png
+share/help/he/pluma/index.docbook
+share/help/he/pluma/legal.xml
+share/help/hi/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/hi/pluma/figures/pluma_window.png
+share/help/hi/pluma/index.docbook
+share/help/hi/pluma/legal.xml
+share/help/hr/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/hr/pluma/figures/pluma_window.png
+share/help/hr/pluma/index.docbook
+share/help/hr/pluma/legal.xml
 share/help/hu/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/hu/pluma/figures/pluma_window.png
 share/help/hu/pluma/index.docbook
 share/help/hu/pluma/legal.xml
-share/help/it/pluma/figures/pluma_format_bold.png
-share/help/it/pluma/figures/pluma_format_italic.png
-share/help/it/pluma/figures/pluma_format_strikethrough.png
-share/help/it/pluma/figures/pluma_format_underline.png
+share/help/hy/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/hy/pluma/figures/pluma_window.png
+share/help/hy/pluma/index.docbook
+share/help/hy/pluma/legal.xml
+share/help/id/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/id/pluma/figures/pluma_window.png
+share/help/id/pluma/index.docbook
+share/help/id/pluma/legal.xml
+share/help/is/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/is/pluma/figures/pluma_window.png
+share/help/is/pluma/index.docbook
+share/help/is/pluma/legal.xml
 share/help/it/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/it/pluma/figures/pluma_window.png
 share/help/it/pluma/index.docbook
 share/help/it/pluma/legal.xml
-share/help/ja/pluma/figures/pluma_format_bold.png
-share/help/ja/pluma/figures/pluma_format_italic.png
-share/help/ja/pluma/figures/pluma_format_strikethrough.png
-share/help/ja/pluma/figures/pluma_format_underline.png
 share/help/ja/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/ja/pluma/figures/pluma_window.png
 share/help/ja/pluma/index.docbook
 share/help/ja/pluma/legal.xml
-share/help/ko/pluma/figures/pluma_format_bold.png
-share/help/ko/pluma/figures/pluma_format_italic.png
-share/help/ko/pluma/figures/pluma_format_strikethrough.png
-share/help/ko/pluma/figures/pluma_format_underline.png
+share/help/ka/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/ka/pluma/figures/pluma_window.png
+share/help/ka/pluma/index.docbook
+share/help/ka/pluma/legal.xml
+share/help/kk/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/kk/pluma/figures/pluma_window.png
+share/help/kk/pluma/index.docbook
+share/help/kk/pluma/legal.xml
+share/help/kn/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/kn/pluma/figures/pluma_window.png
+share/help/kn/pluma/index.docbook



Home | Main Index | Thread Index | Old Index