./meta-pkgs/kde, meta-package for KDE applications

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


Branch: CURRENT, Version: 20240828, Package name: kde-20240828, Maintainer: markd

KDE provides an integrated X11 based environment.

This package does not contain anything by itself -- it is a
"meta-package" that depends on other KDE packages. Its sole purpose
is to require dependencies so users can install this package only
and have all the KDE stuff pulled in by the package dependency
mechanism.


Version history: (Expand)


CVS history: (Expand)


   2025-01-24 00:27:30 by Taylor R Campbell | Files touched by this commit (41)
Log message:
devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.

This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.

For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean.  Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.

This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky.  Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.
   2024-12-05 10:43:29 by Mark Davies | Files touched by this commit (162) | Package updated
Log message:
kf6: update KDE Frameworks 6 to 6.8.0

6 months of updates
   2024-11-13 03:28:41 by Mark Davies | Files touched by this commit (1)
Log message:
kde: remove mention of kdewebkit in comment
   2024-09-01 18:06:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
kde: add DESCR file based on kde4 one
   2024-08-28 22:07:49 by Mark Davies | Files touched by this commit (2)
Log message:
replace meta-pkgs/kde4/Makefile with meta-pkgs/kde/Makefile
   2024-08-21 13:21:41 by Mark Davies | Files touched by this commit (3)
Log message:
kde: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
   2024-06-09 02:46:35 by Mark Davies | Files touched by this commit (1)
Log message:
kde: note use of Makefile.common by plasma6.mk
   2024-06-09 02:42:14 by Mark Davies | Files touched by this commit (1)
Log message:
kde: add plasma6- prefix to name by default (for plasma6 packages)