app-misc/fastfetch: add 1.3.0

Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
Viorel Munteanu
2022-04-22 22:17:30 +03:00
parent c13ef13781
commit 79338f1aaa
3 changed files with 67 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ IUSE="X gnome pci vulkan wayland xcb xfce xrandr"
# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
RDEPEND="
media-gfx/imagemagick:=
sys-libs/zlib
X? ( x11-libs/libX11 )
gnome? (
dev-libs/glib
@@ -49,6 +51,9 @@ src_configure() {
-DENABLE_GIO=$(usex gnome)
-DENABLE_DCONF=$(usex gnome)
-DENABLE_XFCONF=$(usex xfce)
-DENABLE_IMAGEMAGICK7=$(has_version '>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
-DENABLE_IMAGEMAGICK6=$(has_version '<media-gfx/imagemagick-7.0.0' && echo yes || echo no)
-DENABLE_ZLIB=yes
)
cmake_src_configure