blob: d391bba13473fdd83c3ec54e49553bd17522cecd [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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/${BPN}/${SHRT_VER}/${BP}.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}
19
20PNBLACKLIST[gcalctool] ?= "broken at least since April 2013 http://permalink.gmane.org/gmane.comp.handhelds.openembedded/57920 and nobody complained, it's also replaced by gnome calculator"