Skip to content

Commit

Permalink
textproc/kf5-syntax-highlighting: Add dependency on qdeclarative to e…
Browse files Browse the repository at this point in the history
…nable QML module.

While there remove a legacy patch.

Differential Revision:	https://reviews.freebsd.org/D37738
  • Loading branch information
arrowd committed Dec 19, 2022
1 parent 738243a commit 432ceed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
3 changes: 2 additions & 1 deletion textproc/kf5-syntax-highlighting/Makefile
@@ -1,13 +1,14 @@
PORTNAME= syntax-highlighting
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= textproc kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 syntax highlighting engine for structured text and code

USES= cmake compiler:c++11-lib kde:5 perl5 qt:5 tar:xz
USE_KDE= ecm:build
USE_QT= core gui network \
USE_QT= core declarative gui network \
buildtools:build linguisttools:build testlib:build qmake:build

CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5XmlPatterns=TRUE
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions textproc/kf5-syntax-highlighting/pkg-plist
Expand Up @@ -29,6 +29,8 @@ lib/libKF5SyntaxHighlighting.so
lib/libKF5SyntaxHighlighting.so.5
lib/libKF5SyntaxHighlighting.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KSyntaxHighlighting.pri
%%QT_QMLDIR%%/org/kde/syntaxhighlighting/libkquicksyntaxhighlightingplugin.so
%%QT_QMLDIR%%/org/kde/syntaxhighlighting/qmldir
share/locale/af/LC_MESSAGES/syntaxhighlighting5_qt.qm
share/locale/ar/LC_MESSAGES/syntaxhighlighting5_qt.qm
share/locale/az/LC_MESSAGES/syntaxhighlighting5_qt.qm
Expand Down

0 comments on commit 432ceed

Please sign in to comment.