Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31371 - Please add check for --enable-xinerama=yes/no in mozilla-* ebuilds
Summary: Please add check for --enable-xinerama=yes/no in mozilla-* ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-17 12:21 UTC by roger raymond
Modified: 2004-03-20 14:44 UTC (History)
0 users

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


Attachments
mozilla-firebird-0.7 ebuild with xinerama USE flag check (mozilla-firebird-0.7.ebuild,6.72 KB, text/plain)
2003-10-17 12:26 UTC, roger raymond
Details
mozilla-thunderbird-0.3 ebuild with xinerama USE flag check (mozilla-thunderbird-0.3.ebuild,5.96 KB, text/plain)
2003-10-17 12:27 UTC, roger raymond
Details
mozilla-1.5 ebuild with xinerama USE flag check (mozilla-1.5.ebuild,17.03 KB, text/plain)
2003-10-17 12:28 UTC, roger raymond
Details

Note You need to log in before you can comment on or make changes to this bug.
Description roger raymond 2003-10-17 12:21:11 UTC
I would like to see the mozilla ebuilds check for the xinerama USE flag in
future ebuilds.  This allows the toolbar/bookmark folders to appear on one
screen rather than spanning into another window.

Easiest way to implement this is using

if [ -n "`use xinerama`" ] ; then
        myconf="${myconf} --enable-xinerama=yes"
else
        myconf="${myconf} --enable-xinerama=no"
fi

in the ebuild and removing the line that states

--enable-xinerama=no \




Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 roger raymond 2003-10-17 12:25:27 UTC
This pertains to the mozilla, mozilla-firebird and mozilla-thunderbird ebuilds
(as far as i can tell).

The mozilla-1.5 ebuilds never specify whether or not to use xinerama (defaulting
to no).
Comment 2 roger raymond 2003-10-17 12:26:46 UTC
Created attachment 19367 [details]
mozilla-firebird-0.7 ebuild with xinerama USE flag check
Comment 3 roger raymond 2003-10-17 12:27:24 UTC
Created attachment 19368 [details]
mozilla-thunderbird-0.3 ebuild with xinerama USE flag check
Comment 4 roger raymond 2003-10-17 12:28:01 UTC
Created attachment 19369 [details]
mozilla-1.5 ebuild with xinerama USE flag check
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2004-03-20 14:44:08 UTC
This is fixed in recent mozilla and firefox ebuilds, thanks