mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
Real gnome-doc-utils can no longer be build (because it requires both python 2 and libxml2, which can only be build for one version of Python), so a stub recipe which provides just m4 macros is provided, and usage of gnome-doc-utils is disabled where needed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
1.0 KiB
BlitzBasic
24 lines
1.0 KiB
BlitzBasic
SUMMARY = "Glade - A User Interface Designer"
|
|
HOMEPAGE = "http://www.gnu.org/software/gnash"
|
|
LICENSE = "GPLv2 & LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
|
|
file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
|
|
file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475"
|
|
DEPENDS = "gtk+ gnome-doc-utils gnome-common libxml2"
|
|
|
|
inherit autotools pkgconfig pythonnative
|
|
|
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-${PV}.tar.xz \
|
|
file://0001-gnome-doc-utils.make-sysrooted-pkg-config.patch"
|
|
SRC_URI[md5sum] = "4e4b4f5ee34a03e017e4cef97d796c1f"
|
|
SRC_URI[sha256sum] = "58a5f6e4df4028230ddecc74c564808b7ec4471b1925058e29304f778b6b2735"
|
|
|
|
EXTRA_OECONF += "--disable-scrollkeeper"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui"
|
|
|
|
FILES_${PN} += "${datadir}/icons"
|
|
FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug"
|
|
FILES_${PN}-dev += "${libdir}/glade3/modules/*.la"
|