previously it hardcoded acpitz as the sensor device to query, however some devices
(such as the thinkpad X395) lack this particular device. instead use the hwmon-path
configuration directive as the device (e.g. ksmn0) and use thermal-zone as the
temperature sensor index (e.g. temp0)
split2po is a command-line tool that takes the two given DocBook XML files and
produces a gettext message file (PO-file) that represents the changes between
them.
xml2pot is a command-line tool that produces a gettext message template file
from the DocBook XML file original-XML.
Some utilities from original package were not ported due to lack of C runtime
for Antlr 2 in our ports.
Lokalize is the localization tool for KDE software and other free and open
source software. It is also a general computer-aided translation system (CAT)
with which you can translate OpenDocument files (*.odt). Translate-Toolkit is
used internally to extract text for translation from .odt to .xliff files and
to merge translation back into .odt file.
KCachegrind is a profile data visualization tool, used to determine the most
time consuming parts in the execution of a program.
Features:
- KCachegrind visualizes profiles (i.e. runtime characteristics) of
applications in various ways, including call graph vizualisations and
source/disassembler annotation.
- It can load profiles generated by the cache simulation/call tracer Calltree,
a Valgrind tool. Thus, profiling does not need any preparation, can cope
with shared libraries and plugin architectures, and does not influence the
measuring itself.
- Converter scripts for OProfile, Perl, and PHP.
- Switching between multiple visualization layouts.
- Call graph can be exported as image (PNG).
- Simultaneous display of 2 event types in Call and Annotation View
KAppTemplate is an application to start development quickly using existing
templates providing basic repeatedly written code and a proper structure.
Features:
- Templates for C++, Ruby, Python and PHP
- Categories
- Templates for different build-systems and frameworks
- Templates especially for KDE-development (plugins for Plasma, QtQuick,
KTextEditor, KRunner, Akonadi)
- It is easy to create new templates using space holders and a simple
CMake-command
- Integrated into KDevelop
KDiskFree displays the available file devices (hard drive partitions, floppy
and CD drives, etc.) along with information on their capacity, free space, type
and mount point. It also allows you to mount and unmount drives and view them
in a file manager.
libswmhack, which is part of spectrwm, needs to be linked against
libX11. This has been discussed with upstream, and a fix has been
committed. Instead of cherry-picking this fix, update to HEAD.
Default behaviour has not changed, although new features have been
added:
- Support for pledge (which we already cherry-picked)
- Extension of disable_border option with `always`
- Xinput2 support
- Updated baraction script
- Multi-section status bar, unicode icons, font and color text markup
Added myself as co-maintainer.
Discussed with gonzalo@ (maintainer).
OK gonzalo@@
polkit-qt5 is a library that lets developers use the PolicyKit API
through a nice Qt-styled API. It is mainly a wrapper around QAction and
QAbstractButton that lets you integrate those two component easily with
PolicyKit.
Port extracted from x11/polkit,qt5 so we can keep updating it instead of being
stuck with the qt4 version.
ok robert@