gcalctool_5.32.0.bb 793 B

1234567891011121314151617181920
  1. SUMMARY = "gcalctool is a powerful calculator"
  2. SECTION = "x11"
  3. DEPENDS = "gtk+ gnome-doc-utils"
  4. LICENSE = "GPL-2.0"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
  6. SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
  7. SRC_URI = "http://download.gnome.org/sources/${BPN}/${SHRT_VER}/${BP}.tar.gz"
  8. SRC_URI[md5sum] = "48db927c6e7ee1d5395f953a8c184c98"
  9. SRC_URI[sha256sum] = "346f645c0fdef900642f6e9a2c18e7ba9a7ca9bc62fe2b08eb418f065a425c89"
  10. inherit autotools pkgconfig gsettings
  11. do_configure_prepend() {
  12. sed -i -e "s: help: :g" ${S}/Makefile.am
  13. }
  14. PNBLACKLIST[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"