pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fastfetch



Module Name:    pkgsrc
Committed By:   vins
Date:           Tue Jan  7 22:32:24 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: options.mk

Log Message:
sysutils/fastfetch: make dbus support default

Also, turn on pulseaudio support on Linux and SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/fastfetch/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/sysutils/fastfetch/options.mk
diff -u pkgsrc/sysutils/fastfetch/options.mk:1.2 pkgsrc/sysutils/fastfetch/options.mk:1.3
--- pkgsrc/sysutils/fastfetch/options.mk:1.2    Tue Jan  7 20:24:32 2025
+++ pkgsrc/sysutils/fastfetch/options.mk        Tue Jan  7 22:32:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2025/01/07 20:24:32 vins Exp $
+# $NetBSD: options.mk,v 1.3 2025/01/07 22:32:24 vins Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fastfetch
 PKG_OPTIONS_OPTIONAL_GROUPS=   server
@@ -6,7 +6,7 @@ PKG_OPTIONS_GROUP.server=       wayland x11
 
 PKG_SUPPORTED_OPTIONS= chafa dconf dbus glib2 imagemagick libdrm libelf opencl \
                        osmesa pulseaudio python sqlite3 threads wayland x11 xfce4-wm
-PKG_SUGGESTED_OPTIONS= glib2 libdrm opencl osmesa x11
+PKG_SUGGESTED_OPTIONS= dbus glib2 libdrm opencl osmesa x11
 
 CHECK_BUILTIN.pthread:= yes
 .include "../../mk/pthread.builtin.mk"
@@ -16,6 +16,12 @@ CHECK_BUILTIN.pthread:= no
 PKG_SUGGESTED_OPTIONS+=        threads
 .endif
 
+.include "../../mk/bsd.prefs.mk"
+
+.if  ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
+PKG_SUGGESTED_OPTIONS+=        pulseaudio
+.endif
+
 .include "../../mk/bsd.options.mk"
 
 ##
@@ -131,6 +137,7 @@ CMAKE_CONFIGURE_ARGS+=  -DENABLE_PULSE=O
 ##
 .if !empty(PKG_OPTIONS:Mpython)
 .  include "../../lang/python/application.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=   27
 .endif
 
 ##



Home | Main Index | Thread Index | Old Index