pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kconfigwidgets
Module Name: pkgsrc
Committed By: markd
Date: Sat Jul 29 02:40:15 UTC 2023
Modified Files:
pkgsrc/x11/kconfigwidgets: Makefile PLIST distinfo
Log Message:
kconfigwidgets: update to 5.108.0
5.99
add KHamburgerMenu::insertIntoMenuBefore() method
5.100
avoid stating files during restore of recent files
Ensure icon is always set for recent files actions
Add file icons to open recent menu
Replace custom color preference code with KColorSchemeWatcher
Intialize default decoration colors
[KCommandBar] Fix shortcut background
5.101
KHamburgerMenu: Reset when menu bar contents change
[KRecentFilesAction] Fix broken recent files list
5.102
[kcommandbar] Save last used items in state config
[kcodecaction] Deprecate KEncodingProper-based API
5.103
[kcodecaction] Deprecate QTextCodec and mib-based API
[kcodecaction] Add name-based trigger signal
kcommandbar: Fix positioning when no mainwindow parent
kcommandbar: Fix no central widget crashes app
5.104
KConfigDialogManager: Fix logs formatting
5.105
KColorSchemeManager: don't override color scheme set by platform theme
CommandBar: Fix lastUsedActions not restored
5.107
KColorSchemeMenu: Remove accelerator markers from scheme name
Give KColorSchemeMenu namespace a short description
Fixup: Pass scheme name - not path - to KColorSchemeManager::indexForScheme
Split menu creating functionality out of KColorSchemeManager
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/kconfigwidgets/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/kconfigwidgets/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/kconfigwidgets/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/kconfigwidgets/Makefile
diff -u pkgsrc/x11/kconfigwidgets/Makefile:1.63 pkgsrc/x11/kconfigwidgets/Makefile:1.64
--- pkgsrc/x11/kconfigwidgets/Makefile:1.63 Tue Jun 6 12:42:53 2023
+++ pkgsrc/x11/kconfigwidgets/Makefile Sat Jul 29 02:40:15 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2023/06/06 12:42:53 riastradh Exp $
+# $NetBSD: Makefile,v 1.64 2023/07/29 02:40:15 markd Exp $
DISTNAME= kconfigwidgets-${KF5VER}
-PKGREVISION= 6
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
Index: pkgsrc/x11/kconfigwidgets/PLIST
diff -u pkgsrc/x11/kconfigwidgets/PLIST:1.11 pkgsrc/x11/kconfigwidgets/PLIST:1.12
--- pkgsrc/x11/kconfigwidgets/PLIST:1.11 Thu Sep 29 01:28:23 2022
+++ pkgsrc/x11/kconfigwidgets/PLIST Sat Jul 29 02:40:15 2023
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.11 2022/09/29 01:28:23 markd Exp $
+@comment $NetBSD: PLIST,v 1.12 2023/07/29 02:40:15 markd Exp $
bin/preparetips5
include/KF5/KConfigWidgets/KCModule
include/KF5/KConfigWidgets/KCodecAction
include/KF5/KConfigWidgets/KColorScheme
include/KF5/KConfigWidgets/KColorSchemeManager
+include/KF5/KConfigWidgets/KColorSchemeMenu
include/KF5/KConfigWidgets/KColorSchemeModel
include/KF5/KConfigWidgets/KCommandBar
include/KF5/KConfigWidgets/KConfigDialog
@@ -23,6 +24,7 @@ include/KF5/KConfigWidgets/kcmodule.h
include/KF5/KConfigWidgets/kcodecaction.h
include/KF5/KConfigWidgets/kcolorscheme.h
include/KF5/KConfigWidgets/kcolorschememanager.h
+include/KF5/KConfigWidgets/kcolorschememenu.h
include/KF5/KConfigWidgets/kcolorschememodel.h
include/KF5/KConfigWidgets/kcommandbar.h
include/KF5/KConfigWidgets/kconfigdialog.h
@@ -60,6 +62,7 @@ man/pt/man1/preparetips5.1
man/pt_BR/man1/preparetips5.1
man/ru/man1/preparetips5.1
man/sv/man1/preparetips5.1
+man/tr/man1/preparetips5.1
man/uk/man1/preparetips5.1
qt5/mkspecs/modules/qt_KConfigWidgets.pri
qt5/plugins/designer/kconfigwidgets5widgets.so
@@ -69,7 +72,6 @@ share/locale/ar/LC_MESSAGES/kconfigwidge
share/locale/ar/kf5_entry.desktop
share/locale/as/LC_MESSAGES/kconfigwidgets5.mo
share/locale/as/kf5_entry.desktop
-share/locale/ast/kf5_entry.desktop
share/locale/az/LC_MESSAGES/kconfigwidgets5.mo
share/locale/az/kf5_entry.desktop
share/locale/be/LC_MESSAGES/kconfigwidgets5.mo
@@ -151,6 +153,7 @@ share/locale/ia/LC_MESSAGES/kconfigwidge
share/locale/ia/kf5_entry.desktop
share/locale/id/LC_MESSAGES/kconfigwidgets5.mo
share/locale/id/kf5_entry.desktop
+share/locale/ie/kf5_entry.desktop
share/locale/is/LC_MESSAGES/kconfigwidgets5.mo
share/locale/is/kf5_entry.desktop
share/locale/it/LC_MESSAGES/kconfigwidgets5.mo
Index: pkgsrc/x11/kconfigwidgets/distinfo
diff -u pkgsrc/x11/kconfigwidgets/distinfo:1.15 pkgsrc/x11/kconfigwidgets/distinfo:1.16
--- pkgsrc/x11/kconfigwidgets/distinfo:1.15 Thu Sep 29 01:28:23 2022
+++ pkgsrc/x11/kconfigwidgets/distinfo Sat Jul 29 02:40:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/29 01:28:23 markd Exp $
+$NetBSD: distinfo,v 1.16 2023/07/29 02:40:15 markd Exp $
-BLAKE2s (kconfigwidgets-5.98.0.tar.xz) = 9d619de13063a5b1e2b4540d09fa32022fcffda8337d991a686c9090c587b076
-SHA512 (kconfigwidgets-5.98.0.tar.xz) = 4e4ba4aa51ecbf0b740cb6dab5ca92afccb160b5726ecd84bbc1c84028cb8dc8e2c9f79342771cd4bd909fdc8b9982c9f6c17352c4a188131625a877d2f2a41e
-Size (kconfigwidgets-5.98.0.tar.xz) = 419828 bytes
+BLAKE2s (kconfigwidgets-5.108.0.tar.xz) = 2ae52078b66ce2b937170e28389ddcb7af0d408891e237d40e0b06e17433c0ec
+SHA512 (kconfigwidgets-5.108.0.tar.xz) = 6f01439c93bd52b3d398e6e2cf79da10a5370eb4710bc3153f879bc8da1b6b8fa704f9c47e56d4463feed936d49085f4c70a47a27b699d3252167b5b78f19eab
+Size (kconfigwidgets-5.108.0.tar.xz) = 2613780 bytes
Home |
Main Index |
Thread Index |
Old Index