Menu

#183 volumeicon

closed
nobody
None
Normal
New
14.0
2013-01-16
2012-11-14
djemos
No

Discussion

  • George Vlahavas

    George Vlahavas - 2012-12-27

    You shouldn't be using these lines:

    oss_params="" ; [ "${OSS:-no}" != "no" ] && oss_params="--enable-oss"
    notify_params="" ; [ "${NOTIFY:-no}" != "no" ] && notify_params="--enable-notify"

    Make a choice. Do you want these in your package or not? Either put those in your configure options or not.

     
    • djemos

      djemos - 2012-12-29

      Done.

       
  • Frédéric Galusik

    $oss_params $notify_params have to be replaced by their values.
    You are the maintainer, you have to decide ;)

    And, please change the 1st slack-desc with:
    volumeicone (A systray volume icon)

    ++

     
    • George Vlahavas

      George Vlahavas - 2013-01-01

      Not "volumeicone", rather "volumeicon".

       
  • djemos

    djemos - 2013-01-01

    OK. Done.

    SLKBUILD add --disable-oss --disable-notify
    and it is volumeicon on slack-desc

     
  • George Vlahavas

    George Vlahavas - 2013-01-16
    • status: open --> closed
     

Log in to post a comment.