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.26.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67a95e42319e
branches:  trunk
changeset: 388859:67a95e42319e
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Nov 27 05:13:43 2022 +0000

description:
pluma: update to 1.26.0

Change log:

### pluma 1.26.0

  * Translations update
  * filebrowser-plugin: fix segfault on open-terminal action
  * update copyright to 2021
  * build: fix shebangs
  * warning: declaration of ���taglist��� shadows a global declaration
  * pluma: Use EXIT_SUCCESS macro instead of int value (portability)
  * help: update help for sort plugin
  * sort plugin: Port sort plugin to the new GtkSourceView api.

### pluma 1.25.3

  * port plugins to use the window-construct property.
  * cppcheck warning: Checking if unsigned expression is less than zero
  * cppcheck warning: Local variable 'icon' shadows outer argument
  * pluma-window: unused variable ���ui_file��� [-Wunused-variable]
  * build: port to gtksourceview-4
  * cppcheck warning: Local variable shadows outer variable

### pluma 1.25.2

  * pluma-activatable-interfaces: use G_DECLARE_INTERFACE
  * code formating fixes
  * Introduce PlumaWindowActivatable, PlumaAppActivatable, PlumaViewActivatable

### pluma 1.25.1

  * tx: disable "he" translations
  * build: define PLUMA_LIBDIR
  * pluma-plugins-engine: Do not build the path to girepository-1.0
  * Drop pluma_dirs_get_pluma_locale_dir
  * Drop pluma_dirs_get_pluma_plugins_dir, pluma_dirs_get_pluma_plugins_dir
  * Drop pluma_dirs_get_pluma_plugins_data_dir
  * Drop pluma_dirs_get_pluma_data_dir
  * pluma: Do not build the path to the icons folder
  * Drop pluma_dirs_get_ui_file
  * fix printing wrap mode
  * build: Use PACKAGE_URL variable
  * build: display package name and version in configure summary
  * README.md: configure options
  * filebrowser plugin: Refactor pluma_image_menu_item_new_from_pixbuf
  * Update copyright to 2021
  * help: add indent shortcuts
  * add show/hide line-numbers shortcut (ctrl+y)
  * pluma-utils: Cppcheck warning 'argument order different'
  * cppcheck warning: The if condition is the same as the previous one
  * spell: Remove BUILT_SOURCES variable from Makefile.am
  * pluma-message: Fix the position of the inline keyword
  * Use g_clear_error
  * Fix line numbers menu: use g_settings_bind correctly
  * pluma-view: Fix incorrect interface font
  * Redesign Pluma Preferences Dialog
  * Remove pluma-marshal.
  * Update Readme
  * Use gtk_source_view_get_visual_column
  * pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11
  * pluma-time-plugin: Use g_date_time_format
  * add optional grid background pattern
  * pluma-document: Fix BOM detection for C language
  * pluma-document: Fix warning assertion 'G_IS_FILE (file)' failed
  * Remove -Wmissing-field-initializers warnings
  * Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)
  * add overview map
  * Port main program to GSettings
  * Merge gio document loader and saver into document loader and saver

### pluma 1.25.0

  * tx: disable "he" translations
  * tx: pull from transifex with fixed Chinese translation
  * Translations update
  * pluma-preferences-dialog: Refactor on_notebook_scroll_event
  * use libegg submodules
  * tx: sync with fixed Italian translation
  * add git.mk to generate .gitignore
  * Remove unused macros
  * Remove warning ���GTimeVal��� is deprecated
  * add support for wayland
  * Add tab scrolling support for GTK3
  * Require gtk+ 3.22 in glade files
  * pluma.c: set PlumaWindow size-request (min-size) to 250x250
  * pluma-utils: Enable multiline mode on regex search
  * help: add a link to syntax and semantics of regex
  * build: silent build warnings for distcheck
  * help: Add tip about how to show location entry on Open File dialog
  * help: Remove Open Location from shortcut keys table
  * pluma-commands-help: expand the comment on about dialog
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Remove warnings: cast between incompatible function types
  * Use user page on github when user email is private
  * Update authors

diffstat:

 editors/pluma/Makefile |  12 ++++++++----
 editors/pluma/PLIST    |   9 ++++-----
 editors/pluma/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 13 deletions(-)

diffs (91 lines):

diff -r 9a529aa946cd -r 67a95e42319e editors/pluma/Makefile
--- a/editors/pluma/Makefile    Sun Nov 27 05:12:58 2022 +0000
+++ b/editors/pluma/Makefile    Sun Nov 27 05:13:43 2022 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.47 2022/11/23 16:19:57 adam Exp $
+# $NetBSD: Makefile,v 1.48 2022/11/27 05:13:43 gutteridge Exp $
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-PKGREVISION= 9
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      pluma-${VERSION:R}.2
+DISTNAME=      pluma-${VERSION}
 CATEGORIES=    editors
 
 COMMENT=       Small and lightweight UTF-8 text editor for MATE
@@ -17,6 +16,11 @@
 
 REPLACE_PYTHON+=       plugins/externaltools/data/switch-c.tool.in
 REPLACE_BASH+=         plugins/externaltools/data/search-recursive.tool.in
+REPLACE_SH+=           data/pluma-bugreport.sh.in \
+                       plugins/externaltools/data/build.tool.in \
+                       plugins/externaltools/data/open-terminal-here.tool.in \
+                       plugins/externaltools/data/remove-trailing-spaces.tool.in \
+                       plugins/externaltools/data/run-command.tool.in
 
 post-install:
        find ${DESTDIR}${PREFIX} -type d -name __pycache__ | xargs rm -rf
@@ -27,6 +31,6 @@
 .include "../../devel/glib2/schemas.mk"
 .include "../../lang/python/application.mk"
 .include "../../x11/mate-desktop/buildlink3.mk"
-.include "../../x11/gtksourceview3/buildlink3.mk"
+.include "../../x11/gtksourceview4/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9a529aa946cd -r 67a95e42319e editors/pluma/PLIST
--- a/editors/pluma/PLIST       Sun Nov 27 05:12:58 2022 +0000
+++ b/editors/pluma/PLIST       Sun Nov 27 05:13:43 2022 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.10 2021/06/12 17:30:59 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/11/27 05:13:43 gutteridge Exp $
 bin/pluma
+include/pluma/pluma-app-activatable.h
 include/pluma/pluma-app.h
 include/pluma/pluma-commands.h
 include/pluma/pluma-debug.h
@@ -12,18 +13,17 @@
 include/pluma/pluma-message.h
 include/pluma/pluma-notebook.h
 include/pluma/pluma-panel.h
-include/pluma/pluma-prefs-manager-app.h
-include/pluma/pluma-prefs-manager.h
 include/pluma/pluma-progress-message-area.h
 include/pluma/pluma-status-combo-box.h
 include/pluma/pluma-statusbar.h
 include/pluma/pluma-tab.h
 include/pluma/pluma-utils.h
+include/pluma/pluma-view-activatable.h
 include/pluma/pluma-view.h
+include/pluma/pluma-window-activatable.h
 include/pluma/pluma-window.h
 lib/girepository-1.0/Pluma-1.0.typelib
 lib/pkgconfig/pluma.pc
-lib/pluma/plugins/changecase.plugin
 lib/pluma/plugins/docinfo.plugin
 lib/pluma/plugins/externaltools.plugin
 lib/pluma/plugins/externaltools/__init__.py
@@ -35,7 +35,6 @@
 lib/pluma/plugins/externaltools/manager.py
 lib/pluma/plugins/externaltools/outputpanel.py
 lib/pluma/plugins/filebrowser.plugin
-lib/pluma/plugins/libchangecase.la
 lib/pluma/plugins/libdocinfo.la
 lib/pluma/plugins/libfilebrowser.la
 lib/pluma/plugins/libmodelines.la
diff -r 9a529aa946cd -r 67a95e42319e editors/pluma/distinfo
--- a/editors/pluma/distinfo    Sun Nov 27 05:12:58 2022 +0000
+++ b/editors/pluma/distinfo    Sun Nov 27 05:13:43 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:21:38 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/11/27 05:13:43 gutteridge Exp $
 
-BLAKE2s (pluma-1.24.2.tar.xz) = dbc97396c327ae7c6c8dcd36f513c6f763de4b2eca120a9f5260faaaa882d75e
-SHA512 (pluma-1.24.2.tar.xz) = 588640744f8a0bec08d0c51c0309380a57cb6319c98124885e30d05e7dd8488ba7bd5acec1bf21fb0d6832626ae8925b24cd241202265af1a631a91313cdad2b
-Size (pluma-1.24.2.tar.xz) = 3745160 bytes
+BLAKE2s (pluma-1.26.0.tar.xz) = 3c74dfd2887f0678330ca0e62487b9501ee2a9b07e184dfb4acaac82592cc022
+SHA512 (pluma-1.26.0.tar.xz) = a6c0cee7110f4863e44af51b19bb528f0f3570eab8db98038152bf142eedde97ac13b896deff7051b941a0f43c6fe14e316a97eba40fe5d4854d76038450245f
+Size (pluma-1.26.0.tar.xz) = 3765056 bytes
 SHA1 (patch-configure) = c2f4aef21c7b23bafeb0c6d3f751e7d21e0a618e


Home | Main Index | Thread Index | Old Index