mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
KDE: make ecm a build-only dependency in kde@ maintained ports
This commit is contained in:
parent
dc4e8c040a
commit
c6274ee942
37 changed files with 205 additions and 173 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= libqaccessibilityclient
|
||||
DISTVERSION= 0.4.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= accessibility kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/
|
||||
|
||||
|
@ -12,7 +12,7 @@ LICENSE= LGPL21
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core dbus gui widgets \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= futuresql
|
||||
DISTVERSION= 0.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/
|
||||
|
||||
|
@ -9,7 +10,8 @@ WWW= https://api.kde.org/futuresql/html/index.html
|
|||
|
||||
USES= cmake kde:5 qt:5 tar:xz
|
||||
|
||||
USE_KDE= ecm
|
||||
USE_QT= core sql buildtools:build qmake:build
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core sql \
|
||||
buildtools:build qmake:build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kbibtex
|
||||
DISTVERSION= 0.10.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION}
|
||||
|
||||
|
@ -17,10 +17,10 @@ USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \
|
|||
iconv kde:5 pkgconfig qca qt:5 shared-mime-info tar:xz xorg
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash ecm i18n iconthemes itemviews jobwidgets kio \
|
||||
coreaddons crash i18n iconthemes itemviews jobwidgets kio \
|
||||
parts service solid sonnet syntaxhighlighting texteditor \
|
||||
textwidgets wallet widgetsaddons windowsystem xmlgui \
|
||||
doctools:build
|
||||
doctools:build ecm:build
|
||||
USE_QT= concurrent core dbus declarative gui location network \
|
||||
networkauth printsupport webchannel widgets xml xmlpatterns \
|
||||
buildtools:build qmake:build
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kdb
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -14,9 +14,9 @@ WWW= https://community.kde.org/KDb
|
|||
|
||||
LIB_DEPENDS= libicuuc.so:devel/icu
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:5 \
|
||||
python qt:5 tar:xz
|
||||
USE_KDE= coreaddons ecm i18n
|
||||
USES= cmake compiler:c++11-lang kde:5 python qt:5 tar:xz
|
||||
USE_KDE= coreaddons i18n \
|
||||
ecm:build
|
||||
USE_QT= core gui network widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kexi
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -13,16 +13,17 @@ LIB_DEPENDS= libKDb3.so:databases/kdb \
|
|||
libKPropertyCore3.so:x11-toolkits/kproperty \
|
||||
libKReport3.so:textproc/kreport
|
||||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils gettext gl \
|
||||
gnome iconv kde:5 pkgconfig qt:5 tar:xz xorg
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils gettext gl gnome \
|
||||
iconv kde:5 pkgconfig qt:5 tar:xz xorg
|
||||
USE_GL= gl
|
||||
USE_GNOME= glib20
|
||||
USE_KDE= auth bookmarks codecs completion config \
|
||||
configwidgets coreaddons crash ecm guiaddons i18n \
|
||||
iconthemes itemviews jobwidgets kio parts service \
|
||||
solid sonnet syntaxhighlighting texteditor textwidgets \
|
||||
widgetsaddons windowsystem xmlgui breeze-icons:build
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport webkit widgets xml \
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash guiaddons i18n iconthemes itemviews \
|
||||
jobwidgets kio parts service solid sonnet syntaxhighlighting \
|
||||
texteditor textwidgets widgetsaddons windowsystem xmlgui \
|
||||
breeze-icons:build ecm:build
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport \
|
||||
webkit widgets xml \
|
||||
buildtools:build qmake:build testlib:build
|
||||
USE_XORG= x11
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kuserfeedback
|
||||
DISTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/
|
||||
|
||||
|
@ -12,7 +12,7 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
USES= bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= charts core declarative gui network printsupport svg widgets \
|
||||
buildtools:build help:build qdoc:build qmake:build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= heaptrack
|
||||
DISTVERSION= 1.4.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
|
@ -16,12 +16,12 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
|
|||
libKChart.so:graphics/kdiagram \
|
||||
libzstd.so:archivers/zstd
|
||||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \
|
||||
localbase qt:5 tar:xz xorg
|
||||
USE_KDE= auth auth codecs completion config config \
|
||||
configwidgets coreaddons ecm i18n iconthemes itemmodels \
|
||||
jobwidgets kio kio service solid threadweaver \
|
||||
widgetsaddons windowsystem
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 localbase \
|
||||
qt:5 tar:xz xorg
|
||||
USE_KDE= auth codecs completion config configwidgets coreaddons i18n \
|
||||
iconthemes itemmodels jobwidgets kio service solid \
|
||||
threadweaver widgetsaddons windowsystem \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus gui network widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kdesvn
|
||||
DISTVERSION= 2.1.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/
|
||||
|
||||
|
@ -20,10 +20,10 @@ CONFLICTS_INSTALL= qsvn
|
|||
|
||||
USES= bdb cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \
|
||||
kio notifications parts service sonnet solid texteditor \
|
||||
coreaddons dbusaddons i18n iconthemes itemviews jobwidgets kio \
|
||||
notifications parts service solid sonnet texteditor \
|
||||
textwidgets wallet widgetsaddons windowsystem xmlgui \
|
||||
doctools:build
|
||||
doctools:build ecm:build
|
||||
USE_QT= concurrent core dbus gui network sql widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kdevelop-pg-qt
|
||||
DISTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
|
||||
DIST_SUBDIR= KDE/kdevelop
|
||||
|
@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
|
||||
|
||||
USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core testlib \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kommit
|
||||
DISTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/
|
||||
CATEGORIES= devel kde
|
||||
|
||||
|
@ -10,11 +11,12 @@ WWW= https://github.com/HamedMasafi/GitKlient
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake kde:5 localbase:ldflags pkgconfig qt:5 xorg tar:xz
|
||||
USES= cmake kde:5 localbase:ldflags pkgconfig qt:5 tar:xz xorg
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons doctools ecm i18n itemviews \
|
||||
jobwidgets kio parts service solid sonnet syntaxhighlighting \
|
||||
texteditor textwidgets widgetsaddons windowsystem xmlgui
|
||||
coreaddons crash dbusaddons doctools i18n itemviews jobwidgets \
|
||||
kio parts service solid sonnet syntaxhighlighting texteditor \
|
||||
textwidgets widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus gui network testlib widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= ktextaddons
|
||||
DISTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/
|
||||
|
||||
|
@ -11,8 +11,9 @@ WWW= https://invent.kde.org/libraries/ktextaddons
|
|||
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain
|
||||
|
||||
USES= cmake kde:5 qt:5 tar:xz
|
||||
USE_KDE= archive auth codecs config configwidgets coreaddons ecm i18n \
|
||||
widgetsaddons xmlgui
|
||||
USE_KDE= archive auth codecs config configwidgets coreaddons i18n \
|
||||
widgetsaddons xmlgui \
|
||||
ecm:build
|
||||
USE_QT= core dbus gui network speech widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= okteta
|
||||
DISTVERSION= 0.26.13
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
|
||||
|
@ -15,13 +16,13 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-only.txt
|
|||
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 qca qt:5 \
|
||||
shared-mime-info tar:xz xorg
|
||||
USE_KDE= attica auth bookmarks codecs completion crash \
|
||||
config configwidgets coreaddons dbusaddons doctools \
|
||||
ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
|
||||
newstuff parts service solid sonnet textwidgets \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus declarative designer gui network printsupport \
|
||||
script scripttools widgets xml \
|
||||
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons doctools i18n iconthemes itemviews \
|
||||
jobwidgets kcmutils kio newstuff parts service solid sonnet \
|
||||
textwidgets widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus declarative designer gui network \
|
||||
printsupport script scripttools widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= calligra
|
||||
DISTVERSION= 3.2.1
|
||||
PORTREVISION= 55
|
||||
PORTREVISION= 56
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -40,21 +40,23 @@ LIB_DEPENDS= libImath.so:math/Imath \
|
|||
libwps-0.4.so:textproc/libwps
|
||||
RUN_DEPENDS= pstoedit:graphics/pstoedit
|
||||
|
||||
USES= cmake cpe compiler:c++17-lang desktop-file-utils eigen:3 \
|
||||
USES= cmake compiler:c++17-lang cpe desktop-file-utils eigen:3 \
|
||||
gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 \
|
||||
pkgconfig qca qt:5 shared-mime-info sqlite tar:xz xorg
|
||||
USE_LDCONFIG= yes
|
||||
USE_KDE= akonadicontacts activities archive auth bookmarks codecs completion \
|
||||
config configwidgets contacts coreaddons crash dbusaddons doctools ecm \
|
||||
emoticons guiaddons holidays i18n iconthemes init itemmodels itemviews \
|
||||
jobwidgets js kcmutils kdelibs4support khtml kio \
|
||||
kross notifications notifyconfig parts service solid sonnet \
|
||||
texteditor textwidgets threadweaver unitconversion wallet \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
calendarcore okular
|
||||
USE_QT= buildtools:build concurrent core dbus declarative gui network opengl \
|
||||
phonon4 printsupport qmake:build \
|
||||
script sql svg testlib webkit widgets x11extras xml
|
||||
USE_KDE= activities akonadicontacts archive auth bookmarks calendarcore \
|
||||
codecs completion config configwidgets contacts coreaddons \
|
||||
crash dbusaddons doctools emoticons guiaddons holidays i18n \
|
||||
iconthemes init itemmodels itemviews jobwidgets js kcmutils \
|
||||
kdelibs4support khtml kio kross notifications notifyconfig \
|
||||
okular parts service solid sonnet texteditor textwidgets \
|
||||
threadweaver unitconversion wallet widgetsaddons windowsystem \
|
||||
xmlgui \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus declarative gui network opengl phonon4 \
|
||||
printsupport script sql svg testlib webkit widgets x11extras \
|
||||
xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= ice sm x11 xext
|
||||
|
||||
OPTIONS_DEFINE= OPENEXR
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= calligraplan
|
||||
DISTVERSION= 3.3.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= KDE/stable/calligra/${PORTVERSION}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -11,16 +11,17 @@ WWW= https://www.calligra.org/plan/
|
|||
|
||||
LIB_DEPENDS= libKChart.so:graphics/kdiagram
|
||||
|
||||
USES= cmake compiler:c++11-lib desktop-file-utils kde:5 \
|
||||
qt:5 tar:xz xorg
|
||||
USE_KDE= activities akonadi archive auth bookmarks codecs completion config \
|
||||
configwidgets coreaddons dbusaddons ecm guiaddons holidays i18n \
|
||||
iconthemes itemmodels itemviews jobwidgets js khtml kio \
|
||||
notifications parts service solid sonnet textwidgets wallet \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
akonadicontacts calendarcore contacts \
|
||||
doctools:build
|
||||
USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \
|
||||
USES= cmake compiler:c++11-lib desktop-file-utils kde:5 qt:5 tar:xz \
|
||||
xorg
|
||||
USE_KDE= activities akonadi akonadicontacts archive auth bookmarks \
|
||||
calendarcore codecs completion config configwidgets contacts \
|
||||
coreaddons dbusaddons guiaddons holidays i18n iconthemes \
|
||||
itemmodels itemviews jobwidgets js khtml kio notifications \
|
||||
parts service solid sonnet textwidgets wallet widgetsaddons \
|
||||
windowsystem xmlgui \
|
||||
doctools:build ecm:build
|
||||
USE_QT= concurrent core dbus gui network printsupport widgets \
|
||||
x11extras xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= ice sm x11 xext
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= kile
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.0b3
|
||||
PORTREVISION= 42
|
||||
PORTREVISION= 43
|
||||
CATEGORIES= editors kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -14,14 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libpoppler.so:graphics/poppler \
|
||||
libpoppler-qt5.so:graphics/poppler-qt5
|
||||
|
||||
USES= cmake compiler:c++11-lang cpe desktop-file-utils kde:5 \
|
||||
qt:5 shared-mime-info shebangfix xorg
|
||||
USES= cmake compiler:c++11-lang cpe desktop-file-utils kde:5 qt:5 \
|
||||
shared-mime-info shebangfix xorg
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
|
||||
init itemviews jobwidgets js khtml kio okular parts service \
|
||||
solid sonnet syntaxhighlighting texteditor textwidgets \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
doctools:build
|
||||
coreaddons crash dbusaddons guiaddons i18n iconthemes init \
|
||||
itemviews jobwidgets js khtml kio okular parts service solid \
|
||||
sonnet syntaxhighlighting texteditor textwidgets widgetsaddons \
|
||||
windowsystem xmlgui \
|
||||
doctools:build ecm:build
|
||||
USE_QT= concurrent core dbus gui network script widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= digikam
|
||||
DISTVERSION= 8.1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} \
|
||||
https://files.kde.org/digikam/%SUBDIR%/:aesthetic,face,shape \
|
||||
|
@ -44,13 +44,15 @@ USES= bison cmake compiler:c++17-lang desktop-file-utils eigen:3 gl \
|
|||
USE_GL= gl glu
|
||||
USE_GNOME= glib20 libxml2 libxslt
|
||||
USE_KDE= archive auth bookmarks calendarcore codecs completion config \
|
||||
configwidgets coreaddons crash doctools ecm filemetadata \
|
||||
guiaddons i18n iconthemes itemmodels itemviews jobwidgets kdelibs4support \
|
||||
kio marble libkipi notifications notifyconfig parts service \
|
||||
solid sonnet textwidgets threadweaver unitconversion \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus declarative gui location network networkauth \
|
||||
opengl printsupport sql webchannel widgets x11extras xml xmlpatterns \
|
||||
configwidgets coreaddons crash doctools filemetadata guiaddons \
|
||||
i18n iconthemes itemmodels itemviews jobwidgets \
|
||||
kdelibs4support kio libkipi marble notifications notifyconfig \
|
||||
parts service solid sonnet textwidgets threadweaver \
|
||||
unitconversion widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus declarative gui location network \
|
||||
networkauth opengl printsupport sql webchannel widgets \
|
||||
x11extras xml xmlpatterns \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= ice sm x11 xext
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kdiagram
|
||||
DISTVERSION= 2.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -12,7 +13,7 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.GPL.txt
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core gui linguisttools printsupport sql svg widgets \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kooka
|
||||
DISTVERSION= 0.61-323
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics kde
|
||||
|
||||
|
@ -15,10 +15,10 @@ LIB_DEPENDS= libpaper.so:print/libpaper \
|
|||
libtiff.so:graphics/tiff
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 xorg
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \
|
||||
ecm i18n iconthemes itemviews jobwidgets kio service solid sonnet \
|
||||
textwidgets widgetsaddons windowsystem xmlgui \
|
||||
doctools:build
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons i18n iconthemes itemviews jobwidgets kio service \
|
||||
solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
|
||||
doctools:build ecm:build
|
||||
USE_QT= concurrent core dbus gui network printsupport widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kphotoalbum
|
||||
DISTVERSION= 5.11.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
|
||||
DIST_SUBDIR= KDE
|
||||
|
@ -18,10 +18,10 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
|
|||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils jpeg kde:5 \
|
||||
pkgconfig qt:5 shebangfix tar:xz xorg
|
||||
USE_KDE= archive auth codecs completion config \
|
||||
configwidgets coreaddons ecm i18n \
|
||||
iconthemes jobwidgets kio marble purpose service \
|
||||
solid sonnet textwidgets widgetsaddons windowsystem xmlgui
|
||||
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
|
||||
i18n iconthemes jobwidgets kio marble purpose service solid \
|
||||
sonnet textwidgets widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus declarative gui location network phonon4 \
|
||||
printsupport sql webchannel widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kseexpr
|
||||
DISTVERSION= 4.0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:R}
|
||||
|
||||
|
@ -11,9 +12,11 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= bison cmake kde:5 qt:5
|
||||
USE_KDE= ecm i18n
|
||||
USE_KDE= i18n \
|
||||
ecm:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= core gui widgets buildtools:build linguisttools:build qmake:build
|
||||
USE_QT= core gui widgets \
|
||||
buildtools:build linguisttools:build qmake:build
|
||||
|
||||
CONFLICTS_INSTALL= seexpr
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= peruse
|
||||
DISTVERSION= 1.80
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/
|
||||
|
||||
|
@ -10,13 +10,14 @@ WWW= https://peruse.kde.org/
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= cmake compiler:c++11-lang gl pkgconfig kde:5 qt:5 tar:xz xorg
|
||||
USES= cmake compiler:c++11-lang gl kde:5 pkgconfig qt:5 tar:xz xorg
|
||||
USE_GL= gl
|
||||
USE_KDE= archive attica baloo completion config coreaddons crash ecm \
|
||||
filemetadata guiaddons i18n iconthemes jobwidgets \
|
||||
kdeclarative kio newstuff package service solid \
|
||||
widgetsaddons windowsystem
|
||||
USE_QT= concurrent core dbus declarative gui network opengl sql widgets xml \
|
||||
USE_KDE= archive attica baloo completion config coreaddons crash \
|
||||
filemetadata guiaddons i18n iconthemes jobwidgets kdeclarative \
|
||||
kio newstuff package service solid widgetsaddons windowsystem \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus declarative gui network opengl sql \
|
||||
widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= showimage
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= https://dl.opendesktop.org/api/files/download/id/1482097460/ \
|
||||
LOCAL/tcberner/showimage-0.10/
|
||||
|
@ -14,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:bzip2 xorg
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons ecm i18n itemviews jobwidgets kio service solid \
|
||||
coreaddons i18n itemviews jobwidgets kio service solid \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
doctools:build
|
||||
USE_QT= concurrent core dbus gui network xml widgets \
|
||||
doctools:build ecm:build
|
||||
USE_QT= concurrent core dbus gui network widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= phonon
|
||||
DISTVERSION= 4.11.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
|
||||
DIST_SUBDIR= KDE/phonon
|
||||
|
@ -12,7 +13,7 @@ WWW= https://userbase.kde.org/Phonon
|
|||
LICENSE= LGPL21
|
||||
|
||||
USES= cmake:insource compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core designer gui phonon4 widgets xml \
|
||||
buildtools:build qmake:build
|
||||
CMAKE_ON= PHONON_BUILD_PHONON4QT5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= phonon
|
||||
DISTVERSION= 4.10.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-${PHONON_PLUGIN}/${DISTVERSION}
|
||||
DISTNAME= ${PORTNAME}-backend-${PHONON_PLUGIN}-${DISTVERSION}
|
||||
|
@ -13,10 +13,11 @@ WWW= https://userbase.kde.org/Phonon
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= cmake compiler:c++11-lang gl gnome gstreamer kde:5 pkgconfig qt:5 tar:xz xorg
|
||||
USES= cmake compiler:c++11-lang gl gnome gstreamer kde:5 pkgconfig \
|
||||
qt:5 tar:xz xorg
|
||||
USE_GL= gl
|
||||
USE_GNOME= glib20 libxml2
|
||||
USE_KDE= ecm
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core gui opengl phonon4 widgets x11extras \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= phonon
|
||||
DISTVERSION= 0.11.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-${PHONON_PLUGIN}/${DISTVERSION}
|
||||
PKGNAMESUFFIX= -${PHONON_PLUGIN}
|
||||
|
@ -19,8 +19,8 @@ LIB_DEPENDS= libvlc.so:multimedia/vlc
|
|||
USES= cmake pkgconfig tar:xz
|
||||
|
||||
USES+= compiler:c++11-lang kde:5 qt:5
|
||||
USE_KDE= ecm
|
||||
USE_QT= core gui widgets phonon4 \
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core gui phonon4 widgets \
|
||||
buildtools:build qmake:build
|
||||
CMAKE_ON= PHONON_BUILD_PHONON4QT5
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= phonon
|
||||
DISTVERSION= 4.11.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
|
||||
DIST_SUBDIR= KDE/phonon
|
||||
|
@ -20,7 +20,7 @@ CMAKE_ON= PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT \
|
|||
CMAKE_OFF= PHONON_BUILD_DESIGNER_PLUGIN \
|
||||
PHONON_BUILD_DECLARATIVE_PLUGIN
|
||||
USE_LDCONFIG= yes
|
||||
USE_KDE= ecm
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core dbus gui opengl widgets \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= plasmatube
|
||||
DISTVERSION= 23.01.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= KDE/stable/plasma-mobile/${DISTVERSION}/
|
||||
|
||||
|
@ -11,7 +11,8 @@ WWW= https://apps.kde.org/plasmatube/
|
|||
LIB_DEPENDS= libmpv.so:multimedia/mpv
|
||||
|
||||
USES= cmake kde:5 localbase:ldflags pkgconfig qt:5 tar:xz
|
||||
USE_KDE= config ecm i18n kirigami2
|
||||
USE_KDE= config i18n kirigami2 \
|
||||
ecm:build
|
||||
USE_QT= core declarative gui network quickcontrols2 svg testlib \
|
||||
widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kaidan
|
||||
DISTVERSION= 0.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im kde
|
||||
MASTER_SITES= KDE/unstable/${PORTNAME}
|
||||
|
||||
|
@ -14,9 +15,10 @@ RUN_DEPENDS= kquickimageeditor>0:graphics/kquickimageeditor \
|
|||
LIB_DEPENDS= libQXmppQt5.so:net-im/qxmpp@qt5 \
|
||||
libZXing.so:textproc/zxing-cpp
|
||||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \
|
||||
pkgconfig qt:5 tar:xz
|
||||
USE_KDE= ecm kirigami2 notifications qqc2-desktop-style
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig \
|
||||
qt:5 tar:xz
|
||||
USE_KDE= kirigami2 notifications qqc2-desktop-style \
|
||||
ecm:build
|
||||
USE_QT= core dbus declarative gui location multimedia network \
|
||||
quickcontrols2 sql svg widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= telepathy-logger-qt
|
||||
DISTVERSION= 17.09.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION:R}/src
|
||||
|
@ -19,12 +19,13 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|||
libtelepathy-logger.so:net-im/telepathy-logger \
|
||||
libtelepathy-qt5.so:net-im/telepathy-qt
|
||||
|
||||
USES= bison:build cmake compiler:c++11-lang gnome kde:5 \
|
||||
pkgconfig python:build qt:5 tar:xz
|
||||
USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig qt:5 tar:xz \
|
||||
bison:build python:build
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= glib20 libxml2
|
||||
USE_KDE= ecm
|
||||
USE_QT= core buildtools:build dbus network qmake:build xml
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= core dbus network xml \
|
||||
buildtools:build qmake:build
|
||||
CMAKE_ARGS= -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= libkvkontakte
|
||||
DISTVERSION= 5.0.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= net kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/digikam
|
||||
|
@ -13,7 +13,8 @@ LICENSE= LGPL21+
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= config coreaddons ecm i18n kdewebkit kio service widgetsaddons
|
||||
USE_KDE= config coreaddons i18n kdewebkit kio service widgetsaddons \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus gui network webkit widgets \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libmediawiki
|
||||
DISTVERSION= 5.38.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}
|
||||
DIST_SUBDIR= KDE/digikam
|
||||
|
@ -12,7 +13,8 @@ LICENSE= LGPL21+
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= coreaddons ecm
|
||||
USE_KDE= coreaddons \
|
||||
ecm:build
|
||||
USE_QT= core network testlib \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kshutdown
|
||||
DISTVERSION= 5.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-source-${DISTVERSION}
|
||||
|
@ -13,9 +13,10 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= alias cmake compiler:c++0x gettext kde:5 qt:5 zip
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash \
|
||||
dbusaddons ecm globalaccel i18n idletime \
|
||||
notifications notifyconfig widgetsaddons xmlgui
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
globalaccel i18n idletime notifications notifyconfig \
|
||||
widgetsaddons xmlgui \
|
||||
ecm:build
|
||||
USE_QT= core dbus gui widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kreport
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= textproc kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -11,12 +11,12 @@ WWW= https://www.kexi-project.org/
|
|||
|
||||
LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 \
|
||||
python qt:5 tar:xz
|
||||
USE_KDE= config coreaddons ecm marble widgetsaddons
|
||||
USE_QT= core declarative gui location network webchannel \
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 python qt:5 tar:xz
|
||||
USE_KDE= config coreaddons marble widgetsaddons \
|
||||
ecm:build
|
||||
USE_QT= core declarative gui location network printsupport webchannel \
|
||||
webengine webkit widgets xml \
|
||||
buildtools:build printsupport qmake:build
|
||||
buildtools:build qmake:build
|
||||
|
||||
CONFLICTS_INSTALL= calligra-2*
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= choqok
|
||||
DISTVERSION= 1.7.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= www kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -19,12 +19,14 @@ LIB_DEPENDS= libqjson-qt5.so:devel/qjson \
|
|||
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 \
|
||||
tar:xz xorg
|
||||
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
|
||||
coreaddons doctools emoticons globalaccel guiaddons i18n \
|
||||
itemviews jobwidgets kcmutils kdewebkit kio notifications \
|
||||
notifyconfig parts purpose service solid sonnet textwidgets \
|
||||
wallet widgetsaddons windowsystem xmlgui \
|
||||
ecm:build \
|
||||
kded:run
|
||||
USE_QT= concurrent core dbus gui network networkauth webkit widgets xml \
|
||||
USE_QT= concurrent core dbus gui network networkauth webkit widgets \
|
||||
xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= krusader
|
||||
DISTVERSION= 2.8.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-fm kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
|
@ -13,14 +13,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
|
|||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
|
||||
|
||||
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext \
|
||||
kde:5 qt:5 tar:xz xorg
|
||||
USE_KDE= archive auth auth bookmarks codecs completion config \
|
||||
configwidgets coreaddons doctools ecm guiaddons i18n \
|
||||
iconthemes itemviews jobwidgets kio notifications parts \
|
||||
service solid sonnet textwidgets wallet widgetsaddons \
|
||||
windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus gui network printsupport xml widgets \
|
||||
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext kde:5 \
|
||||
qt:5 tar:xz xorg
|
||||
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons doctools guiaddons i18n iconthemes itemviews \
|
||||
jobwidgets kio notifications parts service solid sonnet \
|
||||
textwidgets wallet widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= concurrent core dbus gui network printsupport widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kproperty
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -9,9 +9,9 @@ MAINTAINER= kde@FreeBSD.org
|
|||
COMMENT= Property editing framwork
|
||||
WWW= https://www.kexi-project.org/
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \
|
||||
tar:xz
|
||||
USE_KDE= ecm config coreaddons guiaddons i18n widgetsaddons
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
||||
USE_KDE= config coreaddons guiaddons i18n widgetsaddons \
|
||||
ecm:build
|
||||
USE_QT= core declarative gui widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= rsibreak
|
||||
DISTVERSION= 0.12.15
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/
|
||||
|
||||
|
@ -12,10 +12,12 @@ LICENSE= GPLv2+
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
|
||||
iconthemes i18n idletime notifications notifyconfig \
|
||||
sonnet textwidgets xmlgui widgetsaddons windowsystem
|
||||
USE_QT= core dbus gui widgets xml buildtools:build qmake:build
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
doctools i18n iconthemes idletime notifications notifyconfig \
|
||||
sonnet textwidgets widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= core dbus gui widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue