pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gtk-layer-shell</Name>
  6. <Homepage>https://github.com/wmww/gtk-layer-shell</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>A library to write GTK applications that use Layer Shell.</Summary>
  15. <Description>A library to create panels and other desktop components for Wayland using the Layer Shell protocol.</Description>
  16. <Archive sha1sum="2e9711f3d6761a85517364ae90d56ed4792c5e1c" type="targz">
  17. https://github.com/wmww/gtk-layer-shell/archive/refs/tags/v0.8.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>meson</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>vala-devel</Dependency>
  23. <Dependency>wayland-devel</Dependency>
  24. <Dependency>wayland-client</Dependency>
  25. <Dependency>gobject-introspection-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!-- <Patch level='1'></Patch> -->
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>gtk-layer-shell</Name>
  33. <RuntimeDependencies>
  34. <Dependency>gtk3</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>wayland</Dependency>
  37. <Dependency>wayland-client</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="library">/usr/lib/girepository-1.0</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>gtk-layer-shell-devel</Name>
  46. <RuntimeDependencies>
  47. <Dependency>wayland-devel</Dependency>
  48. <Dependency>wayland-client</Dependency>
  49. <Dependency>gtk3-devel</Dependency>
  50. <Dependency release="current">gtk-layer-shell</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="headers">/usr/include/gtk-layer-shell/gtk-layer-shell.h</Path>
  54. <Path fileType="data">/usr/lib/pkgconfig/gtk-layer-shell-0.pc</Path>
  55. <Path fileType="data">/usr/share/gir-1.0</Path>
  56. <Path fileType="data">/usr/share/vala/vapi</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="1">
  61. <Date>2022-12-30</Date>
  62. <Version>0.8.0</Version>
  63. <Comment>First build.</Comment>
  64. <Name>fury</Name>
  65. <Email>uglyside@yandex.ru</Email>
  66. </Update>
  67. </History>
  68. </PISI>