Lines 35-41
Link Here
|
35 |
|| myconf="${myconf} --disable-GtkSpell" |
35 |
|| myconf="${myconf} --disable-GtkSpell" |
36 |
|
36 |
|
37 |
use truetype \ |
37 |
use truetype \ |
38 |
&& myconf="${myconf} --enable-gradients --with-antialias" \ |
38 |
&& myconf="${myconf} --enable-gradients" \ |
39 |
|| myconf="${myconf} --disable-xfreetype" |
39 |
|| myconf="${myconf} --disable-xfreetype" |
40 |
|
40 |
|
41 |
use x86 \ |
41 |
use x86 \ |
Lines 43-56
Link Here
|
43 |
|| myconf="${myconf} --disable-x86-asm" |
43 |
|| myconf="${myconf} --disable-x86-asm" |
44 |
|
44 |
|
45 |
use gnome \ |
45 |
use gnome \ |
46 |
&& myconf="${myconf} --enable-menus-gnome" \ |
46 |
&& myconf="${myconf} --enable-menus-gnome1 --enable-menus-gnome2" \ |
47 |
|| myconf="${myconf} --disable-menus-gnome" |
47 |
|| myconf="${myconf} --disable-menus-gnome" |
48 |
|
48 |
|
49 |
CXXFLAGS="${CXXFLAGS}" econf \ |
49 |
CXXFLAGS="${CXXFLAGS}" econf \ |
50 |
--with-xpm \ |
|
|
51 |
--with-libdir=/usr/share/icewm \ |
50 |
--with-libdir=/usr/share/icewm \ |
52 |
--with-cfgdir=/etc/icewm \ |
51 |
--with-cfgdir=/etc/icewm \ |
53 |
--with-docdir=/usr/share/doc/${PF}/html \ |
52 |
--with-docdir=/usr/share/doc/${PF}/html \ |
|
|
53 |
--enable-wm-session \ |
54 |
${myconf} || die "configure failed" |
54 |
${myconf} || die "configure failed" |
55 |
cd src |
55 |
cd src |
56 |
sed -i "s:/icewm-\$(VERSION)::" Makefile || die "patch failed" |
56 |
sed -i "s:/icewm-\$(VERSION)::" Makefile || die "patch failed" |