mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Fix up various kde ports to build on GCC-based architectures
PR: 234390 Submitted by: linimon
This commit is contained in:
parent
64872a3700
commit
53c4867b31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488361
@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-
|
||||
docbook-xml>0:textproc/docbook-xml
|
||||
|
||||
CMAKE_ARGS= -DBUILD_mobile:BOOL=FALSE
|
||||
USES= cmake gettext kde:5 qt:5 tar:xz
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
||||
USE_GL= glu
|
||||
USE_KDE= auth codecs config configwidgets coreaddons doctools ecm i18n \
|
||||
kio service widgetsaddons xmlgui
|
||||
|
@ -14,7 +14,8 @@ LIB_DEPENDS= libidn.so:dns/libidn \
|
||||
libqca-qt5.so:devel/qca@qt5 \
|
||||
libv4l2.so:multimedia/libv4l
|
||||
|
||||
USES= cmake jpeg kde:5 qt:5 shebangfix tar:xz
|
||||
USES= cmake compiler:c++11-lang jpeg kde:5 qt:5 shebangfix \
|
||||
tar:xz
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \
|
||||
|
@ -9,7 +9,8 @@ COMMENT= Encryption tool for KDE
|
||||
|
||||
RUN_DEPENDS= gpg2:security/gnupg
|
||||
|
||||
USES= cmake gettext kde:5 qt:5 tar:xz
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \
|
||||
tar:xz
|
||||
USE_KDE= akonadi akonadicontacts archive auth bookmarks codecs \
|
||||
completion config configwidgets contacts coreaddons crash \
|
||||
dbusaddons doctools ecm i18n iconthemes itemmodels itemviews \
|
||||
|
@ -9,7 +9,8 @@ COMMENT= KDE system log application
|
||||
|
||||
LIB_DEPENDS= libtidy.so:www/tidy-lib
|
||||
|
||||
USES= cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
|
||||
kde:5 pkgconfig qt:5 tar:xz
|
||||
USE_KDE= activities archive auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons guiaddons i18n iconthemes \
|
||||
itemviews jobwidgets js kcmutils kdelibs4support \
|
||||
|
@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5-
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Custom Qt widget plugin interface for Qt Designer
|
||||
|
||||
USES= qmake qt-dist:5,tools
|
||||
USES= compiler:c++17-lang qmake qt-dist:5,tools
|
||||
USE_QT= core gui widgets
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user