mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
devel/kf5-prison: fix Plasma Desktops Clipboard
Reported by: swills
This commit is contained in:
parent
fa3c00ed11
commit
2e185a18a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552505
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= prison
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -12,7 +13,7 @@ LIB_DEPENDS= libdmtx.so:graphics/libdmtx \
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_QT= core gui testlib widgets \
|
||||
USE_QT= core declarative gui network testlib widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,5 +12,7 @@ lib/libKF5Prison.so
|
||||
lib/libKF5Prison.so.5
|
||||
lib/libKF5Prison.so.%%KDE_FRAMEWORKS_VERSION%%
|
||||
%%QT_MKSPECDIR%%/modules/qt_Prison.pri
|
||||
%%QT_QMLDIR%%/org/kde/prison/libprisonquickplugin.so
|
||||
%%QT_QMLDIR%%/org/kde/prison/qmldir
|
||||
share/qlogging-categories5/prison.categories
|
||||
share/qlogging-categories5/prison.renamecategories
|
||||
|
Loading…
Reference in New Issue
Block a user