Make some implicit Qt dependencies explicit
This commit is contained in:
parent
8f17f56bfa
commit
6f934ad187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528430
6 changed files with 15 additions and 11 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= palapeli
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \
|
|||
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
|
||||
crash i18n itemviews jobwidgets kio libkdegames notifications service \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus gui network svg widgets xml \
|
||||
USE_QT= concurrent core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kimagemapeditor
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -13,8 +14,8 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|||
jobwidgets js kdelibs4support khtml kio notifications \
|
||||
parts service solid sonnet textwidgets unitconversion \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus gui network printsupport webengine \
|
||||
widgets xml \
|
||||
USE_QT= concurrent core dbus declarative gui location network printsupport \
|
||||
webchannel webengine widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= cantor
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -22,7 +23,7 @@ USE_KDE= attica auth archive bookmarks codecs completion config \
|
|||
itemmodels itemviews init jobwidgets kdelibs4support kio \
|
||||
newstuff parts pty service solid sonnet syntaxhighlighting \
|
||||
texteditor textwidgets widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus gui network printsupport widgets xml xmlpatterns \
|
||||
USE_QT= concurrent core dbus gui network printsupport svg widgets xml xmlpatterns \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ktouch
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -14,8 +15,8 @@ USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
|
|||
ecm i18n itemviews kcmutils kdeclarative kio newstuff package \
|
||||
parts service sonnet texteditor textwidgets widgetsaddons \
|
||||
windowsystem xmlgui
|
||||
USE_QT= core dbus declarative gui network script sql testlib widgets \
|
||||
x11extras xml xmlpatterns \
|
||||
USE_QT= core dbus declarative gui network quickcontrols2 script sql \
|
||||
testlib widgets x11extras xml xmlpatterns \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= ice sm x11 xcb xext xkbfile
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= kaidan
|
||||
DISTVERSION= 0.4.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net-im kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
|
||||
|
||||
|
@ -13,7 +13,7 @@ LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5
|
|||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5 tar:xz
|
||||
USE_KDE= ecm kirigami2
|
||||
USE_QT= core declarative gui network quickcontrols2 sql svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network quickcontrols2 sql svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= signon-ui
|
||||
PORTVERSION= 0.17
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= sysutils kde
|
||||
DIST_SUBDIR= KDE/${GL_ACCOUNT}
|
||||
|
||||
|
@ -18,8 +18,8 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
|||
libproxy.so:net/libproxy
|
||||
|
||||
USES= compiler:c++11-lang pkgconfig python qmake qt:5 tar:bz2
|
||||
USE_QT= buildtools_build qmake_build webkit widgets
|
||||
|
||||
USE_QT= core dbus declarative gui network webkit widgets xml \
|
||||
buildtools_build qmake_build
|
||||
# gitlab variables
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= accounts-sso
|
||||
|
|
Loading…
Reference in a new issue