[oe-commits] Koen Kooi : gnome-terminal: add 2.30.0

git version control git at git.openembedded.org
Thu Apr 8 15:29:04 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6f2b45c1f2480149971fd4458b81343d200dacb2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6f2b45c1f2480149971fd4458b81343d200dacb2

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  8 10:45:32 2010 +0200

gnome-terminal: add 2.30.0

---

 recipes/gnome/gnome-terminal_2.30.0.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/gnome-terminal_2.30.0.bb b/recipes/gnome/gnome-terminal_2.30.0.bb
new file mode 100644
index 0000000..3b3c001
--- /dev/null
+++ b/recipes/gnome/gnome-terminal_2.30.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "GNOME terminal"
+SECTION = "x11/gnome"
+LICENSE = "GPL"
+DEPENDS = "gnome-common glib-2.0 gtk+ gconf vte"
+inherit gnome pkgconfig
+
+SRC_URI[archive.md5sum] = "fb2215dcb78206b86b27a33241235f61"
+SRC_URI[archive.sha256sum] = "989e251a8407952b8c42fa74c8049a485504dfe3c82663946c7b538199b0c5d5"
+
+EXTRA_OECONF = "--disable-scrollkeeper"
+
+do_configure_prepend () {
+	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
+}
+
+





More information about the Openembedded-commits mailing list