app-ergonomics/workrave: fix dependencies, rename xfce option
This commit is contained in:
parent
79aa614f9b
commit
57c6496546
@ -23,7 +23,7 @@ PLATFORMS="~amd64 ~x86"
|
|||||||
MYOPTIONS="
|
MYOPTIONS="
|
||||||
gnome
|
gnome
|
||||||
pulseaudio
|
pulseaudio
|
||||||
xfce [[ description = [ Add support for XFCE panel ] ]]
|
xfce4-panel [[ description = [ Add support for XFCE panel ] ]]
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
@ -54,8 +54,8 @@ DEPENDENCIES="
|
|||||||
x11-libs/libXtst
|
x11-libs/libXtst
|
||||||
gnome? ( gnome-base/gnome-shell )
|
gnome? ( gnome-base/gnome-shell )
|
||||||
pulseaudio? ( media-sound/pulseaudio )
|
pulseaudio? ( media-sound/pulseaudio )
|
||||||
xfce? (
|
xfce4-panel? (
|
||||||
x11-libs/gtk+:2[introspection?]
|
x11-libs/gtk+:2[gobject-introspection]
|
||||||
xfce-base/xfce4-panel
|
xfce-base/xfce4-panel
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
@ -81,7 +81,7 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
|
|||||||
DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
|
DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
|
||||||
'gnome gnome3'
|
'gnome gnome3'
|
||||||
'pulseaudio pulse'
|
'pulseaudio pulse'
|
||||||
'xfce'
|
'xfce4-panel xfce'
|
||||||
)
|
)
|
||||||
|
|
||||||
DEFAULT_SRC_CONFIGURE_TESTS=(
|
DEFAULT_SRC_CONFIGURE_TESTS=(
|
||||||
|
Loading…
Reference in New Issue
Block a user