pspec.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>thunderbird</Name>
  6. <Homepage>http://www.mozilla.org/projects/thunderbird/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MPL-1.1</License>
  12. <License>NPL-1.1</License>
  13. <License>GPLv2+</License>
  14. <Icon>thunderbird</Icon>
  15. <IsA>app:gui</IsA>
  16. <Summary>The Stand-Alone Mozilla Mail Component</Summary>
  17. <Description>Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform.</Description>
  18. <Archive sha1sum="17ef4cfaa43e6fed0bc5c7cf9ae263722b1a89a8" type="tarxz">http://ftp.mozilla.org/pub/thunderbird/releases/115.10.2/source/thunderbird-115.10.2.source.tar.xz</Archive>
  19. <AdditionalFiles>
  20. <AdditionalFile target=".mozconfig">pisilinux/mozconfig</AdditionalFile>
  21. </AdditionalFiles>
  22. <BuildDependencies>
  23. <Dependency>autoconf213</Dependency>
  24. <Dependency>wget</Dependency>
  25. <Dependency>yasm</Dependency>
  26. <Dependency>bzip2</Dependency>
  27. <Dependency>nss-devel</Dependency>
  28. <Dependency>gtk2-devel</Dependency>
  29. <Dependency>gtk3-devel</Dependency>
  30. <Dependency>zlib-devel</Dependency>
  31. <Dependency>libXt-devel</Dependency>
  32. <Dependency>libSM-devel</Dependency>
  33. <Dependency>libpng-devel</Dependency>
  34. <Dependency>sqlite-devel</Dependency>
  35. <Dependency>libffi-devel</Dependency>
  36. <Dependency>libXcomposite-devel</Dependency>
  37. <Dependency>alsa-lib-devel</Dependency>
  38. <Dependency>libjpeg-turbo-devel</Dependency>
  39. <Dependency>dbus-devel</Dependency>
  40. <Dependency>pixman-devel</Dependency>
  41. <Dependency>dbus-glib-devel</Dependency>
  42. <Dependency>hunspell-devel</Dependency>
  43. <Dependency>libevent-devel</Dependency>
  44. <Dependency>gconf-devel</Dependency>
  45. <Dependency>libvpx-devel</Dependency>
  46. <Dependency>pulseaudio-libs-devel</Dependency>
  47. <Dependency>startup-notification-devel</Dependency>
  48. <Dependency>cbindgen</Dependency>
  49. <Dependency>rust</Dependency>
  50. <Dependency>llvm</Dependency>
  51. <Dependency>python3-devel</Dependency>
  52. <Dependency>llvm-clang-devel</Dependency>
  53. <Dependency>python3-setuptools</Dependency>
  54. <Dependency>nodejs</Dependency>
  55. <Dependency>libuv-devel</Dependency>
  56. <Dependency>libnotify-devel</Dependency>
  57. </BuildDependencies>
  58. <Patches>
  59. <Patch level="1">metainfo.patch</Patch>
  60. <!-- <Patch level="1">cbindgen-0.24.patch</Patch> -->
  61. </Patches>
  62. </Source>
  63. <Package>
  64. <Name>thunderbird</Name>
  65. <RuntimeDependencies>
  66. <Dependency>atk</Dependency>
  67. <Dependency>nss</Dependency>
  68. <Dependency>gtk2</Dependency>
  69. <Dependency>nspr</Dependency>
  70. <Dependency>zlib</Dependency>
  71. <Dependency>bzip2</Dependency>
  72. <Dependency>cairo</Dependency>
  73. <Dependency>glib2</Dependency>
  74. <Dependency>libXt</Dependency>
  75. <Dependency>pango</Dependency>
  76. <Dependency>libX11</Dependency>
  77. <Dependency>pixman</Dependency>
  78. <Dependency>libgcc</Dependency>
  79. <Dependency>gconf</Dependency>
  80. <Dependency>icu4c</Dependency>
  81. <Dependency>hunspell</Dependency>
  82. <Dependency>libvpx</Dependency>
  83. <Dependency>libpng</Dependency>
  84. <Dependency>sqlite</Dependency>
  85. <Dependency>iconcan</Dependency> <!--for <ICON></ICON>-->
  86. <Dependency>libXext</Dependency>
  87. <Dependency>alsa-lib</Dependency>
  88. <Dependency>libevent</Dependency>
  89. <Dependency>freetype</Dependency>
  90. <Dependency>libXfixes</Dependency>
  91. <Dependency>fontconfig</Dependency>
  92. <Dependency>gdk-pixbuf</Dependency>
  93. <Dependency>libXdamage</Dependency>
  94. <Dependency>libXrender</Dependency>
  95. <Dependency>libXcomposite</Dependency>
  96. <Dependency>libjpeg-turbo</Dependency>
  97. <Dependency>startup-notification</Dependency>
  98. <Dependency>dbus</Dependency>
  99. <Dependency>gtk3</Dependency>
  100. <Dependency>libffi</Dependency>
  101. <Dependency>libxcb</Dependency>
  102. <Dependency>dbus-glib</Dependency>
  103. </RuntimeDependencies>
  104. <Files>
  105. <Path fileType="doc">/usr/share/doc</Path>
  106. <Path fileType="executable">/usr/bin</Path>
  107. <Path fileType="data">/usr/share/pixmaps</Path>
  108. <Path fileType="data">/usr/lib/thunderbird</Path>
  109. <Path fileType="data">/usr/share/applications</Path>
  110. <Path fileType="data">/usr/share/icons/hicolor</Path>
  111. <Path fileType="info">/usr/share/metainfo</Path>
  112. </Files>
  113. <AdditionalFiles>
  114. <AdditionalFile owner="root" permission="0644" target="/usr/lib/thunderbird/defaults/pref/vendor.js">vendor.js</AdditionalFile>
  115. <!-- Desktop file -->
  116. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/thunderbird.desktop">thunderbird.desktop</AdditionalFile>
  117. <!-- Notification sound file -->
  118. <AdditionalFile owner="root" permission="0644" target="/usr/lib/thunderbird/sound.wav">pisilinux/network_mail_thunderbird_files_pisilinux_sound.wav</AdditionalFile>
  119. </AdditionalFiles>
  120. </Package>
  121. <Package>
  122. <Name>thunderbird-lang-be</Name>
  123. <Icon>lang-be</Icon>
  124. <IsA>locale:be</IsA>
  125. <PartOf>system.locale</PartOf>
  126. <Summary>Беларуская мова пакет для Thunderbird</Summary>
  127. <RuntimeDependencies>
  128. <Dependency releaseFrom="current">thunderbird</Dependency>
  129. </RuntimeDependencies>
  130. <Files>
  131. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org.xpi</Path>
  132. </Files>
  133. </Package>
  134. <Package>
  135. <Name>thunderbird-lang-ca</Name>
  136. <Icon>lang-ca</Icon>
  137. <IsA>locale:ca</IsA>
  138. <PartOf>system.locale</PartOf>
  139. <Summary>Arxiu d'idioma català del Thunderbird</Summary>
  140. <RuntimeDependencies>
  141. <Dependency releaseFrom="current">thunderbird</Dependency>
  142. </RuntimeDependencies>
  143. <Files>
  144. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org.xpi</Path>
  145. </Files>
  146. </Package>
  147. <Package>
  148. <Name>thunderbird-lang-da</Name>
  149. <Icon>lang-da</Icon>
  150. <IsA>locale:da</IsA>
  151. <PartOf>system.locale</PartOf>
  152. <Summary>Dansk sprogpakke til Thunderbird</Summary>
  153. <RuntimeDependencies>
  154. <Dependency releaseFrom="current">thunderbird</Dependency>
  155. </RuntimeDependencies>
  156. <Files>
  157. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org.xpi</Path>
  158. </Files>
  159. </Package>
  160. <Package>
  161. <Name>thunderbird-lang-de</Name>
  162. <Icon>lang-de</Icon>
  163. <IsA>locale:de</IsA>
  164. <PartOf>system.locale</PartOf>
  165. <Summary>Deutsch Sprachdatei für Thunderbird</Summary>
  166. <RuntimeDependencies>
  167. <Dependency releaseFrom="current">thunderbird</Dependency>
  168. </RuntimeDependencies>
  169. <Files>
  170. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org.xpi</Path>
  171. </Files>
  172. </Package>
  173. <Package>
  174. <Name>thunderbird-lang-el</Name>
  175. <Icon>lang-el</Icon>
  176. <IsA>locale:el</IsA>
  177. <PartOf>system.locale</PartOf>
  178. <Summary>Ελληνική γλώσσα pack για τον Thunderbird</Summary>
  179. <RuntimeDependencies>
  180. <Dependency releaseFrom="current">thunderbird</Dependency>
  181. </RuntimeDependencies>
  182. <Files>
  183. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org.xpi</Path>
  184. </Files>
  185. </Package>
  186. <Package>
  187. <Name>thunderbird-lang-en-US</Name>
  188. <Icon>lang-en-US</Icon>
  189. <IsA>locale:en_US</IsA>
  190. <PartOf>system.locale</PartOf>
  191. <Summary>English language pack for Thunderbird</Summary>
  192. <RuntimeDependencies>
  193. <Dependency releaseFrom="current">thunderbird</Dependency>
  194. </RuntimeDependencies>
  195. <Files>
  196. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org.xpi</Path>
  197. </Files>
  198. </Package>
  199. <Package>
  200. <Name>thunderbird-lang-en-GB</Name>
  201. <Icon>lang-en-GB</Icon>
  202. <IsA>locale:en_GB</IsA>
  203. <PartOf>system.locale</PartOf>
  204. <Summary>English language pack for Thunderbird</Summary>
  205. <RuntimeDependencies>
  206. <Dependency releaseFrom="current">thunderbird</Dependency>
  207. </RuntimeDependencies>
  208. <Files>
  209. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org.xpi</Path>
  210. </Files>
  211. </Package>
  212. <Package>
  213. <Name>thunderbird-lang-es-AR</Name>
  214. <Icon>lang-es-AR</Icon>
  215. <IsA>locale:es_AR</IsA>
  216. <PartOf>system.locale</PartOf>
  217. <Summary>Paquete de idioma español para Thunderbird</Summary>
  218. <RuntimeDependencies>
  219. <Dependency releaseFrom="current">thunderbird</Dependency>
  220. </RuntimeDependencies>
  221. <Files>
  222. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org.xpi</Path>
  223. </Files>
  224. </Package>
  225. <Package>
  226. <Name>thunderbird-lang-es-ES</Name>
  227. <Icon>lang-es-ES</Icon>
  228. <IsA>locale:es</IsA>
  229. <PartOf>system.locale</PartOf>
  230. <Summary>Paquete de idioma español para Thunderbird</Summary>
  231. <RuntimeDependencies>
  232. <Dependency releaseFrom="current">thunderbird</Dependency>
  233. </RuntimeDependencies>
  234. <Files>
  235. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org.xpi</Path>
  236. </Files>
  237. </Package>
  238. <Package>
  239. <Name>thunderbird-lang-fi</Name>
  240. <Icon>lang-fi</Icon>
  241. <IsA>locale:fi</IsA>
  242. <PartOf>system.locale</PartOf>
  243. <Summary>Suomen kielen pack for Thunderbird</Summary>
  244. <RuntimeDependencies>
  245. <Dependency releaseFrom="current">thunderbird</Dependency>
  246. </RuntimeDependencies>
  247. <Files>
  248. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org.xpi</Path>
  249. </Files>
  250. </Package>
  251. <Package>
  252. <Name>thunderbird-lang-fr</Name>
  253. <Icon>lang-fr</Icon>
  254. <IsA>locale:fr</IsA>
  255. <PartOf>system.locale</PartOf>
  256. <Summary>Paquet de langue française pour Thunderbird</Summary>
  257. <RuntimeDependencies>
  258. <Dependency releaseFrom="current">thunderbird</Dependency>
  259. </RuntimeDependencies>
  260. <Files>
  261. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org.xpi</Path>
  262. </Files>
  263. </Package>
  264. <Package>
  265. <Name>thunderbird-lang-hr</Name>
  266. <Icon>lang-hr</Icon>
  267. <IsA>locale:hr</IsA>
  268. <PartOf>system.locale</PartOf>
  269. <Summary>Hrvatski jezični paket za Thunderbird</Summary>
  270. <RuntimeDependencies>
  271. <Dependency releaseFrom="current">thunderbird</Dependency>
  272. </RuntimeDependencies>
  273. <Files>
  274. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org.xpi</Path>
  275. </Files>
  276. </Package>
  277. <Package>
  278. <Name>thunderbird-lang-hu</Name>
  279. <Icon>lang-hu</Icon>
  280. <IsA>locale:hu</IsA>
  281. <PartOf>system.locale</PartOf>
  282. <Summary>Magyar nyelvű pack for Thunderbird</Summary>
  283. <RuntimeDependencies>
  284. <Dependency releaseFrom="current">thunderbird</Dependency>
  285. </RuntimeDependencies>
  286. <Files>
  287. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org.xpi</Path>
  288. </Files>
  289. </Package>
  290. <Package>
  291. <Name>thunderbird-lang-it</Name>
  292. <Icon>lang-it</Icon>
  293. <IsA>locale:it</IsA>
  294. <PartOf>system.locale</PartOf>
  295. <Summary>Language Pack italiano per Thunderbird</Summary>
  296. <RuntimeDependencies>
  297. <Dependency releaseFrom="current">thunderbird</Dependency>
  298. </RuntimeDependencies>
  299. <Files>
  300. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org.xpi</Path>
  301. </Files>
  302. </Package>
  303. <Package>
  304. <Name>thunderbird-lang-lt</Name>
  305. <Icon>lang-lt</Icon>
  306. <IsA>locale:lt</IsA>
  307. <PartOf>system.locale</PartOf>
  308. <Summary>Lietuvių kalbos paketas Thunderbird</Summary>
  309. <RuntimeDependencies>
  310. <Dependency releaseFrom="current">thunderbird</Dependency>
  311. </RuntimeDependencies>
  312. <Files>
  313. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org.xpi</Path>
  314. </Files>
  315. </Package>
  316. <Package>
  317. <Name>thunderbird-lang-nl</Name>
  318. <Icon>lang-nl</Icon>
  319. <IsA>locale:nl</IsA>
  320. <PartOf>system.locale</PartOf>
  321. <Summary>Nederlands taalpakket voor Thunderbird</Summary>
  322. <RuntimeDependencies>
  323. <Dependency releaseFrom="current">thunderbird</Dependency>
  324. </RuntimeDependencies>
  325. <Files>
  326. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org.xpi</Path>
  327. </Files>
  328. </Package>
  329. <Package>
  330. <Name>thunderbird-lang-pl</Name>
  331. <Icon>lang-pl</Icon>
  332. <IsA>locale:pl</IsA>
  333. <PartOf>system.locale</PartOf>
  334. <Summary>Polski pakiet językowy dla programu Thunderbird</Summary>
  335. <RuntimeDependencies>
  336. <Dependency releaseFrom="current">thunderbird</Dependency>
  337. </RuntimeDependencies>
  338. <Files>
  339. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org.xpi</Path>
  340. </Files>
  341. </Package>
  342. <Package>
  343. <Name>thunderbird-lang-pt-BR</Name>
  344. <Icon>lang-pt-BR</Icon>
  345. <IsA>locale:pt_BR</IsA>
  346. <PartOf>system.locale</PartOf>
  347. <Summary>Pacote de idioma português para o Thunderbird</Summary>
  348. <RuntimeDependencies>
  349. <Dependency releaseFrom="current">thunderbird</Dependency>
  350. </RuntimeDependencies>
  351. <Files>
  352. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org.xpi</Path>
  353. </Files>
  354. </Package>
  355. <Package>
  356. <Name>thunderbird-lang-pt-PT</Name>
  357. <Icon>lang-pt-PT</Icon>
  358. <IsA>locale:pt</IsA>
  359. <PartOf>system.locale</PartOf>
  360. <Summary>Pacote de idioma português para o Thunderbird</Summary>
  361. <RuntimeDependencies>
  362. <Dependency releaseFrom="current">thunderbird</Dependency>
  363. </RuntimeDependencies>
  364. <Files>
  365. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org.xpi</Path>
  366. </Files>
  367. </Package>
  368. <Package>
  369. <Name>thunderbird-lang-ro</Name>
  370. <Icon>lang-ro</Icon>
  371. <IsA>locale:ro</IsA>
  372. <PartOf>system.locale</PartOf>
  373. <Summary>Pachet de limba română pentru Thunderbird</Summary>
  374. <RuntimeDependencies>
  375. <Dependency releaseFrom="current">thunderbird</Dependency>
  376. </RuntimeDependencies>
  377. <Files>
  378. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org.xpi</Path>
  379. </Files>
  380. </Package>
  381. <Package>
  382. <Name>thunderbird-lang-ru</Name>
  383. <Icon>lang-ru</Icon>
  384. <IsA>locale:ru</IsA>
  385. <PartOf>system.locale</PartOf>
  386. <Summary>Русский языковый пакет для Thunderbird</Summary>
  387. <RuntimeDependencies>
  388. <Dependency releaseFrom="current">thunderbird</Dependency>
  389. </RuntimeDependencies>
  390. <Files>
  391. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org.xpi</Path>
  392. </Files>
  393. </Package>
  394. <Package>
  395. <Name>thunderbird-lang-sr</Name>
  396. <Icon>lang-sr</Icon>
  397. <IsA>locale:sr</IsA>
  398. <PartOf>system.locale</PartOf>
  399. <Summary>Паковање српски језик за Фирефок</Summary>
  400. <RuntimeDependencies>
  401. <Dependency releaseFrom="current">thunderbird</Dependency>
  402. </RuntimeDependencies>
  403. <Files>
  404. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org.xpi</Path>
  405. </Files>
  406. </Package>
  407. <Package>
  408. <Name>thunderbird-lang-sv-SE</Name>
  409. <Icon>lang-sv-SE</Icon>
  410. <IsA>locale:sv_SE</IsA>
  411. <PartOf>system.locale</PartOf>
  412. <Summary>Svenska språkpaket för Thunderbird</Summary>
  413. <RuntimeDependencies>
  414. <Dependency releaseFrom="current">thunderbird</Dependency>
  415. </RuntimeDependencies>
  416. <Files>
  417. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org.xpi</Path>
  418. </Files>
  419. </Package>
  420. <Package>
  421. <Name>thunderbird-lang-tr</Name>
  422. <Icon>lang-tr</Icon>
  423. <IsA>locale:tr</IsA>
  424. <PartOf>system.locale</PartOf>
  425. <Summary>Thunderbird için Türkçe dil dosyası</Summary>
  426. <RuntimeDependencies>
  427. <Dependency releaseFrom="current">thunderbird</Dependency>
  428. </RuntimeDependencies>
  429. <Files>
  430. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org.xpi</Path>
  431. </Files>
  432. </Package>
  433. <Package>
  434. <Name>thunderbird-lang-uk</Name>
  435. <Icon>lang-uk</Icon>
  436. <IsA>locale:uk</IsA>
  437. <PartOf>system.locale</PartOf>
  438. <Summary>Український мовний пакет для Thunderbird</Summary>
  439. <RuntimeDependencies>
  440. <Dependency releaseFrom="current">thunderbird</Dependency>
  441. </RuntimeDependencies>
  442. <Files>
  443. <Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org.xpi</Path>
  444. </Files>
  445. </Package>
  446. <History>
  447. <Update release="14">
  448. <Date>2024-05-02</Date>
  449. <Version>115.10.2</Version>
  450. <Comment>Version bump.</Comment>
  451. <Name>Mustafa Cinasal</Name>
  452. <Email>muscnsl@gmail.com</Email>
  453. </Update>
  454. <Update release="13">
  455. <Date>2023-11-29</Date>
  456. <Version>115.5.1</Version>
  457. <Comment>Version bump.</Comment>
  458. <Name>Mustafa Cinasal</Name>
  459. <Email>muscnsl@gmail.com</Email>
  460. </Update>
  461. <Update release="12">
  462. <Date>2023-10-28</Date>
  463. <Version>115.4.1</Version>
  464. <Comment>Version bump.</Comment>
  465. <Name>Mustafa Cinasal</Name>
  466. <Email>muscnsl@gmail.com</Email>
  467. </Update>
  468. <Update release="11">
  469. <Date>2022-10-03</Date>
  470. <Version>102.3.1</Version>
  471. <Comment>Version bump.</Comment>
  472. <Name>Mustafa Cinasal</Name>
  473. <Email>muscnsl@gmail.com</Email>
  474. </Update>
  475. <Update release="10">
  476. <Date>2022-08-13</Date>
  477. <Version>91.12.0</Version>
  478. <Comment>Version bump.</Comment>
  479. <Name>Mustafa Cinasal</Name>
  480. <Email>muscnsl@gmail.com</Email>
  481. </Update>
  482. <Update release="9">
  483. <Date>2022-05-01</Date>
  484. <Version>91.8.1</Version>
  485. <Comment>Version bump</Comment>
  486. <Name>Mustafa Cinasal</Name>
  487. <Email>muscnsl@gmail.com</Email>
  488. </Update>
  489. <Update release="8">
  490. <Date>2021-10-31</Date>
  491. <Version>91.2.1</Version>
  492. <Comment>Version bump</Comment>
  493. <Name>Mustafa Cinasal</Name>
  494. <Email>muscnsl@gmail.com</Email>
  495. </Update>
  496. <Update release="7">
  497. <Date>2021-10-29</Date>
  498. <Version>91.2.1</Version>
  499. <Comment>Version Bump.</Comment>
  500. <Name>Kamil Atlı</Name>
  501. <Email>suvari@pisilinux.org</Email>
  502. </Update>
  503. <Update release="6">
  504. <Date>2021-04-24</Date>
  505. <Version>78.10.0</Version>
  506. <Comment>Version Bump.</Comment>
  507. <Name>Ali Cengiz Kurt</Name>
  508. <Email>alicengizkurt@gmail.com</Email>
  509. </Update>
  510. <Update release="5">
  511. <Date>2018-09-21</Date>
  512. <Version>52.9.0</Version>
  513. <Comment>Version Bump.</Comment>
  514. <Name>Stefan Gronewold</Name>
  515. <Email>groni@pisilinux.org</Email>
  516. </Update>
  517. <Update release="4">
  518. <Date>2018-02-04</Date>
  519. <Version>52.6.0</Version>
  520. <Comment>Version Bump.</Comment>
  521. <Name>Mustafa Cinasal</Name>
  522. <Email>muscnsl@gmail.com</Email>
  523. </Update>
  524. <Update release="3">
  525. <Date>2017-05-22</Date>
  526. <Version>52.1.1</Version>
  527. <Comment>Version Bump.</Comment>
  528. <Name>Mustafa Cinasal</Name>
  529. <Email>muscnsl@gmail.com</Email>
  530. </Update>
  531. <Update release="2">
  532. <Date>2016-06-15</Date>
  533. <Version>45.1.1</Version>
  534. <Comment>Version Bump</Comment>
  535. <Name>Pisi Linux Community</Name>
  536. <Email>admin@pisilinux.org</Email>
  537. </Update>
  538. <Update release="1">
  539. <Date>2016-01-29</Date>
  540. <Version>38.5.1</Version>
  541. <Comment>First release</Comment>
  542. <Name>Osman Erkan</Name>
  543. <Email>osman.erkan@pisilinux.org</Email>
  544. </Update>
  545. </History>
  546. </PISI>