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:           Mon Apr 25 08:31:34 UTC 2022

Modified Files:
        pkgsrc/x11/kconfigwidgets: Makefile PLIST distinfo

Log Message:
kconfigwidgets: update to 5.93.0

5.81.0
Introduce KHamburgermenu (bug 368421)

5.82.0
Use new version-controlled enumerator deprecation warning macros
Un-overload KConfigDialogManager::settingsChanged() signals

5.83.0
Deprecate KTipDatabase and KTipDialog
[KHamburgerMenu] Ignore native menus
Add KCommandBar - a hud-style dialog for quickly executing QActions

5.84.0
Expose model of KColorSchemeManager
Update API docs with respect to
KXMLGuiFactor::showConfigureShortcutsDilaog()
Deprecate KStatefulBrush::brush(const QWidget*)
Fix tiny black rectangles with rounded corners
Fix filtering in KCommandBar
KRecentFilesAction: document that local file URLs in the temp dir are
ignored

5.85.0
[KCModule] Deprecate ctor that takes KAboutData
Make sure commandbar has unique actions
add icons for all zoom standard actions
KCommandBar update
Show fuzzy matches in command bar
enable auto-switching color scheme for Windows apps when Default color
scheme is active
Fix crash when calling KHamburgerMenu::setMenuBar(nullptr)

5.86.0
Add support for static builds
Hide KHamburgerMenu in QMenus when a native menu bar is used

5.87.0
Do not emit deprecation warnings for overload which gets chosen by compiler

5.88.0
Fix auto color scheme switching
[kcolorschememodel] Expose color scheme id
[KCommandBar] Additionally sort commands by name
[KCommandBar] Don't display an indent for an icon if no item has an icon
[KCommandBar] Skip actions with empty text
Read proper color setting on Windows
[KCommandBar] Show information about a command in a tooltip

5.89.0
Add color scheme saving and loading
Fix hamburger menu opening as a window on Wayland
[KCommandBar] Add placeholder text for empty view
[KCommandBar] Fix rendering of chord shortcuts
[KCommandBar] Dynamic column widths + shortcuts alignment

5.90.0
Fix conditions used in cmake.in config file
[kcolorschememodel] Read .colors files from assets on Android
Sync default colors from Breeze Light color scheme
kcommandbar: Don't warn if action is separator
[kcmodule] Deprecate aboutData and componentData
[KCommandBar] Fix resetting m_hasActionsWithIcons

5.91.0
KLanguageButton: Don't insert duplicates
KLanguageButton: Adapt to new .desktop filenames
Change shortcuts of standard actions if standard shortcut changes
Use BUILD* deprecation wrapper for virtual method
Simplify KHamburgerMenu menu items
Only require KAuth on Linux/FreeBSD
Don't use KAuth on Windows

5.92.0
KHamburgerMenu: Avoid null receiver warning upon showing menubar
Add a KColorScheme::operator==
KHambugerMenu: Fix crash on windows when showing the window menubar from the
HamburgerMenu

5.93.0
Merge KColorSchemePrivate::init and constructor
Unify both KColorSchemePrivate constructors
Default to light mode, where AppsUseLightTheme isn't set (notably Windows
8.1)
Move KStatefulBrush to its own dedicated header
Deprecate KColorScheme::contrast
Fix automatic color scheme on Windows
khamburgermenu: Ensure menu is polished before creating window
Fix blame ignore list
[kcolorschememanager] Initialize selected scheme from config
Add Android to supported platforms in the repo metadata


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/kconfigwidgets/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/kconfigwidgets/PLIST
cvs rdiff -u -r1.13 -r1.14 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.50 pkgsrc/x11/kconfigwidgets/Makefile:1.51
--- pkgsrc/x11/kconfigwidgets/Makefile:1.50     Mon Apr 18 19:10:14 2022
+++ pkgsrc/x11/kconfigwidgets/Makefile  Mon Apr 25 08:31:34 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2022/04/18 19:10:14 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/04/25 08:31:34 markd Exp $
 
 DISTNAME=      kconfigwidgets-${KF5VER}
-PKGREVISION=   7
 CATEGORIES=    x11
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/x11/kconfigwidgets/PLIST
diff -u pkgsrc/x11/kconfigwidgets/PLIST:1.9 pkgsrc/x11/kconfigwidgets/PLIST:1.10
--- pkgsrc/x11/kconfigwidgets/PLIST:1.9 Tue Mar 30 10:58:29 2021
+++ pkgsrc/x11/kconfigwidgets/PLIST     Mon Apr 25 08:31:34 2022
@@ -1,38 +1,46 @@
-@comment $NetBSD: PLIST,v 1.9 2021/03/30 10:58:29 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/04/25 08:31:34 markd Exp $
 bin/preparetips5
 include/KF5/KConfigWidgets/KCModule
 include/KF5/KConfigWidgets/KCodecAction
 include/KF5/KConfigWidgets/KColorScheme
 include/KF5/KConfigWidgets/KColorSchemeManager
+include/KF5/KConfigWidgets/KColorSchemeModel
+include/KF5/KConfigWidgets/KCommandBar
 include/KF5/KConfigWidgets/KConfigDialog
 include/KF5/KConfigWidgets/KConfigDialogManager
 include/KF5/KConfigWidgets/KConfigViewStateSaver
+include/KF5/KConfigWidgets/KHamburgerMenu
 include/KF5/KConfigWidgets/KHelpClient
 include/KF5/KConfigWidgets/KLanguageButton
 include/KF5/KConfigWidgets/KLanguageName
 include/KF5/KConfigWidgets/KPasteTextAction
 include/KF5/KConfigWidgets/KRecentFilesAction
 include/KF5/KConfigWidgets/KStandardAction
+include/KF5/KConfigWidgets/KStatefulBrush
 include/KF5/KConfigWidgets/KTipDialog
 include/KF5/KConfigWidgets/KViewStateMaintainer
 include/KF5/KConfigWidgets/kcmodule.h
 include/KF5/KConfigWidgets/kcodecaction.h
 include/KF5/KConfigWidgets/kcolorscheme.h
 include/KF5/KConfigWidgets/kcolorschememanager.h
+include/KF5/KConfigWidgets/kcolorschememodel.h
+include/KF5/KConfigWidgets/kcommandbar.h
 include/KF5/KConfigWidgets/kconfigdialog.h
 include/KF5/KConfigWidgets/kconfigdialogmanager.h
 include/KF5/KConfigWidgets/kconfigviewstatesaver.h
 include/KF5/KConfigWidgets/kconfigwidgets_export.h
+include/KF5/KConfigWidgets/kconfigwidgets_version.h
+include/KF5/KConfigWidgets/khamburgermenu.h
 include/KF5/KConfigWidgets/khelpclient.h
 include/KF5/KConfigWidgets/klanguagebutton.h
 include/KF5/KConfigWidgets/klanguagename.h
 include/KF5/KConfigWidgets/kpastetextaction.h
 include/KF5/KConfigWidgets/krecentfilesaction.h
 include/KF5/KConfigWidgets/kstandardaction.h
+include/KF5/KConfigWidgets/kstatefulbrush.h
 include/KF5/KConfigWidgets/ktip.h
 include/KF5/KConfigWidgets/ktipdialog.h
 include/KF5/KConfigWidgets/kviewstatemaintainer.h
-include/KF5/kconfigwidgets_version.h
 lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake
 lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfigVersion.cmake
 lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsTargets-noconfig.cmake
@@ -176,6 +184,7 @@ share/locale/mr/LC_MESSAGES/kconfigwidge
 share/locale/mr/kf5_entry.desktop
 share/locale/ms/LC_MESSAGES/kconfigwidgets5.mo
 share/locale/ms/kf5_entry.desktop
+share/locale/my/kf5_entry.desktop
 share/locale/nb/LC_MESSAGES/kconfigwidgets5.mo
 share/locale/nb/kf5_entry.desktop
 share/locale/nds/LC_MESSAGES/kconfigwidgets5.mo

Index: pkgsrc/x11/kconfigwidgets/distinfo
diff -u pkgsrc/x11/kconfigwidgets/distinfo:1.13 pkgsrc/x11/kconfigwidgets/distinfo:1.14
--- pkgsrc/x11/kconfigwidgets/distinfo:1.13     Tue Oct 26 11:33:55 2021
+++ pkgsrc/x11/kconfigwidgets/distinfo  Mon Apr 25 08:31:34 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:33:55 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/25 08:31:34 markd Exp $
 
-BLAKE2s (kconfigwidgets-5.80.0.tar.xz) = 135b61d5fcf10220a65dd4d53bf5ee7b876fa97e4409dcd5e6deb80ca8c24f11
-SHA512 (kconfigwidgets-5.80.0.tar.xz) = f482d86ce3b893c4c0dce6fb6db005759bdfbb794114e636ff63a2a7db762e2ddaf2f53c0363561a4581967a6177b0ae077febd020d46bfc32211fab5725fa3d
-Size (kconfigwidgets-5.80.0.tar.xz) = 389484 bytes
+BLAKE2s (kconfigwidgets-5.93.0.tar.xz) = 667794ec857acb8c876b13b16ccfdafebdd1a1cf448c59bf750ce05cd100fff4
+SHA512 (kconfigwidgets-5.93.0.tar.xz) = d25d61be21cc2270ec3beb4e27fa7555d3c5d99c9a4440f2b79bd5531f73cb48cfeea38c7c969762ad0f9992f9ac91a641709a8c4a2a6b7c28132fc54632a32f
+Size (kconfigwidgets-5.93.0.tar.xz) = 416572 bytes



Home | Main Index | Thread Index | Old Index