pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/kwayland kwayland: Add version 5.61.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51ce483205eb
branches:  trunk
changeset: 338642:51ce483205eb
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Aug 27 21:16:03 2019 +0000

description:
kwayland: Add version 5.61.0

KWayland provides two libraries:

- KWayland::Client
- KWayland::Server

As the names suggest they implement a Client respectively a Server API for the Wayland
protocol. The API is Qt-styled removing the needs to interact with a for a Qt developer
uncomfortable low-level C-API. For example the callback mechanism from the Wayland API
is replaced by signals; data types are adjusted to be what a Qt developer expects, e.g.
two arguments of int are represented by a QPoint or a QSize.

diffstat:

 devel/kwayland/DESCR         |   10 +++
 devel/kwayland/Makefile      |   20 +++++++
 devel/kwayland/PLIST         |  117 +++++++++++++++++++++++++++++++++++++++++++
 devel/kwayland/buildlink3.mk |   16 +++++
 devel/kwayland/distinfo      |    6 ++
 5 files changed, 169 insertions(+), 0 deletions(-)

diffs (189 lines):

diff -r 527774a1bd37 -r 51ce483205eb devel/kwayland/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kwayland/DESCR      Tue Aug 27 21:16:03 2019 +0000
@@ -0,0 +1,10 @@
+KWayland provides two libraries:
+
+- KWayland::Client
+- KWayland::Server
+
+As the names suggest they implement a Client respectively a Server API for the Wayland
+protocol. The API is Qt-styled removing the needs to interact with a for a Qt developer
+uncomfortable low-level C-API. For example the callback mechanism from the Wayland API
+is replaced by signals; data types are adjusted to be what a Qt developer expects, e.g.
+two arguments of int are represented by a QPoint or a QSize.
diff -r 527774a1bd37 -r 51ce483205eb devel/kwayland/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kwayland/Makefile   Tue Aug 27 21:16:03 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/08/27 21:16:03 markd Exp $
+
+DISTNAME=      kwayland-${KF5VER}
+CATEGORIES=    x11
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Qt-style Client and Server library wrapper for the Wayland libraries
+LICENSE=       gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf5.mk"
+
+USE_TOOLS+=    pkg-config
+# Don't do autotests.  Some builds are linux specific.
+CMAKE_ARGS+=   -DBUILD_TESTING=no
+
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
+
diff -r 527774a1bd37 -r 51ce483205eb devel/kwayland/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kwayland/PLIST      Tue Aug 27 21:16:03 2019 +0000
@@ -0,0 +1,117 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/27 21:16:03 markd Exp $
+include/KF5/KWayland/Client/appmenu.h
+include/KF5/KWayland/Client/blur.h
+include/KF5/KWayland/Client/buffer.h
+include/KF5/KWayland/Client/compositor.h
+include/KF5/KWayland/Client/connection_thread.h
+include/KF5/KWayland/Client/contrast.h
+include/KF5/KWayland/Client/datadevice.h
+include/KF5/KWayland/Client/datadevicemanager.h
+include/KF5/KWayland/Client/dataoffer.h
+include/KF5/KWayland/Client/datasource.h
+include/KF5/KWayland/Client/dpms.h
+include/KF5/KWayland/Client/event_queue.h
+include/KF5/KWayland/Client/fakeinput.h
+include/KF5/KWayland/Client/fullscreen_shell.h
+include/KF5/KWayland/Client/idle.h
+include/KF5/KWayland/Client/idleinhibit.h
+include/KF5/KWayland/Client/keyboard.h
+include/KF5/KWayland/Client/keystate.h
+include/KF5/KWayland/Client/kwaylandclient_export.h
+include/KF5/KWayland/Client/output.h
+include/KF5/KWayland/Client/outputconfiguration.h
+include/KF5/KWayland/Client/outputdevice.h
+include/KF5/KWayland/Client/outputmanagement.h
+include/KF5/KWayland/Client/plasmashell.h
+include/KF5/KWayland/Client/plasmavirtualdesktop.h
+include/KF5/KWayland/Client/plasmawindowmanagement.h
+include/KF5/KWayland/Client/plasmawindowmodel.h
+include/KF5/KWayland/Client/pointer.h
+include/KF5/KWayland/Client/pointerconstraints.h
+include/KF5/KWayland/Client/pointergestures.h
+include/KF5/KWayland/Client/region.h
+include/KF5/KWayland/Client/registry.h
+include/KF5/KWayland/Client/relativepointer.h
+include/KF5/KWayland/Client/remote_access.h
+include/KF5/KWayland/Client/seat.h
+include/KF5/KWayland/Client/server_decoration.h
+include/KF5/KWayland/Client/server_decoration_palette.h
+include/KF5/KWayland/Client/shadow.h
+include/KF5/KWayland/Client/shell.h
+include/KF5/KWayland/Client/shm_pool.h
+include/KF5/KWayland/Client/slide.h
+include/KF5/KWayland/Client/subcompositor.h
+include/KF5/KWayland/Client/subsurface.h
+include/KF5/KWayland/Client/surface.h
+include/KF5/KWayland/Client/textinput.h
+include/KF5/KWayland/Client/touch.h
+include/KF5/KWayland/Client/xdgdecoration.h
+include/KF5/KWayland/Client/xdgforeign.h
+include/KF5/KWayland/Client/xdgoutput.h
+include/KF5/KWayland/Client/xdgshell.h
+include/KF5/KWayland/Server/appmenu_interface.h
+include/KF5/KWayland/Server/blur_interface.h
+include/KF5/KWayland/Server/buffer_interface.h
+include/KF5/KWayland/Server/clientconnection.h
+include/KF5/KWayland/Server/compositor_interface.h
+include/KF5/KWayland/Server/contrast_interface.h
+include/KF5/KWayland/Server/datadevice_interface.h
+include/KF5/KWayland/Server/datadevicemanager_interface.h
+include/KF5/KWayland/Server/dataoffer_interface.h
+include/KF5/KWayland/Server/datasource_interface.h
+include/KF5/KWayland/Server/display.h
+include/KF5/KWayland/Server/dpms_interface.h
+include/KF5/KWayland/Server/eglstream_controller_interface.h
+include/KF5/KWayland/Server/fakeinput_interface.h
+include/KF5/KWayland/Server/filtered_display.h
+include/KF5/KWayland/Server/global.h
+include/KF5/KWayland/Server/idle_interface.h
+include/KF5/KWayland/Server/idleinhibit_interface.h
+include/KF5/KWayland/Server/keyboard_interface.h
+include/KF5/KWayland/Server/keystate_interface.h
+include/KF5/KWayland/Server/kwaylandserver_export.h
+include/KF5/KWayland/Server/output_interface.h
+include/KF5/KWayland/Server/outputchangeset.h
+include/KF5/KWayland/Server/outputconfiguration_interface.h
+include/KF5/KWayland/Server/outputdevice_interface.h
+include/KF5/KWayland/Server/outputmanagement_interface.h
+include/KF5/KWayland/Server/plasmashell_interface.h
+include/KF5/KWayland/Server/plasmavirtualdesktop_interface.h
+include/KF5/KWayland/Server/plasmawindowmanagement_interface.h
+include/KF5/KWayland/Server/pointer_interface.h
+include/KF5/KWayland/Server/pointerconstraints_interface.h
+include/KF5/KWayland/Server/pointergestures_interface.h
+include/KF5/KWayland/Server/qtsurfaceextension_interface.h
+include/KF5/KWayland/Server/region_interface.h
+include/KF5/KWayland/Server/relativepointer_interface.h
+include/KF5/KWayland/Server/remote_access_interface.h
+include/KF5/KWayland/Server/resource.h
+include/KF5/KWayland/Server/seat_interface.h
+include/KF5/KWayland/Server/server_decoration_interface.h
+include/KF5/KWayland/Server/server_decoration_palette_interface.h
+include/KF5/KWayland/Server/shadow_interface.h
+include/KF5/KWayland/Server/shell_interface.h
+include/KF5/KWayland/Server/slide_interface.h
+include/KF5/KWayland/Server/subcompositor_interface.h
+include/KF5/KWayland/Server/surface_interface.h
+include/KF5/KWayland/Server/textinput_interface.h
+include/KF5/KWayland/Server/touch_interface.h
+include/KF5/KWayland/Server/xdgdecoration_interface.h
+include/KF5/KWayland/Server/xdgforeign_interface.h
+include/KF5/KWayland/Server/xdgoutput_interface.h
+include/KF5/KWayland/Server/xdgshell_interface.h
+include/KF5/kwayland_version.h
+lib/cmake/KF5Wayland/KF5WaylandConfig.cmake
+lib/cmake/KF5Wayland/KF5WaylandConfigVersion.cmake
+lib/cmake/KF5Wayland/KF5WaylandTargets-noconfig.cmake
+lib/cmake/KF5Wayland/KF5WaylandTargets.cmake
+lib/libKF5WaylandClient.so
+lib/libKF5WaylandClient.so.5
+lib/libKF5WaylandClient.so.${PKGVERSION}
+lib/libKF5WaylandServer.so
+lib/libKF5WaylandServer.so.5
+lib/libKF5WaylandServer.so.${PKGVERSION}
+libexec/org-kde-kf5-kwayland-testserver
+qt5/mkspecs/modules/qt_KWaylandClient.pri
+qt5/mkspecs/modules/qt_KWaylandServer.pri
+share/qlogging-categories5/org_kde_kwayland.categories
diff -r 527774a1bd37 -r 51ce483205eb devel/kwayland/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kwayland/buildlink3.mk      Tue Aug 27 21:16:03 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/08/27 21:16:03 markd Exp $
+
+BUILDLINK_TREE+=       kwayland
+
+.if !defined(KWAYLAND_BUILDLINK3_MK)
+KWAYLAND_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kwayland+=       kwayland>=5.6.3
+BUILDLINK_PKGSRCDIR.kwayland?=         ../../devel/kwayland
+
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif # KWAYLAND_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -kwayland
diff -r 527774a1bd37 -r 51ce483205eb devel/kwayland/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kwayland/distinfo   Tue Aug 27 21:16:03 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/27 21:16:03 markd Exp $
+
+SHA1 (kwayland-5.61.0.tar.xz) = 5c8aabdcec012484d6b41cf6bcd4be336eb19cff
+RMD160 (kwayland-5.61.0.tar.xz) = 971c62cd0fbb723a1e61ff2821eb8f95ab4fb799
+SHA512 (kwayland-5.61.0.tar.xz) = 11baa6183fa6651133adf1fc32195ac94b9f270a48ecd15b37e883b572c2b9a876c6eeb032e7b2dc98c3dbd68a1e7f8f6fe25c84b6d5453886222c98e0faf7ce
+Size (kwayland-5.61.0.tar.xz) = 330308 bytes



Home | Main Index | Thread Index | Old Index