pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kwindowsystem



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 25 09:13:38 UTC 2022

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/x11/kwindowsystem/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/kwindowsystem/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/kwindowsystem/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/kwindowsystem/Makefile
diff -u pkgsrc/x11/kwindowsystem/Makefile:1.52 pkgsrc/x11/kwindowsystem/Makefile:1.53
--- pkgsrc/x11/kwindowsystem/Makefile:1.52      Mon Apr 18 19:10:15 2022
+++ pkgsrc/x11/kwindowsystem/Makefile   Mon Apr 25 09:13:38 2022
@@ -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

Index: pkgsrc/x11/kwindowsystem/PLIST
diff -u pkgsrc/x11/kwindowsystem/PLIST:1.8 pkgsrc/x11/kwindowsystem/PLIST:1.9
--- pkgsrc/x11/kwindowsystem/PLIST:1.8  Tue Mar 30 10:58:31 2021
+++ pkgsrc/x11/kwindowsystem/PLIST      Mon Apr 25 09:13:38 2022
@@ -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/kwindowinfo.h
 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/kwindo
 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
 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

Index: pkgsrc/x11/kwindowsystem/distinfo
diff -u pkgsrc/x11/kwindowsystem/distinfo:1.13 pkgsrc/x11/kwindowsystem/distinfo:1.14
--- pkgsrc/x11/kwindowsystem/distinfo:1.13      Tue Oct 26 11:34:04 2021
+++ pkgsrc/x11/kwindowsystem/distinfo   Mon Apr 25 09:13:38 2022
@@ -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