logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (805B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <upstream>
  5. <remote-id type="github">fcitx/fcitx5</remote-id>
  6. <bugs-to>https://github.com/fcitx/fcitx5/issues</bugs-to>
  7. </upstream>
  8. <use>
  9. <flag name="coverage">Build the project with gcov support</flag>
  10. <flag name="enchant">Enable Enchant backend (using <pkg>app-text/enchant</pkg>) for spelling hinting</flag>
  11. <flag name="server">Build a fcitx as server, disable this option if you want to use fcitx as an embedded library</flag>
  12. <flag name="keyboard">Enable key event translation with XKB and build keyboard engine</flag>
  13. <flag name="emoji">Enable emoji loading for CLDR</flag>
  14. <flag name="libuuid">Use libuuid for uuid generation</flag>
  15. </use>
  16. </pkgmetadata>