pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2023Q3] pkgsrc/x11/lxqt-panel
Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Oct 23 18:31:08 UTC 2023
Modified Files:
        pkgsrc/x11/lxqt-panel [pkgsrc-2023Q3]: Makefile options.mk
Log Message:
Pullup ticket #6814 - requested by abs
x11/lxqt-panel: NetBSD 10 bugfix
Revisions pulled up:
- x11/lxqt-panel/Makefile                                       1.40
- x11/lxqt-panel/options.mk                                     1.2
---
   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.39.2.1 pkgsrc/x11/lxqt-panel/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 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.39.2.1
--- pkgsrc/x11/lxqt-panel/Makefile:1.39 Mon Aug 14 18:19:09 2023
+++ pkgsrc/x11/lxqt-panel/Makefile      Mon Oct 23 18:31:08 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2023/08/14 18:19:09 nia Exp $
+# $NetBSD: Makefile,v 1.39.2.1 2023/10/23 18:31:08 bsiegert 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.1.2.1
--- pkgsrc/x11/lxqt-panel/options.mk:1.1        Fri Aug 11 16:24:45 2023
+++ pkgsrc/x11/lxqt-panel/options.mk    Mon Oct 23 18:31:08 2023
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2023/08/11 16:24:45 nia Exp $
+# $NetBSD: options.mk,v 1.1.2.1 2023/10/23 18:31:08 bsiegert 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