metadata.xml 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>gnustep@gentoo.org</email>
  6. <name>Gentoo GNUstep Project</name>
  7. </maintainer>
  8. <longdescription>
  9. It is a back-end component for the GNUstep GUI Library. The
  10. implementation of the GNUstep GUI Library is designed in two parts. The
  11. first part is the front-end component which is independent of platform
  12. and display system. This front-end is combined with a back-end
  13. component which handles all of the display system dependent such as
  14. specific calls to the X Window System. This design allows the GNUstep
  15. applications to have the "look and feel" of the underlying display
  16. system without any changes to the application, and the library can be
  17. easily ported to other display systems.
  18. The GNUstep GUI Backend is for platforms using the X-Window System or
  19. Window's Systems. It works via a DPS emulation engine to emulate the
  20. DPS functions required by the front-end system.
  21. This package installs a backend that supports X11.
  22. </longdescription>
  23. <use>
  24. <flag name="xim">Enable X11 XiM input method</flag>
  25. </use>
  26. </pkgmetadata>