pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/plasma-framework
Module Name: pkgsrc
Committed By: markd
Date: Sat Jul 29 02:51:17 UTC 2023
Modified Files:
pkgsrc/x11/plasma-framework: Makefile PLIST distinfo
Log Message:
plasma-framework: update to 5.108.0
5.99
Don't violate the min <= max assert in qBound in Qt 6
IconLabel: always enable `fillWidth`
wallpaperinterface: allow wallpaper plugin to set custom accent color
Add CMake option to build WITHOUT_X11
Install a plugin for org.kde.plasma.plasmoid
PC3/IconLabel: Simplify Layout.fillWidth expression for label
ExpandableListItem: make fewer assumptions about the action
Clear PasswordField with Ctrl+Shift+U
Add fade in and out animations to PC3 ToolTip
Reset devicePixelRatio after loading the cachedBackground of mask
Always give FrameSvg's mask in logical pixels
desktoptheme/breeze: update disk.svg
Remove shortcut to make corona immutable
ExpandableListItem: add arrow key navigation support
PC3/ProgressBar: Fix sizing bugs, reformat code, remove animation hacks
Port IconItem to use Qt Shader Tools for Qt 6
Remove commented out dead slot
Keep Tooltips the proper type
don't remove the shadow on ~Dialog
5.100
PC3/BusyIndicator: Disable hover, drop unused id, and shorten a comment
Never time out tooltip while its control is still hovered
windowthumbnail 'count > 0' is always true
Dialog: Avoid using plasmashell protocol when running in kwin
Make KPackage an implementation detail of Plasma Applets
Deprecate public includes for KPackage
templates/cpp-plasmoid: Load icon as svg rather than svgz
templates/cpp-plasmoid: Remove unneeded EnabledByDefault and X-Plasma-MainScript keys
templates/cpp-plasmoid: Consistently require ECM, KF and Qt dependencies
templates/cpp-plasmoid: Port to newer KPackageStructure key instead of ServiceTypes
templates/cpp-plasmoid: Do not embed json file in plugin
Create SVGZ files without embedded filename & timestamp -> reproducibility
Oxygen: Drastically improve buttons
Oxygen: Invert input box color and increase size
Oxygen: Update Inkscape Metadata
Oxygen: Fix tab bars not rendering, add N/E/S/W sides
Oxygen: Fix active button size
ExpandableListItem: Port to explicit signal handler parameter names
Center the AppletPopup dialogs when possible
framesvgitem: avoid unnecessary type conversion in `resizeFrame`
framesvgitem: use `QQuickItem::size()` directly in `resizeFrame`
framesvgitem: port two qMax to std::max
framesvgitem: remove one unnecessary maxvalue comparison
PC3/BusyIndicator: Revert RotationAnimator back to property interceptor syntax
PC3/BusyIndicator: Fix hang & rapid jump on start
PC3/BusyIndicator: Don't do extra work when animation starts
PC3/BusyIndicator: Port opacity animation to Easing.OutCubic
PC3/BusyIndicator: Center the active/rotating part of the control
PC3/BusyIndicator: Fix QML/JS code style, bump imports
fix refcount of dialog instances
Fix name of margin hints of task manager
PC3/TextField,SearchField: Fix mirroring detection
SearchField: Align search icon vertically
SearchField,ActionTextField: Use non-destructive clear() method
PC3/Slider: Fix tick marks direction for vertical orientation
Manage the case someone is asking for the attached of an applet
Fix scrollbar visibility when contentWidth or contentHeight is 0
Drop deprecated KDeclarative::setupEngine calls
iconitem: add test for devicePixelRatio
svgitem: fix blurry icon on HiDPI screens
iconitem: fix blurry icon on HiDPI screens
Revert "Install a plugin for org.kde.plasma.plasmoid"
Add 5G network icons
ExpandableListItem: Simplify Accessible.description expression
ExpandableListItem: Use uniform standard margins for actions list
Perform initialization in initialization list
IconItem: Use standard Units.longDuration for cross-fade animation
5.101
PC3: allow touch scrolling even when tablet mode is off
Import ManagedTextureNode from KDeclarative
Expose minimum drawing size for FrameSvg and FrameSvgItem
Fix the left element of dialogs background
pc3: Simplify Button{Focus,Hover,Shadow}.qml
pc3: Simplify Flat/RaisedButtonBackground
extracomponents: Only create a button in PlaceholderMessage if needed
pc3: Don't create an SVG in TextField just to check if a certain element exists
Expose FrameSvg::hasElement on FrameSvgItem
FrameSvg: Replace a bunch of check-and-fetch with fetch-and-validate
extracomponents: Use attached property for ActionTextField tooltip
FrameSvg: Store a few unchanging strings in updateSizes as static const
FrameSvg: Use a single QString buffer when building names to look up in the SVG
Rework Plasma theme mask corners and outlines
Support horizontal scroll in containmentactions
appletquickitem 'ownLayout' local variable has same name as one of the class members
IconItem: Fix icons after context loss events
svgitem: do not upscale svg when using fractional scaling
Remove workaround for QTBUG-70481
PC3: remove obsolete workaround in TextArea
ToolTip: Do not show when empty
declarative/core: Use two opacity nodes for fading in IconItem
availableScreenRect only for valid screens
appletinterface: Expose the QAction::Priority enum values
Handle tooltips with disabled (negative) timeout properly
5.102
Dialog: Only center panel popup if it still would cover two thirds of its panel widget
containmentinterface: add function to open context menu
ExpandableListItem: load custom content when item is expanded
PC3/ActionTextField: Specify focus reason for shortcut activation
Use StandardKey.Find instead of "CTRL+F"
ActionTextField: add property type for focusSequence
ActionTextField: show native shortcut text in tooltip
ActionTextField: fix StandardKey not working
Dialog: Use one std::optional instead of two boolean flags
Mark transient applets in config
5.103
Dialog: Fix calculation of distance between dialog and parent applet
Refactor glowbar SVG
QMenuProxy & Plasma::Types::PopupPlacement: Reverse direction for RTL
QMenuProxy: Fix relative positioning with embedded/off-screen parent windows
IconItemTest: Wait for rendering before capturing an image of IconItem
iconitem: Use InOutCubic for the animation's easing curve
iconitem: Adjust fade animation to not flicker as much
5.105
DataEngines: Add forward compatibility as a porting aid
containmentinterface: get applet position when menu key is pressed
5.106
Fix osd- icon IDs
Label: set horizontalAlignment explicitly
Rename nepomuk icon to search
5.108
Polish DropMenu before creating platform window
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/x11/plasma-framework/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/plasma-framework/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/plasma-framework/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/plasma-framework/Makefile
diff -u pkgsrc/x11/plasma-framework/Makefile:1.66 pkgsrc/x11/plasma-framework/Makefile:1.67
--- pkgsrc/x11/plasma-framework/Makefile:1.66 Tue Jun 6 12:42:54 2023
+++ pkgsrc/x11/plasma-framework/Makefile Sat Jul 29 02:51:17 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2023/06/06 12:42:54 riastradh Exp $
+# $NetBSD: Makefile,v 1.67 2023/07/29 02:51:17 markd Exp $
DISTNAME= plasma-framework-${KF5VER}
-PKGREVISION= 6
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
Index: pkgsrc/x11/plasma-framework/PLIST
diff -u pkgsrc/x11/plasma-framework/PLIST:1.14 pkgsrc/x11/plasma-framework/PLIST:1.15
--- pkgsrc/x11/plasma-framework/PLIST:1.14 Thu Sep 29 01:28:24 2022
+++ pkgsrc/x11/plasma-framework/PLIST Sat Jul 29 02:51:17 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2022/09/29 01:28:24 markd Exp $
+@comment $NetBSD: PLIST,v 1.15 2023/07/29 02:51:17 markd Exp $
bin/plasmapkg2
include/KF5/Plasma/Applet
include/KF5/Plasma/Containment
@@ -349,8 +349,8 @@ share/kservicetypes5/plasma-service.desk
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/az/LC_MESSAGES/libplasma5.mo
+share/locale/be/LC_MESSAGES/libplasma5.mo
share/locale/bg/LC_MESSAGES/libplasma5.mo
share/locale/bs/LC_MESSAGES/libplasma5.mo
share/locale/ca/LC_MESSAGES/libplasma5.mo
@@ -373,6 +373,7 @@ share/locale/ia/LC_MESSAGES/libplasma5.m
share/locale/id/LC_MESSAGES/libplasma5.mo
share/locale/it/LC_MESSAGES/libplasma5.mo
share/locale/ja/LC_MESSAGES/libplasma5.mo
+share/locale/ka/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
@@ -543,7 +544,6 @@ share/plasma/desktoptheme/default/icons/
share/plasma/desktoptheme/default/icons/mail.svgz
share/plasma/desktoptheme/default/icons/media.svgz
share/plasma/desktoptheme/default/icons/mobile.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/osd.svgz
@@ -553,6 +553,7 @@ share/plasma/desktoptheme/default/icons/
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/search.svgz
share/plasma/desktoptheme/default/icons/slc.svgz
share/plasma/desktoptheme/default/icons/software.svgz
share/plasma/desktoptheme/default/icons/start.svgz
Index: pkgsrc/x11/plasma-framework/distinfo
diff -u pkgsrc/x11/plasma-framework/distinfo:1.17 pkgsrc/x11/plasma-framework/distinfo:1.18
--- pkgsrc/x11/plasma-framework/distinfo:1.17 Thu Sep 29 01:28:24 2022
+++ pkgsrc/x11/plasma-framework/distinfo Sat Jul 29 02:51:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/09/29 01:28:24 markd Exp $
+$NetBSD: distinfo,v 1.18 2023/07/29 02:51:17 markd Exp $
-BLAKE2s (plasma-framework-5.98.0.tar.xz) = 4d24e8ae4777ef09a5860c0067f2a24ea5f4544245f22bd9191eb5958bfab33f
-SHA512 (plasma-framework-5.98.0.tar.xz) = a016b5376ed620d4650c7581b282601c99aea2e6b7948d87f7a99bb747a3913ae2cc96a168deb7d25797fb9f936f4c76d05682036693a8515e756b7f20dab46d
-Size (plasma-framework-5.98.0.tar.xz) = 3148664 bytes
+BLAKE2s (plasma-framework-5.108.0.tar.xz) = 9f73c273fc88f5699614a0f4c1adf94971c7d19e6fcfa0477e87f0ddde2876eb
+SHA512 (plasma-framework-5.108.0.tar.xz) = 58b69b8c99d63dc96a82be852314dfe6d000b51a630c15927436911e2fe6fe842c0b5b4b17dbfa9bb985cd98fcdae772f22e5571ec610472fd1f856417194b3e
+Size (plasma-framework-5.108.0.tar.xz) = 3308660 bytes
Home |
Main Index |
Thread Index |
Old Index