git: a688cf0186cd - main - accessibility/feedbackd: update to 0.1.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 01 Mar 2023 20:23:51 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a688cf0186cd3ca71a02447b5274ba35963ed38f

commit a688cf0186cd3ca71a02447b5274ba35963ed38f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-01 20:08:35 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-01 20:22:49 +0000

    accessibility/feedbackd: update to 0.1.0
    
    Changes:        https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.2
    Changes:        https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.3
    Changes:        https://source.puri.sm/Librem5/feedbackd/-/releases/v0.1.0
    Reported by:    GitLab (notify releases)
---
 accessibility/feedbackd/Makefile  |  14 ++--
 accessibility/feedbackd/distinfo  |   8 ++-
 accessibility/feedbackd/pkg-plist | 140 +++++++++++++++++++++++++++++++-------
 3 files changed, 127 insertions(+), 35 deletions(-)

diff --git a/accessibility/feedbackd/Makefile b/accessibility/feedbackd/Makefile
index 0913b3f707f9..a7a2b95d5809 100644
--- a/accessibility/feedbackd/Makefile
+++ b/accessibility/feedbackd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	feedbackd
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.0.1
+DISTVERSION=	0.1.0
 CATEGORIES=	accessibility
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -18,7 +18,8 @@ USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 GL_SITE=	https://source.puri.sm
 GL_ACCOUNT=	Librem5
-GL_COMMIT=	99c12e77d830ac8b0316c032bddd3ef082c66c72
+GL_COMMIT=	2db8a72ef9432f80894eb5b36ce1e667496a931b
+GL_TUPLE=	https://gitlab.gnome.org:guidog:gmobile:ff854988bff80f2d4c1181ccf3c94b032603b6f9:gmobile/subprojects/gmobile
 SHEBANG_FILES=	build-aux/post_install.py
 GLIB_SCHEMAS=	org.sigxcpu.feedbackd.gschema.xml
 
@@ -27,21 +28,22 @@ OPTIONS_DEFAULT=DAEMON DOCS GIR MANPAGES VAPI
 OPTIONS_SUB=	yes
 
 DAEMON_DESC=		Build DBus daemon
-DAEMON_BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
+DAEMON_BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
+			libepoll-shim>0:devel/libepoll-shim
 DAEMON_LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 			libgudev-1.0.so:devel/libgudev
 DAEMON_USE=		GNOME=gsound
 DAEMON_MESON_TRUE=	daemon
 
-DOCS_BUILD_DEPENDS=	gtk-doc>0:textproc/gtk-doc
+DOCS_BUILD_DEPENDS=	gi-docgen:textproc/py-gi-docgen
 DOCS_MESON_TRUE=	gtk_doc
-DOCS_VARS=		DOCSDIR="${PREFIX}/share/gtk-doc/html/libfeedback"
+DOCS_VARS=		DOCSDIR="${PREFIX}/share/doc/libfeedback-0"
 
 GIR_DESC=		Build Gobject Introspection
 GIR_USE=		GNOME=introspection:build
 GIR_MESON_ENABLED=	introspection
 
-MANPAGES_BUILD_DEPENDS=	xsltproc:textproc/libxslt
+MANPAGES_BUILD_DEPENDS=	rst2man:textproc/py-docutils
 MANPAGES_MESON_TRUE=	man
 
 VAPI_USES=		vala:build
diff --git a/accessibility/feedbackd/distinfo b/accessibility/feedbackd/distinfo
index 4f063836b4e6..9228c27590ac 100644
--- a/accessibility/feedbackd/distinfo
+++ b/accessibility/feedbackd/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1668160937
-SHA256 (Librem5-feedbackd-99c12e77d830ac8b0316c032bddd3ef082c66c72_GL0.tar.gz) = 55cd1debcaa00076a5f819debc92362e787a7305230963512953671530402257
-SIZE (Librem5-feedbackd-99c12e77d830ac8b0316c032bddd3ef082c66c72_GL0.tar.gz) = 84258
+TIMESTAMP = 1677701315
+SHA256 (Librem5-feedbackd-2db8a72ef9432f80894eb5b36ce1e667496a931b_GL0.tar.gz) = d4df989ed120b83d832b8acda280cfd9a2a2f8c0ae03e0fa4bb5eb9a73e06a94
+SIZE (Librem5-feedbackd-2db8a72ef9432f80894eb5b36ce1e667496a931b_GL0.tar.gz) = 94498
+SHA256 (guidog-gmobile-ff854988bff80f2d4c1181ccf3c94b032603b6f9_GL0.tar.gz) = 71faa5e30a363e7abb6c38e335f00b425288995033dedeeb1e4573474269c6a1
+SIZE (guidog-gmobile-ff854988bff80f2d4c1181ccf3c94b032603b6f9_GL0.tar.gz) = 22316
diff --git a/accessibility/feedbackd/pkg-plist b/accessibility/feedbackd/pkg-plist
index 136c2c487a2f..fce77ffe7d28 100644
--- a/accessibility/feedbackd/pkg-plist
+++ b/accessibility/feedbackd/pkg-plist
@@ -1,4 +1,5 @@
 bin/fbcli
+%%DAEMON%%bin/fbd-theme-validate
 include/libfeedback-0.0/lfb-enums.h
 include/libfeedback-0.0/lfb-event.h
 include/libfeedback-0.0/lfb-gdbus.h
@@ -10,35 +11,122 @@ libdata/pkgconfig/libfeedback-0.0.pc
 %%DAEMON%%libexec/fbd-ledctrl
 %%DAEMON%%libexec/feedbackd
 %%MANPAGES%%man/man1/fbcli.1.gz
-%%MANPAGES%%man/man1/feedbackd.1.gz
+%%MANPAGES%%man/man1/fbd-theme-validate.1.gz
+%%MANPAGES%%man/man8/feedbackd.8.gz
 share/dbus-1/interfaces/org.sigxcpu.Feedback.xml
 %%DAEMON%%share/dbus-1/services/org.sigxcpu.Feedback.service
+%%PORTDOCS%%%%DOCSDIR%%/Event-naming-spec-0.0.0.html
+%%PORTDOCS%%%%DOCSDIR%%/Feedback-theme-spec-0.0.0.html
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Black.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Black.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-BlackItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-BlackItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Bold.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Bold.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-BoldItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-BoldItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Italic.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Italic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Medium.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Medium.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-MediumItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-MediumItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Regular.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Regular.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Bold.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Bold.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-BoldItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-BoldItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Italic.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Italic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Medium.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Medium.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-MediumItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-MediumItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Regular.woff
+%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Regular.woff2
+%%PORTDOCS%%%%DOCSDIR%%/SourceCodePro-It.ttf.woff
+%%PORTDOCS%%%%DOCSDIR%%/SourceCodePro-Regular.ttf.woff
+%%PORTDOCS%%%%DOCSDIR%%/SourceCodePro-Semibold.ttf.woff
+%%PORTDOCS%%%%DOCSDIR%%/build-howto.html
+%%PORTDOCS%%%%DOCSDIR%%/class.Event.html
+%%PORTDOCS%%%%DOCSDIR%%/class.GdbusFeedbackProxy.html
+%%PORTDOCS%%%%DOCSDIR%%/class.GdbusFeedbackSkeleton.html
+%%PORTDOCS%%%%DOCSDIR%%/classes_hierarchy.html
+%%PORTDOCS%%%%DOCSDIR%%/ctor.Event.new.html
+%%PORTDOCS%%%%DOCSDIR%%/ctor.GdbusFeedbackProxy.new_finish.html
+%%PORTDOCS%%%%DOCSDIR%%/ctor.GdbusFeedbackProxy.new_for_bus_finish.html
+%%PORTDOCS%%%%DOCSDIR%%/ctor.GdbusFeedbackProxy.new_for_bus_sync.html
+%%PORTDOCS%%%%DOCSDIR%%/ctor.GdbusFeedbackProxy.new_sync.html
+%%PORTDOCS%%%%DOCSDIR%%/ctor.GdbusFeedbackSkeleton.new.html
+%%PORTDOCS%%%%DOCSDIR%%/enum.EventEndReason.html
+%%PORTDOCS%%%%DOCSDIR%%/enum.EventState.html
+%%PORTDOCS%%%%DOCSDIR%%/fonts.css
+%%PORTDOCS%%%%DOCSDIR%%/func.get_app_id.html
+%%PORTDOCS%%%%DOCSDIR%%/func.get_feedback_profile.html
+%%PORTDOCS%%%%DOCSDIR%%/func.get_proxy.html
+%%PORTDOCS%%%%DOCSDIR%%/func.init.html
+%%PORTDOCS%%%%DOCSDIR%%/func.is_initted.html
+%%PORTDOCS%%%%DOCSDIR%%/func.set_app_id.html
+%%PORTDOCS%%%%DOCSDIR%%/func.set_feedback_profile.html
+%%PORTDOCS%%%%DOCSDIR%%/func.uninit.html
+%%PORTDOCS%%%%DOCSDIR%%/fzy.js
+%%PORTDOCS%%%%DOCSDIR%%/go-up-symbolic.png
+%%PORTDOCS%%%%DOCSDIR%%/iface.GdbusFeedback.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/index.json
+%%PORTDOCS%%%%DOCSDIR%%/initialization.html
+%%PORTDOCS%%%%DOCSDIR%%/libfeedback-0.devhelp2
+%%PORTDOCS%%%%DOCSDIR%%/main.js
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.end_feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.end_feedback_async.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.end_feedback_finish.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.get_end_reason.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.get_event.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.get_feedback_profile.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.get_state.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.get_timeout.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.set_feedback_profile.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.set_timeout.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.trigger_feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.trigger_feedback_async.html
+%%PORTDOCS%%%%DOCSDIR%%/method.Event.trigger_feedback_finish.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.call_end_feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.call_end_feedback_finish.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.call_end_feedback_sync.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.call_trigger_feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.call_trigger_feedback_finish.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.call_trigger_feedback_sync.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.complete_end_feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.complete_trigger_feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.dup_profile.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.emit_feedback_ended.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.get_profile.html
+%%PORTDOCS%%%%DOCSDIR%%/method.GdbusFeedback.set_profile.html
+%%PORTDOCS%%%%DOCSDIR%%/overview.html
+%%PORTDOCS%%%%DOCSDIR%%/property.Event.end-reason.html
+%%PORTDOCS%%%%DOCSDIR%%/property.Event.event.html
+%%PORTDOCS%%%%DOCSDIR%%/property.Event.feedback-profile.html
+%%PORTDOCS%%%%DOCSDIR%%/property.Event.state.html
+%%PORTDOCS%%%%DOCSDIR%%/property.Event.timeout.html
+%%PORTDOCS%%%%DOCSDIR%%/property.GdbusFeedback.profile.html
+%%PORTDOCS%%%%DOCSDIR%%/search.js
+%%PORTDOCS%%%%DOCSDIR%%/signal.Event.feedback-ended.html
+%%PORTDOCS%%%%DOCSDIR%%/signal.GdbusFeedback.feedback-ended.html
+%%PORTDOCS%%%%DOCSDIR%%/signal.GdbusFeedback.handle-end-feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/signal.GdbusFeedback.handle-trigger-feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/solarized-dark.css
+%%PORTDOCS%%%%DOCSDIR%%/solarized-light.css
+%%PORTDOCS%%%%DOCSDIR%%/style.css
+%%PORTDOCS%%%%DOCSDIR%%/type_func.GdbusFeedback.interface_info.html
+%%PORTDOCS%%%%DOCSDIR%%/type_func.GdbusFeedback.override_properties.html
+%%PORTDOCS%%%%DOCSDIR%%/type_func.GdbusFeedbackProxy.new.html
+%%PORTDOCS%%%%DOCSDIR%%/type_func.GdbusFeedbackProxy.new_for_bus.html
+%%PORTDOCS%%%%DOCSDIR%%/vfunc.GdbusFeedback.feedback_ended.html
+%%PORTDOCS%%%%DOCSDIR%%/vfunc.GdbusFeedback.get_profile.html
+%%PORTDOCS%%%%DOCSDIR%%/vfunc.GdbusFeedback.handle_end_feedback.html
+%%PORTDOCS%%%%DOCSDIR%%/vfunc.GdbusFeedback.handle_trigger_feedback.html
 %%DAEMON%%%%DATADIR%%/themes/default.json
 %%GIR%%share/gir-1.0/Lfb-0.0.gir
 %%VAPI%%share/vala/vapi/libfeedback-0.0.deps
 %%VAPI%%share/vala/vapi/libfeedback-0.0.vapi
-%%PORTDOCS%%%%DOCSDIR%%/LfbEvent.html
-%%PORTDOCS%%%%DOCSDIR%%/LfbGdbusFeedbackSkeleton.html
-%%PORTDOCS%%%%DOCSDIR%%/annotations-glossary.html
-%%PORTDOCS%%%%DOCSDIR%%/api-index-full.html
-%%PORTDOCS%%%%DOCSDIR%%/ch01.html
-%%PORTDOCS%%%%DOCSDIR%%/ch02.html
-%%PORTDOCS%%%%DOCSDIR%%/core-api.html
-%%PORTDOCS%%%%DOCSDIR%%/dbus-interface.html
-%%PORTDOCS%%%%DOCSDIR%%/gdbus-org.sigxcpu.Feedback.html
-%%PORTDOCS%%%%DOCSDIR%%/home.png
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png
-%%PORTDOCS%%%%DOCSDIR%%/left.png
-%%PORTDOCS%%%%DOCSDIR%%/libfeedback-lfb-names.html
-%%PORTDOCS%%%%DOCSDIR%%/libfeedback-libfeedback.html
-%%PORTDOCS%%%%DOCSDIR%%/libfeedback.devhelp2
-%%PORTDOCS%%%%DOCSDIR%%/low-level-api.html
-%%PORTDOCS%%%%DOCSDIR%%/object-tree.html
-%%PORTDOCS%%%%DOCSDIR%%/pt01.html
-%%PORTDOCS%%%%DOCSDIR%%/pt02.html
-%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png
-%%PORTDOCS%%%%DOCSDIR%%/right.png
-%%PORTDOCS%%%%DOCSDIR%%/style.css
-%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png
-%%PORTDOCS%%%%DOCSDIR%%/up.png