SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
33
devel/kf5/frameworkintegration/Makefile
Normal file
33
devel/kf5/frameworkintegration/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
COMMENT = KDE Plasma integration support for Qt-based apps
|
||||
DISTNAME = frameworkintegration-${VERSION}
|
||||
|
||||
SHARED_LIBS = KF5Style 5.0
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} KF5Attica KF5Auth KF5AuthCore KF5Codecs
|
||||
WANTLIB += KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons
|
||||
WANTLIB += KF5I18n KF5IconThemes KF5NewStuffCore KF5Notifications
|
||||
WANTLIB += KF5WidgetsAddons Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||||
WANTLIB += Qt5Widgets Qt5Xml c m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kpackage>=${MODKF5_VERSION} \
|
||||
x11/qt5/qtx11extras
|
||||
|
||||
RUN_DEPENDS = fonts/noto/fonts
|
||||
|
||||
LIB_DEPENDS = devel/kf5/attica>=${MODKF5_VERSION} \
|
||||
devel/kf5/kconfig>=${MODKF5_VERSION} \
|
||||
devel/kf5/kconfigwidgets>=${MODKF5_VERSION} \
|
||||
devel/kf5/ki18n>=${MODKF5_VERSION} \
|
||||
devel/kf5/kiconthemes>=${MODKF5_VERSION} \
|
||||
devel/kf5/knewstuff>=${MODKF5_VERSION} \
|
||||
devel/kf5/knotifications>=${MODKF5_VERSION} \
|
||||
devel/kf5/kwidgetsaddons>=${MODKF5_VERSION}
|
||||
|
||||
CONFIGURE_ARGS += -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
|
||||
|
||||
PORTHOME = ${WRKDIR}
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/kf5/frameworkintegration/distinfo
Normal file
2
devel/kf5/frameworkintegration/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (kde/frameworkintegration-5.108.0.tar.xz) = QbjXj9RcmEF3KVA9obQ2B0lrxj3wkcpvExrD2M1R6yc=
|
||||
SIZE (kde/frameworkintegration-5.108.0.tar.xz) = 1759976
|
4
devel/kf5/frameworkintegration/pkg/DESCR
Normal file
4
devel/kf5/frameworkintegration/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Framework Integration is a set of plugins responsible for better integration of
|
||||
Qt applications when running on a KDE Plasma workspace.
|
||||
|
||||
Applications do not need to link to this directly.
|
38
devel/kf5/frameworkintegration/pkg/PLIST
Normal file
38
devel/kf5/frameworkintegration/pkg/PLIST
Normal file
|
@ -0,0 +1,38 @@
|
|||
include/KF5/FrameworkIntegration/
|
||||
include/KF5/FrameworkIntegration/frameworkintegration_version.h
|
||||
include/KF5/KStyle/
|
||||
include/KF5/KStyle/KStyle
|
||||
include/KF5/KStyle/kstyle.h
|
||||
include/KF5/KStyle/kstyle_export.h
|
||||
lib/cmake/KF5FrameworkIntegration/
|
||||
lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationConfig.cmake
|
||||
lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationConfigVersion.cmake
|
||||
lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationTargets${MODCMAKE_BUILD_SUFFIX}
|
||||
lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationTargets.cmake
|
||||
@lib lib/libKF5Style.so.${LIBKF5Style_VERSION}
|
||||
@so lib/qt5/plugins/kf5/FrameworkIntegrationPlugin.so
|
||||
libexec/kf5/kpackagehandlers/
|
||||
@bin libexec/kf5/kpackagehandlers/knshandler
|
||||
share/kf5/infopage/
|
||||
share/kf5/infopage/bar-bottom-left.png
|
||||
share/kf5/infopage/bar-bottom-middle.png
|
||||
share/kf5/infopage/bar-bottom-right.png
|
||||
share/kf5/infopage/bar-middle-left.png
|
||||
share/kf5/infopage/bar-middle-right.png
|
||||
share/kf5/infopage/bar-top-left.png
|
||||
share/kf5/infopage/bar-top-middle.png
|
||||
share/kf5/infopage/bar-top-right.png
|
||||
share/kf5/infopage/body-background.png
|
||||
share/kf5/infopage/box-bottom-left.png
|
||||
share/kf5/infopage/box-bottom-middle.png
|
||||
share/kf5/infopage/box-bottom-right.png
|
||||
share/kf5/infopage/box-center.png
|
||||
share/kf5/infopage/box-middle-left.png
|
||||
share/kf5/infopage/box-middle-right.png
|
||||
share/kf5/infopage/box-top-left.png
|
||||
share/kf5/infopage/box-top-middle.png
|
||||
share/kf5/infopage/box-top-right.png
|
||||
share/kf5/infopage/kde_infopage.css
|
||||
share/kf5/infopage/kde_infopage_rtl.css
|
||||
share/kf5/infopage/top-middle.png
|
||||
share/knotifications5/plasma_workspace.notifyrc
|
Loading…
Add table
Add a link
Reference in a new issue