diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-04-30 18:24:33 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-10 11:02:38 +0200 |
commit | c442d8d1e6d180f322c1f7599c2b29438db4e6a9 (patch) | |
tree | 0e5dea3eb20ce7dd28f9898057aeb648cae7bd38 /meta-gnome | |
parent | 054d7010de72dba8073088bbee3b095ba6cac721 (diff) | |
download | meta-openembedded-c442d8d1e6d180f322c1f7599c2b29438db4e6a9.tar.gz |
gnome-terminal: update to 2.30.2
this is the last version with GPL V2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
4 files changed, 43 insertions, 39 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal/0001-Makefile.am-do-not-build-help.patch b/meta-gnome/recipes-gnome/gnome/gnome-terminal/0001-Makefile.am-do-not-build-help.patch new file mode 100644 index 000000000..d7874e492 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome/gnome-terminal/0001-Makefile.am-do-not-build-help.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From d2549d3ef08536be6d141524e3382fef07fea8bf Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Tue, 30 Apr 2013 19:48:27 +0200 | ||
4 | Subject: [PATCH] Makefile.am: do not build help | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Upstream-Status: Inappropriate [configuration] | ||
10 | |||
11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
12 | --- | ||
13 | Makefile.am | 2 +- | ||
14 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
15 | |||
16 | diff --git a/Makefile.am b/Makefile.am | ||
17 | index 89f7ee4..31e11ab 100644 | ||
18 | --- a/Makefile.am | ||
19 | +++ b/Makefile.am | ||
20 | @@ -1,4 +1,4 @@ | ||
21 | -SUBDIRS = src po help | ||
22 | +SUBDIRS = src po | ||
23 | |||
24 | NULL = | ||
25 | |||
26 | -- | ||
27 | 1.7.6.5 | ||
28 | |||
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch b/meta-gnome/recipes-gnome/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch deleted file mode 100644 index 0358ed8a6..000000000 --- a/meta-gnome/recipes-gnome/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | From 30f29e7d8e1b67c40cd18a7155ba30c4382692d5 Mon Sep 17 00:00:00 2001 | ||
2 | From: Seán de Búrca <leftmostcat@gmail.com> | ||
3 | Date: Fri, 07 Aug 2009 00:38:52 +0000 | ||
4 | Subject: Remove useless Plural-Forms line which breaks build with gnome-doc-utils master | ||
5 | |||
6 | --- | ||
7 | diff --git a/help/el/el.po b/help/el/el.po | ||
8 | index ab77264..635b68f 100644 | ||
9 | --- a/help/el/el.po | ||
10 | +++ b/help/el/el.po | ||
11 | @@ -10,7 +10,6 @@ msgstr "" | ||
12 | "MIME-Version: 1.0\n" | ||
13 | "Content-Type: text/plain; charset=UTF-8\n" | ||
14 | "Content-Transfer-Encoding: 8bit\n" | ||
15 | -"Plural-Forms: 2\n" | ||
16 | "X-Poedit-Language: Greek\n" | ||
17 | "X-Poedit-Country: GREECE\n" | ||
18 | "X-Generator: Lokalize 0.2\n" | ||
19 | -- | ||
20 | cgit v0.8.3.1 | ||
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb deleted file mode 100644 index 9bf6b6de5..000000000 --- a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | DESCRIPTION = "GNOME Terminal" | ||
2 | LICENSE = "GPL-2.0" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed" | ||
4 | DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte" | ||
5 | PR = "r2" | ||
6 | |||
7 | inherit gnome | ||
8 | |||
9 | SRC_URI += "file://30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch;patch=1" | ||
10 | |||
11 | EXTRA_OECONF += "--disable-scrollkeeper" | ||
12 | |||
13 | # Remove an autogenerated file that needs to be rebuilt | ||
14 | do_configure_prepend () { | ||
15 | rm -f ${S}/src/terminal-type-builtins.c | ||
16 | } | ||
17 | |||
18 | SRC_URI[archive.md5sum] = "0395af0d444ed4fbfabf65d3583119c8" | ||
19 | SRC_URI[archive.sha256sum] = "ecddbf523700820524b2646451c307c5b55078b9cebe5fa464ef626b4b4cbda2" | ||
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb new file mode 100644 index 000000000..1afd334fd --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "GNOME Terminal" | ||
2 | LICENSE = "GPL-2.0" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed" | ||
4 | DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte gnome-doc-utils" | ||
5 | |||
6 | inherit gnome | ||
7 | |||
8 | SRC_URI += " \ | ||
9 | file://0001-Makefile.am-do-not-build-help.patch \ | ||
10 | " | ||
11 | |||
12 | EXTRA_OECONF += "--disable-scrollkeeper" | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "74c4528f00067072c2bd867d1f8fe844" | ||
15 | SRC_URI[archive.sha256sum] = "2c7af2250698b9f9f53c6eaa93211c1118cf2c7e29cbbacfd1e8a6a10069e07a" | ||