pspec.xml 22 KB

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