pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	Denys Nykula <nykula%ukr.net@localhost>
Pushed By:	nykula
Date:		Fri Jul 17 22:32:19 2020 +0300
Changeset:	cf2ef6a95bceea71ebc3293ebecf5ebee51cdc07

Modified Files:
	Makefile
	weston/Makefile
Removed Files:
	wayland-protocols/DESCR
	wayland-protocols/Makefile
	wayland-protocols/PLIST
	wayland-protocols/buildlink3.mk
	wayland-protocols/distinfo

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf2ef6a95bceea71ebc3293ebecf5ebee51cdc07

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

diffstat:
 Makefile                        |  1 -
 wayland-protocols/DESCR         | 16 ----------------
 wayland-protocols/Makefile      | 16 ----------------
 wayland-protocols/PLIST         | 27 ---------------------------
 wayland-protocols/buildlink3.mk | 12 ------------
 wayland-protocols/distinfo      |  6 ------
 weston/Makefile                 |  2 +-
 7 files changed, 1 insertion(+), 79 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e8d7531ab8..a05292fb0f 100644
--- a/Makefile
+++ b/Makefile
@@ -4923,7 +4923,6 @@ SUBDIR+=	wang-ttf
 SUBDIR+=	wargus
 SUBDIR+=	warsow
 SUBDIR+=	watch
-SUBDIR+=	wayland-protocols
 SUBDIR+=	wbox
 SUBDIR+=	weatherman
 SUBDIR+=	webbrowser
diff --git a/wayland-protocols/DESCR b/wayland-protocols/DESCR
deleted file mode 100644
index cb82f0ae55..0000000000
--- a/wayland-protocols/DESCR
+++ /dev/null
@@ -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.
diff --git a/wayland-protocols/Makefile b/wayland-protocols/Makefile
deleted file mode 100644
index 32fb5a64b1..0000000000
--- a/wayland-protocols/Makefile
+++ /dev/null
@@ -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@localhost
-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"
diff --git a/wayland-protocols/PLIST b/wayland-protocols/PLIST
deleted file mode 100644
index 22c6b38b66..0000000000
--- a/wayland-protocols/PLIST
+++ /dev/null
@@ -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
diff --git a/wayland-protocols/buildlink3.mk b/wayland-protocols/buildlink3.mk
deleted file mode 100644
index c9172fc9e6..0000000000
--- a/wayland-protocols/buildlink3.mk
+++ /dev/null
@@ -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
diff --git a/wayland-protocols/distinfo b/wayland-protocols/distinfo
deleted file mode 100644
index 867e855c8f..0000000000
--- a/wayland-protocols/distinfo
+++ /dev/null
@@ -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
diff --git a/weston/Makefile b/weston/Makefile
index c424267e7f..09e3fd2056 100644
--- a/weston/Makefile
+++ b/weston/Makefile
@@ -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"


Home | Main Index | Thread Index | Old Index