wayland-protocols: Remove old wip/wayland-protocols 1.18

This commit is contained in:
Denys Nykula 2020-07-17 22:32:19 +03:00
parent fca93624fb
commit cf2ef6a95b
7 changed files with 1 additions and 79 deletions

View File

@ -4923,7 +4923,6 @@ SUBDIR+= wang-ttf
SUBDIR+= wargus
SUBDIR+= warsow
SUBDIR+= watch
SUBDIR+= wayland-protocols
SUBDIR+= wbox
SUBDIR+= weatherman
SUBDIR+= webbrowser

View File

@ -1,16 +0,0 @@
Extensions of the Wayland core protocol. Window that can be dragged,
resized and maximized. Popup menu. Full-screen surface. Primary clipboard,
where you just select text in order to allow copying. Graphic tablet with
multiple removable tools, pressure, distance, slider, tilt, rotation and
wheel rotation. Touchpad swipe and zoom/rotate.
Out-of-process dialog above sandboxed client's surface. Request compositor
to draw controls, inhibit screensaver, forward keyboard shortcuts. Confine
pointer to a region. Support for input methods, removing the need for
applications to directly process hardware key events and compose UTF-8
text out of them.
Presentation timing feedback to ensure smooth video playback while
synchronizing. Dmabuf-based wl_buffer. High-resolution input timestamp.
Relative pointer not obstructed by monitor edge. Compositor acting as
input method and sending text to application.

View File

@ -1,16 +0,0 @@
# $NetBSD$
DISTNAME= wayland-protocols-1.18
CATEGORIES= devel
MASTER_SITES= https://wayland.freedesktop.org/releases/
EXTRACT_SUFX= .tar.xz
MAINTAINER= nykula@ukr.net
HOMEPAGE= https://gitlab.freedesktop.org/wayland/wayland-protocols
COMMENT= Decor, menu, resize, clipboard, swipe, input, dialog
LICENSE= mit
GNU_CONFIGURE= yes
.include "../../devel/wayland/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,27 +0,0 @@
@comment $NetBSD$
share/pkgconfig/wayland-protocols.pc
share/wayland-protocols/stable/presentation-time/presentation-time.xml
share/wayland-protocols/stable/viewporter/viewporter.xml
share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
share/wayland-protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
share/wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
share/wayland-protocols/unstable/input-method/input-method-unstable-v1.xml
share/wayland-protocols/unstable/input-timestamps/input-timestamps-unstable-v1.xml
share/wayland-protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml
share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
share/wayland-protocols/unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml
share/wayland-protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
share/wayland-protocols/unstable/primary-selection/primary-selection-unstable-v1.xml
share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml
share/wayland-protocols/unstable/tablet/tablet-unstable-v1.xml
share/wayland-protocols/unstable/tablet/tablet-unstable-v2.xml
share/wayland-protocols/unstable/text-input/text-input-unstable-v1.xml
share/wayland-protocols/unstable/text-input/text-input-unstable-v3.xml
share/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
share/wayland-protocols/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
share/wayland-protocols/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml
share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml
share/wayland-protocols/unstable/xdg-shell/xdg-shell-unstable-v5.xml
share/wayland-protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml
share/wayland-protocols/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml

View File

@ -1,12 +0,0 @@
# $NetBSD$
BUILDLINK_TREE+= wayland-protocols
.if !defined(WAYLAND_PROTOCOLS_BUILDLINK3_MK)
WAYLAND_PROTOCOLS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.wayland-protocols+= wayland-protocols>=1.18
BUILDLINK_PKGSRCDIR.wayland-protocols?= ../../wip/wayland-protocols
.endif # WAYLAND_PROTOCOLS_BUILDLINK3_MK
BUILDLINK_TREE+= -wayland-protocols

View File

@ -1,6 +0,0 @@
$NetBSD$
SHA1 (wayland-protocols-1.18.tar.xz) = aa2f132c082f3c790bd046283b3ef7ce3fb11370
RMD160 (wayland-protocols-1.18.tar.xz) = f59c063d4965300b46eb37047d430f40512a9357
SHA512 (wayland-protocols-1.18.tar.xz) = 166be44f370a99281da442e7e2c2fc2f3169b61eeaa69263611b4e33847e93d1071f3cc89537597e1252d48d03993ce39c7d65f43b66a23c9b1551f47959e483
Size (wayland-protocols-1.18.tar.xz) = 108344 bytes

View File

@ -20,12 +20,12 @@ pre-configure:
.include "../../devel/meson/build.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/wayland/buildlink3.mk"
.include "../../devel/wayland-protocols/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../wip/libevdev/buildlink3.mk"
.include "../../wip/libinput/buildlink3.mk"
.include "../../wip/libudev/buildlink3.mk"
.include "../../wip/wayland-protocols/buildlink3.mk"
.include "../../x11/libdrm/buildlink3.mk"
.include "../../x11/libxkbcommon/buildlink3.mk"
.include "../../x11/pixman/buildlink3.mk"