jhbuild-optional.modules 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0"?>
  2. <!DOCTYPE moduleset SYSTEM "moduleset.dtd">
  3. <?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
  4. <moduleset>
  5. <!-- This file contains a set of modules that are hard to get on
  6. certain distributions. Feel free to add more here, within reason,
  7. as long as they are not built by default. -->
  8. <metamodule id="webkitgtk-clutter-dependencies">
  9. <dependencies>
  10. <dep package="clutter"/>
  11. <dep package="clutter-gtk"/>
  12. <dep package="cogl"/>
  13. </dependencies>
  14. </metamodule>
  15. <repository type="tarball" name="ftp.gnome.org"
  16. href="http://ftp.gnome.org"/>
  17. <autotools id="libsecret" autogen-sh="configure">
  18. <branch repo="ftp.gnome.org"
  19. module="/pub/GNOME/sources/libsecret/0.11/libsecret-0.11.tar.xz" version="0.11"
  20. hash="sha256:e5399dfb61376a7500d20cb22715152780aa3a2c8a64281ec6bc8f0ebeb8b689"/>
  21. </autotools>
  22. <autotools id="cogl"
  23. autogen-sh="configure"
  24. autogenargs="--disable-introspection">
  25. <branch module="/pub/GNOME/sources/cogl/1.14/cogl-1.14.0.tar.xz" version="1.14.0"
  26. repo="ftp.gnome.org"
  27. hash="sha256:276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8"/>
  28. </autotools>
  29. <autotools id="clutter"
  30. autogen-sh="configure"
  31. autogenargs="--disable-introspection">
  32. <dependencies>
  33. <dep package="cogl"/>
  34. <dep package="atk"/>
  35. </dependencies>
  36. <branch module="/pub/GNOME/sources/clutter/1.14/clutter-1.14.0.tar.xz" version="1.14.0"
  37. repo="ftp.gnome.org"
  38. hash="sha256:3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5"/>
  39. </autotools>
  40. <autotools id="clutter-gtk"
  41. autogen-sh="configure"
  42. autogenargs="--disable-introspection">
  43. <dependencies>
  44. <dep package="clutter"/>
  45. </dependencies>
  46. <branch module="/pub/GNOME/sources/clutter-gtk/1.4/clutter-gtk-1.4.4.tar.xz" version="1.4.4"
  47. repo="ftp.gnome.org"
  48. hash="sha256:bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e"/>
  49. </autotools>
  50. </moduleset>