app-misc/fastfetch: sync live

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-01-22 09:13:55 +02:00
parent 76f9d2b6a2
commit 4227a49897
2 changed files with 12 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake flag-o-matic
DESCRIPTION="Fast system information tool"
HOMEPAGE="https://github.com/LinusDierheimer/fastfetch"
@@ -20,7 +20,7 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan wayland xcb xfce xrandr"
IUSE="X chafa dbus gnome imagemagick networkmanager opencl opengl osmesa pci sqlite vulkan wayland xcb xfce xrandr"
# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
RDEPEND="
@@ -33,6 +33,7 @@ RDEPEND="
gnome-base/dconf
)
imagemagick? ( media-gfx/imagemagick:= )
networkmanager? ( net-misc/networkmanager )
opencl? ( virtual/opencl )
opengl? ( media-libs/libglvnd[X] )
osmesa? ( media-libs/mesa[osmesa] )
@@ -83,8 +84,11 @@ src_configure() {
-DENABLE_OPENCL=$(usex opencl)
-DENABLE_DBUS=$(usex dbus)
-DENABLE_LIBCJSON=no
-DENABLE_LIBNM=$(usex networkmanager)
)
append-cppflags -DNDEBUG
cmake_src_configure
}

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake flag-o-matic
DESCRIPTION="Fast system information tool"
HOMEPAGE="https://github.com/LinusDierheimer/fastfetch"
@@ -20,7 +20,7 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan wayland xcb xfce xrandr"
IUSE="X chafa dbus gnome imagemagick networkmanager opencl opengl osmesa pci sqlite vulkan wayland xcb xfce xrandr"
# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
RDEPEND="
@@ -33,6 +33,7 @@ RDEPEND="
gnome-base/dconf
)
imagemagick? ( media-gfx/imagemagick:= )
networkmanager? ( net-misc/networkmanager )
opencl? ( virtual/opencl )
opengl? ( media-libs/libglvnd[X] )
osmesa? ( media-libs/mesa[osmesa] )
@@ -83,8 +84,11 @@ src_configure() {
-DENABLE_OPENCL=$(usex opencl)
-DENABLE_DBUS=$(usex dbus)
-DENABLE_LIBCJSON=no
-DENABLE_LIBNM=$(usex networkmanager)
)
append-cppflags -DNDEBUG
cmake_src_configure
}