pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/kiconthemes



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 25 05:53:53 UTC 2022

Modified Files:
        pkgsrc/graphics/kiconthemes: Makefile PLIST distinfo

Log Message:
kiconthemes: update to 5.93.0

5.81.0
Revert "avoid race condition on loading the plugin"
Revert "add private header to avoid extern in .cpp file"
Don't register our engine per default
More robust handling of missing global KDE themes
Ensure qrc + QDir::searchPaths work for icons
More robust and complete setup of the scaled test environment
Produce output with the request devicePixelRatio
Properly render non-square icons
Remove the assumption that SVG icons are squares in icon loading
Retain non-square icon sizes in KIconEngine::actualSize()
Revert icon size behavior changes
Align handling of non-square icons with how Qt behaves

5.82.0
Use deprecation macros for KIconLoader::alphaBlending()
Use new version-controlled enumerator deprecation warning macro
Deprecate KIconLoader::Panel in KF6

5.85.0
Introduce KIconLoader::hasCustomPalette
[KIconDialog] Revamp UI

5.86.0
Add support for static builds

5.88.0
Add QIcon::fallbackThemeName() as fallback
Fix @since marker
Include a test for properly testing icon recoloring
Also highlight charged text colors
Use KIconColors to re-color icons
Make icon colouring a per-icon property rather than a system
Create a d-pointer for KIconEngine
[KIconDialog] Also apply edge padding vertically
Ensure we retrieve our dependencies on Android

5.89.0
IconLoader: prefer icons from current theme before falling back to other themes
[KIconDialog] Add Ctrl+F shortcut for focussing search line
[KIconButton] Pre-select current icon when opening dialog
[KIconDialog] Add API for pre-selecting an icon

5.90.0
KIconColors: add Complement and Contrast
KIconColors: add .ColorScheme-ActiveText

5.91.0
Check executables exist in PATH before passing them to QProcess
Don't create a new KColorScheme for each KIconColors

5.92.0
Fix pixelated icons in item views
[KIconEngine] Create high-dpi pixmap in paint
Read the reference icon already scaled


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/kiconthemes/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/kiconthemes/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/kiconthemes/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/kiconthemes/Makefile
diff -u pkgsrc/graphics/kiconthemes/Makefile:1.42 pkgsrc/graphics/kiconthemes/Makefile:1.43
--- pkgsrc/graphics/kiconthemes/Makefile:1.42   Mon Apr 18 19:09:52 2022
+++ pkgsrc/graphics/kiconthemes/Makefile        Mon Apr 25 05:53:53 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2022/04/18 19:09:52 adam Exp $
+# $NetBSD: Makefile,v 1.43 2022/04/25 05:53:53 markd Exp $
 
 DISTNAME=      kiconthemes-${KF5VER}
-PKGREVISION=   6
 CATEGORIES=    graphics
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/graphics/kiconthemes/PLIST
diff -u pkgsrc/graphics/kiconthemes/PLIST:1.7 pkgsrc/graphics/kiconthemes/PLIST:1.8
--- pkgsrc/graphics/kiconthemes/PLIST:1.7       Tue Mar 30 10:58:25 2021
+++ pkgsrc/graphics/kiconthemes/PLIST   Mon Apr 25 05:53:53 2022
@@ -1,19 +1,21 @@
-@comment $NetBSD: PLIST,v 1.7 2021/03/30 10:58:25 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/04/25 05:53:53 markd Exp $
 bin/kiconfinder5
 include/KF5/KIconThemes/KIconButton
+include/KF5/KIconThemes/KIconColors
 include/KF5/KIconThemes/KIconDialog
 include/KF5/KIconThemes/KIconEffect
 include/KF5/KIconThemes/KIconEngine
 include/KF5/KIconThemes/KIconLoader
 include/KF5/KIconThemes/KIconTheme
 include/KF5/KIconThemes/kiconbutton.h
+include/KF5/KIconThemes/kiconcolors.h
 include/KF5/KIconThemes/kicondialog.h
 include/KF5/KIconThemes/kiconeffect.h
 include/KF5/KIconThemes/kiconengine.h
 include/KF5/KIconThemes/kiconloader.h
 include/KF5/KIconThemes/kicontheme.h
 include/KF5/KIconThemes/kiconthemes_export.h
-include/KF5/kiconthemes_version.h
+include/KF5/KIconThemes/kiconthemes_version.h
 lib/cmake/KF5IconThemes/KF5IconThemesConfig.cmake
 lib/cmake/KF5IconThemes/KF5IconThemesConfigVersion.cmake
 lib/cmake/KF5IconThemes/KF5IconThemesTargets-noconfig.cmake

Index: pkgsrc/graphics/kiconthemes/distinfo
diff -u pkgsrc/graphics/kiconthemes/distinfo:1.13 pkgsrc/graphics/kiconthemes/distinfo:1.14
--- pkgsrc/graphics/kiconthemes/distinfo:1.13   Tue Oct 26 10:46:23 2021
+++ pkgsrc/graphics/kiconthemes/distinfo        Mon Apr 25 05:53:53 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:46:23 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/25 05:53:53 markd Exp $
 
-BLAKE2s (kiconthemes-5.80.0.tar.xz) = 13637b5a034fe98b059a48d4ccbd2e11684c077de0c0225a329f0e230ac77484
-SHA512 (kiconthemes-5.80.0.tar.xz) = bf5adcd46b695038b66ef9374603e9e88090f31259971fc92c97f367e2055d96fe8c4a5c486954b372c369eb17a31858fde426e1cb373535e48138692f1b0ee8
-Size (kiconthemes-5.80.0.tar.xz) = 222692 bytes
+BLAKE2s (kiconthemes-5.93.0.tar.xz) = dbeff182fc2954b1c3fd8c84a3a6c656eb5ef5902be016ac8fe12d84c273a881
+SHA512 (kiconthemes-5.93.0.tar.xz) = 47f8a88f3d231b31785bbfecd7a978a93097df25ea2d9fe49b9569f984571913e7690e130d42ab75908be62f2ab4092c05d829a5eff14a91a8f989d9d7705952
+Size (kiconthemes-5.93.0.tar.xz) = 226336 bytes



Home | Main Index | Thread Index | Old Index