aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-09-28 06:35:49 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-16 15:01:13 +0200
commitc2a0882c52f4416252cb4ce9bd964eb9daf9b85a (patch)
treef55aec6efe639b33595f8c105c3278844877f165 /meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
parent7eb2c6f8459fdcad5eb0f0dc2d8ca17a327dc0f6 (diff)
downloadmeta-openembedded-contrib-c2a0882c52f4416252cb4ce9bd964eb9daf9b85a.tar.gz
glade3: initial add 3.8.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/glade/glade3_3.8.2.bb')
-rw-r--r--meta-oe/recipes-devtools/glade/glade3_3.8.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb b/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
new file mode 100644
index 0000000000..8cd6a0e97d
--- /dev/null
+++ b/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Glade - A User Interface Designer"
+HOMEPAGE = "http://www.gnu.org/software/gnash"
+LICENSE = "GPLv2 & LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
+ file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7"
+DEPENDS = "gtk+ gnome-doc-utils-native"
+
+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] = "b5da0ce717b2dc710e93a10b97c0f9ce"
+SRC_URI[sha256sum] = "f180a5018eee6e3fe574854cb025af897dd9962b01d17d5752e626876d388b19"
+
+EXTRA_OECONF += "--disable-scrollkeeper"
+
+FILES_${PN} += "${datadir}/icons"
+FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug"
+FILES_${PN}-dev += "${libdir}/glade3/modules/*.la"