pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/solid solid: update to 5.93.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8256e5da0f01
branches:  trunk
changeset: 377850:8256e5da0f01
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 25 06:46:54 2022 +0000

description:
solid: update to 5.93.0

5.82.0
Do not search for DBus on Windows & Mac

5.83.0
Ensure inherited PIMPL instances are properly destructed

5.84.0
Add a minimum version to find_package(BISON)
Find the base mount point of a partition that has bind mounts
UDisks backend: improve the description of volume and storage devices

5.85.0
Remove the HAL backend; HAL is long gone
Udev client: replace a warning message with a debug one
Enable bsdisks_extensions from FreeBSD on OpenBSD
Enable OpenBSD UDisk2 support
Port framework away from LGPL-2.0-only

5.87.0
Add support for static builds
Support extracting cpu model on ppc64

5.88.0
Implement ARM specific CPU info

5.89.0
Allow udisks2 and upower backends to be disabled with environment variables
Add device description for storage medium without size
Config.cmake: Lookup LibMount when building statically
Add support for graphics tablet batteries
[upower] Consider audio devices and generic bluetooth devices to be batteries
[upower] Add new device types

5.90.0
udisks backend: don't assume /etc/mtab is not present
Remove trailing \x00 from string returned by Q6File::decodeName()

5.91.0
Convert some connect to new signature style
[UDisks2 Backend] Don't do media check for loop devices
[upower] Properly round up battery's capacity
[UPower Backend] Check for Bluez for any unknown battery type
[UDisks2] Ignore file systems mounted with x-gdu.hide option

5.92.0
Use enum in switch instead of raw int
udisks backend: Add UD2_DBUS_PATH_BLOCKDEVICES and use more constants
udev: Do not ignore joysticks
Check executables exist in PATH before passing them to QProcess

5.93.0
Recognize fuse.gocryptfs mounts as devices like we do for cryfs and encfs

diffstat:

 sysutils/solid/Makefile |  3 +--
 sysutils/solid/PLIST    |  4 ++--
 sysutils/solid/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r d962b8b3e893 -r 8256e5da0f01 sysutils/solid/Makefile
--- a/sysutils/solid/Makefile   Mon Apr 25 06:46:30 2022 +0000
+++ b/sysutils/solid/Makefile   Mon Apr 25 06:46:54 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2022/04/18 19:10:07 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/04/25 06:46:54 markd Exp $
 
 DISTNAME=      solid-${KF5VER}
-PKGREVISION=   6
 CATEGORIES=    sysutils
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r d962b8b3e893 -r 8256e5da0f01 sysutils/solid/PLIST
--- a/sysutils/solid/PLIST      Mon Apr 25 06:46:30 2022 +0000
+++ b/sysutils/solid/PLIST      Mon Apr 25 06:46:54 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/03/30 10:58:28 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/25 06:46:54 markd Exp $
 bin/solid-hardware5
 include/KF5/Solid/Solid/Battery
 include/KF5/Solid/Solid/Block
@@ -35,7 +35,7 @@
 include/KF5/Solid/solid/storageaccess.h
 include/KF5/Solid/solid/storagedrive.h
 include/KF5/Solid/solid/storagevolume.h
-include/KF5/solid_version.h
+include/KF5/Solid/solid_version.h
 lib/cmake/KF5Solid/KF5SolidConfig.cmake
 lib/cmake/KF5Solid/KF5SolidConfigVersion.cmake
 lib/cmake/KF5Solid/KF5SolidTargets-noconfig.cmake
diff -r d962b8b3e893 -r 8256e5da0f01 sysutils/solid/distinfo
--- a/sysutils/solid/distinfo   Mon Apr 25 06:46:30 2022 +0000
+++ b/sysutils/solid/distinfo   Mon Apr 25 06:46:54 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:20:13 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/04/25 06:46:54 markd Exp $
 
-BLAKE2s (solid-5.80.0.tar.xz) = 03bdb427c5fa0e96db644bc305e40bfd52937ab4835959743ef11fd562f232b9
-SHA512 (solid-5.80.0.tar.xz) = 8826187f729d435a64bd6b18888d48a87a9c2e910a2b91dbe081212a3bb0be5ff956190a6fb1337d0e8544d54923a0dafb4971f5dec68c2fa9adf66939a22cdf
-Size (solid-5.80.0.tar.xz) = 274232 bytes
+BLAKE2s (solid-5.93.0.tar.xz) = 972ab477d3b90aa5789202af5d5c1cb28535288db96de7b57846807018101d5f
+SHA512 (solid-5.93.0.tar.xz) = 028e045da3759586a7dcdf6fc00ae1d359eef87aef0c02251b669e81b8a076fea1ef69193d5122b21871d89b4232eec1aad3e469d9f1541e4aea629a0b1288bb
+Size (solid-5.93.0.tar.xz) = 258144 bytes
 SHA1 (patch-src_solid_devices_backends_fstab_fstabhandling.cpp) = 93c094ba7d0396d80c00f5c044029a2d567ad9c8



Home | Main Index | Thread Index | Old Index