Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 821355 - www-client/firefox libnotify is an optional dependency
Summary: www-client/firefox libnotify is an optional dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-02 17:18 UTC by shfbsdbvf
Modified: 2023-03-01 14:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shfbsdbvf 2021-11-02 17:18:17 UTC
Native desktop notifications in firefox are not working if libnotify is not installed. Ebuild should have something like this:
IUSE="... native-notifications"
REQUIRED_USE="... native-notifications? ( dbus )"
DEPEND="... native-notifications? ( x11-libs/libnotify)"
Comment 1 Larry the Git Cow gentoo-dev 2023-03-01 14:58:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400ea9b8b0813bfdeea8109fecc0038952ae1b44

commit 400ea9b8b0813bfdeea8109fecc0038952ae1b44
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2023-03-01 14:57:59 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-03-01 14:58:41 +0000

    www-client/firefox-bin: add optfeatures for example for lightweight WMs
    
    Closes: https://bugs.gentoo.org/821355
    Closes: https://bugs.gentoo.org/887035
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 www-client/firefox-bin/firefox-bin-102.8.0.ebuild | 6 +++++-
 www-client/firefox-bin/firefox-bin-110.0.1.ebuild | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855afab85e46ec5cd835e4fe2807ce11e09dac77

commit 855afab85e46ec5cd835e4fe2807ce11e09dac77
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2023-03-01 14:53:33 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-03-01 14:58:40 +0000

    www-client/firefox: add optfeatures for example for lightweight WMs
    
    Closes: https://bugs.gentoo.org/821355
    Closes: https://bugs.gentoo.org/887035
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 www-client/firefox/firefox-102.8.0.ebuild | 6 +++++-
 www-client/firefox/firefox-110.0.1.ebuild | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9750f70b727a4909475ad81739596280b14c5249

commit 9750f70b727a4909475ad81739596280b14c5249
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2023-03-01 14:56:48 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-03-01 14:58:41 +0000

    mail-client/thunderbird-bin: add optfeatures for example for lightweight WMs
    
    Bug: https://bugs.gentoo.org/821355
    Bug: https://bugs.gentoo.org/887035
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 mail-client/thunderbird-bin/thunderbird-bin-102.8.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0bb7119bc44a8a4992dc3624bba2f80dd8f1b5

commit de0bb7119bc44a8a4992dc3624bba2f80dd8f1b5
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2023-03-01 14:56:03 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-03-01 14:58:41 +0000

    mail-client/thunderbird: add optfeatures for example for lightweight WMs
    
    Bug: https://bugs.gentoo.org/821355
    Bug: https://bugs.gentoo.org/887035
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 mail-client/thunderbird/thunderbird-102.8.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)