pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/lxqt-panel



Module Name:    pkgsrc
Committed By:   bacon
Date:           Wed Oct 18 23:03:49 UTC 2023

Modified Files:
        pkgsrc/x11/lxqt-panel: Makefile options.mk

Log Message:
x11/lxqt-panel: Enable pulseaudio by default on NetBSD

Prevents crashes on NetBSD 10-BETA


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/lxqt-panel/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/lxqt-panel/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/x11/lxqt-panel/Makefile
diff -u pkgsrc/x11/lxqt-panel/Makefile:1.39 pkgsrc/x11/lxqt-panel/Makefile:1.40
--- pkgsrc/x11/lxqt-panel/Makefile:1.39 Mon Aug 14 18:19:09 2023
+++ pkgsrc/x11/lxqt-panel/Makefile      Wed Oct 18 23:03:49 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2023/08/14 18:19:09 nia Exp $
+# $NetBSD: Makefile,v 1.40 2023/10/18 23:03:49 bacon Exp $
 
 DISTNAME=      lxqt-panel-1.3.0
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/x11/lxqt-panel/options.mk
diff -u pkgsrc/x11/lxqt-panel/options.mk:1.1 pkgsrc/x11/lxqt-panel/options.mk:1.2
--- pkgsrc/x11/lxqt-panel/options.mk:1.1        Fri Aug 11 16:24:45 2023
+++ pkgsrc/x11/lxqt-panel/options.mk    Wed Oct 18 23:03:49 2023
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2023/08/11 16:24:45 nia Exp $
+# $NetBSD: options.mk,v 1.2 2023/10/18 23:03:49 bacon Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.lxqt-panel
 PKG_SUPPORTED_OPTIONS=         alsa pulseaudio
 PKG_SUGGESTED_OPTIONS.Linux=   alsa
+PKG_SUGGESTED_OPTIONS.NetBSD=  pulseaudio
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index