pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
LXQt meta-pkg
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Sat Feb 1 18:29:57 2020 +0100
Changeset: fe85ce7ff1bc8ea99828d622f142854c89b14c2b
Modified Files:
lxqt/Makefile
lxqt/options.mk
Added Files:
lxqt/TODO
Log Message:
LXQt meta-pkg
Need to fix options.mk, right now the packages is as I want it
only. The options should be available to other users.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fe85ce7ff1bc8ea99828d622f142854c89b14c2b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lxqt/Makefile | 23 ++++++++++-------------
lxqt/TODO | 1 +
lxqt/options.mk | 10 +++++++++-
3 files changed, 20 insertions(+), 14 deletions(-)
diffs:
diff --git a/lxqt/Makefile b/lxqt/Makefile
index 80f3ce6988..daa06b539e 100644
--- a/lxqt/Makefile
+++ b/lxqt/Makefile
@@ -3,36 +3,33 @@
PKGNAME= lxqt-0.14.1
CATEGORIES= meta-pkgs
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= voidpin%protonmail.com@localhost
HOMEPAGE= https://lxqt.org/
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
-DEPENDS+= libsysstat>=0.4.2:../../wip/libsysstat
DEPENDS+= libqtxdg>=3.4.0:../../wip/libqtxdg
DEPENDS+= liblxqt>=0.14.1:../../wip/liblxqt
+DEPENDS+= libfm-qt>=0.14.1:../../wip/libfm-qt
+DEPENDS+= lxqt-themes>=0.14.0:../../wip/lxqt-themes
+DEPENDS+= qtermwidget>=0.14.1:../../wip/qtermwidget
DEPENDS+= lximage-qt>=0.14.1:../../wip/lximage-qt
DEPENDS+= lxqt-about>=0.14.1:../../wip/lxqt-about
+DEPENDS+= lxqt-policykit>=0.14.1:../../wip/lxqt-policykit
DEPENDS+= lxqt-admin>=0.14.1:../../wip/lxqt-admin
DEPENDS+= lxqt-config>=0.14.1:../../wip/lxqt-config
DEPENDS+= lxqt-globalkeys>=0.14.3:../../wip/lxqt-globalkeys
DEPENDS+= lxqt-notificationd>=0.14.1:../../wip/lxqt-notificationd
-DEPENDS+= lxqt-openssh-askpass>=0.14.1:../../wip/lxqt-openssh-askpass
-DEPENDS+= lxqt-panel>=0.14.1:../../wip/lxqt-panel
-DEPENDS+= lxqt-policykit>=0.14.1:../../wip/lxqt-policykit
-DEPENDS+= lxqt-powermanagement>=0.14.1:../../wip/lxqt-powermanagement
DEPENDS+= lxqt-qtplugin>=0.14.0:../../wip/lxqt-qtplugin
-DEPENDS+= lxqt-runner>=0.14.1:../../wip/lxqt-runner
DEPENDS+= lxqt-session>=0.14.1:../../wip/lxqt-session
DEPENDS+= pcmanfm-qt>=0.14.1:../../wip/pcmanfm-qt
-DEPENDS+= libfm-qt>=0.14.1:../../wip/libfm-qt
-DEPENDS+= lxqt-sudo>=0.14.1:../../wip/lxqt-sudo
-DEPENDS+= lxqt-themes>=0.14.0:../../wip/lxqt-themes
DEPENDS+= qterminal>=0.14.1:../../wip/qterminal
-DEPENDS+= pavucontrol-qt>=0.14.1:../../wip/pavucontrol-qt
-DEPENDS+= screengrab>=1.101:../../wip/screengrab
+DEPENDS+= lxqt-panel>=0.14.1:../../wip/lxqt-panel
+DEPENDS+= lxqt-runner>=0.14.1:../../wip/lxqt-runner
.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt/TODO b/lxqt/TODO
new file mode 100644
index 0000000000..db6cc49c4e
--- /dev/null
+++ b/lxqt/TODO
@@ -0,0 +1 @@
+Fix options. This is right now packaged as I want it only.
diff --git a/lxqt/options.mk b/lxqt/options.mk
index cf11b61f85..ab4e9b01b3 100644
--- a/lxqt/options.mk
+++ b/lxqt/options.mk
@@ -1,7 +1,7 @@
# $NetBSD$
PKG_OPTIONS_VAR= PKG_OPTIONS.lxqt
-PKG_SUPPORTED_OPTIONS= openbox # which alternatives exist?
+PKG_SUPPORTED_OPTIONS= openbox pulseaudio openssh upower sudo
PKG_SUGGESTED_OPTIONS= openbox
.include "../../mk/bsd.options.mk"
@@ -10,4 +10,12 @@ PKG_SUGGESTED_OPTIONS= openbox
.if !empty(PKG_OPTIONS:Mopenbox)
DEPENDS+= openbox>=3.6.1:../../wm/openbox
DEPENDS+= obconf-qt>=0.14.1:../../wip/obconf-qt
+DEPENDS+= pulseaudio>=13.1:../../audio/pulseaudio
+DEPENDS+= pavucontrol-qt>=0.14.1:../../wip/pavucontrol-qt
+DEPENDS+= openssh>=8.0:../../security/openssh
+DEPENDS+= lxqt-openssh-askpass>=0.14.1:../../wip/lxqt-openssh-askpass
+DEPENDS+= upower>=0.99:../../sysutils/upower
+DEPENDS+= lxqt-powermanagement>=0.14.1:../../wip/lxqt-powermanagement
+DEPENDS+= sudo>=1.8:../../security/sudo
+DEPENDS+= lxqt-sudo>=0.14.1:../../wip/lxqt-sudo
.endif
Home |
Main Index |
Thread Index |
Old Index