pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kwindowsystem kwindowsystem: update to 5.93.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfba8b81ed42
branches:  trunk
changeset: 377890:dfba8b81ed42
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 25 09:13:38 2022 +0000

description:
kwindowsystem: update to 5.93.0

5.81.0
Add MediaPause key to mapping

5.82.0
Deprecate present windows and highlight windows apis
Deprecate WId-based effects API
Use new version-controlled enumerator deprecation warning macros
Deprecate KWindowEffects::windowSizes

5.83.0
Provide KWindowSystem::lastInputSerial
Include API for wayland's xdg_activation_V1
Drop Qt5Widgets dependency if KWINDOWSYSTEM_NO_WIDGETS=ON

5.85.0
Support static builds

5.86.0
Add blur and frost to fiddly thingy
Implement setting frost
Provide methods to translate to Qt types
Provide constructors for compatibility with Qt types
Read uncomplete WM_CLASS string
Don't link publicly against XCB
Add find_dependency for X11 and XCB
Remove unused xrender dependency
Make link against X11 and XCB public
Use imported targets for X11 libs
Support static builds on Linux as well

5.88.0
Fix the compiler warning by casting int to unsigned
Link privately against XCB when building statically

5.89.0
Make KWindowSystem a bit easier to integrate in QML

5.90.0
Avoid using QByteArray::operator[] for the null terminator
Avoid creating and leaking QWindows

5.91.0
Check executables exist in PATH before passing them to QProcess
install plugins in kf<version>
Avoid XKeycodeToKeysym in KKeyServer::initializeMods
Remove placeholder wayland platform plugin
[kwindowinfo] Add support for reading _GTK_APPLICATION_ID
Add KWindowSystem::updateStartupId(QWindow *window)

5.92.0
Ensure that xdgActivationTokenArrived is always emitted asynchronously

diffstat:

 x11/kwindowsystem/Makefile |  3 +--
 x11/kwindowsystem/PLIST    |  6 +++---
 x11/kwindowsystem/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (63 lines):

diff -r b609df2a73f4 -r dfba8b81ed42 x11/kwindowsystem/Makefile
--- a/x11/kwindowsystem/Makefile        Mon Apr 25 09:10:07 2022 +0000
+++ b/x11/kwindowsystem/Makefile        Mon Apr 25 09:13:38 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2022/04/18 19:10:15 adam Exp $
+# $NetBSD: Makefile,v 1.53 2022/04/25 09:13:38 markd Exp $
 
 DISTNAME=      kwindowsystem-${KF5VER}
-PKGREVISION=   6
 CATEGORIES=    x11
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r b609df2a73f4 -r dfba8b81ed42 x11/kwindowsystem/PLIST
--- a/x11/kwindowsystem/PLIST   Mon Apr 25 09:10:07 2022 +0000
+++ b/x11/kwindowsystem/PLIST   Mon Apr 25 09:13:38 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/03/30 10:58:31 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/25 09:13:38 markd Exp $
 include/KF5/KWindowSystem/KKeyServer
 ${PLIST.x11}include/KF5/KWindowSystem/KSelectionOwner
 ${PLIST.x11}include/KF5/KWindowSystem/KSelectionWatcher
@@ -26,6 +26,7 @@
 include/KF5/KWindowSystem/kwindowshadow.h
 include/KF5/KWindowSystem/kwindowsystem.h
 include/KF5/KWindowSystem/kwindowsystem_export.h
+include/KF5/KWindowSystem/kwindowsystem_version.h
 ${PLIST.x11}include/KF5/KWindowSystem/kxmessages.h
 ${PLIST.x11}include/KF5/KWindowSystem/netwm.h
 include/KF5/KWindowSystem/netwm_def.h
@@ -34,7 +35,6 @@
 include/KF5/KWindowSystem/private/kwindowshadow_p.h
 include/KF5/KWindowSystem/private/kwindowsystem_p.h
 include/KF5/KWindowSystem/private/kwindowsystemplugininterface_p.h
-include/KF5/kwindowsystem_version.h
 lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake
 lib/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake
 lib/cmake/KF5WindowSystem/KF5WindowSystemTargets-noconfig.cmake
@@ -43,11 +43,11 @@
 lib/libKF5WindowSystem.so.5
 lib/libKF5WindowSystem.so.${PKGVERSION}
 qt5/mkspecs/modules/qt_KWindowSystem.pri
-qt5/plugins/kf5/kwindowsystem/KF5WindowSystemWaylandPlugin.so
 ${PLIST.x11}qt5/plugins/kf5/kwindowsystem/KF5WindowSystemX11Plugin.so
 share/locale/af/LC_MESSAGES/kwindowsystem5_qt.qm
 share/locale/ar/LC_MESSAGES/kwindowsystem5_qt.qm
 share/locale/as/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ast/LC_MESSAGES/kwindowsystem5_qt.qm
 share/locale/az/LC_MESSAGES/kwindowsystem5_qt.qm
 share/locale/be/LC_MESSAGES/kwindowsystem5_qt.qm
 share/locale/be@latin/LC_MESSAGES/kwindowsystem5_qt.qm
diff -r b609df2a73f4 -r dfba8b81ed42 x11/kwindowsystem/distinfo
--- a/x11/kwindowsystem/distinfo        Mon Apr 25 09:10:07 2022 +0000
+++ b/x11/kwindowsystem/distinfo        Mon Apr 25 09:13:38 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:34:04 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/25 09:13:38 markd Exp $
 
-BLAKE2s (kwindowsystem-5.80.0.tar.xz) = a2cb149ff391c8f55c32109d4155222a0ef95422c74da3539b45d88dccb188c2
-SHA512 (kwindowsystem-5.80.0.tar.xz) = a2e928568ca4ba7e5ae904888e273c8f3e7c57661b8a32246e22330426fa2db55535b96ec7b4e74681090f15f227586d282f3f077e44bdc3e0a86c9514f6151f
-Size (kwindowsystem-5.80.0.tar.xz) = 177340 bytes
+BLAKE2s (kwindowsystem-5.93.0.tar.xz) = 8ad48f28db0cc90acebcc907b0bc401efd014081d632dfdf1fd5f6df0538ab99
+SHA512 (kwindowsystem-5.93.0.tar.xz) = 10a31b5d51e747320233530694a327389875939fe3b88302243f3069ba446419c6d4cd4a30c1bf49d5cc0d50f032ff2a18230fa4cd5cb73eb2179d44bfc864d3
+Size (kwindowsystem-5.93.0.tar.xz) = 182128 bytes



Home | Main Index | Thread Index | Old Index