On Dec 14, 2007 10:04 PM, Brian Cameron <Brian.Cameron at sun.com> wrote: > > Patrick: > > Looking again, I think it is something like "--with-sun-branding" or > "--with-indiana-branding". Sorry. Do a grep of "sun.branding" in > the spec-files directory and see if you can figure it out. It's > something like that.
In other spec files I see things like this: %if %option_with_sun_branding # Patch8 needs rework (menu.c section). %patch8 -p1 %patch9 -p1 %endif So, if I read this correctly, if the option sun_branding is set, additional patches have to be installed. These if blocks look similar in all specs that mention sun_branding. So, I still am not sure how to set this option (%define option_with_sun_branding ?) but it seems the spec files misses more than just a configure option to be honest. I did a find . -name *gdm* , in ~/packages/BUILD/SUNWgnome-themes, and didn't find any filename or directory named or containing gdm. This makes me think an entire patch set is missing Looking in the 'patches' directory (child directory of jds-specs) I see the following when doing an 'ls *themes*' gnome-icon-theme-01-sun-java-icon.diff libgnome-02-default-theme.diff sun-gdm-themes-02-g11n-po.diff gnome-icon-theme-02-pkgconfig-dir.diff metacity-01-default-theme.diff tango-icon-theme-01-pkgconfig_ver.diff gnome-themes-01-add-so8-a11y-icons.diff sun-gdm-themes-01-g11n-passwd-len.diff thunderbird-16-crash-with-some-themes.diff Patrick
