pspec.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>vte</Name>
  6. <Homepage>https://www.gnome.org/</Homepage>
  7. <Packager>
  8. <Name>Berk Çakar</Name>
  9. <Email>berk2238@hotmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Summary>Xft powered terminal widget</Summary>
  13. <Description>The VTE package contains a termcap file implementation for terminal emulators.</Description>
  14. <Archive sha1sum="375deb30336cce24ab29fbf5fbb4d55f8a8c6108" type="tarxz">https://download.gnome.org/sources/vte/0.78/vte-0.78.2.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>atk-devel</Dependency>
  17. <Dependency>cairo-devel</Dependency>
  18. <Dependency>fontconfig-devel</Dependency>
  19. <Dependency>gdk-pixbuf-devel</Dependency>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>gnutls-devel</Dependency>
  22. <Dependency>gobject-introspection-devel</Dependency>
  23. <Dependency>graphite2-devel</Dependency>
  24. <Dependency>gtk-doc</Dependency>
  25. <Dependency>gtk2-devel</Dependency>
  26. <Dependency>gtk3-devel</Dependency>
  27. <Dependency>gtk4-devel</Dependency>
  28. <Dependency>harfbuzz-devel</Dependency>
  29. <Dependency>intltool</Dependency>
  30. <Dependency>libX11-devel</Dependency>
  31. <Dependency>libglade-devel</Dependency>
  32. <Dependency>libpcre2-devel</Dependency>
  33. <Dependency>ncurses-devel</Dependency>
  34. <Dependency>pango-devel</Dependency>
  35. <Dependency>python-six</Dependency>
  36. <Dependency>meson</Dependency>
  37. <Dependency>vala-devel</Dependency>
  38. </BuildDependencies>
  39. </Source>
  40. <Package>
  41. <Name>vte</Name>
  42. <IsA>library</IsA>
  43. <Summary>Development files for vte</Summary>
  44. <RuntimeDependencies>
  45. <Dependency>atk</Dependency>
  46. <Dependency>icu4c</Dependency>
  47. <Dependency>cairo</Dependency>
  48. <Dependency>gdk-pixbuf</Dependency>
  49. <Dependency>glib2</Dependency>
  50. <Dependency>gnutls</Dependency>
  51. <Dependency>gobject-introspection</Dependency>
  52. <Dependency>gtk3</Dependency>
  53. <Dependency>gtk4</Dependency>
  54. <Dependency>libX11</Dependency>
  55. <Dependency>libgcc</Dependency>
  56. <Dependency>libpcre2</Dependency>
  57. <Dependency>ncurses</Dependency>
  58. <Dependency>pango</Dependency>
  59. <Dependency>zlib</Dependency>
  60. <Dependency>fribidi</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="config">/etc/profile.d</Path>
  64. <Path fileType="executable">/usr/bin</Path>
  65. <Path fileType="library">/usr/lib</Path>
  66. <Path fileType="executable">/usr/libexec</Path>
  67. <Path fileType="data">/usr/share</Path>
  68. <Path fileType="doc">/usr/share/doc</Path>
  69. <Path fileType="data">/usr/share/gir-1.0/Vte-0.0.gir</Path>
  70. <Path fileType="localedata">/usr/share/locale</Path>
  71. <Path fileType="data">/usr/share/pygtk</Path>
  72. <Path fileType="data">/usr/share/vte</Path>
  73. </Files>
  74. </Package>
  75. <Package>
  76. <Name>vte-docs</Name>
  77. <IsA>data:doc</IsA>
  78. <Summary>GTK reference documents for vte</Summary>
  79. <Files>
  80. <Path fileType="doc">/usr/share/doc/vte-*</Path>
  81. </Files>
  82. </Package>
  83. <Package>
  84. <Name>vte-devel</Name>
  85. <Summary>Development files for vte</Summary>
  86. <RuntimeDependencies>
  87. <Dependency>cairo-devel</Dependency>
  88. <Dependency>glib2-devel</Dependency>
  89. <Dependency>gtk3-devel</Dependency>
  90. <Dependency>gtk4-devel</Dependency>
  91. <Dependency>libX11-devel</Dependency>
  92. <Dependency>pango-devel</Dependency>
  93. <Dependency release="current">vte</Dependency>
  94. </RuntimeDependencies>
  95. <Files>
  96. <Path fileType="header">/usr/include</Path>
  97. <Path fileType="library">/usr/lib/pkgconfig</Path>
  98. </Files>
  99. </Package>
  100. <History>
  101. <Update release="25">
  102. <Date>2024-11-24</Date>
  103. <Version>0.78.2</Version>
  104. <Comment>Version bump.</Comment>
  105. <Name>Pisi Linux Community</Name>
  106. <Email>admin@pisilinux.org</Email>
  107. </Update>
  108. <Update release="24">
  109. <Date>2024-10-22</Date>
  110. <Version>0.78.1</Version>
  111. <Comment>Version bump.</Comment>
  112. <Name>Pisi Linux Community</Name>
  113. <Email>admin@pisilinux.org</Email>
  114. </Update>
  115. <Update release="23">
  116. <Date>2024-09-15</Date>
  117. <Version>0.78.0</Version>
  118. <Comment>Version bump.</Comment>
  119. <Name>Pisi Linux Community</Name>
  120. <Email>admin@pisilinux.org</Email>
  121. </Update>
  122. <Update release="22">
  123. <Date>2024-09-03</Date>
  124. <Version>0.76.4</Version>
  125. <Comment>Version bump.</Comment>
  126. <Name>Pisi Linux Community</Name>
  127. <Email>admin@pisilinux.org</Email>
  128. </Update>
  129. <Update release="21">
  130. <Date>2024-06-10</Date>
  131. <Version>0.76.3</Version>
  132. <Comment>Version bump.</Comment>
  133. <Name>Pisi Linux Community</Name>
  134. <Email>admin@pisilinux.org</Email>
  135. </Update>
  136. <Update release="20">
  137. <Date>2024-05-26</Date>
  138. <Version>0.76.2</Version>
  139. <Comment>Version bump.</Comment>
  140. <Name>Mustafa Cinasal</Name>
  141. <Email>muscnsl@gmail.com</Email>
  142. </Update>
  143. <Update release="19">
  144. <Date>2023-12-17</Date>
  145. <Version>0.74.2</Version>
  146. <Comment>Version bump.</Comment>
  147. <Name>Mustafa Cinasal</Name>
  148. <Email>muscnsl@gmail.com</Email>
  149. </Update>
  150. <Update release="18">
  151. <Date>2023-10-24</Date>
  152. <Version>0.74.1</Version>
  153. <Comment>Version bump.</Comment>
  154. <Name>Mustafa Cinasal</Name>
  155. <Email>muscnsl@gmail.com</Email>
  156. </Update>
  157. <Update release="17">
  158. <Date>2023-06-05</Date>
  159. <Version>0.72.2</Version>
  160. <Comment>Version bump.</Comment>
  161. <Name>Mustafa Cinasal</Name>
  162. <Email>muscnsl@gmail.com</Email>
  163. </Update>
  164. <Update release="16">
  165. <Date>2023-04-18</Date>
  166. <Version>0.72.1</Version>
  167. <Comment>Version bump.</Comment>
  168. <Name>Mustafa Cinasal</Name>
  169. <Email>muscnsl@gmail.com</Email>
  170. </Update>
  171. <Update release="15">
  172. <Date>2023-03-20</Date>
  173. <Version>0.72.0</Version>
  174. <Comment>Version bump.</Comment>
  175. <Name>Mustafa Cinasal</Name>
  176. <Email>muscnsl@gmail.com</Email>
  177. </Update>
  178. <Update release="14">
  179. <Date>2022-12-04</Date>
  180. <Version>0.70.2</Version>
  181. <Comment>Version bump</Comment>
  182. <Name>Mustafa Cinasal</Name>
  183. <Email>muscnsl@gmail.com</Email>
  184. </Update>
  185. <Update release="13">
  186. <Date>2022-10-27</Date>
  187. <Version>0.70.1</Version>
  188. <Comment>Version bump.</Comment>
  189. <Name>Mustafa Cinasal</Name>
  190. <Email>muscnsl@gmail.com</Email>
  191. </Update>
  192. <Update release="12">
  193. <Date>2022-03-28</Date>
  194. <Version>0.68.0</Version>
  195. <Comment>Version bump.</Comment>
  196. <Name>Mustafa Cinasal</Name>
  197. <Email>muscnsl@gmail.com</Email>
  198. </Update>
  199. <Update release="11">
  200. <Date>2021-12-08</Date>
  201. <Version>0.66.2</Version>
  202. <Comment>Version bump.</Comment>
  203. <Name>Mustafa Cinasal</Name>
  204. <Email>muscnsl@gmail.com</Email>
  205. </Update>
  206. <Update release="10">
  207. <Date>2021-10-21</Date>
  208. <Version>0.66.0</Version>
  209. <Comment>Version bump.</Comment>
  210. <Name>Mustafa Cinasal</Name>
  211. <Email>muscnsl@gmail.com</Email>
  212. </Update>
  213. <Update release="9">
  214. <Date>2021-06-23</Date>
  215. <Version>0.64.2</Version>
  216. <Comment>Version bump.</Comment>
  217. <Name>Mustafa Cinasal</Name>
  218. <Email>muscnsl@gmail.com</Email>
  219. </Update>
  220. <Update release="8">
  221. <Date>2021-06-02</Date>
  222. <Version>0.64.1</Version>
  223. <Comment>Version bump.</Comment>
  224. <Name>Mustafa Cinasal</Name>
  225. <Email>muscnsl@gmail.com</Email>
  226. </Update>
  227. <Update release="7">
  228. <Date>2021-04-06</Date>
  229. <Version>0.63.91</Version>
  230. <Comment>Version bump</Comment>
  231. <Name>Berk Çakar</Name>
  232. <Email>berk2238@hotmail.com</Email>
  233. </Update>
  234. <Update release="6">
  235. <Date>2020-01-25</Date>
  236. <Version>0.56.4</Version>
  237. <Comment>Version bump.</Comment>
  238. <Name>Mustafa Cinasal</Name>
  239. <Email>muscnsl@gmail.com</Email>
  240. </Update>
  241. <Update release="5">
  242. <Date>2019-01-15</Date>
  243. <Version>0.54.3</Version>
  244. <Comment>Rebuild</Comment>
  245. <Name>Mustafa Cinasal</Name>
  246. <Email>muscnsl@gmail.com</Email>
  247. </Update>
  248. <Update release="4">
  249. <Date>2018-07-31</Date>
  250. <Version>0.28.2</Version>
  251. <Comment>Rebuild</Comment>
  252. <Name>Mustafa Cinasal</Name>
  253. <Email>muscnsl@gmail.com</Email>
  254. </Update>
  255. <Update release="3">
  256. <Date>2017-05-11</Date>
  257. <Version>0.28.2</Version>
  258. <Comment>Rebuild</Comment>
  259. <Name>Ayhan Yalçınsoy</Name>
  260. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  261. </Update>
  262. <Update release="2">
  263. <Date>2016-05-02</Date>
  264. <Version>0.28.2</Version>
  265. <Comment>Rebuild</Comment>
  266. <Name>Ayhan Yalçınsoy</Name>
  267. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  268. </Update>
  269. <Update release="1">
  270. <Date>2014-05-16</Date>
  271. <Version>0.28.2</Version>
  272. <Comment>First release</Comment>
  273. <Name>Marcin Bojara</Name>
  274. <Email>marcin@pisilinux.org</Email>
  275. </Update>
  276. </History>
  277. </PISI>