[Lunar-commits] <moonbase> xfce4-session: tweak the depends a bit.

Auke Kok auke at foo-projects.org
Wed Jun 6 02:39:51 CEST 2012


On 06/04/2012 09:47 AM, Florin Braescu wrote:
> commit 1a70ca97729f1ad17b5d786f19b39cc35b8222b9
> Author: Florin Braescu<florin at lunar-linux.org>
> Date:   Mon Jun 4 18:47:07 2012 +0200
>
>      xfce4-session: tweak the depends a bit.
> ---
>   xfce4/core/xfce4-session/DEPENDS |   11 +++++------
>   1 file changed, 5 insertions(+), 6 deletions(-)
>
> diff --git a/xfce4/core/xfce4-session/DEPENDS b/xfce4/core/xfce4-session/DEPENDS
> index 7518995..a11ef98 100644
> --- a/xfce4/core/xfce4-session/DEPENDS
> +++ b/xfce4/core/xfce4-session/DEPENDS
> @@ -1,3 +1,4 @@
> +depends libSM
>   depends xfconf
>   depends libwnck
>   depends dbus-glib
> @@ -6,9 +7,7 @@ depends iceauth
>
>   optional_depends gnome-keyring "--enable-libgnome-keyring" "--disable-libgnome-keyring" "Gnome keyring support"
>
> -optional_depends upower "" "--disable-upower" "Upower support"
> -optional_depends ConsoleKit "" "--disable-consolekit" "ConsoleKit support"
> -optional_depends polkit "" "--disable-polkit" "PolicyKit support"
> -
> -
> -optional_depends fortune "" "" "so xfce4-tips can give you the fortune of the day"
> +optional_depends upower     "" "" "Upower support"
> +optional_depends ConsoleKit "" "" "ConsoleKit support"
> +optional_depends polkit     "" "" "PolicyKit support"
> +optional_depends fortune    "" "" "xfce4-tips can give you the fortune of the day"
> _______________________________________________

optional_depends without $2 and $3 are wrong, in almost all cases.

why did you do this changge? do you realize how optional_depends works 
if $2 and $3 are empty?


Auke



More information about the Lunar-commits mailing list