libgnomeprint_2.18.8.bb 871 B

1234567891011121314151617181920212223242526
  1. LICENSE = "GPLv2"
  2. SECTION = "x11/gnome/libs"
  3. DEPENDS = "bison-native flex-native libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common freetype"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
  5. inherit gnomebase
  6. SRC_URI += "file://fix.includes.patch \
  7. file://freetype.patch \
  8. file://0001-configure-use-pkgconfig-for-freetype.patch \
  9. file://bison3-support.patch \
  10. "
  11. SRC_URI[archive.md5sum] = "63b05ffb5386e131487c6af30f4c56ac"
  12. SRC_URI[archive.sha256sum] = "1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691"
  13. GNOME_COMPRESS_TYPE="bz2"
  14. FILES_${PN}-dbg += "\
  15. ${libdir}/${PN}/${PV}/modules/.debug \
  16. ${libdir}/${PN}/${PV}/modules/*/.debug \
  17. "
  18. FILES_${PN}-staticdev += "\
  19. ${libdir}/${PN}/${PV}/modules/*.a \
  20. ${libdir}/${PN}/${PV}/modules/*/*.a \
  21. "