pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wayland-utils</Name>
  6. <Homepage>https://gitlab.freedesktop.org/wayland/wayland-utils</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Wayland tools to display information about current compositor</Summary>
  14. <Description>Wayland tools to display information about current compositor</Description>
  15. <Archive sha1sum="3d02914d56493f9a789916d478604c904112f0da" type="tarbz2">https://gitlab.freedesktop.org/wayland/wayland-utils/-/archive/1.2.0/wayland-utils-1.2.0.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>wayland-devel</Dependency>
  19. <Dependency>wayland-client</Dependency>
  20. <Dependency>wayland-server</Dependency>
  21. <Dependency>wayland-cursor</Dependency>
  22. <Dependency>libdrm-devel</Dependency>
  23. <Dependency>wayland-protocols-devel</Dependency>
  24. </BuildDependencies>
  25. <!--
  26. <Patches>
  27. <Patch>wayland-utils.patch</Patch>
  28. <Patch level="1">wayland-utils.patch</Patch>
  29. </Patches>
  30. -->
  31. </Source>
  32. <Package>
  33. <Name>wayland-utils</Name>
  34. <RuntimeDependencies>
  35. <Dependency>libdrm</Dependency>
  36. <Dependency>wayland-client</Dependency>
  37. </RuntimeDependencies>
  38. -->
  39. <Files>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="data">/usr/share</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="3">
  48. <Date>2023-07-04</Date>
  49. <Version>1.2.0</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>Mustafa Cinasal</Name>
  52. <Email>muscnsl@gmail.com</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2022-09-19</Date>
  56. <Version>1.1.0</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>Mustafa Cinasal</Name>
  59. <Email>muscnsl@gmail.com</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2021-10-20</Date>
  63. <Version>1.0.0</Version>
  64. <Comment>First release.</Comment>
  65. <Name>PisiLinux Community</Name>
  66. <Email>admins@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>