Commit graph

44 commits

Author SHA1 Message Date
gutteridge
198909c69e pluma: update to pluma 1.24.1
Change log:

pluma 1.24.1

  * Translations update
  * build: silent build warnings for distcheck
  * help: Remove Open Location from shortcut keys table
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Use user page on github when user email is private
  * Update authors
2020-11-10 00:53:30 +00:00
ryoon
2831546220 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gutteridge
4221beb477 mate*: remove unintentional linkage against pkgsrc gettext-libs
As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/
Makefile.common r. 1.10 expressed this tool dependency using
USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the
build environment as well, which some MATE packages then linked
against, but gettext-libs didn't end up being declared as a run-time
dependency, so binary package installations were broken (with the
workaround of manually installing the undeclared gettext-libs
dependency). Express this dependency differently, so GNU msgfmt is
used as a tool without exposing pkgsrc gettext-libs.

(The pkgsrc tooling infrastruture could be altered to provide a
distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others.
Here I'm just immediately concerned with fixing this packaging issue.)

Addresses PR pkg/55503 by Jay Patel.
2020-08-24 04:41:39 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gutteridge
edd372bccc pluma: Perl is a direct tool dependency
The build uses Perl scripts directly. This is presently covered by
intltool being a generic dependency from the meta package, but intltool
was really dropped as a tool requirement as of MATE 1.24, so adjust
here prior to dropping it from the meta package.
2020-08-16 02:27:36 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
bsiegert
7da33feba7 Update all MATE packages (except system-monitor) to 1.24.0.
This release contains plenty of new features, bug-fixes, and general
improvements. Some of the most important highlights include:

  * We did it again, the MATE desktop environment is easier to use than before,
    once the user starts the session. Do you want to hide applications startup?
    Now you can set which applications to show on startup.
  * Engrampa now has support for a handful of extra formats, as well as fixed
    support for passwords and unicode characters in some of them.
  * Eye of MATE now has support for Wayland and we’ve added support for
    embedded color profiles.
      * The thumbnail generation has been reworked and fixed in several places.
      * Added support for webp files.
  * Our window manager, marco, has gotten quite a few changes:
      * We’ve brought a bunch of window decorations from the past to feed
        your nostalgia.
      * Finally added invisible resize borders. No more struggling to find a
        border to grab with your mouse!
      * All window controls (you know, the min, max, close buttons) are now
        rendered in HiDPI.
      * The Alt+Tab and Workspace Switcher popups have been entirely reworked.
        Now they render in beautiful OSD style, are more configurable, and can
        respond to keyboard arrows.
      * Tiling windows with the keyboard now allows you to cycle through
        different window sizes. You no longer need to feel constrained by only
        half of your screen.
  * The System Monitor panel applet now has support for NVMe drives.
  * Calculator now supports using either “pi” or “π”.
      * Scientific notation has been improved.
      * Some fixes for supporting pre-defined physical constants.
  * The Control Center now displays its icons correctly on HiDPI displays.
  * A brand new Time And Date Manager app has been added.
  * The Mouse app now supports acceleration profiles.
  * The Preferred Applications app has been improved for accessibility, as well
    as better support for integration with IM clients.
  * The Indicator Applet has slightly better interaction with
    oddly-sized icons.
  * Speaking of icons, the network manager applet icons in our own themes have
    been entirely redesigned and can now be enjoyed on HiDPI displays.
  * If you’re the type of person that does not like to be disturbed when busy,
    or giving a presentation, or watching a movie, you’ll be happy to know that
    the notification daemon now supports a Do-Not-Disturb mode.
  * The MATE Panel had several bugs that caused crashes in the past when
    changing layouts. Those are now fixed!
      * Support for Wayland compatibility has improved considerably.
      * Status icons (a.k.a. notification area, or system tray) have support
        for HiDPI displays.
      * Wanda the Fish got a make-over and now you can enjoy her in full
        HiDPI glory.
      * The window list applet now supports window thumbnails on hover.
      * Various accessibility improvements throughout the panel and its
        core applets.
  * If your system doesn’t, uh, support systemd you might be interested in
    knowing that we’ve added support for elogind to both the MATE Screensaver
    and the MATE Session.
  * We’ve also added a brand new MATE Disk Image Mounter utility.
  * Mozo, the menu editor, now supports Undo and Redo actions.
  * Pluma plugins have now fully switched to Python 3.
  * Pluma no longer has to envy anything from other complex editors, since it
    can now show the formatting marks.
  * i18n: All applications have been migrated from intltools to gettext.
2020-04-05 16:05:39 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gutteridge
bc37cad850 pluma: update to 1.22.2
While here, also remove PLIST vars that have never actually been used
since the package was imported.

Change log:

pluma 1.22.2

  * Translations update
  * smart-converter: Fix memory leaks
  * spell-checker plugin: add missing translation (i18n)
2019-12-30 23:38:57 +00:00
gutteridge
201ffb6c9c pluma: remove redundant settings in options.mk
Remove conditionalized settings in options.mk that are already applied
unconditionally in Makefile. (There is more to fix here, this is just a
quick simplification.)
2019-10-05 21:32:12 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gutteridge
37175de7dc pluma: explicitly note Python 2.7 tool dependency
Pluma sets Python 3.x as an application dependency through the standard
means of doing so, but its build tooling is still dependent on 2.7, so
we need both. Add a TOOL_DEPENDS here to fix issues noted in bulk
builds.
2019-06-30 13:34:40 +00:00
gutteridge
5a0ff9bc79 pluma: update to 1.22.1
### pluma 1.22.1

  * tx: sync with transifex
  * update installation instructions and fix spelling and old reference
  * Help: replace link linkend with xref linkend
  * help: update copyright
  * Use ITS in docbook article info, validate with dbits schemas
  * Upgrade the manual to docbook 5.0
2019-05-08 01:55:16 +00:00
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
gutteridge
d65942130b pluma: reflect revised patch-configure
Missed in previous update. Ride update.
2019-03-06 08:19:15 +00:00
gutteridge
939a91e8e8 pluma: update to 1.22
### pluma 1.22.0

    tx: sync with transifex
    Add update-authors.pl script which helps to update pluma.about
    Read authors (updated) from pluma.about file
    show enchant version when configure
    Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add.
    Make translatable the documenters in the about dialog
    Ensure proper translation of the about dialog title
    initial travis support
    Add License button in About Pluma dialog
    Make translatable the copyright in about dialog
    Update Documenters
    remove type & url attr of ulink in translation
    remove deprecated help section: Opening a File from a URI
    eggsmclient: avoid deprecated 'g_type_class_add_private'
    addresses #391 - gets snippet window size before destroying it
    simple bug fix of misplaced underscore
    disable deprecation warnings for distcheck
    move appdata to metainfo directory
    pluma-utils: Fix memory leak
    pluma-window: Fix memory leaks
2019-03-06 08:03:22 +00:00
youri
64d0e09aeb 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
2019-01-16 18:18:53 +00:00
nia
4685105291 typo in COMMENT 2018-11-16 23:01:48 +00:00
bsiegert
0e4c95e305 Port pluma to use enchant2, bump revision. 2018-11-16 19:01:25 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
youri
f86e659211 Update to 1.20.1:
put peas_engine_enable_loader in the correct place
Fix: make the list of recently used files working again
drop unused variables
pluma-spell-checker-language.c: Fix build warning:
pluma.c: Fix build warning:
pluma-document.c: Fix build warning:
pluma-window: have GtkRecentData on stack instead of allocating it
WidthOfScreen and HeightOfScreen implementation
Fixes for regexp replacement with backreferences (e.g. "\0")
pluma-view.c: use one static variable instead two to do the same job
make sure pluma open in the same window of the workspace
Fix: pluma closes tabs unexpectedly with [right + middle] click ctrl + + / ctrl + - using the numeric keypad
add gsettings key: Show save confirmation if the files have changes
Fix: wrong behavior holding down [middle + right] click ctrl + + / ctrl + - to increase/decrease font size
don’t request to save documents with no changes
add gsettings key to hide/show(default) tabs with the side pane
Hide tabs if we are using the sidebar
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_make_display_name
pluma-help: don’t use deprecated gtk_show_uri
filebrowser: don’t use deprecated gtk_show_uri
avoid deprecated gdk_display_get_screen and gdk_screen_get_number
enable the abbility to save the document if it was changed externally
disable the abbility to save the document if it has no changes
print-preferences UI: fix some basic deprecations
encoding-dialog UI: fix some basic deprecations
preferences-dialog UI: fix some basic deprecations
pluma-panel: remove deprecated GtkImage types
plumal-panel: remove some GtkStock deprecations
search-dialogs: fix a -Wpointer-compare warning
tag-list-plugin: avoid deprecated GtkStock
file-browser-widget: fix one stock deprecation
configure: drop GLIB_VERSION_MAX_ALLOWED
File browser: don’t use GIOScheduler (deprecated)
file-browser-view: silent some build warnings
pluma-view: avoid GtkStock deprecations
pluma-tab: replace some GtkStock icons
pluma-notebook: don’t use deprecated gdk_cursor_new
progress-message-area: fix one GtkStock deprecation
io-error-message-dialog: fix some GtkStock deprecation warnings
Fix: pluma closes tabs unexpectedly with middle click
pluma-notebook.c: fix a build warning
double click to the right of the last open tab to open a new tab
Support new location of gtk bookmarks file
docs: we have encodings combobox, not option menu
remove references to PlumaStatus
docs: remove some references to nonexistent stuff
filebrowser: don’t parse .hidden files - GIO does it since 2.36
close confirm dialog: enable selection + disable focus in all labels
close confirm dialog: set max width for labels
fix typo in code comments
fix running under wayland
modelines: fix random crash on closing one of several Pluma windows
Translations update
2018-05-14 13:23:50 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
dholland
2aa0b9cfce Depend on bash properly, noted by wiz. Ride previous bump. 2017-09-09 22:37:49 +00:00
dholland
c763f3c26d Installs a bash script. PKGREVISION=1. 2017-09-09 22:03:30 +00:00
jperkin
ce7001696a Use REPLACE_PYTHON for an installed script. 2017-06-29 19:54:40 +00:00
jperkin
409fea8f0d More python fallout, we need to specifically override PYTHONBIN and
ensure python2.7 is used during the build process, even though it is
incompatible, because the scripts are not python3 compatible.
2017-06-29 19:37:26 +00:00
jperkin
0aabc27fb1 Work around include ordering issues with meta-pkgs/mate/Makefile.common
to ensure a valid python is chosen.  This should be fixed properly after
the branch.
2017-06-29 11:10:18 +00:00
jperkin
aea02e4681 Remove python as a supported option, it is logically impossible at present
as all versions are marked as incompatible.
2017-06-28 15:56:22 +00:00
jperkin
1bcdbfa068 Remove obsolete patch (already removed from distinfo). 2017-06-28 15:44:53 +00:00
youri
f890b6f000 Update pluma to 1.18.2. 2017-06-23 17:32:16 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
youri
ffbbf8c144 Import pluma-1.14.0 as editors/pluma.
pluma is a small and lightweight UTF-8 text editor for the MATE
environment. Based on gedit, the text editor for the GNOME2 environment.

pluma is part of MATE and uses the latest GTK+ and MATE libraries.
Complete MATE integration is featured, with support for Drag and Drop (DnD)
from Caja (the MATE file manager), the use of the MATE help system,
the MATE Virtual File System and the MATE print framework.
2016-05-21 19:21:10 +00:00