Skip to content

Commit

Permalink
x11/kde6: new meta-port -- there is no KDE 6 ...
Browse files Browse the repository at this point in the history
... but there is

  * KDE Plasma 6-beta
  * KDE Frameworks 6-beta
  * KDE Gear 24.02-beta

This meta-port pulls all of them together.

    +-------------------------------------------------------------------------+
    | This is a very early preview intended for developers and testers only.  |
    | We hope it will be picked up by rolling unstable distros, but it is far |
    | from being ready for day-to-day use yet.                                |
    +-------------------------------------------------------------------------+
  • Loading branch information
tcberner committed Dec 7, 2023
1 parent ec79cba commit bf71471
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11/Makefile
Expand Up @@ -137,6 +137,7 @@
SUBDIR += kb2mb2
SUBDIR += kde-baseapps
SUBDIR += kde5
SUBDIR += kde6
SUBDIR += kdisplay
SUBDIR += keybinder
SUBDIR += keybinder-gtk3
Expand Down
19 changes: 19 additions & 0 deletions x11/kde6/Makefile
@@ -0,0 +1,19 @@
PORTNAME= kde6
DISTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION}
CATEGORIES= x11 kde kde-devel

MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Plasma Desktop and Applications (current)
WWW= https://www.kde.org

RUN_DEPENDS= plasma6-plasma>0:x11/plasma6-plasma \
kf6-frameworks>0:x11/kf6-frameworks \
kate-devel>0:editors/kate-devel \
dolphin-devel>0:x11-fm/dolphin-devel \
konsole-devel>0:x11/konsole-devel \
gwenview-devel>0:graphics/gwenview-devel

USES= kde:6 metaport qt:6
USE_QT= # empty

.include <bsd.port.mk>
9 changes: 9 additions & 0 deletions x11/kde6/pkg-descr
@@ -0,0 +1,9 @@
KDE is a powerful Free Software graphical desktop environment for Linux
and Unix workstations.

This package does not contain anything by itself -- it is a
"meta-port" 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 port/package dependency mechanism.

x11/kde6 contains the future KDE Frameworks, Plasma Desktop and Applications.

0 comments on commit bf71471

Please sign in to comment.