diff options
| author | Matthew Allum <mallum@openedhand.com> | 2005-09-02 12:24:55 +0000 |
|---|---|---|
| committer | Matthew Allum <mallum@openedhand.com> | 2005-09-02 12:24:55 +0000 |
| commit | 893d28f59c9725207e4a8dc962bb1ca9b4dd5a5b (patch) | |
| tree | 25f98437dd34c1e5bf0ef7add9ce2880194b4cf5 /openembedded | |
| parent | 95efeafc86f47592b37c44f2f7314324cc04250d (diff) | |
| download | poky-893d28f59c9725207e4a8dc962bb1ca9b4dd5a5b.tar.gz | |
adjust used patches, add README with some thoughts on patches
git-svn-id: https://svn.o-hand.com/repos/poky@14 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
| -rw-r--r-- | openembedded/packages/gtk+/gtk+-2.8.3/README | 41 | ||||
| -rw-r--r-- | openembedded/packages/gtk+/gtk+_2.8.3.bb | 14 |
2 files changed, 48 insertions, 7 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.8.3/README b/openembedded/packages/gtk+/gtk+-2.8.3/README new file mode 100644 index 0000000000..eb4cfa4af9 --- /dev/null +++ b/openembedded/packages/gtk+/gtk+-2.8.3/README | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | no-xwc.patch | ||
| 2 | |||
| 3 | Removes any ( uneeded ) i18n xlib calls that are just stubs in | ||
| 4 | an xlib built with --disable-locale | ||
| 5 | |||
| 6 | disable-tooltips.patch | ||
| 7 | |||
| 8 | Makes sense for toucscreens at least. Could be made better by being | ||
| 9 | an XSettings property ? | ||
| 10 | |||
| 11 | gtklabel-resize-patch | ||
| 12 | |||
| 13 | Can someone check this, appears to allow labels to resize ??? | ||
| 14 | |||
| 15 | no-demos.patch | ||
| 16 | |||
| 17 | Do we want demos to be built ? | ||
| 18 | |||
| 19 | hardcoded_libtool.patch | ||
| 20 | |||
| 21 | Fix libtool - likely needed | ||
| 22 | |||
| 23 | Probably Uneeded | ||
| 24 | === | ||
| 25 | |||
| 26 | Not sure what this appears to do or how they affect things too be useful; | ||
| 27 | |||
| 28 | menu-deactivate.patch | ||
| 29 | gtk+-handhelds.patch | ||
| 30 | scroll-timings.patch | ||
| 31 | single-click.patch | ||
| 32 | spinbutton.patch | ||
| 33 | |||
| 34 | automake-lossage.patch | ||
| 35 | |||
| 36 | |||
| 37 | Can Definetly Go | ||
| 38 | === | ||
| 39 | |||
| 40 | small-gtkfilesel.patch - CRACK! | ||
| 41 | xsettings.patch - EVEEL! | ||
diff --git a/openembedded/packages/gtk+/gtk+_2.8.3.bb b/openembedded/packages/gtk+/gtk+_2.8.3.bb index 126bc22307..f697e6ae54 100644 --- a/openembedded/packages/gtk+/gtk+_2.8.3.bb +++ b/openembedded/packages/gtk+/gtk+_2.8.3.bb | |||
| @@ -11,18 +11,18 @@ PR = "r0" | |||
| 11 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ |
| 12 | file://no-xwc.patch;patch=1 \ | 12 | file://no-xwc.patch;patch=1 \ |
| 13 | file://automake-lossage.patch;patch=1 \ | 13 | file://automake-lossage.patch;patch=1 \ |
| 14 | file://spinbutton.patch;patch=1 \ | ||
| 15 | file://hardcoded_libtool.patch;patch=1 \ | 14 | file://hardcoded_libtool.patch;patch=1 \ |
| 16 | file://disable-tooltips.patch;patch=1 \ | 15 | file://disable-tooltips.patch;patch=1 \ |
| 17 | file://gtklabel-resize-patch;patch=1 \ | 16 | file://gtklabel-resize-patch;patch=1 |
| 18 | file://menu-deactivate.patch;patch=1 \ | 17 | # file://menu-deactivate.patch;patch=1 \ |
| 19 | file://xsettings.patch;patch=1 \ | 18 | # file://xsettings.patch;patch=1 \ |
| 20 | file://scroll-timings.patch;patch=1 \ | 19 | # file://scroll-timings.patch;patch=1 \ |
| 21 | file://small-gtkfilesel.patch;patch=1 \ | 20 | # file://small-gtkfilesel.patch;patch=1 \ |
| 22 | file://migration.patch;patch=1;pnum=0" | 21 | # file://migration.patch;patch=1;pnum=0" |
| 23 | # file://no-demos.patch;patch=1 | 22 | # file://no-demos.patch;patch=1 |
| 24 | # file://gtk+-handhelds.patch;patch=1 | 23 | # file://gtk+-handhelds.patch;patch=1 |
| 25 | # file://single-click.patch;patch=1 | 24 | # file://single-click.patch;patch=1 |
| 25 | # file://spinbutton.patch;patch=1 \ | ||
| 26 | 26 | ||
| 27 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
| 28 | 28 | ||
