*: (KDE ports) tidy up dependencies
Go another round with the dependency-cleanup: - ECM and doctools are still more only a build-dep - Qt testlibs is a build-dep This touches plenty of ports outside of KDE Frameworks that did **not** list their full dependencies and could get away with it because frameworks pulled in too much.
This commit is contained in:
parent
71d85cac19
commit
c0a5e2416d
32 changed files with 144 additions and 93 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= milou
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -8,7 +9,7 @@ COMMENT= Plasma5 Plasmoid for search
|
|||
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth codecs config coreaddons i18n itemmodels kdeclarative package \
|
||||
plasma-framework runner service
|
||||
USE_QT= core declarative gui network script testlib widgets \
|
||||
buildtools_build qmake_build
|
||||
USE_QT= core declarative gui network script widgets \
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -11,6 +11,6 @@ USE_KDE= auth codecs config configwidgets coreaddons guiaddons i18n \
|
|||
widgetsaddons xmlgui \
|
||||
ecm_build
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,6 +16,6 @@ USE_KDE= archive auth bookmarks codecs completion config \
|
|||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus declarative gui network \
|
||||
script widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,17 +1,20 @@
|
|||
PORTNAME= khotkeys
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Plasma5 library for hotkeys
|
||||
|
||||
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz xorg
|
||||
# kdelibs4support needs doctools
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons ecm emoticons globalaccel \
|
||||
coreaddons crash dbusaddons emoticons globalaccel \
|
||||
guiaddons i18n iconthemes init itemmodels itemviews jobwidgets \
|
||||
kcmutils kdelibs4support kio notifications parts \
|
||||
plasma-framework plasma-workspace service solid sonnet \
|
||||
textwidgets unitconversion widgetsaddons windowsystem xmlgui
|
||||
textwidgets unitconversion widgetsaddons windowsystem xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= x11 xtst
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kate
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,13 +13,14 @@ LIB_DEPENDS= libgit2.so:devel/libgit2
|
|||
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
|
||||
pkgconfig kde:5 qt:5 tar:xz
|
||||
USE_KDE= activities attica auth bookmarks codecs completion config \
|
||||
configwidgets coreaddons crash dbusaddons doctools ecm \
|
||||
configwidgets coreaddons crash dbusaddons \
|
||||
guiaddons i18n iconthemes init itemmodels itemviews \
|
||||
jobwidgets kio newstuff package parts plasma-framework \
|
||||
service solid sonnet texteditor textwidgets threadweaver \
|
||||
wallet widgetsaddons windowsystem xmlgui
|
||||
wallet widgetsaddons windowsystem xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus gui network script sql widgets xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= skanlite
|
||||
DISTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/
|
||||
|
||||
|
@ -18,8 +18,8 @@ USE_KDE= auth config configwidgets codecs completion \
|
|||
coreaddons i18n jobwidgets kio \
|
||||
service widgetsaddons xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= buildtools_build qmake_build \
|
||||
core concurrent dbus gui network widgets xml
|
||||
USE_QT= core concurrent dbus gui network widgets xml \
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -13,9 +13,9 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
|||
|
||||
USES= cmake compiler:c++11-lang eigen:3 gl kde:5 qt:5 tar:xz
|
||||
USE_GL= glu
|
||||
USE_KDE= ecm
|
||||
USE_KDE= ecm_build
|
||||
USE_QT= core declarative gui network opengl printsupport svg widgets xml \
|
||||
buildtools_build linguisttools_build qmake_build
|
||||
buildtools_build linguisttools_build qmake_build testlib_build
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# TODO: ensure only ${PYTON_CMD} is pixked again
|
||||
|
||||
PORTNAME= cantor
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -20,12 +18,13 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-
|
|||
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
|
||||
pkgconfig python:3.4+ qt:5 tar:xz
|
||||
USE_KDE= attica auth archive bookmarks codecs completion config \
|
||||
configwidgets coreaddons crash ecm emoticons i18n iconthemes \
|
||||
configwidgets coreaddons crash emoticons i18n iconthemes \
|
||||
itemmodels itemviews init jobwidgets kdelibs4support kio \
|
||||
newstuff parts pty service solid sonnet syntaxhighlighting \
|
||||
texteditor textwidgets widgetsaddons xmlgui
|
||||
texteditor textwidgets widgetsaddons xmlgui \
|
||||
ecm_build
|
||||
USE_QT= concurrent core dbus gui network printsupport svg widgets xml xmlpatterns \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= LUAJIT MAXIMA OCTAVE R SAGE SCILAB DOCS
|
||||
|
@ -53,7 +52,7 @@ SAGE_RUN_DEPENDS= sage:math/sage
|
|||
SCILAB_DESC= Install Scilab
|
||||
SCILAB_RUN_DEPENDS= scilab:math/scilab
|
||||
|
||||
# Disable python2 binding (should probably be an option PYTHON2, PYTHON3)
|
||||
# Disable python2 binding
|
||||
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PythonLibs
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= rocs
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math education kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,12 +11,13 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
|||
USES= cmake compiler:c++11-lang desktop-file-utils gettext grantlee:5 kde:5 \
|
||||
qt:5 tar:xz
|
||||
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
|
||||
crash doctools ecm i18n itemviews jobwidgets kdeclarative \
|
||||
crash i18n itemviews jobwidgets kdeclarative \
|
||||
kio package parts service sonnet texteditor textwidgets \
|
||||
widgetsaddons xmlgui
|
||||
widgetsaddons xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus declarative gui network script scripttools svg webkit \
|
||||
widgets xml xmlpatterns \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -7,10 +7,11 @@ COMMENT= Alphabet learning tool for KDE
|
|||
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
||||
crash doctools ecm emoticons i18n init itemmodels \
|
||||
kdelibs4support newstuff service widgetsaddons xmlgui
|
||||
crash emoticons i18n init itemmodels \
|
||||
kdelibs4support newstuff service widgetsaddons xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= core dbus gui network phonon4 svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kopete
|
||||
PORTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -15,15 +16,16 @@ USES= cmake compiler:c++11-lang desktop-file-utils gnome jpeg kde:5 \
|
|||
qca qt:5 shebangfix tar:xz
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \
|
||||
coreaddons crash dbusaddons dnssd emoticons guiaddons i18n \
|
||||
iconthemes itemviews jobwidgets js kcmutils kdelibs4support \
|
||||
khtml kio notifications notifyconfig parts service solid sonnet \
|
||||
texteditor textwidgets unitconversion wallet widgetsaddons \
|
||||
windowsystem xmlgui
|
||||
windowsystem xmlgui \
|
||||
ecm_build
|
||||
# KDE PIM components
|
||||
USE_KDE+= contacts identitymanagement libkleo pimtextedit
|
||||
USE_QT= concurrent core dbus gui network phonon4 printsupport sql widgets xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
SHEBANG_FILES= protocols/winpopup/winpopup-install \
|
||||
protocols/winpopup/winpopup-send \
|
||||
|
|
|
@ -10,7 +10,7 @@ USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= config coreaddons i18n kio service \
|
||||
ecm_build
|
||||
USE_QT= concurrent core dbus gui network xml xmlpatterns \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kscreenlocker
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -13,13 +14,14 @@ RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2\
|
|||
|
||||
USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
|
||||
qt:5 shebangfix tar:xz xorg
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash ecm \
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash \
|
||||
emoticons globalaccel i18n idletime init itemmodels kcmutils \
|
||||
kdeclarative kdelibs4support layer-shell-qt notifications package \
|
||||
kdeclarative layer-shell-qt notifications package \
|
||||
plasma-framework sonnet textwidgets wayland widgetsaddons \
|
||||
windowsystem xmlgui
|
||||
USE_QT= core dbus declarative gui network qdbus testlib widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
windowsystem xmlgui \
|
||||
ecm_build
|
||||
USE_QT= core dbus declarative gui network qdbus widgets x11extras xml \
|
||||
buildtools_build qmake_build testlib_build
|
||||
USE_XORG= ice sm x11 xcb xcursor xext xi
|
||||
|
||||
SHEBANG_FILES= updaters/ksreenlocker_5_3_separate_autologin.pl
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
PORTNAME= ksshaskpass
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Plasma5 ssh-add frontend
|
||||
|
||||
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= coreaddons doctools ecm i18n wallet widgetsaddons
|
||||
USE_KDE= coreaddons i18n wallet widgetsaddons \
|
||||
doctools_build ecm_build
|
||||
USE_QT= core gui widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= filelight
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,11 +12,12 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-
|
|||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
|
||||
kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
|
||||
ecm i18n jobwidgets kio parts service solid sonnet textwidgets \
|
||||
widgetsaddons xmlgui
|
||||
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
||||
i18n jobwidgets kio parts service solid sonnet textwidgets \
|
||||
widgetsaddons xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus gui network script widgets xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= khelpcenter
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-applications # kde kde-applications-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,10 +12,15 @@ USES= cmake compiler:c++11-lib cpe gettext gnome grantlee:5 kde:5 \
|
|||
qt:5 shebangfix tar:xz
|
||||
USE_GNOME= libxml2
|
||||
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons dbusaddons doctools ecm emoticons i18n init \
|
||||
itemmodels itemviews jobwidgets js kcmutils kdelibs4support \
|
||||
coreaddons dbusaddons emoticons i18n init \
|
||||
itemmodels itemviews jobwidgets js kcmutils \
|
||||
kio khtml parts service sonnet textwidgets widgetsaddons \
|
||||
windowsystem xmlgui
|
||||
windowsystem xmlgui \
|
||||
ecm_build
|
||||
# This port depends on doctools; we need the entities and such for runtime
|
||||
# documentation support, where all the other KDE Plasma parts need it
|
||||
# only for the build-time documentation-generation.
|
||||
USE_KDE+= doctools
|
||||
USE_QT= concurrent core dbus gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
SHEBANG_FILES= searchhandlers/khc_mansearch.pl
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= discover
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,12 +12,13 @@ COMMENT= Plasma5 package management tools
|
|||
USES= cmake compiler:c++11-lib cpe desktop-file-utils \
|
||||
gettext kde:5 pkgconfig qt:5 tar:xz
|
||||
USE_KDE= archive attica auth codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons ecm i18n iconthemes idletime itemmodels \
|
||||
coreaddons crash dbusaddons i18n iconthemes idletime itemmodels \
|
||||
itemviews jobwidgets kcmutils kdeclarative kio kirigami2 newstuff \
|
||||
notifications package plasma-framework service solid \
|
||||
textwidgets wallet windowsystem widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus declarative gui network svg testlib \
|
||||
textwidgets wallet windowsystem widgetsaddons xmlgui \
|
||||
ecm_build
|
||||
USE_QT= concurrent core dbus declarative gui network svg \
|
||||
widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= drkonqi
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -7,10 +8,11 @@ COMMENT= Plasma5 crash handler
|
|||
|
||||
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
|
||||
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
||||
crash i18n idletime jobwidgets kio notifications \
|
||||
crash i18n idletime jobwidgets kio notifications \
|
||||
service syntaxhighlighting wallet widgetsaddons \
|
||||
windowsystem xmlrpcclient
|
||||
windowsystem xmlrpcclient \
|
||||
ecm_build
|
||||
USE_QT= concurrent core dbus gui network widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kde-cli-tools
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -8,13 +9,14 @@ COMMENT= Plasma5 non-interactive system tools
|
|||
|
||||
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz xorg
|
||||
USE_KDE= activities auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
|
||||
itemmodels itemviews jobwidgets kcmutils kdeclarative kdelibs4support kdesu \
|
||||
coreaddons crash emoticons guiaddons i18n iconthemes init \
|
||||
itemmodels itemviews jobwidgets kcmutils kdeclarative kdesu \
|
||||
kio notifications parts plasma-workspace pty service solid sonnet \
|
||||
textwidgets unitconversion widgetsaddons windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport svg testlib widgets \
|
||||
textwidgets unitconversion widgetsaddons windowsystem xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport svg widgets \
|
||||
x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
USE_XORG= x11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kinfocenter
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,11 +12,12 @@ USES= cmake compiler:c++11-lib cpe gettext gl kde:5 pkgconfig \
|
|||
qt:5 tar:xz xorg
|
||||
USE_GL= egl gl glu
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons doctools ecm emoticons guiaddons \
|
||||
coreaddons crash dbusaddons emoticons guiaddons \
|
||||
i18n iconthemes jobwidgets kcmutils kdeclarative \
|
||||
kdelibs4support kio notifications package parts init \
|
||||
kio notifications package parts init \
|
||||
itemmodels itemviews service solid sonnet textwidgets \
|
||||
unitconversion wayland wayland widgetsaddons windowsystem xmlgui \
|
||||
doctools_build ecm_build \
|
||||
systemsettings_run
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kmenuedit
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -7,10 +8,11 @@ COMMENT= Plasma5 menu editor
|
|||
|
||||
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons guiaddons ecm emoticons globalaccel \
|
||||
coreaddons crash dbusaddons emoticons globalaccel guiaddons \
|
||||
hotkeys i18n iconthemes init itemmodels itemviews jobwidgets \
|
||||
kdelibs4support kio notifications parts service solid sonnet \
|
||||
textwidgets unitconversion widgetsaddons windowsystem xmlgui
|
||||
kio notifications parts service solid sonnet \
|
||||
textwidgets unitconversion widgetsaddons windowsystem xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus gui network printsupport widgets xml\
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|||
itemviews jobwidgets kdelibs4support kio libksysguard \
|
||||
newstuff notifications service widgetsaddons windowsystem \
|
||||
xmlgui \
|
||||
doctools_build
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
OPTIONS_DEFINE= INOTIFY
|
||||
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= powerdevil
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,12 +11,13 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower
|
|||
|
||||
USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz xorg
|
||||
USE_KDE= activities auth bookmarks codecs completion configwidgets \
|
||||
coreaddons crash config dbusaddons ecm emoticons globalaccel \
|
||||
coreaddons crash config dbusaddons emoticons globalaccel \
|
||||
guiaddons i18n idletime iconthemes init itemmodels itemviews \
|
||||
jobwidgets kdelibs4support kio libkscreen notifications \
|
||||
notifyconfig parts plasma-workspace service solid sonnet \
|
||||
textwidgets unitconversion wayland widgetsaddons windowsystem \
|
||||
xmlgui
|
||||
xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= xcb
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= systemsettings
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -7,10 +8,11 @@ COMMENT= Plasma5 system settings
|
|||
|
||||
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= activities activities-stats auth codecs completion config \
|
||||
configwidgets coreaddons crash dbusaddons doctools ecm guiaddons \
|
||||
configwidgets coreaddons crash dbusaddons guiaddons \
|
||||
i18n iconthemes itemmodels itemviews jobwidgets js kcmutils \
|
||||
kdeclarative khtml kio kirigami2 package parts plasma-workspace \
|
||||
service sonnet textwidgets widgetsaddons windowsystem xmlgui
|
||||
service sonnet textwidgets widgetsaddons windowsystem xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= concurrent core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= webchannel
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -8,7 +8,8 @@ MAINTAINER= kde@FreeBSD.org
|
|||
COMMENT= Qt 5 library for integration of C++/QML with HTML/js clients
|
||||
|
||||
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel
|
||||
USE_QT= buildtools_build core declarative
|
||||
USE_QT= core declarative \
|
||||
buildtools_build testlib_build
|
||||
|
||||
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
|
||||
# tarball, which we need during the build.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kde-gtk-config
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -16,10 +17,11 @@ USES= cmake compiler:c++11-lib cpe gettext gnome \
|
|||
kde:5 pkgconfig qt:5 tar:xz xorg
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20
|
||||
USE_KDE= archive attica auth codecs completion config configwidgets \
|
||||
coreaddons dbusaddons decoration ecm guiaddons i18n iconthemes \
|
||||
jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus gui network svg testlib widgets xml \
|
||||
buildtools_build qmake_build
|
||||
coreaddons dbusaddons decoration guiaddons i18n iconthemes \
|
||||
jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui \
|
||||
ecm_build
|
||||
USE_QT= concurrent core dbus gui network svg widgets xml \
|
||||
buildtools_build qmake_build testlib_build
|
||||
USE_XORG= xcursor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kdecoration
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -9,7 +10,9 @@ LICENSE= LGPL21
|
|||
|
||||
USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_KDE= ecm i18n
|
||||
USE_QT= core gui testlib buildtools_build qmake_build
|
||||
USE_KDE= i18n \
|
||||
ecm_build
|
||||
USE_QT= core gui \
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kwin
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -39,11 +40,11 @@ USE_KDE= activities activities attica auth breeze codecs \
|
|||
newstuff notifications package plasma-framework runner service sonnet \
|
||||
textwidgets widgetsaddons windowsystem xmlgui \
|
||||
kwayland-integration kwayland-server wayland \
|
||||
doctools_build
|
||||
doctools_build ecm_build
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= concurrent core dbus declarative gui multimedia network script \
|
||||
sensors testlib uiplugin uitools widgets x11extras xml \
|
||||
buildtools_build qmake_build \
|
||||
sensors uiplugin uitools widgets x11extras xml \
|
||||
buildtools_build qmake_build testlib_build \
|
||||
quickcontrols2_run virtualkeyboard_run
|
||||
USE_XORG= ice sm x11 xcb xext xi
|
||||
SHEBANG_FILES= kconf_update/*.py \
|
||||
|
|
|
@ -1,17 +1,19 @@
|
|||
PORTNAME= kgamma5
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Plasma5 monitor's gamma settings #'
|
||||
COMMENT= Plasma5 display gamma settings
|
||||
|
||||
USES= cmake compiler:c++11-lang cpe gettext kde:5 qt:5 \
|
||||
tar:xz xorg
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash doctools ecm emoticons guiaddons i18n \
|
||||
coreaddons crash emoticons guiaddons i18n \
|
||||
iconthemes init itemmodels itemviews jobwidgets \
|
||||
kdelibs4support kio notifications parts service solid sonnet \
|
||||
textwidgets unitconversion widgetsaddons windowsystem xmlgui
|
||||
kio notifications parts service solid sonnet \
|
||||
textwidgets unitconversion widgetsaddons windowsystem xmlgui \
|
||||
doctools_build ecm_build
|
||||
USE_QT= core dbus gui network printsupport widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= ice sm x11 xext xxf86vm
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libkscreen
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -7,9 +8,10 @@ COMMENT= Plasma5 screen management library
|
|||
|
||||
USES= cmake compiler:c++11-lib cpe kde:5 pathfix \
|
||||
pkgconfig qt:5 tar:xz xorg
|
||||
USE_KDE= ecm wayland
|
||||
USE_QT= core dbus gui testlib x11extras \
|
||||
buildtools_build qmake_build
|
||||
USE_KDE= wayland \
|
||||
ecm_build
|
||||
USE_QT= core dbus gui x11extras \
|
||||
buildtools_build qmake_build testlib_build
|
||||
USE_XORG= x11 xcb xrandr
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= plasma-desktop
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -28,15 +29,16 @@ USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext gnome \
|
|||
USE_GNOME= glib20
|
||||
USE_KDE= activities activities-stats archive attica auth baloo \
|
||||
bookmarks codecs completion config configwidgets coreaddons \
|
||||
crash dbusaddons doctools ecm emoticons filemetadata \
|
||||
crash dbusaddons emoticons filemetadata \
|
||||
globalaccel guiaddons i18n iconthemes init itemmodels \
|
||||
itemviews jobwidgets kcmutils kdeclarative kdelibs4support \
|
||||
kio libksysguard newstuff notifications \
|
||||
notifyconfig package parts people plasma-framework \
|
||||
plasma-workspace runner service solid \
|
||||
sonnet textwidgets unitconversion wallet \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_KDE+= drkonqi_run infocenter_run kde-cli-tools_run kmenuedit_run \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
doctools_build ecm_build \
|
||||
drkonqi_run infocenter_run kde-cli-tools_run kmenuedit_run \
|
||||
ksysguard_run \
|
||||
polkit-kde-agent-1_run systemsettings_run
|
||||
USE_QT= concurrent core dbus declarative gui network phonon4 printsupport \
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= plasma-workspace
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -27,22 +28,23 @@ USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 pkgconfig \
|
|||
qt:5 tar:xz xorg
|
||||
USE_KDE= activities activities-stats activitymanagerd attica archive auth baloo bookmarks \
|
||||
codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons doctools emoticons filemetadata globalaccel \
|
||||
dbusaddons emoticons filemetadata globalaccel \
|
||||
guiaddons holidays i18n iconthemes idletime init itemmodels \
|
||||
itemviews jobwidgets js jsembed kcmutils kdeclarative \
|
||||
kdelibs4support kdesu kdewebkit kio kscreenlocker \
|
||||
kdesu kdewebkit kio kscreenlocker \
|
||||
notifications package pty kwin libkscreen libksysguard \
|
||||
newstuff notifyconfig parts people plasma-framework \
|
||||
plasma-integration prison runner service solid sonnet \
|
||||
texteditor textwidgets unitconversion wallet wayland \
|
||||
widgetsaddons windowsystem xmlgui xmlrpcclient \
|
||||
doctools_build ecm_build \
|
||||
breeze_run breeze-icons_run kquickcharts_run oxygen-icons5_run \
|
||||
kded_run milou_run
|
||||
USE_QT= concurrent core declarative dbus graphicaleffects gui network phonon4 \
|
||||
printsupport qdbus quickcontrols_run script svg sql \
|
||||
testlib wayland webkit widgets x11extras xml \
|
||||
paths_run \
|
||||
buildtools_build qmake_build
|
||||
wayland webkit widgets x11extras xml \
|
||||
buildtools_build qmake_build testlib_build \
|
||||
paths_run
|
||||
USE_XORG= ice sm x11 xau xcb xcomposite xcursor xext xfixes xft xkbfile xrender xtst
|
||||
|
||||
CMAKE_OFF= BUILD_TESTING
|
||||
|
|
Loading…
Reference in a new issue