Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/plasma-framework plasma-framework: update to 5.70.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/8859efa760bb
branches: trunk
changeset: 433783:8859efa760bb
user: markd <markd%pkgsrc.org@localhost>
date: Sun Jun 07 12:54:11 2020 +0000
description:
plasma-framework: update to 5.70.0
5.67
Fixed tooltip corners and removed useless color attributes
Removed hardcoded colors in background SVGs
Fix the size and pixel alignment of checkboxes and radiobuttons
Update breeze theme shadows
[Plasma Quick] Add WaylandIntegration class
Same behavior for scrollbar as the desktop style
Make use of KPluginMetaData where we can
Add edit mode menu item to desktop widget context menu
Consistency: colored selected buttons
Port endl to \n Not necessary to flush as QTextStream uses QFile which flush
when it's deleted
5.68
Buttons: allow to scale up icons
Try to apply the colorscheme of the current theme to QIcons
Dialog: disconnect from QWindow signals in destructor
Fix memory leak in ConfigView and Dialog
fix layout size hints for button labels
make sure the size hints are integer and even
support icon.width/height
Remove hardcoded colors
Construct NullEngine with KPluginMetaData()
Slightly reduce level 1 heading size
Vertically center tooltip icon/image
support display property for Buttons
Don't warn for invalid plugin metata
tooltips always have normal colorgroup
[Tests]Make radiobutton3.qml use PC3
Optimize code when dropping files into the desktop
5.69
Added Page element
[pc3/busyindicator] Hide when not running
Update window-pin, Add more sizes, Remove redundant edit-delete
Create a new TopArea element using widgets/toparea svg
Added plasmoid heading svg
Make highlighted property work for roundbutton
5.70
[PlasmaCore.IconItem] Regression: fix crash on source change
[PlasmaCore.IconItem] Refactor source handling for different types
Make applet tooltip text spacing consistent
[ExpandableListItem] make it touch-friendly
[ExpandableListItem] Use more semantically correct expand and collapse icons
Fix PC3 BusyIndicator binding loop
[ExpandableListItem] Add new showDefaultActionButtonWhenBusy option
Remove rounded borders to plasmoidHeading
[ExpandableListItem] Add itemCollapsed signal and don't emit itemExpanded
when collapsed
Add readmes clarifying state of plasma component versions
[configview] Simplify code / workaround Qt5.15 crash
Create ExpandableListItem
Make animation durations consistent with Kirigami values
diffstat:
x11/plasma-framework/Makefile | 3 +--
x11/plasma-framework/PLIST | 12 +++++++++---
x11/plasma-framework/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 10 deletions(-)
diffs (104 lines):
diff -r 558d801f57a9 -r 8859efa760bb x11/plasma-framework/Makefile
--- a/x11/plasma-framework/Makefile Sun Jun 07 12:51:50 2020 +0000
+++ b/x11/plasma-framework/Makefile Sun Jun 07 12:54:11 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2020/06/02 08:23:06 adam Exp $
+# $NetBSD: Makefile,v 1.39 2020/06/07 12:54:11 markd Exp $
DISTNAME= plasma-framework-${KF5VER}
-PKGREVISION= 4
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
diff -r 558d801f57a9 -r 8859efa760bb x11/plasma-framework/PLIST
--- a/x11/plasma-framework/PLIST Sun Jun 07 12:51:50 2020 +0000
+++ b/x11/plasma-framework/PLIST Sun Jun 07 12:54:11 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/29 11:49:31 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/06/07 12:54:11 markd Exp $
bin/plasmapkg2
include/KF5/Plasma/Applet
include/KF5/Plasma/Containment
@@ -81,7 +81,6 @@
qt5/plugins/kpackage/packagestructure/plasmatheme_packagestructure.so
qt5/plugins/kpackage/packagestructure/plasmoid_packagestructure.so
qt5/plugins/plasma/scriptengines/plasma_appletscript_declarative.so
-qt5/plugins/plasma_engine_testengine.so
qt5/qml/QtQuick/Controls.2/Plasma/BusyIndicator.qml
qt5/qml/QtQuick/Controls.2/Plasma/Button.qml
qt5/qml/QtQuick/Controls.2/Plasma/CheckBox.qml
@@ -100,9 +99,11 @@
qt5/qml/QtQuick/Controls.2/Plasma/Label.qml
qt5/qml/QtQuick/Controls.2/Plasma/Menu.qml
qt5/qml/QtQuick/Controls.2/Plasma/MenuItem.qml
+qt5/qml/QtQuick/Controls.2/Plasma/Page.qml
qt5/qml/QtQuick/Controls.2/Plasma/PageIndicator.qml
qt5/qml/QtQuick/Controls.2/Plasma/Popup.qml
qt5/qml/QtQuick/Controls.2/Plasma/ProgressBar.qml
+qt5/qml/QtQuick/Controls.2/Plasma/README.md
qt5/qml/QtQuick/Controls.2/Plasma/RadioButton.qml
qt5/qml/QtQuick/Controls.2/Plasma/RadioDelegate.qml
qt5/qml/QtQuick/Controls.2/Plasma/RadioIndicator.qml
@@ -194,9 +195,11 @@
qt5/qml/org/kde/plasma/components.3/Label.qml
qt5/qml/org/kde/plasma/components.3/Menu.qml
qt5/qml/org/kde/plasma/components.3/MenuItem.qml
+qt5/qml/org/kde/plasma/components.3/Page.qml
qt5/qml/org/kde/plasma/components.3/PageIndicator.qml
qt5/qml/org/kde/plasma/components.3/Popup.qml
qt5/qml/org/kde/plasma/components.3/ProgressBar.qml
+qt5/qml/org/kde/plasma/components.3/README.md
qt5/qml/org/kde/plasma/components.3/RadioButton.qml
qt5/qml/org/kde/plasma/components.3/RadioDelegate.qml
qt5/qml/org/kde/plasma/components.3/RadioIndicator.qml
@@ -277,9 +280,11 @@
qt5/qml/org/kde/plasma/extras/App.qml
qt5/qml/org/kde/plasma/extras/ConditionalLoader.qml
qt5/qml/org/kde/plasma/extras/DescriptiveLabel.qml
+qt5/qml/org/kde/plasma/extras/ExpandableListItem.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/PlasmoidHeading.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
@@ -298,7 +303,6 @@
share/kdevappwizard/templates/plasma-wallpaper.tar.bz2
share/kdevappwizard/templates/qml-plasmoid-with-qml-extension.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
@@ -312,6 +316,7 @@
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
@@ -552,6 +557,7 @@
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/plasmoidheading.svgz
share/plasma/desktoptheme/default/widgets/plot-background.svgz
share/plasma/desktoptheme/default/widgets/scrollbar.svgz
share/plasma/desktoptheme/default/widgets/scrollwidget.svgz
diff -r 558d801f57a9 -r 8859efa760bb x11/plasma-framework/distinfo
--- a/x11/plasma-framework/distinfo Sun Jun 07 12:51:50 2020 +0000
+++ b/x11/plasma-framework/distinfo Sun Jun 07 12:54:11 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/01/29 11:49:31 markd Exp $
+$NetBSD: distinfo,v 1.11 2020/06/07 12:54:11 markd Exp $
-SHA1 (plasma-framework-5.66.0.tar.xz) = fa99dcd4bb1d051897920b631d2e36cf08fe3f9a
-RMD160 (plasma-framework-5.66.0.tar.xz) = e17f435787741a8ce9c97c98431d35c17b41f570
-SHA512 (plasma-framework-5.66.0.tar.xz) = b6a192e19e4cf4e9172aa3ac6697f58a6d3b198885929c2fd0da0732743153ee17d3d489328b2bffc7f48f5674369c20a025c4ef47aae10a0b50d03a660a7822
-Size (plasma-framework-5.66.0.tar.xz) = 3124284 bytes
+SHA1 (plasma-framework-5.70.0.tar.xz) = 09a0c4d8a461c0ba81caf854af91cb676879b3d8
+RMD160 (plasma-framework-5.70.0.tar.xz) = 9f18a1483e1bb8ec258e4f8186fc7c0534b03218
+SHA512 (plasma-framework-5.70.0.tar.xz) = c11f6169f57ade39e6d6f44a7cfd462ce84f09cd6f05ae765224a33fbd491dcf232d51e73b0c2e406f89b39b59e7edcfecb479a02ddaa94d920600bd6122e46a
+Size (plasma-framework-5.70.0.tar.xz) = 3132240 bytes
Home |
Main Index |
Thread Index |
Old Index