Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26722 - icewm-1.2.10 does not enable gnome menus with USE="gnome"
Summary: icewm-1.2.10 does not enable gnome menus with USE="gnome"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-16 08:41 UTC by Disenchanted (RETIRED)
Modified: 2003-08-20 07:01 UTC (History)
2 users (show)

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


Attachments
fixes several issues with configure flags (icewm-1.2.10-fix.patch,920 bytes, patch)
2003-08-16 08:59 UTC, Disenchanted (RETIRED)
Details | Diff
fixes problem with previous patch not applying (icew-1.2.10-fix81703.patch,822 bytes, patch)
2003-08-17 21:44 UTC, Disenchanted (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Disenchanted (RETIRED) gentoo-dev 2003-08-16 08:41:42 UTC
configure flag has changed from 1.2.9 to 1.2.10

Reproducible: Always
Steps to Reproduce:
USE="gnome"
Actual Results:  
icewm was merged w/o gnome or kde menus

Expected Results:  
gnome and kde menus should have been available in menu
Comment 1 Disenchanted (RETIRED) gentoo-dev 2003-08-16 08:59:16 UTC
Created attachment 16179 [details, diff]
fixes several issues with configure flags

--enable-menus-gnome is --enable-menus-gnome1 and --enable-menus-gnome2 in 
1.2.10
--with-antialias is wrong, correct flag is implied by --enable-gradients -->
removed
--with-xpm should be turned off by use of imlib, but was added after checking
USE flags --> removed

example:
   use imlib \
	&& myconf="${myconf} --with-imlib --without-xpm" \
	|| myconf="${myconf} --without-imlib --with-xpm"

bug 25744 points out missing --enable-wm-session in 1.2.9 added to 1.2.10, this
closes 25744 once 1.2.10 is moved to stable
Comment 2 Disenchanted (RETIRED) gentoo-dev 2003-08-17 21:44:24 UTC
Created attachment 16250 [details, diff]
fixes problem with previous patch not applying

same fixes as before, will apply correctly
Comment 3 Hanno Böck gentoo-dev 2003-08-20 07:01:52 UTC
done in 1.2.11