pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kwayland



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Aug 27 21:16:03 UTC 2019

Added Files:
        pkgsrc/devel/kwayland: DESCR Makefile PLIST buildlink3.mk distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/kwayland/DESCR \
    pkgsrc/devel/kwayland/Makefile pkgsrc/devel/kwayland/PLIST \
    pkgsrc/devel/kwayland/buildlink3.mk pkgsrc/devel/kwayland/distinfo

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

Added files:

Index: pkgsrc/devel/kwayland/DESCR
diff -u /dev/null pkgsrc/devel/kwayland/DESCR:1.1
--- /dev/null   Tue Aug 27 21:16:03 2019
+++ pkgsrc/devel/kwayland/DESCR Tue Aug 27 21:16:03 2019
@@ -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.
Index: pkgsrc/devel/kwayland/Makefile
diff -u /dev/null pkgsrc/devel/kwayland/Makefile:1.1
--- /dev/null   Tue Aug 27 21:16:03 2019
+++ pkgsrc/devel/kwayland/Makefile      Tue Aug 27 21:16:03 2019
@@ -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"
+
Index: pkgsrc/devel/kwayland/PLIST
diff -u /dev/null pkgsrc/devel/kwayland/PLIST:1.1
--- /dev/null   Tue Aug 27 21:16:03 2019
+++ pkgsrc/devel/kwayland/PLIST Tue Aug 27 21:16:03 2019
@@ -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
Index: pkgsrc/devel/kwayland/buildlink3.mk
diff -u /dev/null pkgsrc/devel/kwayland/buildlink3.mk:1.1
--- /dev/null   Tue Aug 27 21:16:03 2019
+++ pkgsrc/devel/kwayland/buildlink3.mk Tue Aug 27 21:16:03 2019
@@ -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
Index: pkgsrc/devel/kwayland/distinfo
diff -u /dev/null pkgsrc/devel/kwayland/distinfo:1.1
--- /dev/null   Tue Aug 27 21:16:03 2019
+++ pkgsrc/devel/kwayland/distinfo      Tue Aug 27 21:16:03 2019
@@ -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