pspec.xml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>i3wm</Name>
  6. <Homepage>https://i3wm.org</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Summary>A tiling window manager, completely written from scratch</Summary>
  13. <Description>An improved dynamic tiling window manager</Description>
  14. <Archive sha1sum="c60e17eb8616b59a23625118a922d60e85a0f418" type="tarxz">https://i3wm.org/downloads/i3-4.21.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>meson</Dependency>
  17. <Dependency>libev-devel</Dependency>
  18. <Dependency>startup-notification-devel</Dependency>
  19. <Dependency>libxcb-devel</Dependency>
  20. <Dependency>xcb-util-devel</Dependency>
  21. <Dependency>xcb-util-cursor-devel</Dependency>
  22. <Dependency>xcb-util-renderutil-devel</Dependency>
  23. <Dependency>xcb-util-image-devel</Dependency>
  24. <Dependency>xcb-util-keysyms-devel</Dependency>
  25. <Dependency>xcb-util-wm-devel</Dependency>
  26. <Dependency>xcb-util-xrm-devel</Dependency>
  27. <Dependency>libxkbcommon-devel</Dependency>
  28. <Dependency>yajl-devel</Dependency>
  29. <Dependency>libpcre2-devel</Dependency>
  30. <Dependency>pango-devel</Dependency>
  31. <Dependency>cairo-devel</Dependency>
  32. <Dependency>xcb-proto</Dependency>
  33. <Dependency>util-linux</Dependency>
  34. <Dependency>libxslt-devel</Dependency>
  35. <Dependency>util-macros</Dependency>
  36. <Dependency>asciidoc</Dependency>
  37. <Dependency>desktop-file-utils</Dependency>
  38. <Dependency>xmlto</Dependency>
  39. <Dependency>perl-AnyEvent-I3</Dependency>
  40. <Dependency>perl-JSON-XS</Dependency>
  41. </BuildDependencies>
  42. </Source>
  43. <Package>
  44. <Name>i3wm</Name>
  45. <RuntimeDependencies>
  46. <Dependency>yajl</Dependency>
  47. <Dependency>glib2</Dependency>
  48. <Dependency>libev</Dependency>
  49. <Dependency>pango</Dependency>
  50. <Dependency>cairo</Dependency>
  51. <Dependency>libxcb</Dependency>
  52. <Dependency>libpcre2</Dependency>
  53. <Dependency>i3status</Dependency>
  54. <Dependency>xcb-util</Dependency>
  55. <Dependency>xcb-util-wm</Dependency>
  56. <Dependency>xcb-util-xrm</Dependency>
  57. <Dependency>libxkbcommon</Dependency>
  58. <Dependency>perl-JSON-XS</Dependency>
  59. <Dependency>xcb-util-cursor</Dependency>
  60. <Dependency>xcb-util-keysyms</Dependency>
  61. <Dependency>perl-AnyEvent-I3</Dependency>
  62. <Dependency>startup-notification</Dependency>
  63. <AnyDependency>
  64. <Dependency>dmenu</Dependency>
  65. <Dependency>rofi</Dependency>
  66. </AnyDependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="config">/etc</Path>
  70. <Path fileType="executable">/usr/bin</Path>
  71. <Path fileType="library">/usr/lib</Path>
  72. <Path fileType="man">/usr/share/man</Path>
  73. <Path fileType="doc">/usr/share/doc</Path>
  74. <Path fileType="data">/usr/share/applications</Path>
  75. <Path fileType="data">/usr/share/xsessions</Path>
  76. </Files>
  77. </Package>
  78. <Package>
  79. <Name>i3wm-devel</Name>
  80. <PartOf>system.devel</PartOf>
  81. <Summary>Development files for i3wm</Summary>
  82. <RuntimeDependencies>
  83. <Dependency release="current">i3wm</Dependency>
  84. <Dependency>libev-devel</Dependency>
  85. <Dependency>startup-notification-devel</Dependency>
  86. <Dependency>libxcb-devel</Dependency>
  87. <Dependency>xcb-util-devel</Dependency>
  88. <Dependency>xcb-util-cursor-devel</Dependency>
  89. <Dependency>xcb-util-renderutil-devel</Dependency>
  90. <Dependency>xcb-util-image-devel</Dependency>
  91. <Dependency>xcb-util-keysyms-devel</Dependency>
  92. <Dependency>xcb-util-wm-devel</Dependency>
  93. <Dependency>xcb-util-xrm-devel</Dependency>
  94. <Dependency>libxkbcommon-devel</Dependency>
  95. <Dependency>yajl-devel</Dependency>
  96. <Dependency>libpcre2-devel</Dependency>
  97. <Dependency>pango-devel</Dependency>
  98. <Dependency>cairo-devel</Dependency>
  99. <Dependency>glib2-devel</Dependency>
  100. </RuntimeDependencies>
  101. <Files>
  102. <Path fileType="header">/usr/include</Path>
  103. <Path fileType="library">/usr/lib/pkgconfig</Path>
  104. </Files>
  105. </Package>
  106. <History>
  107. <Update release="9">
  108. <Date>2022-09-26</Date>
  109. <Version>4.21</Version>
  110. <Comment>Version bump.</Comment>
  111. <Name>Mustafa Cinasal</Name>
  112. <Email>muscnsl@gmail.com</Email>
  113. </Update>
  114. <Update release="8">
  115. <Date>2021-11-26</Date>
  116. <Version>4.20.1</Version>
  117. <Comment>Version bump</Comment>
  118. <Name>Kamil Atlı</Name>
  119. <Email>suvari@pisilinux.org</Email>
  120. </Update>
  121. <Update release="7">
  122. <Date>2020-01-25</Date>
  123. <Version>4.17.1</Version>
  124. <Comment>Version bump</Comment>
  125. <Name>Mustafa Cinasal</Name>
  126. <Email>muscnsl@gmail.com</Email>
  127. </Update>
  128. <Update release="6">
  129. <Date>2019-10-26</Date>
  130. <Version>4.16.1</Version>
  131. <Comment>Rebuild libxkbcommon</Comment>
  132. <Name>Mustafa Cinasal</Name>
  133. <Email>mcnsl@gmail.com</Email>
  134. </Update>
  135. <Update release="5">
  136. <Date>2019-06-23</Date>
  137. <Version>4.16.1</Version>
  138. <Comment>add new runtime dependencies</Comment>
  139. <Name>Ertuğrul Erata</Name>
  140. <Email>ertugrulerata@gmail.com</Email>
  141. </Update>
  142. <Update release="4">
  143. <Date>2019-02-02</Date>
  144. <Version>4.16.1</Version>
  145. <Comment>Version bump.</Comment>
  146. <Name>Ertuğrul Erata</Name>
  147. <Email>ertugrulerata@gmail.com</Email>
  148. </Update>
  149. <Update release="3">
  150. <Date>2018-11-06</Date>
  151. <Version>4.16</Version>
  152. <Comment>Version bump, add anyDependency rofi or dmenu</Comment>
  153. <Name>Ertuğrul Erata</Name>
  154. <Email>ertugrulerata@gmail.com</Email>
  155. </Update>
  156. <Update release="2">
  157. <Date>2018-08-10</Date>
  158. <Version>4.15</Version>
  159. <Comment>Rebuild for new toolchain..</Comment>
  160. <Name>Ertuğrul Erata</Name>
  161. <Email>ertugrulerata@gmail.com</Email>
  162. </Update>
  163. <Update release="1">
  164. <Date>2018-05-16</Date>
  165. <Version>4.15</Version>
  166. <Comment>First release</Comment>
  167. <Name>Ertuğrul Erata</Name>
  168. <Email>ertugrulerata@gmail.com</Email>
  169. </Update>
  170. </History>
  171. </PISI>