Index: x11/lxqt/powermanagement/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/powermanagement/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- x11/lxqt/powermanagement/Makefile 14 Sep 2018 15:17:27 -0000 1.1.1.1
+++ x11/lxqt/powermanagement/Makefile 28 Nov 2018 18:32:44 -0000
@@ -3,6 +3,7 @@
COMMENT = power management module for LXQt
VERSION = 0.13.0
+REVISION = 0
NAME = lxqt-powermanagement
DISTNAME = ${NAME}-${VERSION}
Index: x11/lxqt/powermanagement/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/lxqt/powermanagement/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- x11/lxqt/powermanagement/pkg/PLIST 14 Sep 2018 15:17:27 -0000 1.1.1.1
+++ x11/lxqt/powermanagement/pkg/PLIST 28 Nov 2018 18:32:44 -0000
@@ -2,6 +2,7 @@
@bin bin/lxqt-config-powermanagement
@bin bin/lxqt-powermanagement
share/applications/lxqt-config-powermanagement.desktop
+share/doc/pkg-readmes/${PKGSTEM}
share/examples/lxqt-powermanagement/
share/examples/lxqt-powermanagement/xdg/
share/examples/lxqt-powermanagement/xdg/autostart/
Index: x11/lxqt/powermanagement/pkg/README
===================================================================
RCS file: x11/lxqt/powermanagement/pkg/README
diff -N x11/lxqt/powermanagement/pkg/README
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ x11/lxqt/powermanagement/pkg/README 28 Nov 2018 18:32:44 -0000
@@ -0,0 +1,16 @@
+$OpenBSD$
+
++-----------------------------------------------------------------------
+| Running ${PKGSTEM} on OpenBSD
++-----------------------------------------------------------------------
+
+Startup
+=======
+LXQt Power Management depends on KF5Solid and it needs a system-wide
+D-Bus daemon ("messagebus") to be running in order to work properly.
+
+To enable "messagebus" at boot:
+# rcctl enable messagebus
+
+And to start it if not already running:
+# rcctl start messagebus
Yes, I like your text better, I modified it just a little bit.
I copied the original out from meta/gnome:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/meta/gnome/pkg/README-main?rev=1.42
And in for some reason I still modified my rc.conf.local manually...
Cheers.
Elias.
On Wed, Nov 28, 2018 at 2:42 PM Stuart Henderson wrote:
>
> On 2018/11/28 14:34, Elias M. Mariani wrote:
> > Adding a small pkg-readme to explain how to get lxqt-powermanagement to work.
> >
> > ////////////////////////
> > Startup
> > =======
> > LXQt Power Management depends on KF5Solid and it needs a system-wide
> > D-Bus daemon to be running in order to work properly. So the need
> > to add "messagebus" to "pkg_scripts" in rc.conf.local(8) or start
> > it manually with "rcctl start messagebus" before starting the LXQt
> > session.
> > ////////////////////////
> >
> > Cheers.
> > Elias.
>
> We normally point people at rcctl for these; possible alternative text:
>
>
>
> Startup
> =======
> LXQt Power Management depends on KF5Solid and it needs a system-wide
> D-Bus daemon ("messagebus") to be running in order to work properly.
>
> To enable at boot and start if not already running:
>
> # rcctl enable messagebus
> # rcctl start messagebus
>
>
>
>
>
No comments:
Post a Comment