Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751
This commit is contained in:
parent
29439ee094
commit
89d1bb9ab0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484140
194 changed files with 680 additions and 698 deletions
3
MOVED
3
MOVED
|
@ -9378,7 +9378,6 @@ www/apache22-event-mpm||2017-07-01|Has expired: Upstream propose EoL of apache 2
|
|||
net/freeradius2|net/freeradius3|2017-07-01|Has expired: EoL, use net/freeradius3 instead
|
||||
net/abills||2017-07-01|Removed, unmaintained and depends on expired net/freeradius2
|
||||
net-mgmt/ezradius||2017-07-01|Removed, unmaintained and depends on expired net/freeradius2
|
||||
x11-toolkits/qt5-declarative||2017-07-01|Has expired: Has not been released since Qt 5.5 -- installation can lead to runtime conflicts with qt5-quick
|
||||
deskutils/california|deskutils/gnome-calendar|2017-07-02|Has expired: Orphaned upstream, replaced by gnome-calendar
|
||||
devel/etcd3|devel/etcd31|2017-07-07|Version 3.2 introduces breaking changes
|
||||
sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2
|
||||
|
@ -10616,3 +10615,5 @@ www/rubygem-dropzonejs-rails07|www/rubygem-dropzonejs-rails|2018-11-01|Obsolete
|
|||
audio/icecast2|audio/icecast|2018-11-03|Use upstream naming
|
||||
security/openssl-devel|security/openssl111|2018-11-04|Use security/openssl111 instead
|
||||
irc/netwalker-ircc||2018-11-04|Has expired: Upstream gone, very old code base, use modern irc client instead
|
||||
x11-toolkits/qt5-quick|x11-toolkits/qt5-declarative|2018-11-04|Remove unnecessary split
|
||||
lang/qt5-qml|x11-toolkits/qt5-declarative|2018-11-04|Remove unnecessary split
|
||||
|
|
|
@ -137,7 +137,7 @@ _USES_POST+= qt
|
|||
_QT_MK_POST_INCLUDED= qt.mk
|
||||
|
||||
# The Qt components supported by qt.mk: list of shared, and version specific ones
|
||||
_USE_QT_ALL= assistant dbus designer doc gui help \
|
||||
_USE_QT_ALL= assistant dbus declarative designer doc gui help \
|
||||
imageformats l10n linguist linguisttools multimedia \
|
||||
network opengl pixeltool qdbusviewer qmake script \
|
||||
scripttools sql sql-ibase sql-mysql sql-odbc sql-pgsql \
|
||||
|
@ -145,7 +145,7 @@ _USE_QT_ALL= assistant dbus designer doc gui help \
|
|||
xml xmlpatterns
|
||||
|
||||
_USE_QT4_ONLY= accessible assistant-adp assistantclient clucene codecs-cn codecs-jp \
|
||||
codecs-kr codecs-tw corelib declarative demo graphicssystems-opengl \
|
||||
codecs-kr codecs-tw corelib demo graphicssystems-opengl \
|
||||
help-tools iconengines inputmethods makeqpf moc phonon \
|
||||
phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \
|
||||
qtestlib qvfb rcc uic uic3 xmlpatterns-tool
|
||||
|
@ -153,7 +153,7 @@ _USE_QT4_ONLY= accessible assistant-adp assistantclient clucene codecs-cn codec
|
|||
_USE_QT5_ONLY= 3d buildtools canvas3d charts concurrent connectivity \
|
||||
core datavis3d diag examples gamepad \
|
||||
graphicaleffects location paths phonon4 plugininfo printsupport \
|
||||
qdbus qdoc qdoc-data qev qml quick quickcontrols \
|
||||
qdbus qdoc qdoc-data qev quickcontrols \
|
||||
quickcontrols2 scxml sensors serialbus serialport speech \
|
||||
sql-tds uiplugin uitools virtualkeyboard wayland webchannel \
|
||||
webengine websockets websockets-qml widgets x11extras
|
||||
|
@ -217,7 +217,11 @@ dbus_PORT= devel/${_QT_RELNAME}-dbus
|
|||
dbus_LIB= libQt${_QT_LIBVER}DBus.so
|
||||
|
||||
declarative_PORT= x11-toolkits/${_QT_RELNAME}-declarative
|
||||
. if ${_QT_VER:M4}
|
||||
declarative_LIB= libQt${_QT_LIBVER}Declarative.so
|
||||
. else
|
||||
declarative_LIB= libQt${_QT_LIBVER}Qml.so
|
||||
. endif
|
||||
|
||||
demo_PORT= misc/${_QT_RELNAME}-qtdemo
|
||||
demo_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qtdemo
|
||||
|
@ -333,9 +337,6 @@ qev_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qev
|
|||
qmake_PORT= devel/${_QT_RELNAME}-qmake
|
||||
qmake_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qmake
|
||||
|
||||
qml_PORT= lang/${_QT_RELNAME}-qml
|
||||
qml_LIB= libQt${_QT_LIBVER}Qml.so
|
||||
|
||||
qmlviewer_PORT= devel/${_QT_RELNAME}-qmlviewer
|
||||
qmlviewer_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qmlviewer
|
||||
|
||||
|
@ -348,9 +349,6 @@ qtconfig_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qtconfig
|
|||
qtestlib_PORT= ${testlib_PORT}
|
||||
qtestlib_LIB= ${testlib_LIB}
|
||||
|
||||
quick_PORT= x11-toolkits/${_QT_RELNAME}-quick
|
||||
quick_LIB= libQt${_QT_LIBVER}Quick.so
|
||||
|
||||
quickcontrols_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols
|
||||
quickcontrols_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Controls/qmldir
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kstars
|
||||
DISTVERSION= 2.9.8
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= astro kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}
|
||||
|
@ -25,8 +26,8 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets\
|
|||
iconthemes init itemviews jobwidgets kio newstuff notifications \
|
||||
notifyconfig parts plotting service solid texteditor \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus gui multimedia network opengl printsupport \
|
||||
qml quick sql svg testlib websockets widgets xml \
|
||||
USE_QT= concurrent core dbus declarative gui multimedia network opengl printsupport \
|
||||
sql svg testlib websockets widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= marble
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -18,8 +19,8 @@ USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|||
crash doctools ecm i18n jobwidgets kio newstuff package parts \
|
||||
plasma-framework runner service sonnet textwidgets wallet \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus designer gui location network opengl \
|
||||
phonon4 printsupport qml quick script sql svg webkit widgets xml \
|
||||
USE_QT= concurrent core dbus declarative designer gui location network opengl \
|
||||
phonon4 printsupport script sql svg webkit widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= qmapshack
|
||||
PORTVERSION= 1.12.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/
|
||||
|
||||
|
@ -19,8 +20,8 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
|
|||
RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks
|
||||
|
||||
USES= cmake compiler:c++11-lib desktop-file-utils jpeg qt:5
|
||||
USE_QT= buildtools core dbus gui linguisttools location network \
|
||||
printsupport qmake qml quick sql sql-sqlite3 uitools \
|
||||
USE_QT= buildtools core dbus declarative gui linguisttools location network \
|
||||
printsupport qmake sql sql-sqlite3 uitools \
|
||||
webchannel webengine widgets xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= musescore
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${PORTVERSION}/
|
||||
DISTNAME= MuseScore-${PORTVERSION}
|
||||
|
@ -24,8 +24,8 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \
|
|||
|
||||
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
|
||||
pkgconfig qt:5 shared-mime-info zip
|
||||
USE_QT= core gui widgets opengl concurrent designer help network \
|
||||
scripttools qml quick svg sql printsupport testlib webkit \
|
||||
USE_QT= core declarative gui widgets opengl concurrent designer help network \
|
||||
scripttools svg sql printsupport testlib webkit \
|
||||
xml xmlpatterns \
|
||||
buildtools_build linguisttools_build qmake_build uitools_build
|
||||
ALL_TARGET= lrelease manpages all
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= plasma-pa
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -15,7 +16,7 @@ USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 \
|
|||
USE_GNOME= gconf2
|
||||
USE_KDE= config configwidgets coreaddons ecm globalaccel i18n \
|
||||
kdeclarative package plasma-framework
|
||||
USE_QT= core dbus gui network qml quick widgets \
|
||||
USE_QT= core dbus declarative gui network widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
SHEBANG_FILES= data/plasmaVolumeDisableKMixAutostart.pl
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= supercollider
|
||||
DISTVERSION= 3.9.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/
|
||||
DISTNAME= SuperCollider-${PORTVERSION}-Source-linux
|
||||
|
@ -22,8 +22,8 @@ LIB_DEPENDS= libavahi-client.so:net/avahi-app \
|
|||
|
||||
USES= cmake:outsource compiler:c++11-lang iconv localbase pkgconfig \
|
||||
qt:5 readline shared-mime-info tar:bzip2
|
||||
USE_QT= buildtools_build concurrent core gui linguisttools location \
|
||||
network opengl printsupport qmake_build qml quick sensors \
|
||||
USE_QT= buildtools_build concurrent core declarative gui linguisttools location \
|
||||
network opengl printsupport qmake_build sensors \
|
||||
sql webkit widgets
|
||||
USE_XORG= x11
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
PORTNAME= connectivity
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt connectivity (Bluetooth/NFC) module
|
||||
|
||||
USE_QT= concurrent core qml quick buildtools_build
|
||||
USE_QT= concurrent core declarative buildtools_build
|
||||
USES= qmake qt-dist:5,connectivity
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
PORTNAME= sensors
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt sensors module
|
||||
|
||||
USE_QT= core qml quick buildtools_build
|
||||
USE_QT= core declarative buildtools_build
|
||||
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,sensors
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
|
|
@ -23,8 +23,8 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|||
coreaddons crash ecm i18n iconthemes itemviews jobwidgets \
|
||||
kio parts service solid sonnet textwidgets wallet \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus gui location network printsupport qml \
|
||||
quick webchannel webengine widgets xml xmlpatterns \
|
||||
USE_QT= concurrent core dbus declarative gui location network printsupport \
|
||||
webchannel webengine widgets xml xmlpatterns \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ USE_KDE= auth bookmarks codecs completion config \
|
|||
iconthemes itemviews jobwidgets kio parts service \
|
||||
solid sonnet texteditor textwidgets widgetsaddons \
|
||||
xmlgui breeze-icons_build
|
||||
USE_QT= core dbus gui network printsupport webkit widgets xml \
|
||||
buildtools_build qmake_build qml
|
||||
USE_QT= core dbus declarative gui network printsupport webkit widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
CONFLICTS_INSTALL= calligra-2*
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= redisdesktopmanager
|
||||
PORTVERSION= 0.9.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
|
@ -32,7 +33,7 @@ GH_TUPLE= \
|
|||
uglide:qsshclient:6fa7fb7:qsshclient/3rdparty/qredisclient/3rdparty/qsshclient \
|
||||
redis:hiredis:53c3243:hiredis/3rdparty/qredisclient/3rdparty/hiredis \
|
||||
libssh2:libssh2:62b825c:libssh2/3rdparty/qredisclient/3rdparty/qsshclient/3rdparty/libssh2
|
||||
USE_QT= buildtools_build charts concurrent core gui network qmake_build qml quick widgets
|
||||
USE_QT= buildtools_build charts concurrent core declarative gui network qmake_build widgets
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|%%PORTVERSION%%|${PORTVERSION}|g' ${WRKSRC}/src/version.h
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= akregator
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -23,7 +24,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
|||
# pim components
|
||||
USE_KDE+= akonadi akonadimime contacts grantleetheme kontactinterface \
|
||||
libkdepim libkleo messagelib mime pimcommon pimtextedit syndication
|
||||
USE_QT= core dbus gui location network printsupport qml quick \
|
||||
USE_QT= core dbus declarative gui location network printsupport \
|
||||
webchannel webengine widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= grantlee-editor
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -24,7 +25,7 @@ USE_KDE= archive attica auth codecs completion config configwidgets \
|
|||
# pim components
|
||||
USE_KDE+= akonadi akonadicontacts akonadimime contacts grantleetheme \
|
||||
kdepim-apps-libs libkleo messagelib mime pimcommon pimtextedit
|
||||
USE_QT= core dbus gui location network qml quick webchannel webengine \
|
||||
USE_QT= core dbus declarative gui location network webchannel webengine \
|
||||
widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kdeconnect-kde
|
||||
DISTVERSION= 1.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/stable/kdeconnect/${DISTVERSION}/src/
|
||||
DIST_SUBDIR= KDE
|
||||
|
@ -24,7 +25,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|||
coreaddons dbusaddons doctools ecm i18n iconthemes \
|
||||
itemviews jobwidgets kcmutils kio notifications service \
|
||||
solid wayland widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus gui network qml quick testlib widgets x11extras xml \
|
||||
USE_QT= concurrent core dbus declarative gui network testlib widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= ice sm x11 xext xtst
|
||||
USE_LDCONFIG= ${QT_QMLDIR}/org/kde/kdeconnect
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kdepim-addons
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -29,7 +30,7 @@ USE_KDE+= akonadi akonadicalendar akonadicontacts akonadiimportwizard \
|
|||
kdepim-apps-libs kitinerary kpkpass libkdepim libkleo libksieve mailcommon \
|
||||
mailimporter mailtransport messagelib mime pimcommon \
|
||||
pimtextedit tnef
|
||||
USE_QT= core dbus gui location network printsupport qml quick testlib \
|
||||
USE_QT= core dbus declarative gui location network printsupport testlib \
|
||||
webchannel webengine widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kdepim-runtime
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -28,7 +29,7 @@ USE_KDE+= akonadi akonadicontacts akonadimime akonadinotes \
|
|||
calendarutils contacts gapi identitymanagement imap \
|
||||
kontactinterface kpimdav mailtransport mbox mime pimcommon \
|
||||
pimtextedit syndication
|
||||
USE_QT= core dbus gui location network printsupport qml quick speech \
|
||||
USE_QT= core dbus declarative gui location network printsupport speech \
|
||||
script webchannel webengine widgets xml xmlpatterns \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kmail
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -34,7 +35,7 @@ USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \
|
|||
kontactinterface ldap mailcommon mailtransport messagelib \
|
||||
mime pimcommon pimtextedit tnef \
|
||||
kdepim-runtime5_run
|
||||
USE_QT= core dbus gui location network printsupport qml quick \
|
||||
USE_QT= core dbus declarative gui location network printsupport \
|
||||
webchannel webengine widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kontact
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -15,7 +16,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
|||
service sonnet textwidgets widgetsaddons windowsystem xmlgui
|
||||
# pim components
|
||||
USE_KDE+= akonadi grantleetheme kdepim-apps-libs kontactinterface libkdepim
|
||||
USE_QT= core dbus gui location network qml quick webchannel webengine \
|
||||
USE_QT= core dbus declarative gui location network webchannel webengine \
|
||||
widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= latte-dock
|
||||
DISTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/stable/latte-dock
|
||||
|
||||
|
@ -19,7 +20,7 @@ USE_KDE= activities archive attica auth codecs config configwidgets \
|
|||
kdeclarative newstuff notifications package plasma-framework service \
|
||||
wayland widgetsaddons windowsystem xmlgui \
|
||||
ecm_build
|
||||
USE_QT= core dbus gui network qml quick widgets x11extras xml \
|
||||
USE_QT= core dbus declarative gui network widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= ice sm x11 xcb xext
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= milou
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,7 +11,7 @@ COMMENT= Plasma5 Plasmoid for search
|
|||
USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth codecs config coreaddons i18n kdeclarative package \
|
||||
plasma-framework runner service
|
||||
USE_QT= core gui network qml quick script testlib widgets \
|
||||
USE_QT= core declarative gui network script testlib widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= sddm-kcm
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ USES= cmake:outsource compiler:c++11-lib gettext kde:5 cpe pkgconfig \
|
|||
USE_KDE= auth archive attica codecs completion config configwidgets \
|
||||
coreaddons ecm i18n jobwidgets kio newstuff service \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus designer gui network qml quick uiplugin widgets \
|
||||
USE_QT= concurrent core dbus declarative designer gui network uiplugin widgets \
|
||||
x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= ice sm x11 xcb xcursor xext xfixes
|
||||
|
|
|
@ -22,7 +22,7 @@ USE_KDE+= akonadicalendar akonadicontacts akonadinotes akonadisearch \
|
|||
calendarcore contacts identitymanagement kontactinterface ldap \
|
||||
mime pimtextedit \
|
||||
kdepim-runtime5_run
|
||||
USE_QT= concurrent core dbus gui network printsupport qml testlib \
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport testlib \
|
||||
widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
PORTNAME= RStudio
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.679
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel math java
|
||||
MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \
|
||||
https://s3.amazonaws.com/rstudio-buildtools/:buildtools
|
||||
|
@ -30,7 +30,7 @@ LIB_DEPENDS= libR.so:math/R \
|
|||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
||||
USES= cmake:outsource desktop-file-utils fortran pkgconfig qt:5 shared-mime-info ssl
|
||||
USE_QT= core dbus gui location network opengl printsupport qml quick sensors \
|
||||
USE_QT= core dbus declarative gui location network opengl printsupport sensors \
|
||||
sql svg webchannel webengine webkit widgets xml xmlpatterns buildtools_build qmake_build
|
||||
USE_JAVA= yes
|
||||
JAVA_BUILD= yes
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= kdevelop
|
||||
DISTVERSION= 5.2.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src
|
||||
DIST_SUBDIR= KDE/kdevelop
|
||||
|
@ -31,7 +31,7 @@ USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \
|
|||
notifyconfig package parts plasma-framework \
|
||||
runner service solid sonnet texteditor textwidgets threadweaver \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus gui help network qml quick \
|
||||
USE_QT= concurrent core dbus declarative gui help network \
|
||||
script sql widgets xml buildtools_build qmake_build
|
||||
CONFLICTS= kdevelop-kde4-4* kdevelop-4* kdevplatform-kde4-4* kdevplatform-4*
|
||||
SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kcmutils
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
|
||||
iconthemes itemviews kdeclarative package service \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= buildtools_build core dbus gui network qmake_build \
|
||||
qml quick widgets xml
|
||||
USE_QT= buildtools_build core dbus declarative gui network qmake_build \
|
||||
widgets xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kdeclarative
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -14,7 +15,7 @@ USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
|
|||
USE_KDE= completion config coreaddons globalaccel guiaddons i18n \
|
||||
iconthemes jobwidgets kio package service widgetsaddons \
|
||||
windowsystem
|
||||
USE_QT= buildtools_build core dbus gui network qmake_build qml \
|
||||
quick testlib widgets xml
|
||||
USE_QT= buildtools_build core dbus declarative gui network qmake_build \
|
||||
testlib widgets xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,6 +10,6 @@ COMMENT= KF5 advanced internationalization framework
|
|||
USES= cmake:outsource compiler:c++11-lib gettext-runtime \
|
||||
gettext-tools:build,run kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_QT= buildtools_build concurrent core qmake_build qml script testlib
|
||||
USE_QT= buildtools_build concurrent core declarative qmake_build script testlib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= knewstuff
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ USE_KDE= archive attica5 auth codecs completion config \
|
|||
configwidgets coreaddons ecm i18n iconthemes itemviews \
|
||||
jobwidgets kio service sonnet textwidgets widgetsaddons \
|
||||
xmlgui
|
||||
USE_QT= buildtools_build core dbus gui network qmake_build \
|
||||
quick widgets xml
|
||||
USE_QT= buildtools_build core dbus declarative gui network qmake_build \
|
||||
widgets xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -9,7 +9,7 @@ COMMENT= KF5 library providing access to contacts
|
|||
|
||||
USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= config coreaddons ecm i18n itemviews service widgetsaddons
|
||||
USE_QT= buildtools_build core dbus gui network qmake_build qml \
|
||||
USE_QT= buildtools_build core dbus declarative gui network qmake_build \
|
||||
sql widgets
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -9,8 +9,8 @@ COMMENT= KF5 hardware integration and detection
|
|||
|
||||
USES= bison cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_QT= buildtools_build concurrent core dbus gui linguisttools \
|
||||
network qmake_build qml testlib widgets xml
|
||||
USE_QT= buildtools_build concurrent core dbus declarative gui linguisttools \
|
||||
network qmake_build testlib widgets xml
|
||||
|
||||
OPTIONS_DEFINE= BSDISKS
|
||||
BSDISKS_DESC= Use bsdisks instead of hald to mount drives
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kio-extras
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-applications # kde kde-applications-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -18,7 +19,7 @@ USE_KDE= activities archive auth bookmarks codecs completion config \
|
|||
jobwidgets js kdelibs4support khtml kio notifications parts \
|
||||
pty service solid sonnet textwidgets unitconversion \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_QT= core dbus gui location network phonon4 printsupport qml quick \
|
||||
USE_QT= core dbus declarative gui location network phonon4 printsupport \
|
||||
sql svg testlib webchannel widgets xml \
|
||||
buildtools_build qmake_build
|
||||
SHEBANG_FILES= info/kde-info2html
|
||||
|
|
|
@ -18,7 +18,7 @@ USE_KDE= attica auth bookmarks codecs completion crash \
|
|||
ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
|
||||
newstuff parts service solid sonnet textwidgets \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus designer gui network printsupport qml \
|
||||
USE_QT= concurrent core dbus declarative designer gui network printsupport \
|
||||
script scripttools widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= plasma-sdk
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -13,7 +14,7 @@ USE_KDE= archive attica auth codecs completion config configwidgets \
|
|||
jobwidgets kdeclarative kio kirigami2 newstuff package parts \
|
||||
plasma-framework service sonnet texteditor textwidgets \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus gui network qml quick webkit widgets x11extras xml \
|
||||
USE_QT= concurrent core dbus declarative gui network webkit widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
PORTNAME= designer
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt 5 graphical user interface designer
|
||||
|
||||
USE_QT= assistant_run core gui network printsupport quick uiplugin \
|
||||
USE_QT= assistant_run core declarative gui network printsupport uiplugin \
|
||||
widgets xml buildtools_build
|
||||
USES= compiler:c++11-lang qmake qt-dist:5,tools
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
|
|
@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5-
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt localization tools
|
||||
|
||||
USE_QT= core xml buildtools_build qml_build
|
||||
USE_QT= core xml buildtools_build declarative_build
|
||||
USES= compiler:c++11-lang qmake qt-dist:5,tools
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/linguist
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
PORTNAME= location
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt location module
|
||||
|
||||
USE_QT= concurrent core dbus gui network qml quick buildtools_build
|
||||
USE_QT= concurrent core dbus declarative gui network buildtools_build
|
||||
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,location
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
|
|
@ -12,7 +12,7 @@ BUILD_DEPENDS= llvm60>=0:devel/llvm60
|
|||
RUN_DEPENDS= llvm60>=0:devel/llvm60
|
||||
|
||||
USES= compiler:c++11-lang qmake qt-dist:5,tools
|
||||
USE_QT= core qml buildtools_build qdoc-data_run
|
||||
USE_QT= core declarative buildtools_build qdoc-data_run
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
|
|
@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5-
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt5 SXCML module
|
||||
|
||||
USE_QT= core network qml buildtools_build
|
||||
USE_QT= core declarative network buildtools_build
|
||||
USES= compiler:c++11-lang qmake qt-dist:5,scxml
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qtcreator
|
||||
DISTVERSION= 4.6.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
|
||||
DISTNAME= qt-creator-opensource-src-${DISTVERSION}
|
||||
|
@ -18,8 +18,8 @@ LIB_DEPENDS= libqbscore.so:devel/qbs
|
|||
USES= qmake compiler:c++14-lang qt:5 tar:xz
|
||||
USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME}
|
||||
USE_GL= gl
|
||||
USE_QT= buildtools concurrent core designer gui help \
|
||||
linguist location network printsupport qdoc qmake qml quick \
|
||||
USE_QT= buildtools concurrent core declarative designer gui help \
|
||||
linguist location network printsupport qdoc qmake \
|
||||
quickcontrols script script sql svg webchannel webengine \
|
||||
widgets xml xmlpatterns
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= calligra
|
||||
DISTVERSION= 3.1.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -47,9 +47,9 @@ USE_KDE= activities archive auth bookmarks codecs completion config \
|
|||
texteditor textwidgets threadweaver unitconversion wallet \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
calendarcore okular
|
||||
USE_QT= buildtools_build core dbus gui network opengl \
|
||||
phonon4 printsupport qmake_build qml \
|
||||
quick script sql svg testlib webkit widgets x11extras xml
|
||||
USE_QT= buildtools_build core dbus declarative gui network opengl \
|
||||
phonon4 printsupport qmake_build \
|
||||
script sql svg testlib webkit widgets x11extras xml
|
||||
USE_XORG= ice sm x11 xext
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= tea
|
||||
PORTVERSION= 46.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
|
@ -31,7 +32,7 @@ GH_PROJECT= ${PORTNAME}-qt
|
|||
QT4_USES= qt:4
|
||||
QT4_USE= qt=corelib,gui,moc_build,network,rcc_build
|
||||
QT5_USES= qt:5
|
||||
QT5_USE= qt=buildtools_build,core,gui,network,widgets,printsupport,qml,quick
|
||||
QT5_USE= qt=buildtools_build,core,declarative,gui,network,widgets,printsupport
|
||||
|
||||
LDFLAGS+= -lz
|
||||
PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= qmc2
|
||||
PORTVERSION= 0.195
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -19,8 +20,8 @@ NO_WRKSUBDIR= yes
|
|||
USES= gmake qt:5 tar:bzip2
|
||||
USE_XORG= x11 xmu
|
||||
USE_GL= gl glu
|
||||
USE_QT= buildtools_build core gui multimedia \
|
||||
network opengl quick qmake_build qml \
|
||||
USE_QT= buildtools_build core declarative gui multimedia \
|
||||
network opengl qmake_build \
|
||||
testlib script scripttools sql svg \
|
||||
webkit widgets xml xmlpatterns
|
||||
USE_SDL= sdl
|
||||
|
|
|
@ -39,7 +39,7 @@ GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-26-g4c27501:hidapi/3rdparty/hidapi \
|
|||
USES= cmake:outsource compiler:c++17-lang iconv:wchar_t localbase:ldflags \
|
||||
openal:soft pkgconfig qt:5
|
||||
USE_GL= gl glew
|
||||
USE_QT= qmake_build buildtools_build core dbus gui network widgets qml
|
||||
USE_QT= qmake_build buildtools_build core dbus declarative gui network widgets
|
||||
USE_XORG= x11
|
||||
LLD_UNSAFE= yes # XXX ports/219089
|
||||
CMAKE_ON= CMAKE_SKIP_RPATH USE_SYSTEM_FFMPEG USE_SYSTEM_LIBPNG
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= kmymoney
|
||||
PORTVERSION= 5.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= finance kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
|
||||
|
||||
|
@ -64,7 +64,7 @@ KBANKING_DESC= Online banking via KBanking (AqBanking)
|
|||
KBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \
|
||||
libgwengui-qt5.so:devel/gwenhywfar-qt5 \
|
||||
libaqbanking.so:finance/aqbanking
|
||||
KBANKING_USE= qt=qml,quick
|
||||
KBANKING_USE= qt=declarative
|
||||
KBANKING_CMAKE_BOOL= ENABLE_KBANKING
|
||||
|
||||
KDEWEBKIT_DESC= Web content rendering via KDEWebKit
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= skrooge
|
||||
DISTVERSION= 2.15.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -28,8 +29,8 @@ USE_KDE= activities archive attica5 auth bookmarks codecs completion \
|
|||
package parts plasma-framework runner service solid sonnet \
|
||||
textwidgets unitconversion wallet widgetsaddons windowsystem \
|
||||
xmlgui
|
||||
USE_QT= concurrent core dbus designer gui network printsupport qml \
|
||||
quick script sql svg webkit widgets xml \
|
||||
USE_QT= concurrent core dbus declarative designer gui network printsupport \
|
||||
script sql svg webkit widgets xml \
|
||||
qmake_build buildtools_build
|
||||
SHEBANG_FILES= plugins/import/skrooge_import_backend/skrooge-sabb.py \
|
||||
skgbankmodeler/skrooge-coinmarketcap.py \
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= 2048-qt
|
||||
PORTVERSION= 0.1.6
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
|
@ -16,7 +17,7 @@ GH_ACCOUNT= xiaoyong
|
|||
GH_PROJECT= 2048-Qt
|
||||
|
||||
USES= gmake pkgconfig qmake qt:5
|
||||
USE_QT= core gui network widgets qml quick buildtools_build quickcontrols
|
||||
USE_QT= core declarative gui network widgets buildtools_build quickcontrols
|
||||
|
||||
PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \
|
||||
share/pixmaps/${PORTNAME}.png
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= bomber
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,7 +11,7 @@ COMMENT= ${${PORTNAME}_DESC}
|
|||
USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
ecm i18n kio libkdegames widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network widgets phonon4 qml quick xml \
|
||||
USE_QT= core dbus declarative gui network widgets phonon4 xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= bovo
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,7 +11,7 @@ COMMENT= ${${PORTNAME}_DESC}
|
|||
USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
ecm i18n kdeclarative libkdegames newstuff widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= concurrent core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= flightgear
|
||||
PORTVERSION= 2018.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
|
||||
|
||||
|
@ -49,7 +49,7 @@ DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF
|
|||
QT5_CMAKE_ON= -DENABLE_QT:BOOL=ON
|
||||
QT5_CMAKE_OFF= -DENABLE_QT:BOOL=OFF
|
||||
QT5_USES= qt:5
|
||||
QT5_USE= QT=core,buildtools,gui,network,qmake,qml,quick,widgets
|
||||
QT5_USE= QT=core,buildtools,gui,declarative,network,qmake,widgets
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= gcompris-qt
|
||||
DISTVERSION= 0.91
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games kde
|
||||
MASTER_SITES= http://gcompris.net/download/qt/src/
|
||||
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libBox2D.so:x11-toolkits/qml-box2d
|
|||
|
||||
USES= cmake:outsource kde:5 qt:5 tar:xz
|
||||
USE_KDE= doctools
|
||||
USE_QT= core graphicaleffects gui multimedia network qml quick quickcontrols \
|
||||
USE_QT= core declarative graphicaleffects gui multimedia network quickcontrols \
|
||||
sensors svg widgets xml xmlpatterns \
|
||||
buildtools_build linguisttools_build qmake_build
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= granatier
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= attica auth codecs config configwidgets coreaddons crash \
|
||||
dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
|
||||
libkdegames newstuff notifyconfig service widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kanagram
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= attica auth codecs config configwidgets coreaddons crash \
|
||||
doctools ecm i18n kdeclarative kio libkeduvocdocument newstuff \
|
||||
package service sonnet widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network opengl qml quick speech svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network opengl speech svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kapman
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons ecm i18n libkdegames notifyconfig widgetsaddons \
|
||||
windowsystem xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= katomic
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= ${${PORTNAME}_DESC}
|
||||
|
@ -10,7 +11,7 @@ USES= cmake:outsource gettext kde:5 qt:5 shebangfix tar:xz
|
|||
USE_KDE= attica auth codecs config configwidgets coreaddons crash \
|
||||
dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
|
||||
libkdegames newstuff notifyconfig service widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick widgets xml \
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
SHEBANG_FILES= katomic-levelset-upd.pl
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kblackbox
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= archive auth codecs config configwidgets coreaddons crash \
|
||||
dbusaddons ecm guiaddons i18n iconthemes libkdegames sonnet \
|
||||
textwidgets widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kblocks
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons i18n itemmodels kio libkdegames newstuff \
|
||||
notifyconfig textwidgets widgetsaddons windowsystem xmlgui
|
||||
USE_QT= core dbus gui network phonon4 qml quick svg testlib widgets xml \
|
||||
USE_QT= core dbus declarative gui network phonon4 svg testlib widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kbounce
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio \
|
||||
libkdegames notifyconfig service textwidgets widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network phonon4 qml quick svg testlib widgets xml \
|
||||
USE_QT= core dbus declarative gui network phonon4 svg testlib widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kbreakout
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio libkdegames \
|
||||
service widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kdiamond
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
doctools ecm guiaddons i18n iconthemes libkdegames \
|
||||
notifications notifyconfig widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick widgets xml \
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kfourinline
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
|||
dbusaddons dnssd ecm i18n iconthemes itemmodels itemviews \
|
||||
kdeclarative kdelibs4support kio libkdegames notifyconfig \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kgoldrunner
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
||||
crash dbusaddons ecm i18n kio libkdegames service \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick widgets xml \
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= khangman
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
||||
crash doctools ecm i18n kdeclarative libkeduvocdocument \
|
||||
newstuff notifications package service widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kigo
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ USE_KDE= attica auth codecs completion config configwidgets \
|
|||
coreaddons crash dbusaddons ecm i18n jobwidgets kio \
|
||||
libkdegames newstuff notifyconfig service sonnet textwidgets \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= killbots
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
|
||||
libkdegames notifyconfig widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick widgets xml \
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kiriki
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,7 +11,7 @@ COMMENT= ${${PORTNAME}_DESC}
|
|||
USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
ecm guiaddons i18n iconthemes kio libkdegames widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network printsupport qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network printsupport svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kjumpingcube
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
|||
dbusaddons ecm guiaddons i18n iconthemes itemviews jobwidgets \
|
||||
kio libkdegames newstuff notifyconfig service widgetsaddons \
|
||||
xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= klickety
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -13,7 +14,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|||
coreaddons crash dbusaddons doctools ecm i18n itemviews \
|
||||
jobwidgets kio libkdegames notifications notifyconfig service \
|
||||
solid widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick widgets xml \
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= klines
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
ecm guiaddons i18n iconthemes itemviews kio libkdegames \
|
||||
newstuff service widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kmahjongg
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -13,7 +14,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons doctools ecm i18n kdeclarative libkdegames newstuff \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kmines
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
ecm i18n kio libkdegames notifyconfig sonnet textwidgets \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick widgets xml \
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= knavalbattle
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons dnssd doctools ecm i18n libkdegames sonnet \
|
||||
textwidgets widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick widgets xml \
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= knetwalk
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
ecm guiaddons i18n iconthemes itemviews kio libkdegames \
|
||||
notifyconfig sonnet textwidgets widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kolf
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -13,7 +14,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|||
itemviews jobwidgets kdelibs4support kio libkdegames \
|
||||
notifications parts service solid sonnet textwidgets \
|
||||
unitconversion widgetsaddons windowsystem xmlgui
|
||||
USE_QT= core dbus gui network phonon4 printsupport qml quick \
|
||||
USE_QT= core dbus declarative gui network phonon4 printsupport \
|
||||
widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kollision
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
ecm i18n kio libkdegames newstuff notifyconfig textwidgets \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network phonon4 qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network phonon4 svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= konquest
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs config configwidgets coreaddons crash \
|
||||
dbusaddons ecm guiaddons i18n libkdegames widgetsaddons \
|
||||
xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kpat
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -14,7 +15,7 @@ USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|||
crash dbusaddons ecm guiaddons i18n iconthemes itemviews \
|
||||
kdeclarative kio libkdegames newstuff notifyconfig service \
|
||||
textwidgets widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network phonon4 qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network phonon4 svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kreversi
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|||
coreaddons crash dbusaddons ecm i18n iconthemes itemviews \
|
||||
jobwidgets kdeclarative kio libkdegames package service \
|
||||
solid widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kshisen
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -13,7 +14,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons dnssd ecm i18n kdeclarative kio libkdegames \
|
||||
newstuff widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ksirk
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -13,7 +14,7 @@ USES= cmake:outsource kde:5 qt:5 tar:xz
|
|||
USE_KDE= attica auth codecs completion config configwidgets \
|
||||
coreaddons crash i18n iconthemes kio libkdegames newstuff \
|
||||
service wallet widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network phonon4 qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network phonon4 svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ksnakeduel
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
||||
crash dbusaddons ecm guiaddons i18n libkdegames \
|
||||
widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kspaceduel
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,7 +11,7 @@ COMMENT= ${${PORTNAME}_DESC}
|
|||
USES= cmake:outsource kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
||||
crash dbusaddons ecm i18n libkdegames widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ksquares
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
|
||||
libkdegames notifyconfig widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick widgets xml \
|
||||
USE_QT= core dbus declarative gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ksudoku
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ USE_GL= gl glu
|
|||
USE_KDE= archive auth codecs completion config configwidgets \
|
||||
coreaddons crash ecm guiaddons i18n jobwidgets kio \
|
||||
libkdegames service widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network opengl printsupport qml quick \
|
||||
USE_QT= core dbus declarative gui network opengl printsupport \
|
||||
svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ktuberling
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -14,8 +15,8 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|||
kdelibs4support kio libkdegames newstuff notifications \
|
||||
notifyconfig parts service solid sonnet textwidgets \
|
||||
unitconversion widgetsaddons windowsystem xmlgui
|
||||
USE_QT= core dbus gui multimedia network phonon4 printsupport qml \
|
||||
quick svg testlib widgets xml \
|
||||
USE_QT= core dbus declarative gui multimedia network phonon4 printsupport \
|
||||
svg testlib widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kubrick
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource kde:5 qt:5 tar:xz
|
|||
USE_GL= gl glu
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash ecm \
|
||||
i18n kio libkdegames service widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network opengl qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network opengl svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= libkdegames
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -16,7 +17,7 @@ USE_KDE= archive attica auth bookmarks codecs completion config \
|
|||
globalaccel guiaddons i18n iconthemes init itemmodels \
|
||||
itemviews jobwidgets kdeclarative kdelibs4support kio newstuff \
|
||||
package service textwidgets widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg testlib widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg testlib widgets xml \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= lskat
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,7 +11,7 @@ COMMENT= ${${PORTNAME}_DESC}
|
|||
USES= cmake:outsource kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash ecm \
|
||||
guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -4,6 +4,7 @@ PORTNAME= openage
|
|||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.0-1262
|
||||
DISTVERSIONSUFFIX= -ga554ab49
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= martinfilla@post.cz
|
||||
|
@ -36,7 +37,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= SFTtech
|
||||
USE_SDL= image2 sdl2
|
||||
USE_GL= gl glu
|
||||
USE_QT= core gui network qml quick buildtools_build qmake_build
|
||||
USE_QT= core declarative gui network buildtools_build qmake_build
|
||||
USE_PYTHON= cython
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= picmi
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \
|
||||
libkdegames newstuff service widgetsaddons xmlgui
|
||||
USE_QT= core dbus gui network qml quick svg testlib widgets xml \
|
||||
USE_QT= core dbus declarative gui network svg testlib widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= krita
|
||||
DISTVERSION= 4.1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -35,8 +36,8 @@ USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
|
|||
shared-mime-info
|
||||
USE_KDE= archive completion config coreaddons crash guiaddons i18n \
|
||||
itemmodels itemviews kio service widgetsaddons windowsystem
|
||||
USE_QT= concurrent core dbus gui multimedia network printsupport \
|
||||
qml quick svg testlib widgets x11extras xml \
|
||||
USE_QT= concurrent core dbus declarative gui multimedia network printsupport \
|
||||
svg testlib widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= ice sm xcb xext xi
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= okular
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -30,7 +31,7 @@ USE_KDE= activities archive auth bookmarks codecs completion config \
|
|||
kdelibs4support khtml kio libkexiv2 parts pty \
|
||||
service solid sonnet textwidgets threadweaver wallet \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_QT= core dbus gui network phonon4 printsupport qml quick speech \
|
||||
USE_QT= core dbus declarative gui network phonon4 printsupport speech \
|
||||
svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= photoqt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= melanhit@gmail.com
|
||||
|
@ -13,7 +13,7 @@ LICENSE= GPLv2
|
|||
|
||||
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
|
||||
localbase:ldflags qt:5
|
||||
USE_QT= core graphicaleffects gui multimedia network qml quick \
|
||||
USE_QT= core declarative graphicaleffects gui multimedia network \
|
||||
quickcontrols sql svg widgets xml \
|
||||
buildtools_build linguisttools_build qmake_build
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= 3d
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -11,7 +12,7 @@ COMMENT= Qt3D module
|
|||
LIB_DEPENDS= libassimp.so:multimedia/assimp
|
||||
|
||||
USES= compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d
|
||||
USE_QT= concurrent core gui network qml quick buildtools_build
|
||||
USE_QT= concurrent core declarative gui network buildtools_build
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= graphicaleffects
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -11,6 +12,6 @@ COMMENT= Qt Quick graphical effects
|
|||
BROKEN_armv6= fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
|
||||
|
||||
USES= compiler:c++11-lang qmake qt-dist:5,graphicaleffects
|
||||
USE_QT= buildtools_build core gui quick qml
|
||||
USE_QT= buildtools_build core declarative gui
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= wayland
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|||
USES= pkgconfig qmake:norecursive qt-dist:5,wayland
|
||||
USE_GL= egl gl
|
||||
USE_GNOME= glib20
|
||||
USE_QT= core dbus gui qml quick \
|
||||
USE_QT= core dbus gui declarative \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= x11 xcomposite
|
||||
|
||||
|
|
|
@ -22,7 +22,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= zbanks
|
||||
GH_TAGNAME= 2b947cf
|
||||
GH_TUPLE= zbanks:BTrack:1c5b72e:bt/BTrack
|
||||
USE_QT= core graphicaleffects gui network qml quick quickcontrols widgets buildtools_build qmake_build
|
||||
USE_QT= core declarative graphicaleffects gui network quickcontrols widgets \
|
||||
buildtools_build qmake_build
|
||||
USE_GL= gl glu
|
||||
|
||||
CMAKE_ARGS= -DRADIANCE_SYSTEM_RESOURCES:STRING=${DATADIR}/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= spectacle
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -16,7 +17,7 @@ USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|||
dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \
|
||||
libkipi newstuff notifications package service widgetsaddons \
|
||||
windowsystem xmlgui
|
||||
USE_QT= core concurrent dbus gui network printsupport qml quick \
|
||||
USE_QT= core concurrent dbus declarative gui network printsupport \
|
||||
quickcontrols widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= x11 xcb xext xfixes
|
||||
|
|
|
@ -311,7 +311,6 @@
|
|||
SUBDIR += python37
|
||||
SUBDIR += qore
|
||||
SUBDIR += qscheme
|
||||
SUBDIR += qt5-qml
|
||||
SUBDIR += quack
|
||||
SUBDIR += racket
|
||||
SUBDIR += racket-minimal
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue