glade: add recipe 3.20.0

The newly added glade is the original Glade codebase,
and glade3 is a complete rewrite of it.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Hongxu Jia
2017-07-18 02:09:04 -04:00
committed by Martin Jansa
parent 7414f34c9a
commit f9ccdeb9d8
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
From 42efc94c11d510b41d8cf3407e1c3900eb52b600 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Thu, 4 Jun 2015 16:28:02 +0800
Subject: [PATCH] Remove unused variable (YELP_HELP_RULES)
Upstream-Status: Pending
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
help/Makefile.am | 2 --
help/Makefile.in | 2 --
2 files changed, 4 deletions(-)
diff --git a/help/Makefile.am b/help/Makefile.am
index 50c0e84..5c5d2e9 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,5 +1,3 @@
-@YELP_HELP_RULES@
-
HELP_ID = glade
HELP_FILES = \
diff --git a/help/Makefile.in b/help/Makefile.in
index 6978ea5..e1c7d3b 100644
--- a/help/Makefile.in
+++ b/help/Makefile.in
@@ -521,8 +521,6 @@ uninstall-am:
.PRECIOUS: Makefile
-@YELP_HELP_RULES@
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
--
1.9.1

View File

@@ -0,0 +1,27 @@
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+ gtk+3 glib-2.0 libxml2 intltool-native \
gnome-common-native \
"
inherit autotools pkgconfig pythonnative gnomebase gobject-introspection
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.20/glade-${PV}.tar.xz \
file://remove-yelp-help-rules-var.patch \
"
SRC_URI[md5sum] = "9964a2da14c5f845eae363889586ca43"
SRC_URI[sha256sum] = "82d96dca5dec40ee34e2f41d49c13b4ea50da8f32a3a49ca2da802ff14dc18fe"
EXTRA_OECONF += "--disable-man-pages"
FILES_${PN} += "${datadir}/* ${libdir}/glade/modules/libgladegtk.so"
FILES_${PN}-dev += "${libdir}/glade/modules/libgladegtk.la"
FILES_${PN}-dbg += "${libdir}/glade/modules/.debug/libgladegtk.so"
PYTHON_PN = "python"