pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>waylandpp</Name>
  6. <Homepage>https://github.com/NilsBrause/waylandpp</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>'MIT' 'GPL3'</License>
  12. <IsA>app</IsA>
  13. <Icon>waylandpp</Icon>
  14. <Summary>Wayland C++ bindings</Summary>
  15. <Description>The goal of this library is to create such a C++ binding for Wayland using the most modern C++ technology currently available, providing an easy to use C++ API to Wayland.</Description>
  16. <Archive sha1sum="97962c684b07e0cedcef0e46055a639f8a4b4135" type="targz">https://github.com/NilsBrause/waylandpp/archive/refs/tags/1.0.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>doxygen</Dependency>
  20. <Dependency>wayland-devel</Dependency>
  21. <Dependency>pugixml-devel</Dependency>
  22. <Dependency>libglvnd-devel</Dependency>
  23. <Dependency>wayland-client</Dependency>
  24. <Dependency>wayland-cursor</Dependency>
  25. <Dependency>wayland-server</Dependency>
  26. <Dependency>egl-wayland-devel</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>waylandpp</Name>
  31. <RuntimeDependencies>
  32. <Dependency>libgcc</Dependency>
  33. <Dependency>pugixml</Dependency>
  34. <Dependency>wayland</Dependency>
  35. <Dependency>wayland-client</Dependency>
  36. <Dependency>wayland-cursor</Dependency>
  37. <Dependency>wayland-server</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="data">/usr/share/waylandpp</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. <Path fileType="man">/usr/share/man</Path>
  44. <Path fileType="library">/usr/lib/libwayland*</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>waylandpp-devel</Name>
  49. <Summary>Development files for waylandpp</Summary>
  50. <RuntimeDependencies>
  51. <Dependency>wayland-devel</Dependency>
  52. <Dependency>libglvnd-devel</Dependency>
  53. <Dependency release="current">waylandpp</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="header">/usr/include</Path>
  57. <Path fileType="library">/usr/lib/cmake</Path>
  58. <Path fileType="library">/usr/lib/pkgconfig</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="1">
  63. <Date>2023-08-26</Date>
  64. <Version>1.0.0</Version>
  65. <Comment>First release</Comment>
  66. <Name>Kamil Atlı</Name>
  67. <Email>suvari@pisilinux.org</Email>
  68. </Update>
  69. </History>
  70. </PISI>