summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/glade/glade_3.36.0.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-05-19 07:44:01 -0400
committerKhem Raj <raj.khem@gmail.com>2025-05-19 08:39:11 -0700
commitecca54d9307a523d6f644e70294a37d6f89548ee (patch)
tree07e868cfcc8584838c1c9fda7e27f498312a093a /meta-oe/recipes-devtools/glade/glade_3.36.0.bb
parent548c9a73b7cefb8ae4b8c37015c76054461e4df9 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe/recipes-devtools/glade/glade_3.36.0.bb')
-rw-r--r--meta-oe/recipes-devtools/glade/glade_3.36.0.bb32
1 files changed, 32 insertions, 0 deletions
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 @@
1SUMMARY = "Glade - A User Interface Designer"
2HOMEPAGE = "https://glade.gnome.org"
3LICENSE = "GPL-2.0-only & LGPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
5 file://COPYING.GPL;md5=4641e94ec96f98fabc56ff9cc48be14b \
6 file://COPYING.LGPL;md5=81227099add6b483afd7b1d4fc4e93b7"
7DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native itstool-native \
8 gnome-common-native \
9 autoconf-archive-native \
10"
11GNOMEBASEBUILDCLASS = "autotools"
12inherit 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.
16ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
17
18SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.36/glade-${PV}.tar.xz \
19 file://remove-yelp-help-rules-var.patch \
20 "
21SRC_URI[sha256sum] = "19b546b527cc46213ccfc8022d49ec57e618fe2caa9aa51db2d2862233ea6f08"
22
23EXTRA_OECONF += "--disable-man-pages"
24
25FILES:${PN} += "${datadir}/glade ${datadir}/metainfo ${libdir}/glade/modules/libgladegtk.so"
26
27
28
29
30
31
32