diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-13 19:49:07 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-13 19:49:07 +0000 |
commit | d6543dab4e77fb9fbc35e24ab794db09239a818b (patch) | |
tree | 1d291e2b9d0af5a58ca8a1cf639c6b43b342f876 /gtk+ | |
parent | 0fac358425551279ea6482915d35e5874839045e (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages
2004/09/13 19:22:25+01:00 (none)!cwiiis
Fix libipkg, modify file-selector dialog in gtk+-2.4.4.
BKrev: 4145f9b3Pc77rZiynOXK8jmTinV2fg
Diffstat (limited to 'gtk+')
-rw-r--r-- | gtk+/gtk+-2.4.4/small-gtkfilesel.patch | 0 | ||||
-rw-r--r-- | gtk+/gtk+_2.4.4.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gtk+/gtk+-2.4.4/small-gtkfilesel.patch b/gtk+/gtk+-2.4.4/small-gtkfilesel.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gtk+/gtk+-2.4.4/small-gtkfilesel.patch diff --git a/gtk+/gtk+_2.4.4.oe b/gtk+/gtk+_2.4.4.oe index bd26cb6f05..e51ab57047 100644 --- a/gtk+/gtk+_2.4.4.oe +++ b/gtk+/gtk+_2.4.4.oe @@ -5,7 +5,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor" -PR = "r5" +PR = "r6" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://no-demos.patch;patch=1 \ @@ -16,7 +16,8 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://spinbutton.patch;patch=1 \ file://disable-tooltips.patch;patch=1 \ file://gtklabel-resize-patch;patch=1 \ - file://gtk-doc.m4" + file://gtk-doc.m4 \ + file://small-gtkfilesel.patch;patch=1" inherit autotools pkgconfig flow-lossage |