pspec.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>flatpak</Name>
  6. <Homepage>http://flatpak.org</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Summary>Application distribution framework</Summary>
  13. <Description>Linux application sandboxing and distribution framework, formerly xdg-app</Description>
  14. <Archive sha1sum="03253865aa0d72d6e052d33998f6ebd07138cb8a" type="targz">https://github.com/flatpak/flatpak/archive/0.11.1.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>util-linux</Dependency>
  17. <Dependency>gtk-doc</Dependency>
  18. <Dependency>libcap-devel</Dependency>
  19. <Dependency>bubblewrap</Dependency>
  20. <Dependency>polkit-devel</Dependency>
  21. <Dependency>libseccomp-devel</Dependency>
  22. <Dependency>dbus-devel</Dependency>
  23. <Dependency>json-glib-devel</Dependency>
  24. <Dependency>appstream-glib-devel</Dependency>
  25. <Dependency>ostree-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <Patch level="1">bubblewrap_libglnx_submodule.patch</Patch>
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>flatpak</Name>
  33. <RuntimeDependencies>
  34. <Dependency>xorg-app</Dependency>
  35. <Dependency>bubblewrap</Dependency>
  36. <Dependency>fuse</Dependency>
  37. <Dependency>glib2</Dependency>
  38. <Dependency>gpgme</Dependency>
  39. <Dependency>libXau</Dependency>
  40. <Dependency>libxml2</Dependency>
  41. <Dependency>libsoup</Dependency>
  42. <Dependency>json-glib</Dependency>
  43. <Dependency>libarchive</Dependency>
  44. <Dependency>libseccomp</Dependency>
  45. <Dependency>ostree</Dependency>
  46. <Dependency>polkit</Dependency>
  47. <Dependency>appstream-glib</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="config">/etc</Path>
  52. <Path fileType="library">/usr/lib</Path>
  53. <Path fileType="library">/usr/libexec</Path>
  54. <Path fileType="library">/usr/share/gir-1.0</Path>
  55. <Path fileType="data">/usr/share/bash-completion</Path>
  56. <Path fileType="data">/usr/share/dbus-1</Path>
  57. <Path fileType="data">/usr/share/polkit-1</Path>
  58. <Path fileType="data">/usr/share/flatpak</Path>
  59. <Path fileType="man">/usr/share/man</Path>
  60. <Path fileType="locale">/usr/share/locale</Path>
  61. <Path fileType="doc">/usr/share/doc</Path>
  62. <Path fileType="data">/usr/share/gdm</Path>
  63. </Files>
  64. <AdditionalFiles>
  65. <AdditionalFile target="/etc/profile.d/flatpak-bindir.sh" permission="0644" owner="root">flatpak-bindir.sh</AdditionalFile>
  66. <AdditionalFile target="/usr/share/flatpak/flathub.flatpakrepo" permission="0644" owner="root">flathub.flatpakrepo</AdditionalFile>
  67. </AdditionalFiles>
  68. </Package>
  69. <Package>
  70. <Name>flatpak-devel</Name>
  71. <Summary>Development files for flatpak</Summary>
  72. <RuntimeDependencies>
  73. <Dependency release="current">flatpak</Dependency>
  74. <Dependency>fuse-devel</Dependency>
  75. <Dependency>glib2-devel</Dependency>
  76. <Dependency>gpgme-devel</Dependency>
  77. <Dependency>libXau-devel</Dependency>
  78. <Dependency>libxml2-devel</Dependency>
  79. <Dependency>libsoup-devel</Dependency>
  80. <Dependency>json-glib-devel</Dependency>
  81. <Dependency>libarchive-devel</Dependency>
  82. <Dependency>libseccomp-devel</Dependency>
  83. <Dependency>ostree-devel</Dependency>
  84. <Dependency>polkit-devel</Dependency>
  85. <Dependency>appstream-glib-devel</Dependency>
  86. </RuntimeDependencies>
  87. <Files>
  88. <Path fileType="header">/usr/include</Path>
  89. <Path fileType="library">/usr/lib/pkgconfig</Path>
  90. </Files>
  91. </Package>
  92. <History>
  93. <Update release="2">
  94. <Date>2018-02-16</Date>
  95. <Version>0.11.1</Version>
  96. <Comment>Version bump.</Comment>
  97. <Name>Ertuğrul Erata</Name>
  98. <Email>ertugrulerata@gmail.com</Email>
  99. </Update>
  100. <Update release="1">
  101. <Date>2018-02-03</Date>
  102. <Version>0.10.3</Version>
  103. <Comment>First release.</Comment>
  104. <Name>Ertuğrul Erata</Name>
  105. <Email>ertugrulerata@gmail.com</Email>
  106. </Update>
  107. </History>
  108. </PISI>