Sat Jul 29 02:40:15 2023 UTC ()
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


(markd)
diff -r1.63 -r1.64 pkgsrc/x11/kconfigwidgets/Makefile
diff -r1.11 -r1.12 pkgsrc/x11/kconfigwidgets/PLIST
diff -r1.15 -r1.16 pkgsrc/x11/kconfigwidgets/distinfo

cvs diff -r1.63 -r1.64 pkgsrc/x11/kconfigwidgets/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/kconfigwidgets/Makefile 2023/06/06 12:42:53 1.63
+++ pkgsrc/x11/kconfigwidgets/Makefile 2023/07/29 02:40:15 1.64
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.63 2023/06/06 12:42:53 riastradh Exp $ 1# $NetBSD: Makefile,v 1.64 2023/07/29 02:40:15 markd Exp $
2 2
3DISTNAME= kconfigwidgets-${KF5VER} 3DISTNAME= kconfigwidgets-${KF5VER}
4PKGREVISION= 6 
5CATEGORIES= x11 4CATEGORIES= x11
6 5
7HOMEPAGE= https://community.kde.org/Frameworks 6HOMEPAGE= https://community.kde.org/Frameworks
8COMMENT= Widgets for KConfig 7COMMENT= Widgets for KConfig
9LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 8LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
10 9
11.include "../../meta-pkgs/kde/kf5.mk" 10.include "../../meta-pkgs/kde/kf5.mk"
12 11
13TOOL_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools 12TOOL_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools
14 13
15USE_TOOLS+= perl:run msgmerge 14USE_TOOLS+= perl:run msgmerge
16 15
17REPLACE_PERL+= src/preparetips5 16REPLACE_PERL+= src/preparetips5

cvs diff -r1.11 -r1.12 pkgsrc/x11/kconfigwidgets/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/kconfigwidgets/PLIST 2022/09/29 01:28:23 1.11
+++ pkgsrc/x11/kconfigwidgets/PLIST 2023/07/29 02:40:15 1.12
@@ -1,38 +1,40 @@ @@ -1,38 +1,40 @@
1@comment $NetBSD: PLIST,v 1.11 2022/09/29 01:28:23 markd Exp $ 1@comment $NetBSD: PLIST,v 1.12 2023/07/29 02:40:15 markd Exp $
2bin/preparetips5 2bin/preparetips5
3include/KF5/KConfigWidgets/KCModule 3include/KF5/KConfigWidgets/KCModule
4include/KF5/KConfigWidgets/KCodecAction 4include/KF5/KConfigWidgets/KCodecAction
5include/KF5/KConfigWidgets/KColorScheme 5include/KF5/KConfigWidgets/KColorScheme
6include/KF5/KConfigWidgets/KColorSchemeManager 6include/KF5/KConfigWidgets/KColorSchemeManager
 7include/KF5/KConfigWidgets/KColorSchemeMenu
7include/KF5/KConfigWidgets/KColorSchemeModel 8include/KF5/KConfigWidgets/KColorSchemeModel
8include/KF5/KConfigWidgets/KCommandBar 9include/KF5/KConfigWidgets/KCommandBar
9include/KF5/KConfigWidgets/KConfigDialog 10include/KF5/KConfigWidgets/KConfigDialog
10include/KF5/KConfigWidgets/KConfigDialogManager 11include/KF5/KConfigWidgets/KConfigDialogManager
11include/KF5/KConfigWidgets/KConfigViewStateSaver 12include/KF5/KConfigWidgets/KConfigViewStateSaver
12include/KF5/KConfigWidgets/KHamburgerMenu 13include/KF5/KConfigWidgets/KHamburgerMenu
13include/KF5/KConfigWidgets/KHelpClient 14include/KF5/KConfigWidgets/KHelpClient
14include/KF5/KConfigWidgets/KLanguageButton 15include/KF5/KConfigWidgets/KLanguageButton
15include/KF5/KConfigWidgets/KLanguageName 16include/KF5/KConfigWidgets/KLanguageName
16include/KF5/KConfigWidgets/KPasteTextAction 17include/KF5/KConfigWidgets/KPasteTextAction
17include/KF5/KConfigWidgets/KRecentFilesAction 18include/KF5/KConfigWidgets/KRecentFilesAction
18include/KF5/KConfigWidgets/KStandardAction 19include/KF5/KConfigWidgets/KStandardAction
19include/KF5/KConfigWidgets/KStatefulBrush 20include/KF5/KConfigWidgets/KStatefulBrush
20include/KF5/KConfigWidgets/KTipDialog 21include/KF5/KConfigWidgets/KTipDialog
21include/KF5/KConfigWidgets/KViewStateMaintainer 22include/KF5/KConfigWidgets/KViewStateMaintainer
22include/KF5/KConfigWidgets/kcmodule.h 23include/KF5/KConfigWidgets/kcmodule.h
23include/KF5/KConfigWidgets/kcodecaction.h 24include/KF5/KConfigWidgets/kcodecaction.h
24include/KF5/KConfigWidgets/kcolorscheme.h 25include/KF5/KConfigWidgets/kcolorscheme.h
25include/KF5/KConfigWidgets/kcolorschememanager.h 26include/KF5/KConfigWidgets/kcolorschememanager.h
 27include/KF5/KConfigWidgets/kcolorschememenu.h
26include/KF5/KConfigWidgets/kcolorschememodel.h 28include/KF5/KConfigWidgets/kcolorschememodel.h
27include/KF5/KConfigWidgets/kcommandbar.h 29include/KF5/KConfigWidgets/kcommandbar.h
28include/KF5/KConfigWidgets/kconfigdialog.h 30include/KF5/KConfigWidgets/kconfigdialog.h
29include/KF5/KConfigWidgets/kconfigdialogmanager.h 31include/KF5/KConfigWidgets/kconfigdialogmanager.h
30include/KF5/KConfigWidgets/kconfigviewstatesaver.h 32include/KF5/KConfigWidgets/kconfigviewstatesaver.h
31include/KF5/KConfigWidgets/kconfigwidgets_export.h 33include/KF5/KConfigWidgets/kconfigwidgets_export.h
32include/KF5/KConfigWidgets/kconfigwidgets_version.h 34include/KF5/KConfigWidgets/kconfigwidgets_version.h
33include/KF5/KConfigWidgets/khamburgermenu.h 35include/KF5/KConfigWidgets/khamburgermenu.h
34include/KF5/KConfigWidgets/khelpclient.h 36include/KF5/KConfigWidgets/khelpclient.h
35include/KF5/KConfigWidgets/klanguagebutton.h 37include/KF5/KConfigWidgets/klanguagebutton.h
36include/KF5/KConfigWidgets/klanguagename.h 38include/KF5/KConfigWidgets/klanguagename.h
37include/KF5/KConfigWidgets/kpastetextaction.h 39include/KF5/KConfigWidgets/kpastetextaction.h
38include/KF5/KConfigWidgets/krecentfilesaction.h 40include/KF5/KConfigWidgets/krecentfilesaction.h
@@ -50,36 +52,36 @@ lib/libKF5ConfigWidgets.so.5 @@ -50,36 +52,36 @@ lib/libKF5ConfigWidgets.so.5
50lib/libKF5ConfigWidgets.so.${PKGVERSION} 52lib/libKF5ConfigWidgets.so.${PKGVERSION}
51man/ca/man1/preparetips5.1 53man/ca/man1/preparetips5.1
52man/ca@valencia/man1/preparetips5.1 54man/ca@valencia/man1/preparetips5.1
53man/de/man1/preparetips5.1 55man/de/man1/preparetips5.1
54man/es/man1/preparetips5.1 56man/es/man1/preparetips5.1
55man/fr/man1/preparetips5.1 57man/fr/man1/preparetips5.1
56man/it/man1/preparetips5.1 58man/it/man1/preparetips5.1
57man/man1/preparetips5.1 59man/man1/preparetips5.1
58man/nl/man1/preparetips5.1 60man/nl/man1/preparetips5.1
59man/pt/man1/preparetips5.1 61man/pt/man1/preparetips5.1
60man/pt_BR/man1/preparetips5.1 62man/pt_BR/man1/preparetips5.1
61man/ru/man1/preparetips5.1 63man/ru/man1/preparetips5.1
62man/sv/man1/preparetips5.1 64man/sv/man1/preparetips5.1
 65man/tr/man1/preparetips5.1
63man/uk/man1/preparetips5.1 66man/uk/man1/preparetips5.1
64qt5/mkspecs/modules/qt_KConfigWidgets.pri 67qt5/mkspecs/modules/qt_KConfigWidgets.pri
65qt5/plugins/designer/kconfigwidgets5widgets.so 68qt5/plugins/designer/kconfigwidgets5widgets.so
66share/locale/af/LC_MESSAGES/kconfigwidgets5.mo 69share/locale/af/LC_MESSAGES/kconfigwidgets5.mo
67share/locale/af/kf5_entry.desktop 70share/locale/af/kf5_entry.desktop
68share/locale/ar/LC_MESSAGES/kconfigwidgets5.mo 71share/locale/ar/LC_MESSAGES/kconfigwidgets5.mo
69share/locale/ar/kf5_entry.desktop 72share/locale/ar/kf5_entry.desktop
70share/locale/as/LC_MESSAGES/kconfigwidgets5.mo 73share/locale/as/LC_MESSAGES/kconfigwidgets5.mo
71share/locale/as/kf5_entry.desktop 74share/locale/as/kf5_entry.desktop
72share/locale/ast/kf5_entry.desktop 
73share/locale/az/LC_MESSAGES/kconfigwidgets5.mo 75share/locale/az/LC_MESSAGES/kconfigwidgets5.mo
74share/locale/az/kf5_entry.desktop 76share/locale/az/kf5_entry.desktop
75share/locale/be/LC_MESSAGES/kconfigwidgets5.mo 77share/locale/be/LC_MESSAGES/kconfigwidgets5.mo
76share/locale/be/kf5_entry.desktop 78share/locale/be/kf5_entry.desktop
77share/locale/be@latin/LC_MESSAGES/kconfigwidgets5.mo 79share/locale/be@latin/LC_MESSAGES/kconfigwidgets5.mo
78share/locale/be@latin/kf5_entry.desktop 80share/locale/be@latin/kf5_entry.desktop
79share/locale/bg/LC_MESSAGES/kconfigwidgets5.mo 81share/locale/bg/LC_MESSAGES/kconfigwidgets5.mo
80share/locale/bg/kf5_entry.desktop 82share/locale/bg/kf5_entry.desktop
81share/locale/bn/LC_MESSAGES/kconfigwidgets5.mo 83share/locale/bn/LC_MESSAGES/kconfigwidgets5.mo
82share/locale/bn/kf5_entry.desktop 84share/locale/bn/kf5_entry.desktop
83share/locale/bn_IN/LC_MESSAGES/kconfigwidgets5.mo 85share/locale/bn_IN/LC_MESSAGES/kconfigwidgets5.mo
84share/locale/bn_IN/kf5_entry.desktop 86share/locale/bn_IN/kf5_entry.desktop
85share/locale/br/LC_MESSAGES/kconfigwidgets5.mo 87share/locale/br/LC_MESSAGES/kconfigwidgets5.mo
@@ -141,26 +143,27 @@ share/locale/hne/LC_MESSAGES/kconfigwidg @@ -141,26 +143,27 @@ share/locale/hne/LC_MESSAGES/kconfigwidg
141share/locale/hne/kf5_entry.desktop 143share/locale/hne/kf5_entry.desktop
142share/locale/hr/LC_MESSAGES/kconfigwidgets5.mo 144share/locale/hr/LC_MESSAGES/kconfigwidgets5.mo
143share/locale/hr/kf5_entry.desktop 145share/locale/hr/kf5_entry.desktop
144share/locale/hsb/LC_MESSAGES/kconfigwidgets5.mo 146share/locale/hsb/LC_MESSAGES/kconfigwidgets5.mo
145share/locale/hsb/kf5_entry.desktop 147share/locale/hsb/kf5_entry.desktop
146share/locale/hu/LC_MESSAGES/kconfigwidgets5.mo 148share/locale/hu/LC_MESSAGES/kconfigwidgets5.mo
147share/locale/hu/kf5_entry.desktop 149share/locale/hu/kf5_entry.desktop
148share/locale/hy/LC_MESSAGES/kconfigwidgets5.mo 150share/locale/hy/LC_MESSAGES/kconfigwidgets5.mo
149share/locale/hy/kf5_entry.desktop 151share/locale/hy/kf5_entry.desktop
150share/locale/ia/LC_MESSAGES/kconfigwidgets5.mo 152share/locale/ia/LC_MESSAGES/kconfigwidgets5.mo
151share/locale/ia/kf5_entry.desktop 153share/locale/ia/kf5_entry.desktop
152share/locale/id/LC_MESSAGES/kconfigwidgets5.mo 154share/locale/id/LC_MESSAGES/kconfigwidgets5.mo
153share/locale/id/kf5_entry.desktop 155share/locale/id/kf5_entry.desktop
 156share/locale/ie/kf5_entry.desktop
154share/locale/is/LC_MESSAGES/kconfigwidgets5.mo 157share/locale/is/LC_MESSAGES/kconfigwidgets5.mo
155share/locale/is/kf5_entry.desktop 158share/locale/is/kf5_entry.desktop
156share/locale/it/LC_MESSAGES/kconfigwidgets5.mo 159share/locale/it/LC_MESSAGES/kconfigwidgets5.mo
157share/locale/it/kf5_entry.desktop 160share/locale/it/kf5_entry.desktop
158share/locale/ja/LC_MESSAGES/kconfigwidgets5.mo 161share/locale/ja/LC_MESSAGES/kconfigwidgets5.mo
159share/locale/ja/kf5_entry.desktop 162share/locale/ja/kf5_entry.desktop
160share/locale/ka/LC_MESSAGES/kconfigwidgets5.mo 163share/locale/ka/LC_MESSAGES/kconfigwidgets5.mo
161share/locale/ka/kf5_entry.desktop 164share/locale/ka/kf5_entry.desktop
162share/locale/kk/LC_MESSAGES/kconfigwidgets5.mo 165share/locale/kk/LC_MESSAGES/kconfigwidgets5.mo
163share/locale/kk/kf5_entry.desktop 166share/locale/kk/kf5_entry.desktop
164share/locale/km/LC_MESSAGES/kconfigwidgets5.mo 167share/locale/km/LC_MESSAGES/kconfigwidgets5.mo
165share/locale/km/kf5_entry.desktop 168share/locale/km/kf5_entry.desktop
166share/locale/kn/LC_MESSAGES/kconfigwidgets5.mo 169share/locale/kn/LC_MESSAGES/kconfigwidgets5.mo

cvs diff -r1.15 -r1.16 pkgsrc/x11/kconfigwidgets/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/kconfigwidgets/distinfo 2022/09/29 01:28:23 1.15
+++ pkgsrc/x11/kconfigwidgets/distinfo 2023/07/29 02:40:15 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2022/09/29 01:28:23 markd Exp $ 1$NetBSD: distinfo,v 1.16 2023/07/29 02:40:15 markd Exp $
2 2
3BLAKE2s (kconfigwidgets-5.98.0.tar.xz) = 9d619de13063a5b1e2b4540d09fa32022fcffda8337d991a686c9090c587b076 3BLAKE2s (kconfigwidgets-5.108.0.tar.xz) = 2ae52078b66ce2b937170e28389ddcb7af0d408891e237d40e0b06e17433c0ec
4SHA512 (kconfigwidgets-5.98.0.tar.xz) = 4e4ba4aa51ecbf0b740cb6dab5ca92afccb160b5726ecd84bbc1c84028cb8dc8e2c9f79342771cd4bd909fdc8b9982c9f6c17352c4a188131625a877d2f2a41e 4SHA512 (kconfigwidgets-5.108.0.tar.xz) = 6f01439c93bd52b3d398e6e2cf79da10a5370eb4710bc3153f879bc8da1b6b8fa704f9c47e56d4463feed936d49085f4c70a47a27b699d3252167b5b78f19eab
5Size (kconfigwidgets-5.98.0.tar.xz) = 419828 bytes 5Size (kconfigwidgets-5.108.0.tar.xz) = 2613780 bytes