mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
app-misc/fastfetch: sync live ebuilds
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
parent
a6bb7e16a0
commit
4a563cbdcb
@ -67,13 +67,6 @@ REQUIRED_USE="
|
|||||||
chafa? ( imagemagick )
|
chafa? ( imagemagick )
|
||||||
"
|
"
|
||||||
|
|
||||||
pkg_pretend() {
|
|
||||||
if use X && ! use opengl; then
|
|
||||||
einfo 'USE="X" adds GLX support for USE="opengl"'
|
|
||||||
einfo 'This build with USE="X -opengl" will not include any extra X support.'
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local fastfetch_enable_imagemagick7=no
|
local fastfetch_enable_imagemagick7=no
|
||||||
local fastfetch_enable_imagemagick6=no
|
local fastfetch_enable_imagemagick6=no
|
||||||
@ -83,8 +76,13 @@ src_configure() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
local glx=no
|
local glx=no
|
||||||
if use opengl && use X; then
|
if use X; then
|
||||||
|
if use opengl; then
|
||||||
glx=yes
|
glx=yes
|
||||||
|
else
|
||||||
|
ewarn 'USE="X" adds GLX support for USE="opengl"'
|
||||||
|
ewarn 'This build with USE="X -opengl" will not include any extra X support.'
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
|
|||||||
@ -67,13 +67,6 @@ REQUIRED_USE="
|
|||||||
chafa? ( imagemagick )
|
chafa? ( imagemagick )
|
||||||
"
|
"
|
||||||
|
|
||||||
pkg_pretend() {
|
|
||||||
if use X && ! use opengl; then
|
|
||||||
einfo 'USE="X" adds GLX support for USE="opengl"'
|
|
||||||
einfo 'This build with USE="X -opengl" will not include any extra X support.'
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local fastfetch_enable_imagemagick7=no
|
local fastfetch_enable_imagemagick7=no
|
||||||
local fastfetch_enable_imagemagick6=no
|
local fastfetch_enable_imagemagick6=no
|
||||||
@ -83,8 +76,13 @@ src_configure() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
local glx=no
|
local glx=no
|
||||||
if use opengl && use X; then
|
if use X; then
|
||||||
|
if use opengl; then
|
||||||
glx=yes
|
glx=yes
|
||||||
|
else
|
||||||
|
ewarn 'USE="X" adds GLX support for USE="opengl"'
|
||||||
|
ewarn 'This build with USE="X -opengl" will not include any extra X support.'
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
|
|||||||
@ -68,7 +68,6 @@ REQUIRED_USE="
|
|||||||
"
|
"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
|
||||||
local fastfetch_enable_imagemagick7=no
|
local fastfetch_enable_imagemagick7=no
|
||||||
local fastfetch_enable_imagemagick6=no
|
local fastfetch_enable_imagemagick6=no
|
||||||
if use imagemagick; then
|
if use imagemagick; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user