Thomas Zimmermann schrieb:

Send me all information for the recipe, or better a recipe and the needed patch.

Here we go,

wenn noch was nicht stimmt, bitte Rückmeldung an mich,
werd's korrigieren und auf neuere Versionen schauen.

Viele Grüße,

    Matze




--
Mit freundlichen Grüssen
Matthias Huber Kohlstattstr. 14
86459 Wollishausen
Tel: 08238-7998
LPI000181125

1207a1208,1212
> /* matz changed */
>     wattrib.width = 480;
>     wattrib.height = 640;
> /* end matz changed */
> 
1633,1635c1638,1640
<     SIZE_SET(self->base_size, -1, -1);
<     SIZE_SET(self->min_size, 0, 0);
<     SIZE_SET(self->max_size, G_MAXINT, G_MAXINT);
---
>     SIZE_SET(self->base_size, 480, 590);
>     SIZE_SET(self->min_size, 480, 550);
>     SIZE_SET(self->max_size, 480, 640);
1658c1663,1664
<             SIZE_SET(self->min_size, size.min_width, size.min_height);
---
>  /*           SIZE_SET(self->min_size, size.min_width, size.min_height); */
>               SIZE_SET(self->min_size, 480, 550); 
1661c1667,1668
<             SIZE_SET(self->max_size, size.max_width, size.max_height);
---
> /*            SIZE_SET(self->max_size, size.max_width, size.max_height); */
>               SIZE_SET(self->max_size, 480, 640);
1664c1671,1672
<             SIZE_SET(self->base_size, size.base_width, size.base_height);
---
> /*            SIZE_SET(self->base_size, size.base_width, size.base_height); */
>               SIZE_SET(self->base_size, 480, 550);
351,352c351,352
<     hints.min_width = hints.max_width = w;
<     hints.min_height = hints.max_height = h;
---
>     hints.min_width = hints.max_width = w = 480;
>     hints.min_height = hints.max_height = h = 640;
361,362c361,362
<         req.width = w;
<         req.height = h;
---
>         req.width = w = 480;
>         req.height = h = 640;
DESCRIPTION = "idesk"
AUTHOR = "Anibal Avelar [FixXxer Home] (avelar gmail.com): New Upstream. 
Porting to Imlib2 and new features (like background, menu, tooltip, etc).  Tim 
Finley (timmfin timmfin.net): Old upstream retired now. "
PN = "idesk"
DEPENDS = "imlib2 libimlib2-filters libimlib2-loaders"
PROVIDES += "windowmanager/desktoplauncher"
HOMEPAGE_URL="http://idesk.sourceforge.net/wiki/index.php/Main_Page";
SRC_URI = 
"http://sourceforge.net/projects/idesk/files/idesk/idesk-0.7.5/idesk-0.7.5.tar.bz2/download";
S = "${WORKDIR}/idesk-0.7.5"

DESCRIPTION = "openbox configuration program"
AUTHOR = "icculus.org/openbox"
PN = "obconf"
DEPENDS = "openbox"
PROVIDES += "windowmanager/openbox/configuration"
HOMEPAGE_URL="http://icculus.org/openbox/index.php/ObConf:About";
SRC_URI = "http://icculus.org/openbox/obconf/obconf-2.0.3.tar.gz";
S = "${WORKDIR}/obconf-2.0.3"
DESCRIPTION = "openbox minimalistic window manager"
AUTHOR = "icculus.org"
PN = "openbox"
DEPENDS = ""
PROVIDES += "windowmanager/openbox"
HOMEPAGE_URL="http://icculus.org/openbox/index.php/Main_Page";
SRC_URI = "http://icculus.org/openbox/releases/openbox-3.4.7.tar.gz";
S = "${WORKDIR}/openbox-3.4.7.2"
_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to