mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
054d7010de
commit
c442d8d1e6
|
|
@ -0,0 +1,28 @@
|
|||
From d2549d3ef08536be6d141524e3382fef07fea8bf Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Tue, 30 Apr 2013 19:48:27 +0200
|
||||
Subject: [PATCH] Makefile.am: do not build help
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 89f7ee4..31e11ab 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-SUBDIRS = src po help
|
||||
+SUBDIRS = src po
|
||||
|
||||
NULL =
|
||||
|
||||
--
|
||||
1.7.6.5
|
||||
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
From 30f29e7d8e1b67c40cd18a7155ba30c4382692d5 Mon Sep 17 00:00:00 2001
|
||||
From: Seán de Búrca <leftmostcat@gmail.com>
|
||||
Date: Fri, 07 Aug 2009 00:38:52 +0000
|
||||
Subject: Remove useless Plural-Forms line which breaks build with gnome-doc-utils master
|
||||
|
||||
---
|
||||
diff --git a/help/el/el.po b/help/el/el.po
|
||||
index ab77264..635b68f 100644
|
||||
--- a/help/el/el.po
|
||||
+++ b/help/el/el.po
|
||||
@@ -10,7 +10,6 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
-"Plural-Forms: 2\n"
|
||||
"X-Poedit-Language: Greek\n"
|
||||
"X-Poedit-Country: GREECE\n"
|
||||
"X-Generator: Lokalize 0.2\n"
|
||||
--
|
||||
cgit v0.8.3.1
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
DESCRIPTION = "GNOME Terminal"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed"
|
||||
DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte"
|
||||
PR = "r2"
|
||||
|
||||
inherit gnome
|
||||
|
||||
SRC_URI += "file://30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch;patch=1"
|
||||
|
||||
EXTRA_OECONF += "--disable-scrollkeeper"
|
||||
|
||||
# Remove an autogenerated file that needs to be rebuilt
|
||||
do_configure_prepend () {
|
||||
rm -f ${S}/src/terminal-type-builtins.c
|
||||
}
|
||||
|
||||
SRC_URI[archive.md5sum] = "0395af0d444ed4fbfabf65d3583119c8"
|
||||
SRC_URI[archive.sha256sum] = "ecddbf523700820524b2646451c307c5b55078b9cebe5fa464ef626b4b4cbda2"
|
||||
15
meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb
Normal file
15
meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
DESCRIPTION = "GNOME Terminal"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed"
|
||||
DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte gnome-doc-utils"
|
||||
|
||||
inherit gnome
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-Makefile.am-do-not-build-help.patch \
|
||||
"
|
||||
|
||||
EXTRA_OECONF += "--disable-scrollkeeper"
|
||||
|
||||
SRC_URI[archive.md5sum] = "74c4528f00067072c2bd867d1f8fe844"
|
||||
SRC_URI[archive.sha256sum] = "2c7af2250698b9f9f53c6eaa93211c1118cf2c7e29cbbacfd1e8a6a10069e07a"
|
||||
Loading…
Reference in New Issue
Block a user