summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gcalctool
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-05 18:32:23 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 01:54:24 +0100
commitf36e2e2ea4edcd4a0e65ed1c213bce388231214c (patch)
treeea9d7ebb5e001b586460b168ca75c04132725cb4 /meta-gnome/recipes-gnome/gcalctool
parent64e891e02f58ace1fac85b7f5edd61303c938a35 (diff)
downloadmeta-openembedded-f36e2e2ea4edcd4a0e65ed1c213bce388231214c.tar.gz
gcalctool: upgrade to 5.32.0
* 5.8.17 required scrollkeeper which we don't provide as scrollkeeper-native * inherit gsettings to package glib-2.0/shemas and compile them on target * add LICENSE version and LIC_FILES_CHKSUM * use SHRT_VER * replace local patch with sed (other chunk is already resolved upstream) 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_5.32.0.bb18
-rw-r--r--meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb15
2 files changed, 18 insertions, 15 deletions
diff --git a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.32.0.bb b/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.32.0.bb
new file mode 100644
index 000000000..88cf1d6ca
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.32.0.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "gcalctool is a powerful calculator"
2SECTION = "x11"
3DEPENDS = "gtk+ gnome-doc-utils"
4
5LICENSE = "GPL-2.0"
6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
7
8SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
9SRC_URI = "http://download.gnome.org/sources/${PN}/${SHRT_VER}/${PN}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "48db927c6e7ee1d5395f953a8c184c98"
12SRC_URI[sha256sum] = "346f645c0fdef900642f6e9a2c18e7ba9a7ca9bc62fe2b08eb418f065a425c89"
13
14inherit autotools pkgconfig gsettings
15
16do_configure_prepend() {
17 sed -i -e "s: help: :g" ${S}/Makefile.am
18}
diff --git a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb b/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
deleted file mode 100644
index 61b28e4ae..000000000
--- a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1LICENSE = "GPL"
2SECTION = "x11"
3DEPENDS = "gtk+ gnome-doc-utils"
4DESCRIPTION = "gcalctool is a powerful calculator"
5PR = "r0"
6
7SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \
8 file://fix-includedir.patch"
9
10SRC_URI[md5sum] = "dd9d4f326d7d925a5ad9fbb1c5b32142"
11SRC_URI[sha256sum] = "8806e7696eeee62f2df21135fc488ba99f7d55dfd2a40bb9615e2edd95391589"
12
13inherit autotools pkgconfig
14
15EXTRA_OECONF = "--disable-gnome"