pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/lxqt



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat May  2 12:41:52 UTC 2026

Modified Files:
        pkgsrc/meta-pkgs/lxqt: Makefile options.mk

Log Message:
lxqt: require release version of wayland-session

While here document labwc option.
Disabled for now as wayland only works on NetBSD >= 11.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/meta-pkgs/lxqt/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/meta-pkgs/lxqt/options.mk

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

Modified files:

Index: pkgsrc/meta-pkgs/lxqt/Makefile
diff -u pkgsrc/meta-pkgs/lxqt/Makefile:1.47 pkgsrc/meta-pkgs/lxqt/Makefile:1.48
--- pkgsrc/meta-pkgs/lxqt/Makefile:1.47 Sat May  2 04:34:32 2026
+++ pkgsrc/meta-pkgs/lxqt/Makefile      Sat May  2 12:41:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2026/05/02 04:34:32 pin Exp $
+# $NetBSD: Makefile,v 1.48 2026/05/02 12:41:52 pin Exp $
 
 PKGNAME=       lxqt-2.4.0
 CATEGORIES=    meta-pkgs
@@ -40,6 +40,9 @@ DEPENDS+=     lxqt-panel>=2.4.0:../../x11/lx
 DEPENDS+=      lxqt-runner>=2.4.0:../../x11/lxqt-runner
 DEPENDS+=      screengrab>=3.2.0:../../graphics/screengrab
 DEPENDS+=      lxqt-archiver>=1.4.0:../../archivers/lxqt-archiver
+# This needs to be commented out for now as wayland only works on NetBSD >=11.
+# If you want to use LXQt under wayland this is needed.
+#DEPENDS+=     lxqt-wayland-session>=0.4.0:../../wayland/lxqt-wayland-session
 # The Breeze icon set is the default that LXQt expects, and a compatible icon
 # theme must be present for the DE to be fully usable.
 DEPENDS+=      breeze-icons-[0-9]*:../../graphics/breeze-icons
@@ -47,8 +50,5 @@ DEPENDS+=     xscreensaver-[0-9]*:../../x11/
 # This pulls in quite a lot of dependencies, but, if translations are wanted,
 # it's needed.
 DEPENDS+=      qt6-qttranslations-[0-9]*:../../x11/qt6-qttranslations
-# This needs to be commented out for now as wayland only works on NetBSD-11.
-# If you want to use LXQt under wayland this is needed.
-#DEPENDS+=     wayland/lxqt-wayland-session-[0-9]*:../../wayland/lxqt-wayland-session
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/meta-pkgs/lxqt/options.mk
diff -u pkgsrc/meta-pkgs/lxqt/options.mk:1.8 pkgsrc/meta-pkgs/lxqt/options.mk:1.9
--- pkgsrc/meta-pkgs/lxqt/options.mk:1.8        Tue Nov 11 11:17:16 2025
+++ pkgsrc/meta-pkgs/lxqt/options.mk    Sat May  2 12:41:52 2026
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.8 2025/11/11 11:17:16 pin Exp $
+# $NetBSD: options.mk,v 1.9 2026/05/02 12:41:52 pin Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.lxqt
 PKG_OPTIONS_OPTIONAL_GROUPS=   wm
-PKG_OPTIONS_GROUP.wm=          openbox xfce4-wm
-PKG_SUGGESTED_OPTIONS=         openbox
+PKG_OPTIONS_GROUP.wm=          openbox xfce4-wm #labwc
+PKG_SUGGESTED_OPTIONS=         openbox #labwc
 
 .include "../../mk/bsd.options.mk"
 
@@ -15,3 +15,11 @@ DEPENDS+=    obconf-qt>=0.16.6:../../wm/obc
 .if !empty(PKG_OPTIONS:Mxfce4-wm)
 DEPENDS+=      xfce4-wm>=4.14.6:../../wm/xfce4-wm
 .endif
+
+# This needs to be commented out for now as wayland only works on NetBSD >=11.
+# If you want to use LXQt under wayland you may want to use labwc.
+# This option will also need to be added to /mk/defaults/options.description.
+#.if !empty(PKG_OPTIONS:Mlabwc)
+#DEPENDS+=     labwc>=0.9.7:../../wayland/labwc
+#DEPENDS+=     labwc-tweaks>=0.1.0:../../wayland/labwc-tweaks
+#.endif



Home | Main Index | Thread Index | Old Index