diff --git a/plasma-framework/DESCR b/plasma-framework/DESCR new file mode 100644 index 0000000000..b4bac29c53 --- /dev/null +++ b/plasma-framework/DESCR @@ -0,0 +1,4 @@ +The plasma framework provides the following: +- QML components +- A C++ library: libplasma +- Script engines diff --git a/plasma-framework/Makefile b/plasma-framework/Makefile new file mode 100644 index 0000000000..5db4c74643 --- /dev/null +++ b/plasma-framework/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $ + +DISTNAME= plasma-framework-${KF5VER} +CATEGORIES= misc + +HOMEPAGE= https://community.kde.org/Frameworks +COMMENT= Plasma library and runtime components based upon KF5 and Qt5 +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 + +.include "../../wip/kf5/Makefile.common" + +BUILD_DEPENDS+= kdoctools>=${KF5VER}:../../wip/kdoctools + +USE_TOOLS+= msgmerge pkg-config + +.include "../../wip/kactivities5/buildlink3.mk" +.include "../../wip/kdeclarative/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qtquickcontrols/buildlink3.mk" +.include "../../x11/qt5-qttools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/plasma-framework/PLIST b/plasma-framework/PLIST new file mode 100644 index 0000000000..869227beed --- /dev/null +++ b/plasma-framework/PLIST @@ -0,0 +1,434 @@ +@comment $NetBSD$ +bin/plasmapkg2 +include/KF5/Plasma/Applet +include/KF5/Plasma/Containment +include/KF5/Plasma/ContainmentActions +include/KF5/Plasma/Corona +include/KF5/Plasma/DataContainer +include/KF5/Plasma/DataEngine +include/KF5/Plasma/DataEngineConsumer +include/KF5/Plasma/FrameSvg +include/KF5/Plasma/Package +include/KF5/Plasma/PackageStructure +include/KF5/Plasma/Plasma +include/KF5/Plasma/PluginLoader +include/KF5/Plasma/Service +include/KF5/Plasma/ServiceJob +include/KF5/Plasma/Svg +include/KF5/Plasma/Theme +include/KF5/PlasmaQuick/AppletQuickItem +include/KF5/PlasmaQuick/ConfigModel +include/KF5/PlasmaQuick/ConfigView +include/KF5/PlasmaQuick/ContainmentView +include/KF5/PlasmaQuick/Dialog +include/KF5/plasma/applet.h +include/KF5/plasma/containment.h +include/KF5/plasma/containmentactions.h +include/KF5/plasma/corona.h +include/KF5/plasma/datacontainer.h +include/KF5/plasma/dataengine.h +include/KF5/plasma/dataengineconsumer.h +include/KF5/plasma/framesvg.h +include/KF5/plasma/package.h +include/KF5/plasma/packagestructure.h +include/KF5/plasma/plasma.h +include/KF5/plasma/plasma_export.h +include/KF5/plasma/pluginloader.h +include/KF5/plasma/scripting/appletscript.h +include/KF5/plasma/scripting/dataenginescript.h +include/KF5/plasma/scripting/scriptengine.h +include/KF5/plasma/service.h +include/KF5/plasma/servicejob.h +include/KF5/plasma/svg.h +include/KF5/plasma/theme.h +include/KF5/plasma/version.h +include/KF5/plasma_version.h +include/KF5/plasmaquick/appletquickitem.h +include/KF5/plasmaquick/configmodel.h +include/KF5/plasmaquick/configview.h +include/KF5/plasmaquick/containmentview.h +include/KF5/plasmaquick/dialog.h +include/KF5/plasmaquick/packageurlinterceptor.h +include/KF5/plasmaquick/plasmaquick_export.h +lib/cmake/KF5Plasma/KF5PlasmaConfig.cmake +lib/cmake/KF5Plasma/KF5PlasmaConfigVersion.cmake +lib/cmake/KF5Plasma/KF5PlasmaMacros.cmake +lib/cmake/KF5Plasma/KF5PlasmaTargets-noconfig.cmake +lib/cmake/KF5Plasma/KF5PlasmaTargets.cmake +lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake +lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfigVersion.cmake +lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickTargets-noconfig.cmake +lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickTargets.cmake +lib/libKF5Plasma.so +lib/libKF5Plasma.so.5 +lib/libKF5Plasma.so.${PKGVERSION} +lib/libKF5PlasmaQuick.so +lib/libKF5PlasmaQuick.so.5 +lib/libKF5PlasmaQuick.so.${PKGVERSION} +man/man1/plasmapkg2.1 +qt5/plugins/plasma/scriptengines/plasma_appletscript_declarative.so +qt5/plugins/plasma_engine_testengine.so +qt5/qml/QtQuick/Controls/Styles/Plasma/ApplicationWindowStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/ButtonStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/CalendarStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/CheckBoxStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/ComboBoxStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/CursorDelegate.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/CursorHandleStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/EditMenuTouch.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/FocusFrameStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/GroupBoxStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/MenuBarStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/MenuStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/ProgressBarStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/RadioButtonStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/SelectionHandleStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/SliderStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/SpinBoxStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/StatusBarStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/SwitchStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/TabViewStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/TableViewStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/TextAreaStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/ToolBarStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/private/ButtonShadow.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/private/RoundShadow.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/private/TextFieldFocus.qml +qt5/qml/QtQuick/Controls/Styles/Plasma/qmldir +qt5/qml/org/kde/plasma/accessdenied/qmldir +qt5/qml/org/kde/plasma/calendar/CalendarToolbar.qml +qt5/qml/org/kde/plasma/calendar/DayDelegate.qml +qt5/qml/org/kde/plasma/calendar/DaysCalendar.qml +qt5/qml/org/kde/plasma/calendar/MonthMenu.qml +qt5/qml/org/kde/plasma/calendar/MonthView.qml +qt5/qml/org/kde/plasma/calendar/libcalendarplugin.${RUBY_DLEXT} +qt5/qml/org/kde/plasma/calendar/qmldir +qt5/qml/org/kde/plasma/components/BusyIndicator.qml +qt5/qml/org/kde/plasma/components/Button.qml +qt5/qml/org/kde/plasma/components/ButtonColumn.qml +qt5/qml/org/kde/plasma/components/ButtonGroup.js +qt5/qml/org/kde/plasma/components/ButtonRow.qml +qt5/qml/org/kde/plasma/components/CheckBox.qml +qt5/qml/org/kde/plasma/components/ComboBox.qml +qt5/qml/org/kde/plasma/components/CommonDialog.qml +qt5/qml/org/kde/plasma/components/ContextMenu.qml +qt5/qml/org/kde/plasma/components/Dialog.qml +qt5/qml/org/kde/plasma/components/Highlight.qml +qt5/qml/org/kde/plasma/components/Label.qml +qt5/qml/org/kde/plasma/components/ListItem.qml +qt5/qml/org/kde/plasma/components/ModelContextMenu.qml +qt5/qml/org/kde/plasma/components/Page.qml +qt5/qml/org/kde/plasma/components/PageStack.qml +qt5/qml/org/kde/plasma/components/ProgressBar.qml +qt5/qml/org/kde/plasma/components/QueryDialog.qml +qt5/qml/org/kde/plasma/components/RadioButton.qml +qt5/qml/org/kde/plasma/components/ScrollBar.qml +qt5/qml/org/kde/plasma/components/SectionScroller.qml +qt5/qml/org/kde/plasma/components/SelectionDialog.qml +qt5/qml/org/kde/plasma/components/Sheet.qml +qt5/qml/org/kde/plasma/components/Slider.qml +qt5/qml/org/kde/plasma/components/Switch.qml +qt5/qml/org/kde/plasma/components/TabBar.qml +qt5/qml/org/kde/plasma/components/TabButton.qml +qt5/qml/org/kde/plasma/components/TabGroup.qml +qt5/qml/org/kde/plasma/components/TextArea.qml +qt5/qml/org/kde/plasma/components/TextField.qml +qt5/qml/org/kde/plasma/components/ToolBar.qml +qt5/qml/org/kde/plasma/components/ToolBarLayout.qml +qt5/qml/org/kde/plasma/components/ToolButton.qml +qt5/qml/org/kde/plasma/components/libplasmacomponentsplugin.${RUBY_DLEXT} +qt5/qml/org/kde/plasma/components/private/AppManager.js +qt5/qml/org/kde/plasma/components/private/Config.js +qt5/qml/org/kde/plasma/components/private/DualStateButton.qml +qt5/qml/org/kde/plasma/components/private/InlineDialog.qml +qt5/qml/org/kde/plasma/components/private/PageStack.js +qt5/qml/org/kde/plasma/components/private/ScrollBarDelegate.qml +qt5/qml/org/kde/plasma/components/private/ScrollDecoratorDelegate.qml +qt5/qml/org/kde/plasma/components/private/SectionScroller.js +qt5/qml/org/kde/plasma/components/private/TabBarLayout.qml +qt5/qml/org/kde/plasma/components/private/TabGroup.js +qt5/qml/org/kde/plasma/components/qmldir +qt5/qml/org/kde/plasma/core/libcorebindingsplugin.${RUBY_DLEXT} +qt5/qml/org/kde/plasma/core/private/DefaultToolTip.qml +qt5/qml/org/kde/plasma/core/qmldir +qt5/qml/org/kde/plasma/extras/App.qml +qt5/qml/org/kde/plasma/extras/ConditionalLoader.qml +qt5/qml/org/kde/plasma/extras/Heading.qml +qt5/qml/org/kde/plasma/extras/PageRow.qml +qt5/qml/org/kde/plasma/extras/Paragraph.qml +qt5/qml/org/kde/plasma/extras/ScrollArea.qml +qt5/qml/org/kde/plasma/extras/Title.qml +qt5/qml/org/kde/plasma/extras/animations/ActivateAnimation.qml +qt5/qml/org/kde/plasma/extras/animations/AppearAnimation.qml +qt5/qml/org/kde/plasma/extras/animations/DisappearAnimation.qml +qt5/qml/org/kde/plasma/extras/animations/PressedAnimation.qml +qt5/qml/org/kde/plasma/extras/animations/ReleasedAnimation.qml +qt5/qml/org/kde/plasma/extras/libplasmaextracomponentsplugin.so +qt5/qml/org/kde/plasma/extras/qmldir +qt5/qml/org/kde/plasma/platformcomponents/libplatformcomponentsplugin.so +qt5/qml/org/kde/plasma/platformcomponents/qmldir +share/kdevappwizard/templates/cpp-plasmoid.tar.bz2 +share/kdevappwizard/templates/qml-plasmoid.tar.bz2 +share/kservices5/plasma-dataengine-testengine.desktop +share/kservices5/plasma-scriptengine-applet-declarative.desktop +share/kservicetypes5/plasma-applet.desktop +share/kservicetypes5/plasma-containment.desktop +share/kservicetypes5/plasma-containmentactions.desktop +share/kservicetypes5/plasma-dataengine.desktop +share/kservicetypes5/plasma-generic.desktop +share/kservicetypes5/plasma-lookandfeel.desktop +share/kservicetypes5/plasma-packagestructure.desktop +share/kservicetypes5/plasma-scriptengine.desktop +share/kservicetypes5/plasma-service.desktop +share/kservicetypes5/plasma-shell.desktop +share/kservicetypes5/plasma-wallpaper.desktop +share/locale/ar/LC_MESSAGES/libplasma5.mo +share/locale/ast/LC_MESSAGES/libplasma5.mo +share/locale/bs/LC_MESSAGES/libplasma5.mo +share/locale/ca/LC_MESSAGES/libplasma5.mo +share/locale/ca@valencia/LC_MESSAGES/libplasma5.mo +share/locale/cs/LC_MESSAGES/libplasma5.mo +share/locale/da/LC_MESSAGES/libplasma5.mo +share/locale/de/LC_MESSAGES/libplasma5.mo +share/locale/el/LC_MESSAGES/libplasma5.mo +share/locale/en_GB/LC_MESSAGES/libplasma5.mo +share/locale/es/LC_MESSAGES/libplasma5.mo +share/locale/fi/LC_MESSAGES/libplasma5.mo +share/locale/fr/LC_MESSAGES/libplasma5.mo +share/locale/gd/LC_MESSAGES/libplasma5.mo +share/locale/gl/LC_MESSAGES/libplasma5.mo +share/locale/hu/LC_MESSAGES/libplasma5.mo +share/locale/ia/LC_MESSAGES/libplasma5.mo +share/locale/it/LC_MESSAGES/libplasma5.mo +share/locale/ja/LC_MESSAGES/libplasma5.mo +share/locale/ko/LC_MESSAGES/libplasma5.mo +share/locale/lt/LC_MESSAGES/libplasma5.mo +share/locale/lt/LC_SCRIPTS/libplasma5/libplasma5.js +share/locale/lt/LC_SCRIPTS/libplasma5/plasmoids.js +share/locale/mr/LC_MESSAGES/libplasma5.mo +share/locale/nb/LC_MESSAGES/libplasma5.mo +share/locale/nds/LC_MESSAGES/libplasma5.mo +share/locale/nl/LC_MESSAGES/libplasma5.mo +share/locale/nn/LC_MESSAGES/libplasma5.mo +share/locale/pa/LC_MESSAGES/libplasma5.mo +share/locale/pl/LC_MESSAGES/libplasma5.mo +share/locale/pt/LC_MESSAGES/libplasma5.mo +share/locale/pt_BR/LC_MESSAGES/libplasma5.mo +share/locale/ro/LC_MESSAGES/libplasma5.mo +share/locale/ru/LC_MESSAGES/libplasma5.mo +share/locale/sk/LC_MESSAGES/libplasma5.mo +share/locale/sl/LC_MESSAGES/libplasma5.mo +share/locale/sr/LC_MESSAGES/libplasma5.mo +share/locale/sr@ijekavian/LC_MESSAGES/libplasma5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma5.mo +share/locale/sr@latin/LC_MESSAGES/libplasma5.mo +share/locale/sv/LC_MESSAGES/libplasma5.mo +share/locale/tr/LC_MESSAGES/libplasma5.mo +share/locale/ug/LC_MESSAGES/libplasma5.mo +share/locale/uk/LC_MESSAGES/libplasma5.mo +share/locale/zh_CN/LC_MESSAGES/libplasma5.mo +share/locale/zh_TW/LC_MESSAGES/libplasma5.mo +share/plasma/desktoptheme/air/colors +share/plasma/desktoptheme/air/dialogs/background.svgz +share/plasma/desktoptheme/air/dialogs/kickoff.svgz +share/plasma/desktoptheme/air/dialogs/krunner.svgz +share/plasma/desktoptheme/air/metadata.desktop +share/plasma/desktoptheme/air/opaque/dialogs/background.svgz +share/plasma/desktoptheme/air/opaque/dialogs/krunner.svgz +share/plasma/desktoptheme/air/opaque/widgets/extender-background.svgz +share/plasma/desktoptheme/air/opaque/widgets/panel-background.svgz +share/plasma/desktoptheme/air/opaque/widgets/tooltip.svgz +share/plasma/desktoptheme/air/translucent/dialogs/background.svgz +share/plasma/desktoptheme/air/translucent/dialogs/krunner.svgz +share/plasma/desktoptheme/air/translucent/widgets/extender-background.svgz +share/plasma/desktoptheme/air/translucent/widgets/panel-background.svgz +share/plasma/desktoptheme/air/translucent/widgets/tooltip.svgz +share/plasma/desktoptheme/air/widgets/action-overlays.svgz +share/plasma/desktoptheme/air/widgets/actionbutton.svgz +share/plasma/desktoptheme/air/widgets/analog_meter.svgz +share/plasma/desktoptheme/air/widgets/arrows.svgz +share/plasma/desktoptheme/air/widgets/background.svgz +share/plasma/desktoptheme/air/widgets/bar_meter_horizontal.svgz +share/plasma/desktoptheme/air/widgets/bar_meter_vertical.svgz +share/plasma/desktoptheme/air/widgets/branding.svgz +share/plasma/desktoptheme/air/widgets/busywidget.svgz +share/plasma/desktoptheme/air/widgets/button.svgz +share/plasma/desktoptheme/air/widgets/calendar.svgz +share/plasma/desktoptheme/air/widgets/checkmarks.svgz +share/plasma/desktoptheme/air/widgets/clock.svgz +share/plasma/desktoptheme/air/widgets/containment-controls.svgz +share/plasma/desktoptheme/air/widgets/dragger.svgz +share/plasma/desktoptheme/air/widgets/frame.svgz +share/plasma/desktoptheme/air/widgets/glowbar.svgz +share/plasma/desktoptheme/air/widgets/identiconshapes.svgz +share/plasma/desktoptheme/air/widgets/identicontheme.svgz +share/plasma/desktoptheme/air/widgets/labeltexture.svgz +share/plasma/desktoptheme/air/widgets/line.svgz +share/plasma/desktoptheme/air/widgets/lineedit.svgz +share/plasma/desktoptheme/air/widgets/listitem.svgz +share/plasma/desktoptheme/air/widgets/media-delegate.svgz +share/plasma/desktoptheme/air/widgets/monitor.svgz +share/plasma/desktoptheme/air/widgets/pager.svgz +share/plasma/desktoptheme/air/widgets/panel-background.svgz +share/plasma/desktoptheme/air/widgets/picker.svgz +share/plasma/desktoptheme/air/widgets/plot-background.svgz +share/plasma/desktoptheme/air/widgets/scrollbar.svgz +share/plasma/desktoptheme/air/widgets/scrollwidget.svgz +share/plasma/desktoptheme/air/widgets/slider.svgz +share/plasma/desktoptheme/air/widgets/systemtray.svgz +share/plasma/desktoptheme/air/widgets/tabbar.svgz +share/plasma/desktoptheme/air/widgets/tasks.svgz +share/plasma/desktoptheme/air/widgets/toolbar.svgz +share/plasma/desktoptheme/air/widgets/toolbox.svgz +share/plasma/desktoptheme/air/widgets/tooltip.svgz +share/plasma/desktoptheme/air/widgets/translucentbackground.svgz +share/plasma/desktoptheme/air/widgets/viewitem.svgz +share/plasma/desktoptheme/breeze-dark/colors +share/plasma/desktoptheme/breeze-dark/metadata.desktop +share/plasma/desktoptheme/breeze-light/colors +share/plasma/desktoptheme/breeze-light/metadata.desktop +share/plasma/desktoptheme/default/dialogs/background.svgz +share/plasma/desktoptheme/default/icons/akonadi.svgz +share/plasma/desktoptheme/default/icons/akregator.svgz +share/plasma/desktoptheme/default/icons/amarok.svgz +share/plasma/desktoptheme/default/icons/applications.svgz +share/plasma/desktoptheme/default/icons/apport.svgz +share/plasma/desktoptheme/default/icons/audio.svgz +share/plasma/desktoptheme/default/icons/battery.svgz +share/plasma/desktoptheme/default/icons/bookmarks.svgz +share/plasma/desktoptheme/default/icons/computer.svgz +share/plasma/desktoptheme/default/icons/configure.svgz +share/plasma/desktoptheme/default/icons/device.svgz +share/plasma/desktoptheme/default/icons/distribute.svgz +share/plasma/desktoptheme/default/icons/document.svgz +share/plasma/desktoptheme/default/icons/drive.svgz +share/plasma/desktoptheme/default/icons/edit.svgz +share/plasma/desktoptheme/default/icons/go.svgz +share/plasma/desktoptheme/default/icons/input.svgz +share/plasma/desktoptheme/default/icons/kdeconnect.svgz +share/plasma/desktoptheme/default/icons/keyboard.svgz +share/plasma/desktoptheme/default/icons/kget.svgz +share/plasma/desktoptheme/default/icons/kgpg.svgz +share/plasma/desktoptheme/default/icons/klipper.svgz +share/plasma/desktoptheme/default/icons/kmail.svgz +share/plasma/desktoptheme/default/icons/konv_message.svgz +share/plasma/desktoptheme/default/icons/konversation.svgz +share/plasma/desktoptheme/default/icons/kopete.svgz +share/plasma/desktoptheme/default/icons/korgac.svgz +share/plasma/desktoptheme/default/icons/kpackagekit.svgz +share/plasma/desktoptheme/default/icons/kteatime.svgz +share/plasma/desktoptheme/default/icons/ktorrent.svgz +share/plasma/desktoptheme/default/icons/list.svgz +share/plasma/desktoptheme/default/icons/mail.svgz +share/plasma/desktoptheme/default/icons/media.svgz +share/plasma/desktoptheme/default/icons/nepomuk.svgz +share/plasma/desktoptheme/default/icons/network.svgz +share/plasma/desktoptheme/default/icons/notification.svgz +share/plasma/desktoptheme/default/icons/phone.svgz +share/plasma/desktoptheme/default/icons/preferences.svgz +share/plasma/desktoptheme/default/icons/printer.svgz +share/plasma/desktoptheme/default/icons/quassel.svgz +share/plasma/desktoptheme/default/icons/slc.svgz +share/plasma/desktoptheme/default/icons/software.svgz +share/plasma/desktoptheme/default/icons/start.svgz +share/plasma/desktoptheme/default/icons/system.svgz +share/plasma/desktoptheme/default/icons/touchpad.svgz +share/plasma/desktoptheme/default/icons/user.svgz +share/plasma/desktoptheme/default/icons/video.svgz +share/plasma/desktoptheme/default/icons/view.svgz +share/plasma/desktoptheme/default/icons/wallet.svgz +share/plasma/desktoptheme/default/icons/window.svgz +share/plasma/desktoptheme/default/icons/zoom.svgz +share/plasma/desktoptheme/default/metadata.desktop +share/plasma/desktoptheme/default/opaque/dialogs/background.svgz +share/plasma/desktoptheme/default/opaque/widgets/panel-background.svgz +share/plasma/desktoptheme/default/opaque/widgets/tooltip.svgz +share/plasma/desktoptheme/default/translucent/dialogs/background.svgz +share/plasma/desktoptheme/default/translucent/widgets/panel-background.svgz +share/plasma/desktoptheme/default/translucent/widgets/tooltip.svgz +share/plasma/desktoptheme/default/widgets/action-overlays.svgz +share/plasma/desktoptheme/default/widgets/actionbutton.svgz +share/plasma/desktoptheme/default/widgets/analog_meter.svgz +share/plasma/desktoptheme/default/widgets/arrows.svgz +share/plasma/desktoptheme/default/widgets/background.svgz +share/plasma/desktoptheme/default/widgets/bar_meter_horizontal.svgz +share/plasma/desktoptheme/default/widgets/bar_meter_vertical.svgz +share/plasma/desktoptheme/default/widgets/branding.svgz +share/plasma/desktoptheme/default/widgets/busywidget.svgz +share/plasma/desktoptheme/default/widgets/button.svgz +share/plasma/desktoptheme/default/widgets/calendar.svgz +share/plasma/desktoptheme/default/widgets/checkmarks.svgz +share/plasma/desktoptheme/default/widgets/clock.svgz +share/plasma/desktoptheme/default/widgets/configuration-icons.svgz +share/plasma/desktoptheme/default/widgets/containment-controls.svgz +share/plasma/desktoptheme/default/widgets/dragger.svgz +share/plasma/desktoptheme/default/widgets/frame.svgz +share/plasma/desktoptheme/default/widgets/glowbar.svgz +share/plasma/desktoptheme/default/widgets/line.svgz +share/plasma/desktoptheme/default/widgets/lineedit.svgz +share/plasma/desktoptheme/default/widgets/listitem.svgz +share/plasma/desktoptheme/default/widgets/media-delegate.svgz +share/plasma/desktoptheme/default/widgets/monitor.svgz +share/plasma/desktoptheme/default/widgets/notes.svgz +share/plasma/desktoptheme/default/widgets/pager.svgz +share/plasma/desktoptheme/default/widgets/panel-background.svgz +share/plasma/desktoptheme/default/widgets/picker.svgz +share/plasma/desktoptheme/default/widgets/plot-background.svgz +share/plasma/desktoptheme/default/widgets/scrollbar.svgz +share/plasma/desktoptheme/default/widgets/scrollwidget.svgz +share/plasma/desktoptheme/default/widgets/slider.svgz +share/plasma/desktoptheme/default/widgets/tabbar.svgz +share/plasma/desktoptheme/default/widgets/tasks.svgz +share/plasma/desktoptheme/default/widgets/toolbar.svgz +share/plasma/desktoptheme/default/widgets/tooltip.svgz +share/plasma/desktoptheme/default/widgets/translucentbackground.svgz +share/plasma/desktoptheme/default/widgets/viewitem.svgz +share/plasma/desktoptheme/oxygen/colors +share/plasma/desktoptheme/oxygen/dialogs/background.svgz +share/plasma/desktoptheme/oxygen/metadata.desktop +share/plasma/desktoptheme/oxygen/opaque/dialogs/background.svgz +share/plasma/desktoptheme/oxygen/opaque/dialogs/krunner.svgz +share/plasma/desktoptheme/oxygen/opaque/widgets/extender-background.svgz +share/plasma/desktoptheme/oxygen/opaque/widgets/panel-background.svgz +share/plasma/desktoptheme/oxygen/opaque/widgets/tooltip.svgz +share/plasma/desktoptheme/oxygen/widgets/action-overlays.svgz +share/plasma/desktoptheme/oxygen/widgets/actionbutton.svgz +share/plasma/desktoptheme/oxygen/widgets/analog_meter.svgz +share/plasma/desktoptheme/oxygen/widgets/arrows.svgz +share/plasma/desktoptheme/oxygen/widgets/background.svgz +share/plasma/desktoptheme/oxygen/widgets/bar_meter_horizontal.svgz +share/plasma/desktoptheme/oxygen/widgets/bar_meter_vertical.svgz +share/plasma/desktoptheme/oxygen/widgets/branding.svgz +share/plasma/desktoptheme/oxygen/widgets/busywidget.svgz +share/plasma/desktoptheme/oxygen/widgets/button.svgz +share/plasma/desktoptheme/oxygen/widgets/calendar.svgz +share/plasma/desktoptheme/oxygen/widgets/clock.svgz +share/plasma/desktoptheme/oxygen/widgets/containment-controls.svgz +share/plasma/desktoptheme/oxygen/widgets/dragger.svgz +share/plasma/desktoptheme/oxygen/widgets/extender-background.svgz +share/plasma/desktoptheme/oxygen/widgets/extender-dragger.svgz +share/plasma/desktoptheme/oxygen/widgets/frame.svgz +share/plasma/desktoptheme/oxygen/widgets/glowbar.svgz +share/plasma/desktoptheme/oxygen/widgets/line.svgz +share/plasma/desktoptheme/oxygen/widgets/lineedit.svgz +share/plasma/desktoptheme/oxygen/widgets/media-delegate.svgz +share/plasma/desktoptheme/oxygen/widgets/monitor.svgz +share/plasma/desktoptheme/oxygen/widgets/pager.svgz +share/plasma/desktoptheme/oxygen/widgets/panel-background.svgz +share/plasma/desktoptheme/oxygen/widgets/plot-background.svgz +share/plasma/desktoptheme/oxygen/widgets/scrollbar.svgz +share/plasma/desktoptheme/oxygen/widgets/scrollwidget.svgz +share/plasma/desktoptheme/oxygen/widgets/slider.svgz +share/plasma/desktoptheme/oxygen/widgets/tabbar.svgz +share/plasma/desktoptheme/oxygen/widgets/tasks.svgz +share/plasma/desktoptheme/oxygen/widgets/timer.svgz +share/plasma/desktoptheme/oxygen/widgets/tooltip.svgz +share/plasma/desktoptheme/oxygen/widgets/translucentbackground.svgz +share/plasma/desktoptheme/oxygen/widgets/viewitem.svgz +share/plasma/services/dataengineservice.operations +share/plasma/services/plasmoidservice.operations +share/plasma/services/storage.operations diff --git a/plasma-framework/buildlink3.mk b/plasma-framework/buildlink3.mk new file mode 100644 index 0000000000..6ff8cbed3e --- /dev/null +++ b/plasma-framework/buildlink3.mk @@ -0,0 +1,18 @@ +# $NetBSD$ + +BUILDLINK_TREE+= plasma-framework + +.if !defined(PLASMA_FRAMEWORK_BUILDLINK3_MK) +PLASMA_FRAMEWORK_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.plasma-framework+= plasma-framework>=5.21.0 +BUILDLINK_PKGSRCDIR.plasma-framework?= ../../wip/plasma-framework + +.include "../../wip/kactivities5/buildlink3.mk" +.include "../../wip/kdeclarative/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qtquickcontrols/buildlink3.mk" +.include "../../x11/qt5-qttools/buildlink3.mk" +.endif # PLASMA_FRAMEWORK_BUILDLINK3_MK + +BUILDLINK_TREE+= -plasma-framework diff --git a/plasma-framework/distinfo b/plasma-framework/distinfo new file mode 100644 index 0000000000..36b1849cfc --- /dev/null +++ b/plasma-framework/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (plasma-framework-5.21.0.tar.xz) = 3ce885ef701f2b3e031be17152770cb94aafda24 +RMD160 (plasma-framework-5.21.0.tar.xz) = dd48ceade844c216f0bd031c1f279e78fe114eb3 +SHA512 (plasma-framework-5.21.0.tar.xz) = f20c620c62561f5f761c2afe5d032bf6cfafae7a4af1d40bf20493fe1ccaa55b73d90aabe5ed3e0b25ec6a1ca24cf976a33db0dcde21037ace8d1a23d4ad20c1 +Size (plasma-framework-5.21.0.tar.xz) = 4012344 bytes