pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xdg-desktop-portal</Name>
  6. <Homepage>https://github.com/flatpak/xdg-desktop-portal</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Summary>A portal frontend service for Flatpak and possibly other desktop containment frameworks</Summary>
  13. <Description>A portal frontend service for Flatpak and possibly other desktop containment frameworks</Description>
  14. <Archive sha1sum="febe475eedf04b035da0f5dcf22e5cc5c250aaaa" type="tarxz">https://github.com/flatpak/xdg-desktop-portal/releases/download/1.18.4/xdg-desktop-portal-1.18.4.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>meson</Dependency>
  17. <Dependency>xmlto</Dependency>
  18. <Dependency>python3</Dependency>
  19. <Dependency>dbus-devel</Dependency>
  20. <Dependency>util-linux</Dependency>
  21. <Dependency>fuse3-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>gettext-devel</Dependency>
  24. <Dependency>pipewire-devel</Dependency>
  25. <Dependency>json-glib-devel</Dependency>
  26. <Dependency versionFrom="1.4.4">flatpak-devel</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <!-- <Patch level="1">hack.diff</Patch> -->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>xdg-desktop-portal</Name>
  34. <RuntimeDependencies>
  35. <Dependency>fuse3</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>pipewire</Dependency>
  38. <Dependency>json-glib</Dependency>
  39. <Dependency>gdk-pixbuf</Dependency>
  40. <Dependency versionFrom="1.4.4">flatpak</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="library">/usr/libexec</Path>
  45. <Path fileType="data">/usr/share/dbus-1</Path>
  46. <Path fileType="data">/usr/share/pkgconfig</Path>
  47. <Path fileType="man">/usr/share/man</Path>
  48. <Path fileType="locale">/usr/share/locale</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="19">
  54. <Date>2024-09-03</Date>
  55. <Version>1.18.4</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="18">
  61. <Date>2024-04-05</Date>
  62. <Version>1.18.3</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="17">
  68. <Date>2023-11-24</Date>
  69. <Version>1.18.2</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2018-02-04</Date>
  76. <Version>0.9</Version>
  77. <Comment>First release</Comment>
  78. <Name>Ertuğrul Erata</Name>
  79. <Email>ertugrulerata@gmail.com</Email>
  80. </Update>
  81. </History>
  82. </PISI>