Wednesday, November 28, 2018

[REVISION] x11/lxqt/powermanagement

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 17:34:05 -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 17:34:05 -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 17:34:05 -0000
@@ -0,0 +1,13 @@
+$OpenBSD$
+
++-----------------------------------------------------------------------
+| Running ${PKGSTEM} on OpenBSD
++-----------------------------------------------------------------------
+
+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.
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.

No comments:

Post a Comment