Changelog [1]:
2.7.2 "Peace of Mind"
=====================
FIXED: Memory leak in the Locate dialog
FIXED: UDSEntry::insert deprecation warnings
FIXED: [ 167410 ] synchronize directory window: column widths are incorrect
FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all result items
FIXED: [ 330788 ] "Information - Krusader" dialog does not fit to screen width; text non-copyable
FIXED: [ 392750 ] After trying to rename the file that's being updated, rename function stops working on any file on this tab
FIXED: [ 395609 ] New Text File is created with 600 (-rw-------) permissions
FIXED: [ 397398 ] Misleading ‘Created’ date in file properties
FIXED: [ 405212 ] Compilation error because of QOverload usage
FIXED: [ 410118 ] The list of search results doesn't get the focus
FIXED: [ 410120 ] Krusader does not search correctly if the "Follow links" checkbox is disabled
FIXED: Okteta support for versions >= 0.26 (due to oktetapart file layout change)
[1] https://cgit.kde.org/krusader.git/tree/ChangeLog?h=v2.7.2
- when hardware accelartion is not available users can experience switched colors
- to work around the issue it is possible to pass --disable-gpu to the command line
PR: 240098
PR: 237277
Submitted by: Lorenzo Salvadore
Reported by: Nuno Teixeira
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Nautilus-python is a set of python bindings for the Nautilus Extension
Framework. With these bindings, you can write extensions for the Nautilus File
Manager in python.
WWW: https://wiki.gnome.org/Projects/NautilusPython
PR: 234548
Submitted by: Daniel Shafer <daniel@shafer.cc>
Reviewed by: mat
July 11, 2019.
Today KDE released the third stability update for KDE Applications 19.04. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK,
K3b, Kdenlive, KTouch, Okular, Umbrello, among others.
Improvements include:
* Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13
* Cutting groups with compositions no longer crashes the Kdenlive video editor
* The Python importer in Umbrello UML designer now handles parameters with default arguments
Changelog:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
ChageLog: https://github.com/rodlie/qtfm/releases
* Fix segfault if D-Bus is missing and QtFM is built with D-Bus support
* Fix execute file path (with spaces)
Reported by: portscout
exprfilter_scanner.rl:114:1: warning: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
Add -Wno-error=narrowing to CXXFLAGS on GCC-based architectures to fix
the build.
PR: 235349
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Message log:
Current version: Rodent 5.3.16.3 and librfm 5.3.16.4
Remove support for GTK-3.
Rodent will be level on GTK-2, Rodent+ will be targeted at GTK-3 (work in progress)
- Add missing dependencies
- Remove unneeded patches
- Regenerate and rename legacy patches
- Add NLS option to ports providing such a knob, and missing the
option
- Add INSTALL_TARGET=install-strip where missing
- Sort things
- Remove unneeded +=
- Cosmetic changes to OPTION related variables to improve readability
- Update WWW
- Silence portlint warnings about variables order
- Bump PORTREVISION where changing dependencies and/or adding
install-strip
fsv2 is a file system visualizer in cyberspace. It lays out files and
directories in three dimensions, geometrically representing the file system
hierarchy to allow visual overview and analysis.
WWW: http://fedorchenko.net/fsv2.php
PR: 230267
Submitted by: Philipp Engel <kidon@posteo.de>