pspec.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kpty</Name>
  6. <Homepage>https://www.kde.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Libraries for pseudo terminal devices</Summary>
  14. <Description>Kpty provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using kpty.</Description>
  15. <Archive sha1sum="4f6c214b5e9cca7792332234466613a073815126" type="tarxz">mirrors://kde/stable/frameworks/5.116/kpty-5.116.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  18. <Dependency>utempter-devel</Dependency>
  19. <Dependency versionFrom="5.116.0">kcoreaddons-devel</Dependency>
  20. <Dependency versionFrom="5.116.0">ki18n-devel</Dependency>
  21. <Dependency versionFrom="5.116.0">extra-cmake-modules</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>kpty</Name>
  26. <RuntimeDependencies>
  27. <Dependency versionFrom="5.7.1">qt5-base</Dependency>
  28. <!--Dependency>utempter</Dependency-->
  29. <Dependency>libgcc</Dependency> -->
  30. <Dependency versionFrom="5.116.0">kcoreaddons</Dependency>
  31. <Dependency versionFrom="5.116.0">ki18n</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="data">/usr/share</Path>
  35. <Path fileType="localedata">/usr/share/locale</Path>
  36. <Path fileType="library">/usr/lib/qt5</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>kpty-devel</Name>
  43. <Summary>Development files for kpty</Summary>
  44. <RuntimeDependencies>
  45. <!-- <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency> -->
  46. <!-- <Dependency>utempter-devel</Dependency> -->
  47. <Dependency versionFrom="5.116.0">kcoreaddons-devel</Dependency>
  48. <!-- <Dependency versionFrom="5.116.0">ki18n-devel</Dependency> -->
  49. <Dependency release="current">kpty</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="header">/usr/include</Path>
  53. <Path fileType="data">/usr/lib/cmake</Path>
  54. <Path fileType="library">/usr/lib/pkgconfig</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="70">
  59. <Date>2024-05-19</Date>
  60. <Version>5.116.0</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="69">
  66. <Date>2024-02-10</Date>
  67. <Version>5.115.0</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="68">
  73. <Date>2024-01-13</Date>
  74. <Version>5.114.0</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Mustafa Cinasal</Name>
  77. <Email>muscnsl@gmail.com</Email>
  78. </Update>
  79. <Update release="67">
  80. <Date>2023-12-14</Date>
  81. <Version>5.113.0</Version>
  82. <Comment>Version bump.</Comment>
  83. <Name>Mustafa Cinasal</Name>
  84. <Email>muscnsl@gmail.com</Email>
  85. </Update>
  86. <Update release="66">
  87. <Date>2023-11-12</Date>
  88. <Version>5.112.0</Version>
  89. <Comment>Version bump.</Comment>
  90. <Name>Mustafa Cinasal</Name>
  91. <Email>muscnsl@gmail.com</Email>
  92. </Update>
  93. <Update release="65">
  94. <Date>2023-10-26</Date>
  95. <Version>5.111.0</Version>
  96. <Comment>Version bump.</Comment>
  97. <Name>Mustafa Cinasal</Name>
  98. <Email>muscnsl@gmail.com</Email>
  99. </Update>
  100. <Update release="64">
  101. <Date>2023-09-10</Date>
  102. <Version>5.110.0</Version>
  103. <Comment>Version bump.</Comment>
  104. <Name>Mustafa Cinasal</Name>
  105. <Email>muscnsl@gmail.com</Email>
  106. </Update>
  107. <Update release="63">
  108. <Date>2023-08-19</Date>
  109. <Version>5.109.0</Version>
  110. <Comment>Version bump.</Comment>
  111. <Name>Mustafa Cinasal</Name>
  112. <Email>muscnsl@gmail.com</Email>
  113. </Update>
  114. <Update release="62">
  115. <Date>2023-07-08</Date>
  116. <Version>5.108.0</Version>
  117. <Comment>Version bump.</Comment>
  118. <Name>Mustafa Cinasal</Name>
  119. <Email>muscnsl@gmail.com</Email>
  120. </Update>
  121. <Update release="61">
  122. <Date>2023-06-10</Date>
  123. <Version>5.107.0</Version>
  124. <Comment>Version bump.</Comment>
  125. <Name>Mustafa Cinasal</Name>
  126. <Email>muscnsl@gmail.com</Email>
  127. </Update>
  128. <Update release="60">
  129. <Date>2023-05-13</Date>
  130. <Version>5.106.0</Version>
  131. <Comment>Version bump.</Comment>
  132. <Name>Mustafa Cinasal</Name>
  133. <Email>muscnsl@gmail.com</Email>
  134. </Update>
  135. <Update release="59">
  136. <Date>2023-04-08</Date>
  137. <Version>5.105.0</Version>
  138. <Comment>Version bump.</Comment>
  139. <Name>Mustafa Cinasal</Name>
  140. <Email>muscnsl@gmail.com</Email>
  141. </Update>
  142. <Update release="58">
  143. <Date>2023-03-11</Date>
  144. <Version>5.104.0</Version>
  145. <Comment>Version bump.</Comment>
  146. <Name>Mustafa Cinasal</Name>
  147. <Email>muscnsl@gmail.com</Email>
  148. </Update>
  149. <Update release="57">
  150. <Date>2023-02-16</Date>
  151. <Version>5.103.0</Version>
  152. <Comment>Version bump.</Comment>
  153. <Name>Mustafa Cinasal</Name>
  154. <Email>muscnsl@gmail.com</Email>
  155. </Update>
  156. <Update release="56">
  157. <Date>2023-01-14</Date>
  158. <Version>5.102.0</Version>
  159. <Comment>Version bump</Comment>
  160. <Name>Mustafa Cinasal</Name>
  161. <Email>muscnsl@gmail.com</Email>
  162. </Update>
  163. <Update release="55">
  164. <Date>2022-12-10</Date>
  165. <Version>5.101.0</Version>
  166. <Comment>Version bump</Comment>
  167. <Name>Mustafa Cinasal</Name>
  168. <Email>muscnsl@gmail.com</Email>
  169. </Update>
  170. <Update release="54">
  171. <Date>2022-11-14</Date>
  172. <Version>5.100.0</Version>
  173. <Comment>Version bump.</Comment>
  174. <Name>Mustafa Cinasal</Name>
  175. <Email>muscnsl@gmail.com</Email>
  176. </Update>
  177. <Update release="53">
  178. <Date>2022-10-28</Date>
  179. <Version>5.99.0</Version>
  180. <Comment>Version bump.</Comment>
  181. <Name>Mustafa Cinasal</Name>
  182. <Email>muscnsl@gmail.com</Email>
  183. </Update>
  184. <Update release="52">
  185. <Date>2022-09-13</Date>
  186. <Version>5.98.0</Version>
  187. <Comment>Version bump.</Comment>
  188. <Name>Mustafa Cinasal</Name>
  189. <Email>muscnsl@gmail.com</Email>
  190. </Update>
  191. <Update release="51">
  192. <Date>2022-08-19</Date>
  193. <Version>5.97.0</Version>
  194. <Comment>Version bump.</Comment>
  195. <Name>Mustafa Cinasal</Name>
  196. <Email>muscnsl@gmail.com</Email>
  197. </Update>
  198. <Update release="50">
  199. <Date>2022-07-10</Date>
  200. <Version>5.96.0</Version>
  201. <Comment>Version bump.</Comment>
  202. <Name>Mustafa Cinasal</Name>
  203. <Email>muscnsl@gmail.com</Email>
  204. </Update>
  205. <Update release="49">
  206. <Date>2022-06-18</Date>
  207. <Version>5.95.0</Version>
  208. <Comment>Version bump.</Comment>
  209. <Name>Mustafa Cinasal</Name>
  210. <Email>muscnsl@gmail.com</Email>
  211. </Update>
  212. <Update release="48">
  213. <Date>2022-05-14</Date>
  214. <Version>5.94.0</Version>
  215. <Comment>Version bump.</Comment>
  216. <Name>Mustafa Cinasal</Name>
  217. <Email>muscnsl@gmail.com</Email>
  218. </Update>
  219. <Update release="47">
  220. <Date>2022-04-12</Date>
  221. <Version>5.93.0</Version>
  222. <Comment>Version bump.</Comment>
  223. <Name>Mustafa Cinasal</Name>
  224. <Email>muscnsl@gmail.com</Email>
  225. </Update>
  226. <Update release="46">
  227. <Date>2022-02-26</Date>
  228. <Version>5.91.0</Version>
  229. <Comment>Version bump.</Comment>
  230. <Name>Kamil Atlı</Name>
  231. <Email>suvari@pisilinux.org</Email>
  232. </Update>
  233. <Update release="45">
  234. <Date>2022-01-08</Date>
  235. <Version>5.90.0</Version>
  236. <Comment>Version bump.</Comment>
  237. <Name>Mustafa Cinasal</Name>
  238. <Email>muscnsl@gmail.com</Email>
  239. </Update>
  240. <Update release="44">
  241. <Date>2021-12-12</Date>
  242. <Version>5.89.0</Version>
  243. <Comment>Version bump.</Comment>
  244. <Name>Mustafa Cinasal</Name>
  245. <Email>muscnsl@gmail.com</Email>
  246. </Update>
  247. <Update release="43">
  248. <Date>2021-11-13</Date>
  249. <Version>5.88.0</Version>
  250. <Comment>Version bump.</Comment>
  251. <Name>Mustafa Cinasal</Name>
  252. <Email>muscnsl@gmail.com</Email>
  253. </Update>
  254. <Update release="42">
  255. <Date>2021-10-10</Date>
  256. <Version>5.87.0</Version>
  257. <Comment>Version bump.</Comment>
  258. <Name>Mustafa Cinasal</Name>
  259. <Email>muscnsl@gmail.com</Email>
  260. </Update>
  261. <Update release="41">
  262. <Date>2021-09-12</Date>
  263. <Version>5.86.0</Version>
  264. <Comment>Version bump.</Comment>
  265. <Name>Mustafa Cinasal</Name>
  266. <Email>muscnsl@gmail.com</Email>
  267. </Update>
  268. <Update release="40">
  269. <Date>2021-07-11</Date>
  270. <Version>5.84.0</Version>
  271. <Comment>Version bump.</Comment>
  272. <Name>Mustafa Cinasal</Name>
  273. <Email>muscnsl@gmail.com</Email>
  274. </Update>
  275. <Update release="39">
  276. <Date>2021-06-15</Date>
  277. <Version>5.83.0</Version>
  278. <Comment>Version bump.</Comment>
  279. <Name>Mustafa Cinasal</Name>
  280. <Email>muscnsl@gmail.com</Email>
  281. </Update>
  282. <Update release="38">
  283. <Date>2021-05-08</Date>
  284. <Version>5.82.0</Version>
  285. <Comment>Version bump.</Comment>
  286. <Name>Mustafa Cinasal</Name>
  287. <Email>muscnsl@gmail.com</Email>
  288. </Update>
  289. <Update release="37">
  290. <Date>2021-03-13</Date>
  291. <Version>5.80.0</Version>
  292. <Comment>Version bump.</Comment>
  293. <Name>Mustafa Cinasal</Name>
  294. <Email>muscnsl@gmail.com</Email>
  295. </Update>
  296. <Update release="36">
  297. <Date>2021-02-13</Date>
  298. <Version>5.79.0</Version>
  299. <Comment>Version bump.</Comment>
  300. <Name>Mustafa Cinasal</Name>
  301. <Email>muscnsl@gmail.com</Email>
  302. </Update>
  303. <Update release="35">
  304. <Date>2021-01-10</Date>
  305. <Version>5.78.0</Version>
  306. <Comment>Version bump.</Comment>
  307. <Name>Mustafa Cinasal</Name>
  308. <Email>muscnsl@gmail.com</Email>
  309. </Update>
  310. <Update release="34">
  311. <Date>2020-11-20</Date>
  312. <Version>5.76.0</Version>
  313. <Comment>version bump</Comment>
  314. <Name>Ali Algul</Name>
  315. <Email>aligulle3801@gmail.com</Email>
  316. </Update>
  317. <Update release="33">
  318. <Date>2020-09-12</Date>
  319. <Version>5.74.0</Version>
  320. <Comment>Version bump.</Comment>
  321. <Name>Mustafa Cinasal</Name>
  322. <Email>muscnsl@gmail.com</Email>
  323. </Update>
  324. <Update release="32">
  325. <Date>2020-06-13</Date>
  326. <Version>5.71.0</Version>
  327. <Comment>Version bump.</Comment>
  328. <Name>Mustafa Cinasal</Name>
  329. <Email>muscnsl@gmail.com</Email>
  330. </Update>
  331. <Update release="31">
  332. <Date>2020-05-09</Date>
  333. <Version>5.70.0</Version>
  334. <Comment>Version bump.</Comment>
  335. <Name>Mustafa Cinasal</Name>
  336. <Email>muscnsl@gmail.com</Email>
  337. </Update>
  338. <Update release="30">
  339. <Date>2020-03-29</Date>
  340. <Version>5.68.0</Version>
  341. <Comment>Version bump.</Comment>
  342. <Name>Mustafa Cinasal</Name>
  343. <Email>muscnsl@gmail.com</Email>
  344. </Update>
  345. <Update release="29">
  346. <Date>2020-01-11</Date>
  347. <Version>5.66.0</Version>
  348. <Comment>Version bump.</Comment>
  349. <Name>Mustafa Cinasal</Name>
  350. <Email>muscnsl@gmail.com</Email>
  351. </Update>
  352. <Update release="28">
  353. <Date>2019-09-15</Date>
  354. <Version>5.62.0</Version>
  355. <Comment>Version bump.</Comment>
  356. <Name>Mustafa Cinasal</Name>
  357. <Email>muscnsl@gmail.com</Email>
  358. </Update>
  359. <Update release="27">
  360. <Date>2019-07-22</Date>
  361. <Version>5.60.0</Version>
  362. <Comment>Version bump.</Comment>
  363. <Name>Mustafa Cinasal</Name>
  364. <Email>muscnsl@gmail.com</Email>
  365. </Update>
  366. <Update release="26">
  367. <Date>2019-04-15</Date>
  368. <Version>5.57.0</Version>
  369. <Comment>Version bump.</Comment>
  370. <Name>Mustafa Cinasal</Name>
  371. <Email>muscnsl@gmail.com</Email>
  372. </Update>
  373. <Update release="25">
  374. <Date>2019-03-11</Date>
  375. <Version>5.56.0</Version>
  376. <Comment>Version bump.</Comment>
  377. <Name>Mustafa Cinasal</Name>
  378. <Email>muscnsl@gmail.com</Email>
  379. </Update>
  380. <Update release="24">
  381. <Date>2019-02-09</Date>
  382. <Version>5.55.0</Version>
  383. <Comment>Version bump.</Comment>
  384. <Name>Mustafa Cinasal</Name>
  385. <Email>muscnsl@gmail.com</Email>
  386. </Update>
  387. <Update release="23">
  388. <Date>2019-01-12</Date>
  389. <Version>5.54.0</Version>
  390. <Comment>Version bump.</Comment>
  391. <Name>Mustafa Cinasal</Name>
  392. <Email>muscnsl@gmail.com</Email>
  393. </Update>
  394. <Update release="22">
  395. <Date>2018-12-26</Date>
  396. <Version>5.53.0</Version>
  397. <Comment>Version bump.</Comment>
  398. <Name>Mustafa Cinasal</Name>
  399. <Email>muscnsl@gmail.com</Email>
  400. </Update>
  401. <Update release="21">
  402. <Date>2018-11-10</Date>
  403. <Version>5.52.0</Version>
  404. <Comment>Version bump.</Comment>
  405. <Name>Mustafa Cinasal</Name>
  406. <Email>muscnsl@gmail.com</Email>
  407. </Update>
  408. <Update release="20">
  409. <Date>2018-10-17</Date>
  410. <Version>5.51.0</Version>
  411. <Comment>Version bump.</Comment>
  412. <Name>Mustafa Cinasal</Name>
  413. <Email>muscnsl@gmail.com</Email>
  414. </Update>
  415. <Update release="19">
  416. <Date>2018-10-16</Date>
  417. <Version>5.50.0</Version>
  418. <Comment>Version bump</Comment>
  419. <Name>Mustafa Cinasal</Name>
  420. <Email>muscnsl@gmail.com</Email>
  421. </Update>
  422. <Update release="18">
  423. <Date>2018-08-11</Date>
  424. <Version>5.46.0</Version>
  425. <Comment>Rebuild</Comment>
  426. <Name>Ertuğrul Erata</Name>
  427. <Email>ertugrulerata@gmail.com</Email>
  428. </Update>
  429. <Update release="17">
  430. <Date>2018-05-14</Date>
  431. <Version>5.46.0</Version>
  432. <Comment>Version bump.</Comment>
  433. <Name>Mustafa Cinasal</Name>
  434. <Email>muscnsl@gmail.com</Email>
  435. </Update>
  436. <Update release="16">
  437. <Date>2018-04-23</Date>
  438. <Version>5.45.0</Version>
  439. <Comment>Version bump.</Comment>
  440. <Name>Mustafa Cinasal</Name>
  441. <Email>muscnsl@gmail.com</Email>
  442. </Update>
  443. <Update release="15">
  444. <Date>2018-03-22</Date>
  445. <Version>5.44.0</Version>
  446. <Comment>Version bump.</Comment>
  447. <Name>Mustafa Cinasal</Name>
  448. <Email>muscnsl@gmail.com</Email>
  449. </Update>
  450. <Update release="14">
  451. <Date>2018-02-01</Date>
  452. <Version>5.42.0</Version>
  453. <Comment>Version bump.</Comment>
  454. <Name>Mustafa Cinasal</Name>
  455. <Email>muscnsl@gmail.com</Email>
  456. </Update>
  457. <Update release="13">
  458. <Date>2017-12-15</Date>
  459. <Version>5.41.0</Version>
  460. <Comment>Version bump.</Comment>
  461. <Name>Mustafa Cinasal</Name>
  462. <Email>muscnsl@gmail.com</Email>
  463. </Update>
  464. <Update release="12">
  465. <Date>2017-11-11</Date>
  466. <Version>5.40.0</Version>
  467. <Comment>Version bump.</Comment>
  468. <Name>Mustafa Cinasal</Name>
  469. <Email>muscnsl@gmail.com</Email>
  470. </Update>
  471. <Update release="11">
  472. <Date>2017-10-14</Date>
  473. <Version>5.39.0</Version>
  474. <Comment>Version bump.</Comment>
  475. <Name>Mustafa Cinasal</Name>
  476. <Email>muscnsl@gmail.com</Email>
  477. </Update>
  478. <Update release="10">
  479. <Date>2017-09-13</Date>
  480. <Version>5.38.0</Version>
  481. <Comment>Version bump.</Comment>
  482. <Name>Mustafa Cinasal</Name>
  483. <Email>muscnsl@gmail.com</Email>
  484. </Update>
  485. <Update release="9">
  486. <Date>2017-06-20</Date>
  487. <Version>5.35.0</Version>
  488. <Comment>version bump.</Comment>
  489. <Name>Ali Algul</Name>
  490. <Email>aligulle3801@gmail.com</Email>
  491. </Update>
  492. <Update release="8">
  493. <Date>2017-02-27</Date>
  494. <Version>5.29.0</Version>
  495. <Comment>Rebuild for new Toolchain.</Comment>
  496. <Name>Stefan Gronewold(groni)</Name>
  497. <Email>groni@pisilinux.org</Email>
  498. </Update>
  499. <Update release="7">
  500. <Date>2016-12-21</Date>
  501. <Version>5.29.0</Version>
  502. <Comment>Version bump.</Comment>
  503. <Name>Stefan Gronewold(groni)</Name>
  504. <Email>groni@pisilinux.org</Email>
  505. </Update>
  506. <Update release="6">
  507. <Date>2016-11-26</Date>
  508. <Version>5.28.0</Version>
  509. <Comment>Version bump.</Comment>
  510. <Name>Stefan Gronewold(groni)</Name>
  511. <Email>groni@pisilinux.org</Email>
  512. </Update>
  513. <Update release="5">
  514. <Date>2016-10-22</Date>
  515. <Version>5.27.0</Version>
  516. <Comment>Version bump.</Comment>
  517. <Name>Yusuf Aydemir</Name>
  518. <Email>yusuf.aydemir@pisilnux.org</Email>
  519. </Update>
  520. <Update release="4">
  521. <Date>2016-10-04</Date>
  522. <Version>5.26.0</Version>
  523. <Comment>Version bump.</Comment>
  524. <Name>Yusuf Aydemir</Name>
  525. <Email>yusuf.aydemir@pisilnux.org</Email>
  526. </Update>
  527. <Update release="3">
  528. <Date>2016-07-21</Date>
  529. <Version>5.24.0</Version>
  530. <Comment>Version bump.</Comment>
  531. <Name>Yusuf Aydemir</Name>
  532. <Email>yusuf.aydemir@pisilinux.org</Email>
  533. </Update>
  534. <Update release="2">
  535. <Date>2016-05-17</Date>
  536. <Version>5.22.0</Version>
  537. <Comment>Version bump.</Comment>
  538. <Name>Burak Ertürk</Name>
  539. <Email>burakerturk@pisilinux.org</Email>
  540. </Update>
  541. <Update release="1">
  542. <Date>2016-04-13</Date>
  543. <Version>5.21.0</Version>
  544. <Comment>First release</Comment>
  545. <Name>Yusuf Aydemir</Name>
  546. <Email>yusuf.aydemir@pisilinux.org</Email>
  547. </Update>
  548. </History>
  549. </PISI>