21507 Commits

Author SHA1 Message Date
jca
113a0946e1 Bump REVISION of the old rsvg version used on archs without rust
...since the last update introduced a change in pkg/PLIST.
ok ajacoutot@ (maintainer)
2019-12-14 12:58:07 +00:00
jasper
e845953b54 rework the temperature plugin to remove hardcoded assumptions
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)
2019-12-12 17:09:47 +00:00
rsadowski
a23d3f5915 Fix missing build dependency kcmutils
Spotted by naddy@ thanks!
2019-12-11 13:09:24 +00:00
rsadowski
75336e22ec Fix bogus substitute
Spotted by sthen@ Thanks
2019-12-10 19:50:57 +00:00
rsadowski
448da7c8ff Hook almost all KDE5-utilities and all kdesdk ports. 2019-12-10 18:30:54 +00:00
rsadowski
33f3c2c2e6 Unhook several KDE4 ports replaced by KDE5 2019-12-10 18:23:11 +00:00
rsadowski
357b8fefbc Import poxml 18.12.0 (one to one replacement for KDE4) OK sthen@
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.
2019-12-10 18:14:47 +00:00
rsadowski
584afce63d Import lokalize 18.12.0 (one to one replacement for KDE4) OK sthen@
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.
2019-12-10 18:13:52 +00:00
rsadowski
0e5e69d23c Import kdesdk-thumbnailers 18.12.0 (one to one replacement for KDE4) OK sthen@
Thumbnail generators for files used in KDE development.
2019-12-10 18:12:53 +00:00
rsadowski
50428e7b88 Import kdesdk-kioslaves 18.12.0 (one to one replacement for KDE4) OK sthen@
KIO modules for development-related stuff
2019-12-10 18:11:59 +00:00
rsadowski
866d534faa Import kde-dev-utils 18.12.0 (one to one replacement for KDE4) OK sthen@
Collection of utilities used in KDE development process.
2019-12-10 18:11:02 +00:00
rsadowski
979d62e7b3 Import kde-dev-scripts 18.12.0 (one to one replacement for KDE4) OK sthen@
Collection of scripts used in KDE development process.  For details, see
corresponding manual pages and sources.
2019-12-10 18:10:08 +00:00
rsadowski
b37defceee Import kcachegrind 18.12.0 (one to one replacement for KDE4) OK sthen@
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
2019-12-10 18:09:07 +00:00
rsadowski
5d8e82414d Import kapptemplate 18.12.0 (one to one replacement for KDE4) OK sthen@
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
2019-12-10 18:08:23 +00:00
rsadowski
4d72c261ad Import print-manager 18.12.0 (one to one replacement for KDE4) OK sthen@ 2019-12-10 18:07:26 +00:00
rsadowski
3d10d9a72f Import kfloppy 18.12.0 (one to one replacement for KDE4) OK sthen@
KFloppy is a graphical format utility for 3.5" and 5.25" floppy disks.
2019-12-10 18:06:46 +00:00
rsadowski
8d3bf7443f Import kdf 18.12.0 (one to one replacement for KDE4) OK sthen@
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.
2019-12-10 18:04:21 +00:00
jasper
7765f3cbf1 provide debug packages 2019-12-10 17:51:17 +00:00
rsadowski
1bdbb686ef Unbreak with upcoming cmake 3.16.
Do not use CMAKE_THREAD_LIBS_INIT as linker flag.
2019-12-10 06:46:17 +00:00
ajacoutot
88c1f9238b Enable DEBUG_PACKAGES. 2019-12-09 17:22:49 +00:00
ajacoutot
b344cf2c89 Don't need to enforce the dependency when the version is ancient (libblueray).
Link to gtar instead of using a patch.

from Brad (maintainer)
2019-12-08 09:54:09 +00:00
rsadowski
22dc05cfcc Fix hidden dependency textproc/discount and cleanup
Spotted by sthen@ Thanks!
2019-12-06 10:44:20 +00:00
sthen
68b7407ecb typo in text 2019-12-06 09:44:05 +00:00
sthen
a11e3b5139 mark BROKEN-arm to avoid wasting ~16 hours in future builds
<inline asm>:149:1: error: invalid instruction
vmov.u32 r2, r3, s8, s9
^

related to src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FELightingNEON.cpp
2019-12-06 09:43:20 +00:00
sthen
15fe1c4880 update to rdesktop-1.9.0, requested + tested by Alexey Suslikov 2019-12-06 09:23:59 +00:00
ajacoutot
54590e18f2 Update to gnome-desktop-3.34.2. 2019-12-03 21:26:38 +00:00
bket
5d83dc9344 Update to spectrwm HEAD.
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@@
2019-12-02 14:35:35 +00:00
ajacoutot
3371525a15 Major update to vlc-3.0.8.
Committing early in the release cycle to be able to fix regressions.

from Brad (maintainer)
2019-12-01 22:44:13 +00:00
jasper
79416cdf5c fix build with gcc 2019-11-29 18:51:44 +00:00
rsadowski
cc87d93273 unhook baseapps 2019-11-29 13:53:34 +00:00
ajacoutot
5dc3862a05 Update to gnome-session-3.34.2. 2019-11-28 19:44:55 +00:00
ajacoutot
d612052fe5 Update to gnome-control-center-3.34.2. 2019-11-28 09:38:26 +00:00
ajacoutot
26037de921 Update to gnome-music-3.34.2. 2019-11-28 08:51:19 +00:00
ajacoutot
b39205b01f Update to gtk+3-3.24.13. 2019-11-28 07:13:15 +00:00
rsadowski
8e4f3dc8f1 Bugfix update tellico to 3.2.3 2019-11-26 21:58:38 +00:00
ajacoutot
9c700e1735 Update to py-dbus-1.2.14. 2019-11-26 14:24:01 +00:00
jasper
c4df99256f update to gjs-1.58.3 2019-11-26 08:05:54 +00:00
jasper
b27ad9b2dd update to file-roller-3.32.3 2019-11-26 08:03:01 +00:00
ajacoutot
578676d9e1 Fix SHARED_LIBS name... 2019-11-24 18:46:26 +00:00
ajacoutot
6973512f82 Update to yelp-xsl-3.34.2. 2019-11-23 19:01:26 +00:00
ajacoutot
d6e6e7f506 Tell portorach to ignore this port. 2019-11-23 15:29:17 +00:00
ajacoutot
2c0b2a9e90 Fix DEPENDS after recent x11/polkit-qt and x11/polkit-qt5 extract. 2019-11-23 15:25:30 +00:00
ajacoutot
270ccfb46a polkit-qt + polkit-qt5 2019-11-23 15:22:30 +00:00
ajacoutot
c3f6421e14 Remove the qt5 FLAVOR; polkit-qt5 is now under x11/polkit-qt5. 2019-11-23 15:21:27 +00:00
ajacoutot
f0fe75fc7f Import polkit-qt5-0.113.0.
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@
2019-11-23 15:20:19 +00:00
sthen
c00d908a4d update to xchm-1.31 2019-11-23 14:33:09 +00:00
ajacoutot
3b842eb904 Remove kdesdk-thumbnailers; it does not exit. 2019-11-23 13:03:17 +00:00
fcambus
a45bce3db8 Fix broken HOMEPAGE, and remove trailing garbage from COMMENT.
While there switch HOMEPAGE and MASTER_SITES to HTTPS.
2019-11-23 10:58:55 +00:00
ajacoutot
cbb1295945 Update to nautilus-3.34.2. 2019-11-23 10:14:55 +00:00
ajacoutot
55ac528681 Update to gnome-maps-3.34.2. 2019-11-23 10:11:33 +00:00