diff options
Diffstat (limited to 'net-im')
38 files changed, 56 insertions, 56 deletions
diff --git a/net-im/beebeep/Makefile b/net-im/beebeep/Makefile index a02b7387c097..f5871657e0e8 100644 --- a/net-im/beebeep/Makefile +++ b/net-im/beebeep/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= compiler:c++17-lang pkgconfig \ qmake qt:5 zip USE_QT= core gui multimedia network printsupport widgets x11extras xml \ - buildtools_build linguist_build + buildtools:build linguist:build do-install: ${MKDIR} ${STAGEDIR}${LOCALBASE}/bin ${STAGEDIR}${QT_PLUGINDIR}/ diff --git a/net-im/chatterino2/Makefile b/net-im/chatterino2/Makefile index 1f64015ac043..26b9649a9daf 100644 --- a/net-im/chatterino2/Makefile +++ b/net-im/chatterino2/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ USES= compiler:c++17-lang gl pkgconfig qmake qt:5 ssl USE_QT= concurrent core gui multimedia network svg widgets \ - buildtools_build qmake_build + buildtools:build qmake:build USE_GL= gl PLIST_FILES= bin/chatterino \ diff --git a/net-im/cutegram/Makefile b/net-im/cutegram/Makefile index cb5d32039300..a36632ca30eb 100644 --- a/net-im/cutegram/Makefile +++ b/net-im/cutegram/Makefile @@ -24,7 +24,7 @@ GH_SUBDIR= Cutegram/asemantools:tools USES= compiler:c++11-lang desktop-file-utils gl gnome qmake:outsource \ qt:5 ssl USE_GL= gl -USE_QT= qmake_build buildtools_build dbus core declarative graphicaleffects \ +USE_QT= qmake:build buildtools:build dbus core declarative graphicaleffects \ gui multimedia network quickcontrols sql sql-sqlite3 xml \ widgets webkit QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \ diff --git a/net-im/gitterdone/Makefile b/net-im/gitterdone/Makefile index 4e1c4da618a8..c0957119b001 100644 --- a/net-im/gitterdone/Makefile +++ b/net-im/gitterdone/Makefile @@ -10,8 +10,8 @@ WWW= https://github.com/trueos/gitterdone LICENSE= BSD2CLAUSE USES= compiler:c++11-lang gl qmake qt:5 shebangfix tar:xz -USE_QT= core gui network linguist_build \ - buildtools_build widgets webkit svg +USE_QT= core gui network linguist:build \ + buildtools:build widgets webkit svg USE_GL+= gl USE_LDCONFIG= yes diff --git a/net-im/kaccounts-integration/Makefile b/net-im/kaccounts-integration/Makefile index 22c65db77595..9bf11365a359 100644 --- a/net-im/kaccounts-integration/Makefile +++ b/net-im/kaccounts-integration/Makefile @@ -18,8 +18,8 @@ USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \ USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ i18n iconthemes kcmutils kdeclarative kio service wallet widgetsaddons \ akonadi \ - ecm_build + ecm:build USE_QT= concurrent core dbus declarative gui network widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build .include <bsd.port.mk> diff --git a/net-im/kaccounts-providers/Makefile b/net-im/kaccounts-providers/Makefile index 954d5b09cc37..14dfcafc35e6 100644 --- a/net-im/kaccounts-providers/Makefile +++ b/net-im/kaccounts-providers/Makefile @@ -17,7 +17,7 @@ USE_GNOME= intltool USE_KDE= config coreaddons i18n kdeclarative kio package service USE_QT= concurrent core dbus declarative gui location network \ xml webchannel webengine \ - buildtools_build qmake_build + buildtools:build qmake:build OPTIONS_DEFINE= DOCS diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile index 6faaea16ee5b..58210d81ad65 100644 --- a/net-im/kaidan/Makefile +++ b/net-im/kaidan/Makefile @@ -15,6 +15,6 @@ USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \ USE_KDE= ecm kirigami2 notifications qqc2-desktop-style USE_QT= core dbus declarative gui location multimedia network \ quickcontrols2 sql svg widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build .include <bsd.port.mk> diff --git a/net-im/kopete/Makefile b/net-im/kopete/Makefile index 0a36e35993ad..9183d2c3f4d3 100644 --- a/net-im/kopete/Makefile +++ b/net-im/kopete/Makefile @@ -21,11 +21,11 @@ USE_KDE= archive auth bookmarks codecs completion config configwidgets \ khtml kio notifications notifyconfig parts service solid sonnet \ syntaxhighlighting texteditor textwidgets unitconversion wallet widgetsaddons \ windowsystem xmlgui \ - ecm_build + 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 testlib_build + buildtools:build qmake:build testlib:build USE_XORG= x11 SHEBANG_FILES= protocols/winpopup/winpopup-install \ diff --git a/net-im/ktp-accounts-kcm/Makefile b/net-im/ktp-accounts-kcm/Makefile index fc00881c7b49..5b43460377c6 100644 --- a/net-im/ktp-accounts-kcm/Makefile +++ b/net-im/ktp-accounts-kcm/Makefile @@ -26,9 +26,9 @@ USE_GNOME= intltool USE_KDE= auth codecs config configwidgets coreaddons i18n \ iconthemes itemviews kcmutils kio notifications notifyconfig \ service texteditor wallet widgetsaddons windowsystem \ - ecm_build + ecm:build USE_QT= core dbus declarative gui network sql widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_LDCONFIG= yes OPTIONS_DEFINE= IRC JABBER SALUT DOCS diff --git a/net-im/ktp-approver/Makefile b/net-im/ktp-approver/Makefile index 2873ce512579..21cd8e6b10bd 100644 --- a/net-im/ktp-approver/Makefile +++ b/net-im/ktp-approver/Makefile @@ -15,9 +15,9 @@ RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons dbusaddons service i18n notifications \ - ecm_build + ecm:build USE_QT= core dbus gui network widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile index 6d5bda951a4e..412752b2bb81 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -19,9 +19,9 @@ USES= compiler:c++11-lang cmake gettext kde:5 pkgconfig \ qca qt:5 tar:xz xorg USE_KDE= completion config coreaddons i18n jobwidgets kdewebkit \ kio wallet service solid widgetsaddons windowsystem \ - ecm_build + ecm:build USE_QT= concurrent core dbus gui network webkit widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-call-ui/Makefile b/net-im/ktp-call-ui/Makefile index 9c9500858aea..18bba0e0d570 100644 --- a/net-im/ktp-call-ui/Makefile +++ b/net-im/ktp-call-ui/Makefile @@ -25,9 +25,9 @@ USE_GNOME= glib20 USE_KDE= auth codecs config configwidgets coreaddons iconthemes \ i18n kcmutils kdeclarative notifications package service \ wallet widgetsaddons xmlgui \ - ecm_build + ecm:build USE_QT= core dbus declarative gui network widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-common-internals/Makefile b/net-im/ktp-common-internals/Makefile index cdaf8d65d5c5..426c01c0f6ed 100644 --- a/net-im/ktp-common-internals/Makefile +++ b/net-im/ktp-common-internals/Makefile @@ -26,9 +26,9 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \ kio notifications notifyconfig parts people service solid \ sonnet syntaxhighlighting texteditor textwidgets wallet widgetsaddons \ windowsystem xmlgui \ - ecm_build + ecm:build USE_QT= concurrent core dbus declarative gui network sql widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 USE_LDCONFIG= yes diff --git a/net-im/ktp-contact-list/Makefile b/net-im/ktp-contact-list/Makefile index 6c68edba09cf..09c3cec32633 100644 --- a/net-im/ktp-contact-list/Makefile +++ b/net-im/ktp-contact-list/Makefile @@ -17,9 +17,9 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \ dbusaddons i18n iconthemes jobwidgets kcmutils kio \ notifications notifyconfig people service solid wallet widgetsaddons \ windowsystem xmlgui \ - ecm_build + ecm:build USE_QT= concurrent core dbus gui network widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-contact-runner/Makefile b/net-im/ktp-contact-runner/Makefile index 8ee783baea10..1e85a9525c02 100644 --- a/net-im/ktp-contact-runner/Makefile +++ b/net-im/ktp-contact-runner/Makefile @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons i18n package plasma-framework runner \ service wallet \ - ecm_build + ecm:build USE_QT= core dbus gui network widgets xml\ - buildtools_build qmake_build + buildtools:build qmake:build OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-desktop-applets/Makefile b/net-im/ktp-desktop-applets/Makefile index 8b7821acc223..b3a5bf47767d 100644 --- a/net-im/ktp-desktop-applets/Makefile +++ b/net-im/ktp-desktop-applets/Makefile @@ -13,9 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz xorg USE_KDE= plasma-framework windowsystem \ - ecm_build + ecm:build USE_QT= core dbus declarative gui network widgets \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-filetransfer-handler/Makefile b/net-im/ktp-filetransfer-handler/Makefile index 6f2c98c326ce..08052bfaa42a 100644 --- a/net-im/ktp-filetransfer-handler/Makefile +++ b/net-im/ktp-filetransfer-handler/Makefile @@ -16,9 +16,9 @@ USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons i18n itemviews jobwidgets kio service solid \ wallet widgetsaddons windowsystem xmlgui \ - ecm_build + ecm:build USE_QT= concurrent core dbus gui network xml widgets \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-kded-module/Makefile b/net-im/ktp-kded-module/Makefile index 9e7c9a2d9e5c..3f491b20dcef 100644 --- a/net-im/ktp-kded-module/Makefile +++ b/net-im/ktp-kded-module/Makefile @@ -17,7 +17,7 @@ USE_KDE= activities auth codecs completion config configwidgets coreaddons \ dbusaddons i18n idletime jobwidgets kcmutils kio notifications \ service solid wallet widgetsaddons windowsystem USE_QT= concurrent core dbus gui network sql widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-send-file/Makefile b/net-im/ktp-send-file/Makefile index 9eb214332261..bb135c7a0eb7 100644 --- a/net-im/ktp-send-file/Makefile +++ b/net-im/ktp-send-file/Makefile @@ -18,9 +18,9 @@ USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ i18n iconthemes jobwidgets kcmutils kio service solid wallet \ widgetsaddons windowsystem \ - ecm_build + ecm:build USE_QT= concurrent core dbus gui network widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/net-im/ktp-text-ui/Makefile b/net-im/ktp-text-ui/Makefile index a6bded6c509d..65ac865e96ab 100644 --- a/net-im/ktp-text-ui/Makefile +++ b/net-im/ktp-text-ui/Makefile @@ -20,10 +20,10 @@ USE_KDE= archive auth codecs completion config configwidgets coreaddons \ kcmutils kdewebkit kio notifications notifyconfig people \ service solid sonnet textwidgets wallet widgetsaddons windowsystem \ xmlgui \ - ecm_build + ecm:build USE_QT= concurrent core dbus declarative gui location network \ printsupport speech webchannel webengine widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 USE_LDCONFIG= yes diff --git a/net-im/libaccounts-qt5/Makefile b/net-im/libaccounts-qt5/Makefile index a6ebfafcf028..2f0544669e28 100644 --- a/net-im/libaccounts-qt5/Makefile +++ b/net-im/libaccounts-qt5/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib USES= compiler:c++17-lang gettext-runtime gnome qmake \ pathfix pkgconfig python qt:5 tar:bz2 USE_GNOME= glib20 -USE_QT= buildtools_build core qmake_build testlib xml +USE_QT= buildtools:build core qmake:build testlib xml # gitlab variables USE_GITLAB= yes diff --git a/net-im/libqtelegram-ae/Makefile b/net-im/libqtelegram-ae/Makefile index 1549a14ccce7..8109df50dc01 100644 --- a/net-im/libqtelegram-ae/Makefile +++ b/net-im/libqtelegram-ae/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= Aseman-Land GH_PROJECT= libqtelegram-aseman-edition USES= compiler:c++11-lang qmake:outsource qt:5 ssl -USE_QT= qmake_build buildtools_build core gui network multimedia +USE_QT= qmake:build buildtools:build core gui network multimedia USE_LDCONFIG= yes post-patch: diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index 2ed0adc84bd0..d2a325adce27 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -13,7 +13,7 @@ CONFLICTS= libqmatrixclient\* USES= cmake compiler:c++14-lang qt:5 tar:xz USE_QT= core gui multimedia network \ - buildtools_build qmake_build testlib_build + buildtools:build qmake:build testlib:build USE_GITHUB= yes GH_ACCOUNT= quotient-im diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index e9fda9318336..b2fac50deee7 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -24,9 +24,9 @@ USE_GL= gl USE_QT= core dbus declarative graphicaleffects gui imageformats \ multimedia network quickcontrols quickcontrols2 \ svg widgets xml \ - buildtools_build linguist_build qmake_build + buildtools:build linguist:build qmake:build USE_KDE= config coreaddons dbusaddons i18n itemmodels kirigami2 notifications \ qqc2-desktop-style \ - ecm_build + ecm:build .include <bsd.port.mk> diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 9cc4c609a090..ce8977c5ec17 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -29,8 +29,8 @@ USES= cmake compiler:c++17-lang desktop-file-utils \ localbase:ldflags pkgconfig qt:5 ssl tar:xz USE_QT= concurrent core dbus declarative gui multimedia network \ quickcontrols2 svg widgets \ - graphicaleffects_run \ - buildtools_build linguist_build qmake_build + graphicaleffects:run \ + buildtools:build linguist:build qmake:build # There is one external dependency: lmdb++ # - lmdb++ is a single header file, it just needs to be included diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index ac19614c38ba..5f7ab2e14032 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libidn.so:dns/libidn USES= cmake compiler:c++11-lang desktop-file-utils minizip pkgconfig \ qca qt:5 tar:xz xorg USE_QT= concurrent core dbus gui multimedia network svg widgets \ - x11extras xml buildtools_build qmake_build imageformats_run + x11extras xml buildtools:build qmake:build imageformats:run USE_XORG= ice sm x11 xcb xext xscrnsaver CMAKE_ARGS= -DIDN_LIBRARY:FILEPATH="${LOCALBASE}/lib/libidn.so" \ diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 922e9218be22..40e091ced475 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -26,8 +26,8 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ USES= cmake compiler:c++11-lib desktop-file-utils gettext openal:soft pkgconfig qt:5 USE_GITHUB= yes -USE_QT= core gui network xml opengl sql sql-sqlite3_run widgets svg \ - concurrent_build buildtools_build linguisttools_build qmake_build testlib_build +USE_QT= core gui network xml opengl sql sql-sqlite3:run widgets svg \ + concurrent:build buildtools:build linguisttools:build qmake:build testlib:build CMAKE_ARGS= -DGIT_DESCRIBE:STRING=${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} CMAKE_OFF= USE_CCACHE diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile index 9e34bfc26be1..7c8f8535b938 100644 --- a/net-im/quaternion/Makefile +++ b/net-im/quaternion/Makefile @@ -20,7 +20,7 @@ USES= cmake compiler:c++17-lang gettext-runtime gnome \ USE_GNOME= glib20 USE_QT= core dbus declarative gui multimedia network widgets \ quickcontrols quickcontrols2 \ - buildtools_build linguist_build qmake_build + buildtools:build linguist:build qmake:build USE_GITHUB= yes GH_ACCOUNT= quotient-im diff --git a/net-im/qxmpp-qt5/Makefile b/net-im/qxmpp-qt5/Makefile index df88e7958c87..6ab8edcfe4b7 100644 --- a/net-im/qxmpp-qt5/Makefile +++ b/net-im/qxmpp-qt5/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL USES= cmake compiler:c++17-lang libtool pathfix pkgconfig qt:5 USE_QT= core gui network xml \ - buildtools_build qmake_build testlib_build + buildtools:build qmake:build testlib:build USE_GITHUB= yes GH_ACCOUNT= qxmpp-project diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile index b989084f2cb8..55873b6f9f9a 100644 --- a/net-im/ricochet/Makefile +++ b/net-im/ricochet/Makefile @@ -19,7 +19,7 @@ USES= compiler:c++11-lib gl gmake pkgconfig qmake qt:5 ssl USE_GITHUB= yes GH_ACCOUNT= ricochet-im USE_QT= core declarative gui multimedia network quickcontrols widgets \ - buildtools_build linguisttools_build + buildtools:build linguisttools:build USE_GL= gl QMAKE_ARGS+= DEFINES+=RICOCHET_NO_PORTABLE OPENSSLDIR=${OPENSSLBASE} diff --git a/net-im/ruqola/Makefile b/net-im/ruqola/Makefile index f5b4cc8dbbf1..10bac95a8345 100644 --- a/net-im/ruqola/Makefile +++ b/net-im/ruqola/Makefile @@ -20,10 +20,10 @@ USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons crash dbusaddons i18n iconthemes idletime itemviews jobwidgets kio kirigami2 \ notifications notifyconfig prison service solid sonnet syntaxhighlighting \ textwidgets widgetsaddons windowsystem xmlgui \ - doctools_build ecm_build + doctools:build ecm:build USE_QT= concurrent core dbus declarative declarative gui multimedia \ network networkauth speech sql xml websockets widgets \ - buildtools_build qmake_build testlib_build + buildtools:build qmake:build testlib:build USE_XORG= x11 PLIST_SUB= SO_VER=${DISTVERSION} diff --git a/net-im/scudcloud/Makefile b/net-im/scudcloud/Makefile index 9cef2ca79009..37c0200249ec 100644 --- a/net-im/scudcloud/Makefile +++ b/net-im/scudcloud/Makefile @@ -22,7 +22,7 @@ HUNSPELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hunspell>0:textproc/py-hunspell@${P OPTIONS_DEFINE= HUNSPELL USES= gnome python:3.5+ pyqt:5 -USE_PYQT= sip_run pyqt5_run +USE_PYQT= sip:run pyqt5:run USE_GITHUB= yes USE_PYTHON= autoplist distutils optsuffix NO_ARCH= yes diff --git a/net-im/spectral/Makefile b/net-im/spectral/Makefile index 90b05ec85bb7..59bd8e71fcae 100644 --- a/net-im/spectral/Makefile +++ b/net-im/spectral/Makefile @@ -17,7 +17,7 @@ USES= cmake compiler:c++17-lang gl pkgconfig qt:5 tar:bz2 USE_GL= gl USE_QT= core dbus declarative graphicaleffects gui imageformats \ multimedia network quickcontrols quickcontrols2 svg widgets \ - buildtools_build linguist_build qmake_build testlib_build + buildtools:build linguist:build qmake:build testlib:build CMAKE_ON= USE_INTREE_LIBQMC diff --git a/net-im/teamwords/Makefile b/net-im/teamwords/Makefile index 82cd39011dd7..f9c9083ac8fc 100644 --- a/net-im/teamwords/Makefile +++ b/net-im/teamwords/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL3 USES= compiler:c++11-lang gl qmake qt:5 USE_LDCONFIG= yes -USE_QT= core gui network webkit widgets buildtools_build +USE_QT= core gui network webkit widgets buildtools:build USE_GL= gl QMAKE_ARGS= CONFIG+="configure" diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 5bd066582209..cb67a778ec67 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -58,7 +58,7 @@ GH_PROJECT= tdesktop .if ${FLAVOR} == qt5 USES+= qt:5 -USE_QT= buildtools_build core dbus gui imageformats network qmake_build \ +USE_QT= buildtools:build core dbus gui imageformats network qmake:build \ svg wayland widgets .else USES+= qt:6 diff --git a/net-im/telegramqml/Makefile b/net-im/telegramqml/Makefile index 0991083e234e..cd256cc14c3a 100644 --- a/net-im/telegramqml/Makefile +++ b/net-im/telegramqml/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= Aseman-Land GH_PROJECT= TelegramQML USES= compiler:c++11-lang qmake:outsource qt:5 ssl -USE_QT= qmake_build buildtools_build core declarative sql xml multimedia +USE_QT= qmake:build buildtools:build core declarative sql xml multimedia USE_LDCONFIG= yes QMAKE_ARGS= BUILD_MODE+=lib \ LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" diff --git a/net-im/telepathy-logger-qt5/Makefile b/net-im/telepathy-logger-qt5/Makefile index a8f99a423e32..1218db54aa82 100644 --- a/net-im/telepathy-logger-qt5/Makefile +++ b/net-im/telepathy-logger-qt5/Makefile @@ -23,7 +23,7 @@ USES= bison:build cmake compiler:c++11-lang gnome kde:5 \ pkgconfig python:3.5+,build qt:5 tar:xz USE_GNOME= glib20 libxml2 USE_KDE= ecm -USE_QT= core buildtools_build dbus network qmake_build xml +USE_QT= core buildtools:build dbus network qmake:build xml CMAKE_ARGS= -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True USE_LDCONFIG= yes diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile index 0b46704a59fe..3ea76878b8a5 100644 --- a/net-im/telepathy-qt/Makefile +++ b/net-im/telepathy-qt/Makefile @@ -20,7 +20,7 @@ USES= cmake compiler:c++11-lang gettext gnome gstreamer localbase:ldflags pathf pkgconfig python:3.5+,build qt:5 USE_GNOME= glib20 libxslt:build USE_QT= core dbus gui network xml \ - buildtools_build qmake_build testlib_build widgets_build + buildtools:build qmake:build testlib:build widgets:build CMAKE_ON= ENABLE_FARSTREAM CMAKE_DISABLE_FIND_PACKAGE_Doxygen CMAKE_OFF= ENABLE_EXAMPLES ENABLE_FARSIGHT ENABLE_TESTS |