diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-04 00:56:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:28 +0200 |
commit | 84e8fee8b8631138ef52ef3dcf0ab7c8ce2925d0 (patch) | |
tree | a7e2784accfd3254050f933207cc072082e1ac35 /meta-gnome/recipes-gnome/gcalctool | |
parent | d3e66eb395033cdefb98039cd43a1d80afa136fd (diff) | |
download | meta-openembedded-84e8fee8b8631138ef52ef3dcf0ab7c8ce2925d0.tar.gz |
gcalctool: move to nonworking
* broken at least since April http://permalink.gmane.org/gmane.comp.handhelds.openembedded/57920
and nobody complained, it's also replaced by gnome calculator
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gcalctool')
-rw-r--r-- | meta-gnome/recipes-gnome/gcalctool/gcalctool/fix-includedir.patch | 31 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gcalctool/gcalctool_5.32.0.bb | 18 |
2 files changed, 0 insertions, 49 deletions
diff --git a/meta-gnome/recipes-gnome/gcalctool/gcalctool/fix-includedir.patch b/meta-gnome/recipes-gnome/gcalctool/gcalctool/fix-includedir.patch deleted file mode 100644 index aeb02ab2c..000000000 --- a/meta-gnome/recipes-gnome/gcalctool/gcalctool/fix-includedir.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | --- | ||
2 | Makefile.am | 2 +- | ||
3 | gcalctool/Makefile.am | 2 -- | ||
4 | 2 files changed, 1 insertion(+), 3 deletions(-) | ||
5 | |||
6 | Index: gcalctool-5.8.17/gcalctool/Makefile.am | ||
7 | =================================================================== | ||
8 | --- gcalctool-5.8.17.orig/gcalctool/Makefile.am 2005-12-19 15:46:57.000000000 +0000 | ||
9 | +++ gcalctool-5.8.17/gcalctool/Makefile.am 2007-05-16 16:03:26.000000000 +0100 | ||
10 | @@ -1,8 +1,6 @@ | ||
11 | ## Process this file with automake to produce Makefile.in | ||
12 | |||
13 | INCLUDES = \ | ||
14 | - -I$(includedir) \ | ||
15 | - -DG_DISABLE_DEPRECATED \ | ||
16 | -DGDK_PIXBUF_DISABLE_DEPRECATED \ | ||
17 | -DGDK_DISABLE_DEPRECATED \ | ||
18 | -DGNOME_DISABLE_DEPRECATED \ | ||
19 | Index: gcalctool-5.8.17/Makefile.am | ||
20 | =================================================================== | ||
21 | --- gcalctool-5.8.17.orig/Makefile.am 2007-05-16 15:35:44.000000000 +0100 | ||
22 | +++ gcalctool-5.8.17/Makefile.am 2007-05-16 16:06:46.000000000 +0100 | ||
23 | @@ -29,7 +29,7 @@ DISTCLEANFILES = \ | ||
24 | gnome-doc-utils.make \ | ||
25 | gcalctool.desktop | ||
26 | |||
27 | -SUBDIRS = po gcalctool help | ||
28 | +SUBDIRS = po gcalctool | ||
29 | |||
30 | SCHEMAS_FILE = gcalctool.schemas | ||
31 | |||
diff --git a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.32.0.bb b/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.32.0.bb deleted file mode 100644 index d5a175139..000000000 --- a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.32.0.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | DESCRIPTION = "gcalctool is a powerful calculator" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "gtk+ gnome-doc-utils" | ||
4 | |||
5 | LICENSE = "GPL-2.0" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
7 | |||
8 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | ||
9 | SRC_URI = "http://download.gnome.org/sources/${PN}/${SHRT_VER}/${PN}-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "48db927c6e7ee1d5395f953a8c184c98" | ||
12 | SRC_URI[sha256sum] = "346f645c0fdef900642f6e9a2c18e7ba9a7ca9bc62fe2b08eb418f065a425c89" | ||
13 | |||
14 | inherit autotools pkgconfig gsettings | ||
15 | |||
16 | do_configure_prepend() { | ||
17 | sed -i -e "s: help: :g" ${S}/Makefile.am | ||
18 | } | ||