pkgsrc-WIP-changes archive

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

wip/wlroots: Update to 0.10.1



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Thu Jun 4 15:16:36 2020 +0200
Changeset:	22e163512388c3629635fa65f10762c12f24457b

Modified Files:
	wlroots/Makefile
	wlroots/PLIST
	wlroots/distinfo
Added Files:
	wlroots/buildlink3.mk

Log Message:
wip/wlroots: Update to 0.10.1

Fix build, PLIST
Add buildlink3 file
Cleanup

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

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

diffstat:
 wlroots/Makefile      | 17 ++++++----
 wlroots/PLIST         | 89 +++++++++++++++++++++++++++++++++++++++++++++++++--
 wlroots/buildlink3.mk | 16 +++++++++
 wlroots/distinfo      |  8 ++---
 4 files changed, 116 insertions(+), 14 deletions(-)

diffs:
diff --git a/wlroots/Makefile b/wlroots/Makefile
index 49764afeac..be1087453d 100644
--- a/wlroots/Makefile
+++ b/wlroots/Makefile
@@ -1,21 +1,24 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	wlroots
-GITHUB_TAG=	0.10.0
-DISTNAME=	0.10.0
+GITHUB_TAG=	0.10.1
+DISTNAME=	0.10.1
 PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
-CATEGORIES=	# TODO: add primary category
+CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=swaywm/}
 EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	${GITHUB_PROJECT}
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/swaywm/wlroots/
-COMMENT=	TODO: Short description of the package
-#LICENSE=	# TODO: (see mk/license.mk)
+COMMENT=	Wayland compositor library
+LICENSE=	mit
 
-WRKSRC=	${WRKDIR}/wlroots-0.10.0
+WRKSRC=	${WRKDIR}/wlroots-0.10.1
 
+.include "../../x11/pixman/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../wip/libinput/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"
diff --git a/wlroots/PLIST b/wlroots/PLIST
index 92ba51a2d7..35af6a4db7 100644
--- a/wlroots/PLIST
+++ b/wlroots/PLIST
@@ -1,4 +1,87 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+include/wlr/backend.h
+include/wlr/backend/drm.h
+include/wlr/backend/headless.h
+include/wlr/backend/interface.h
+include/wlr/backend/libinput.h
+include/wlr/backend/multi.h
+include/wlr/backend/noop.h
+include/wlr/backend/session.h
+include/wlr/backend/session/interface.h
+include/wlr/backend/wayland.h
+include/wlr/config.h
+include/wlr/interfaces/wlr_input_device.h
+include/wlr/interfaces/wlr_keyboard.h
+include/wlr/interfaces/wlr_output.h
+include/wlr/interfaces/wlr_pointer.h
+include/wlr/interfaces/wlr_switch.h
+include/wlr/interfaces/wlr_tablet_pad.h
+include/wlr/interfaces/wlr_tablet_tool.h
+include/wlr/interfaces/wlr_touch.h
+include/wlr/render/dmabuf.h
+include/wlr/render/drm_format_set.h
+include/wlr/render/egl.h
+include/wlr/render/gles2.h
+include/wlr/render/interface.h
+include/wlr/render/wlr_renderer.h
+include/wlr/render/wlr_texture.h
+include/wlr/types/wlr_box.h
+include/wlr/types/wlr_buffer.h
+include/wlr/types/wlr_compositor.h
+include/wlr/types/wlr_cursor.h
+include/wlr/types/wlr_data_control_v1.h
+include/wlr/types/wlr_data_device.h
+include/wlr/types/wlr_export_dmabuf_v1.h
+include/wlr/types/wlr_foreign_toplevel_management_v1.h
+include/wlr/types/wlr_fullscreen_shell_v1.h
+include/wlr/types/wlr_gamma_control_v1.h
+include/wlr/types/wlr_gtk_primary_selection.h
+include/wlr/types/wlr_idle.h
+include/wlr/types/wlr_idle_inhibit_v1.h
+include/wlr/types/wlr_input_device.h
+include/wlr/types/wlr_input_inhibitor.h
+include/wlr/types/wlr_input_method_v2.h
+include/wlr/types/wlr_keyboard.h
+include/wlr/types/wlr_keyboard_group.h
+include/wlr/types/wlr_layer_shell_v1.h
+include/wlr/types/wlr_linux_dmabuf_v1.h
+include/wlr/types/wlr_list.h
+include/wlr/types/wlr_matrix.h
+include/wlr/types/wlr_output.h
+include/wlr/types/wlr_output_damage.h
+include/wlr/types/wlr_output_layout.h
+include/wlr/types/wlr_output_management_v1.h
+include/wlr/types/wlr_pointer.h
+include/wlr/types/wlr_pointer_constraints_v1.h
+include/wlr/types/wlr_pointer_gestures_v1.h
+include/wlr/types/wlr_presentation_time.h
+include/wlr/types/wlr_primary_selection.h
+include/wlr/types/wlr_primary_selection_v1.h
+include/wlr/types/wlr_region.h
+include/wlr/types/wlr_relative_pointer_v1.h
+include/wlr/types/wlr_screencopy_v1.h
+include/wlr/types/wlr_seat.h
+include/wlr/types/wlr_server_decoration.h
+include/wlr/types/wlr_surface.h
+include/wlr/types/wlr_switch.h
+include/wlr/types/wlr_tablet_pad.h
+include/wlr/types/wlr_tablet_tool.h
+include/wlr/types/wlr_tablet_v2.h
+include/wlr/types/wlr_text_input_v3.h
+include/wlr/types/wlr_touch.h
+include/wlr/types/wlr_virtual_keyboard_v1.h
+include/wlr/types/wlr_virtual_pointer_v1.h
+include/wlr/types/wlr_xcursor_manager.h
+include/wlr/types/wlr_xdg_decoration_v1.h
+include/wlr/types/wlr_xdg_output_v1.h
+include/wlr/types/wlr_xdg_shell.h
+include/wlr/types/wlr_xdg_shell_v6.h
+include/wlr/util/edges.h
+include/wlr/util/log.h
+include/wlr/util/region.h
+include/wlr/version.h
+include/wlr/xcursor.h
+lib/libwlroots.so
+lib/libwlroots.so.5
+lib/libwlroots.so.5.9.1
+lib/pkgconfig/wlroots.pc
diff --git a/wlroots/buildlink3.mk b/wlroots/buildlink3.mk
new file mode 100644
index 0000000000..1417cca3b7
--- /dev/null
+++ b/wlroots/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	wlroots
+
+.if !defined(WLROOTS_BUILDLINK3_MK)
+WLROOTS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.wlroots+=	wlroots>=0.10.0
+BUILDLINK_PKGSRCDIR.wlroots?=	../../wip/wlroots
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.endif	# WLROOTS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-wlroots
diff --git a/wlroots/distinfo b/wlroots/distinfo
index 0408ac7631..b187fcf3aa 100644
--- a/wlroots/distinfo
+++ b/wlroots/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (wlroots/0.10.0.zip) = 5551b9eef69413645eb33050b6023be5b7134293
-RMD160 (wlroots/0.10.0.zip) = 4eabca70eccd4cffa79683a336581f855b14e2d6
-SHA512 (wlroots/0.10.0.zip) = 4a036b5998036e65710520f8f69a415751982dd762697b1f71e4ed28f0ab2b7fa488ffecc2bf801217b49b435acfd36257dd17af2baae0732c2c17e4829538d1
-Size (wlroots/0.10.0.zip) = 629514 bytes
+SHA1 (wlroots/0.10.1.zip) = 8620779843461a123baf9a59d10bbabb9a67234e
+RMD160 (wlroots/0.10.1.zip) = e8068067fcfda47d641390c24606f3a83d25680b
+SHA512 (wlroots/0.10.1.zip) = 7e6c4ada2cf90ca4f1712488bc575656ac57c7efe6c34d0618312d6eca5d913b4c78f64a4b6e7f0bab7a91399bf73d9dcb34934f05c40457a68689d9fefceec7
+Size (wlroots/0.10.1.zip) = 629644 bytes


Home | Main Index | Thread Index | Old Index