./devel/kpackage, Installation and loading of additional content as packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.114.0, Package name: kpackage-5.114.0, Maintainer: markd

The Package framework lets the user install and load packages of non
binary content such as scripted extensions or graphic assets, as if
they were traditional plugins.


Required to run:
[x11/qt5-qtbase] [archivers/karchive] [devel/ki18n] [devel/kconfig] [devel/kcoreaddons] [lang/python37]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [x11/qt5-qttools] [pkgtools/cwrappers] [devel/extra-cmake-modules] [devel/kdoctools] [x11/xorgproto]

Master sites: (Expand)

Filesize: 184.496 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-06 11:46:35 by Mark Davies | Files touched by this commit (173) | Package updated
Log message:
*: update KDE Frameworks to 5.114.0

6 months of development
   2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672)
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-07-29 04:03:01 by Mark Davies | Files touched by this commit (3) | Package updated
Log message:
kpackage: update to 5.108.0

5.99
  Build test KPackage structure as static plugin
  Fix duplicate symbol in static builds
  Ignore sddmtheme dependencies if we do not have the knsrc file installed
  Remove unneeded known categories
5.103
  Update README with new json metadata
  Show deprecation message about the desktop to json conversion being removed
5.104
  Check pluginId contains '/' before using it as package type
5.106
  Deprecate KPackage::Package::name, add default for parameters
5.108
  Define json-validate-ignore property in .kde-ci.yml
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html