1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11/kde6: new meta-port -- there is no KDE 6 ...

... 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.                                |
    +-------------------------------------------------------------------------+
This commit is contained in:
Tobias C. Berner 2023-12-07 19:28:43 +01:00
parent ec79cba632
commit bf714711f1
3 changed files with 29 additions and 0 deletions

View File

@ -137,6 +137,7 @@
SUBDIR += kb2mb2
SUBDIR += kde-baseapps
SUBDIR += kde5
SUBDIR += kde6
SUBDIR += kdisplay
SUBDIR += keybinder
SUBDIR += keybinder-gtk3

19
x11/kde6/Makefile Normal file
View File

@ -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
x11/kde6/pkg-descr Normal file
View File

@ -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.