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