diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-05-19 07:44:01 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-19 08:39:11 -0700 |
| commit | ecca54d9307a523d6f644e70294a37d6f89548ee (patch) | |
| tree | 07e868cfcc8584838c1c9fda7e27f498312a093a | |
| parent | 548c9a73b7cefb8ae4b8c37015c76054461e4df9 (diff) | |
| download | meta-openembedded-ecca54d9307a523d6f644e70294a37d6f89548ee.tar.gz | |
glade: update 3.22.2 -> 3.36.0
Fix HOMEPAGE
License Update: COPYING.GPL - whitespace changes and change of address of the
Free Software Foundation. COPYING.LGPL - whitespace changes and change of
address of the Free Software Foundation.
| checking for itstool... no
| configure: error: itstool not found
add itstool-native to DEPENDS to address configure failure.
| ERROR: glade-3.36.0-r0 do_configure: QA Issue: AM_GNU_GETTEXT used but no inherit gettext [configure-gettext]
inherit gettext to address QA error.
The code of gladeui/glade-command.c has changed from using
G_OBJECT (prop) to GLADE_PROPERTY (prop)
G_OBJECT (widget) to GLADE_WIDGET (widget)
thus resolving the incompatible pointer types seen in glade 3.22.2.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/glade/glade_3.22.2.bb | 32 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/glade/glade_3.36.0.bb | 32 |
2 files changed, 32 insertions, 32 deletions
diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb deleted file mode 100644 index 84ca98a8b4..0000000000 --- a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | SUMMARY = "Glade - A User Interface Designer" | ||
| 2 | HOMEPAGE = "http://www.gnu.org/software/gnash" | ||
| 3 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | ||
| 5 | file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ | ||
| 6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" | ||
| 7 | DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native \ | ||
| 8 | gnome-common-native \ | ||
| 9 | autoconf-archive-native \ | ||
| 10 | " | ||
| 11 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 12 | inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg gtk-doc | ||
| 13 | |||
| 14 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. | ||
| 15 | # cairo would at least needed to be built with xlib. | ||
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 17 | |||
| 18 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-${PV}.tar.xz \ | ||
| 19 | file://remove-yelp-help-rules-var.patch \ | ||
| 20 | " | ||
| 21 | SRC_URI[sha256sum] = "edefa6eb24b4d15bd52589121dc109bc08c286157c41288deb74dd9cc3f26a21" | ||
| 22 | |||
| 23 | EXTRA_OECONF += "--disable-man-pages" | ||
| 24 | |||
| 25 | FILES:${PN} += "${datadir}/glade ${datadir}/metainfo ${libdir}/glade/modules/libgladegtk.so" | ||
| 26 | |||
| 27 | # http://errors.yoctoproject.org/Errors/Details/766882/ | ||
| 28 | # glade-3.22.2/gladeui/glade-widget.c:1822:36: error: assignment to 'GtkWidget *' {aka 'struct _GtkWidget *'} from incompatible pointer type 'GObject *' {aka 'struct _GObject *'} [-Wincompatible-pointer-types] | ||
| 29 | # glade-3.22.2/gladeui/glade-command.c:920:23: error: assignment to 'GladeProperty *' {aka 'struct _GladeProperty *'} from incompatible pointer type 'GObject *' {aka 'struct _GObject *'} [-Wincompatible-pointer-types] | ||
| 30 | # glade-3.22.2/gladeui/glade-command.c:1253:21: error: assignment to 'GladeWidget *' {aka 'struct _GladeWidget *'} from incompatible pointer type 'GObject *' {aka 'struct _GObject *'} [-Wincompatible-pointer-types] | ||
| 31 | # glade-3.22.2/gladeui/glade-command.c:1419:21: error: assignment to 'GladeWidget *' {aka 'struct _GladeWidget *'} from incompatible pointer type 'GObject *' {aka 'struct _GObject *'} [-Wincompatible-pointer-types] | ||
| 32 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||
diff --git a/meta-oe/recipes-devtools/glade/glade_3.36.0.bb b/meta-oe/recipes-devtools/glade/glade_3.36.0.bb new file mode 100644 index 0000000000..85f85a4612 --- /dev/null +++ b/meta-oe/recipes-devtools/glade/glade_3.36.0.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | SUMMARY = "Glade - A User Interface Designer" | ||
| 2 | HOMEPAGE = "https://glade.gnome.org" | ||
| 3 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | ||
| 5 | file://COPYING.GPL;md5=4641e94ec96f98fabc56ff9cc48be14b \ | ||
| 6 | file://COPYING.LGPL;md5=81227099add6b483afd7b1d4fc4e93b7" | ||
| 7 | DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native itstool-native \ | ||
| 8 | gnome-common-native \ | ||
| 9 | autoconf-archive-native \ | ||
| 10 | " | ||
| 11 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 12 | inherit features_check autotools gettext pkgconfig gnomebase gobject-introspection mime-xdg gtk-doc | ||
| 13 | |||
| 14 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. | ||
| 15 | # cairo would at least needed to be built with xlib. | ||
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 17 | |||
| 18 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.36/glade-${PV}.tar.xz \ | ||
| 19 | file://remove-yelp-help-rules-var.patch \ | ||
| 20 | " | ||
| 21 | SRC_URI[sha256sum] = "19b546b527cc46213ccfc8022d49ec57e618fe2caa9aa51db2d2862233ea6f08" | ||
| 22 | |||
| 23 | EXTRA_OECONF += "--disable-man-pages" | ||
| 24 | |||
| 25 | FILES:${PN} += "${datadir}/glade ${datadir}/metainfo ${libdir}/glade/modules/libgladegtk.so" | ||
| 26 | |||
| 27 | |||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 | |||
