cantarell-fonts_git.bb 980 B

12345678910111213141516171819202122232425
  1. SUMMARY = "Cantarell, a Humanist sans-serif font family"
  2. DESCRIPTION = "The Cantarell font typeface is designed as a \
  3. contemporary Humanist sans serif, and was developed for \
  4. on-screen reading; in particular, reading web pages on an \
  5. HTC Dream mobile phone."
  6. HOMEPAGE = "https://gitlab.gnome.org/GNOME/cantarell-fonts/"
  7. SECTION = "fonts"
  8. LICENSE = "OFL-1.1"
  9. LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d"
  10. PV = "0.0.25"
  11. SRCREV = "e28a9096da43984212b5b4002b949bcb8c7527f9"
  12. SRC_URI = "git://gitlab.gnome.org/GNOME/cantarell-fonts.git;protocol=https;branch=reconstruction-0.0.25"
  13. UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)"
  14. S = "${WORKDIR}/git"
  15. inherit autotools allarch fontcache pkgconfig
  16. PACKAGECONFIG ??= ""
  17. PACKAGECONFIG[fontforge] = "--enable-source-rebuild=yes,--enable-source-rebuild=no,fontforge-native"
  18. FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig"