pkgsrc-WIP-changes archive

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

lxqt-0.14.1, have openbox as option



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Feb 9 08:02:56 2020 +0100
Changeset:	ee4aa32975fa2c1180ed9efb7a7c9221898fd0cd

Modified Files:
	lxqt/Makefile
	lxqt/options.mk

Log Message:
lxqt-0.14.1, have openbox as option

$ pkglint -e
NOTE: Makefile:3: This package is newer than the update request to 0.11 from ../../wip/TODO:79.
WARN: options.mk:4: Unknown option "openbox".

        This option is not documented in the mk/defaults/options.description
        file. Please think of a brief but precise description and either
        update that file yourself or suggest a description for this option
        on the tech-pkg%NetBSD.org@localhost mailing list.

1 warning and 1 note found.

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

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

diffstat:
 lxqt/Makefile   | 2 +-
 lxqt/options.mk | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/lxqt/Makefile b/lxqt/Makefile
index 859865b8fd..c31da68f36 100644
--- a/lxqt/Makefile
+++ b/lxqt/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Meta-package for LXQt desktop environment
 
 META_PACKAGE=	yes
 
-#.include "options.mk"
+.include "options.mk"
 
 TOOL_DEPENDS+=	lxqt-build-tools>=0.6.0:../../wip/lxqt-build-tools
 
diff --git a/lxqt/options.mk b/lxqt/options.mk
index db9a695367..68134a8f02 100644
--- a/lxqt/options.mk
+++ b/lxqt/options.mk
@@ -3,10 +3,11 @@
 PKG_OPTIONS_VAR=	PKG_OPTIONS.lxqt
 PKG_SUPPORTED_OPTIONS=	openbox
 PKG_SUGGESTED_OPTIONS=	openbox
+# wip/kwin and wm/xfce4-wm are known to work options
+# see https://github.com/lxqt/lxqt/wiki/ConfigWindowManagers
 
 .include "../../mk/bsd.options.mk"
 
-# \todo: When importing, add openbox to options file.
 .if !empty(PKG_OPTIONS:Mopenbox)
 DEPENDS+=	openbox>=3.6.1:../../wm/openbox
 DEPENDS+=	obconf-qt>=0.14.1:../../wip/obconf-qt


Home | Main Index | Thread Index | Old Index