pspec.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>firefox</Name>
  6. <Homepage>http://www.mozilla.org/projects/firefox/</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>firefox</Icon>
  15. <IsA>app:gui</IsA>
  16. <Summary>Firefox Web Browser</Summary>
  17. <Description>It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.</Description>
  18. <Archive sha1sum="c7e3aa5db3c711b9bc3e82224fae49c829cc857d" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/57.0.4/source/firefox-57.0.4.source.tar.xz</Archive>
  19. <AdditionalFiles>
  20. <!--Our main configure script. Configure paramters are stored here.-->
  21. <AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile>
  22. <AdditionalFile target="browserconfig.properties" permission="0644">pisilinux/browserconfig.properties</AdditionalFile> <!--anasayfa ayarlaması-->
  23. </AdditionalFiles>
  24. <BuildDependencies>
  25. <Dependency>rust</Dependency>
  26. <Dependency>wget</Dependency>
  27. <Dependency>yasm</Dependency>
  28. <Dependency versionFrom="58.2">icu4c-devel</Dependency>
  29. <Dependency>zlib-devel</Dependency>
  30. <Dependency>gtk3-devel</Dependency>
  31. <Dependency>gtk2-devel</Dependency>
  32. <Dependency>libXt-devel</Dependency>
  33. <Dependency>libSM-devel</Dependency>
  34. <Dependency>libpng-devel</Dependency>
  35. <Dependency>libffi-devel</Dependency>
  36. <Dependency>gnutls-devel</Dependency>
  37. <Dependency>hunspell-devel</Dependency>
  38. <Dependency>sqlite-devel</Dependency>
  39. <Dependency>autoconf213</Dependency>
  40. <Dependency>alsa-lib-devel</Dependency>
  41. <Dependency>dbus-glib-devel</Dependency>
  42. <Dependency>libXcomposite-devel</Dependency>
  43. <Dependency>libXScrnSaver-devel</Dependency>
  44. <Dependency>libjpeg-turbo-devel</Dependency>
  45. <Dependency>pulseaudio-libs-devel</Dependency>
  46. <Dependency>gconf-devel</Dependency>
  47. <Dependency>startup-notification-devel</Dependency>
  48. <Dependency>libvpx-devel</Dependency>
  49. <Dependency>libevent-devel</Dependency>
  50. <Dependency>pulseaudio-libs-devel</Dependency>
  51. <Dependency>gst-plugins-base-next-devel</Dependency>
  52. <Dependency>nss-devel</Dependency>
  53. <Dependency>nspr-devel</Dependency>
  54. <Dependency>chrpath</Dependency>
  55. <Dependency>jack-audio-connection-kit-devel</Dependency>
  56. </BuildDependencies>
  57. <Patches>
  58. <Patch level="1">firefox-install-dir.patch</Patch>
  59. <Patch level="1">llvmversyon.patch</Patch>
  60. <Patch level="1">icu58.patch</Patch>
  61. <Patch level="1">0001-Bug-1360278-Add-preference-to-trigger-context-menu-o.patch</Patch>
  62. <Patch level="1">0002-Bug-1419426-Implement-browserSettings.contextMenuSho.patch</Patch>
  63. <Patch level="1">no-plt.diff</Patch>
  64. <!-- <Patch level="1">plugin-crash.diff</Patch> -->
  65. <!-- <Patch level="1">glibc-2.26-fix.diff</Patch> -->
  66. </Patches>
  67. </Source>
  68. <Package>
  69. <Name>firefox</Name>
  70. <RuntimeDependencies>
  71. <Dependency>atk</Dependency>
  72. <Dependency>nss</Dependency>
  73. <Dependency>dbus</Dependency>
  74. <Dependency>gtk3</Dependency>
  75. <Dependency>gtk2</Dependency>
  76. <Dependency>nspr</Dependency>
  77. <Dependency>zlib</Dependency>
  78. <Dependency>cairo</Dependency>
  79. <Dependency>glib2</Dependency>
  80. <Dependency>libXt</Dependency>
  81. <Dependency>pango</Dependency>
  82. <Dependency>libX11</Dependency>
  83. <Dependency>libffi</Dependency>
  84. <Dependency>libxcb</Dependency>
  85. <Dependency>libgcc</Dependency>
  86. <!--Dependency>libpng</Dependency-->
  87. <Dependency>pixman</Dependency>
  88. <Dependency>sqlite</Dependency>
  89. <Dependency>iconcan</Dependency> <!--for <ICON></ICON>-->
  90. <Dependency>libXext</Dependency>
  91. <Dependency versionFrom="58.2">icu4c</Dependency>
  92. <!--Dependency>libvpx</Dependency-->
  93. <Dependency>alsa-lib</Dependency>
  94. <!--Dependency>gconf</Dependency-->
  95. <Dependency>libevent</Dependency>
  96. <Dependency>freetype</Dependency>
  97. <Dependency>hunspell</Dependency>
  98. <Dependency>dbus-glib</Dependency>
  99. <Dependency>libXfixes</Dependency>
  100. <Dependency>fontconfig</Dependency>
  101. <!--Dependency>gstreamer-next</Dependency-->
  102. <Dependency>gdk-pixbuf</Dependency>
  103. <Dependency>libXdamage</Dependency>
  104. <Dependency>libXrender</Dependency>
  105. <Dependency>libXcomposite</Dependency>
  106. <!--Dependency>libjpeg-turbo</Dependency-->
  107. <Dependency>startup-notification</Dependency>
  108. </RuntimeDependencies>
  109. <Files>
  110. <Path fileType="config">/etc/</Path>
  111. <Path fileType="doc">/usr/share/doc</Path>
  112. <Path fileType="executable">/usr/bin</Path>
  113. <Path fileType="data">/usr/share/mime</Path>
  114. <Path fileType="executable">/usr/libexec</Path>
  115. <Path fileType="data">/usr/lib/pkgconfig</Path>
  116. <Path fileType="data">/usr/share/pixmaps</Path>
  117. <Path fileType="executable">/usr/lib/firefox</Path>
  118. <Path fileType="data">/usr/share/applications</Path>
  119. </Files>
  120. <AdditionalFiles>
  121. <!-- Desktop file -->
  122. <AdditionalFile target="/usr/share/applications/mozillafirefox.desktop" permission="0644" owner="root">pisilinux/mozillafirefox.desktop</AdditionalFile>
  123. <!-- Default options -->
  124. <AdditionalFile target="/usr/lib/firefox/browser/defaults/preferences/firefox-l10n.js" permission="0644" owner="root">pisilinux/firefox-l10n.js</AdditionalFile>
  125. <AdditionalFile target="/usr/lib/firefox/browser/defaults/preferences/firefox-pisilinux.js" permission="0644" owner="root">pisilinux/default-prefs.js</AdditionalFile>
  126. <!-- Default bookmarks -->
  127. <AdditionalFile target="/usr/lib/firefox/pisilinux/bookmarks-tr.html" permission="0644" owner="root">pisilinux/pisilinux_bookmark-tr.html</AdditionalFile>
  128. <AdditionalFile target="/usr/lib/firefox/pisilinux/bookmarks-en.html" permission="0644" owner="root">pisilinux/pisilinux_bookmark-en.html</AdditionalFile>
  129. <AdditionalFile target="/usr/lib/firefox/pisilinux/bookmarks-nl.html" permission="0644" owner="root">pisilinux/pisilinux_bookmark-nl.html</AdditionalFile>
  130. <AdditionalFile target="/usr/lib/firefox/pisilinux/bookmarks-de.html" permission="0644" owner="root">pisilinux/pisilinux_bookmark-de.html</AdditionalFile>
  131. </AdditionalFiles>
  132. <Provides>
  133. <COMAR script='package.py'>System.Package</COMAR>
  134. </Provides>
  135. </Package>
  136. <Package>
  137. <Name>firefox-lang-az</Name>
  138. <Icon>lang-az</Icon>
  139. <Summary>Firefox üçün Türkçe dil faylı</Summary>
  140. <IsA>locale:az</IsA>
  141. <PartOf>system.locale</PartOf>
  142. <RuntimeDependencies>
  143. <Dependency releaseFrom="current">firefox</Dependency>
  144. </RuntimeDependencies>
  145. <Files>
  146. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-az@firefox.mozilla.org</Path>
  147. </Files>
  148. </Package>
  149. <!--Package>
  150. <Name>firefox-lang-be</Name>
  151. <Icon>lang-be</Icon>
  152. <IsA>locale:be</IsA>
  153. <PartOf>system.locale</PartOf>
  154. <Summary>Беларуская мова пакет для Firefox</Summary>
  155. <RuntimeDependencies>
  156. <Dependency releaseFrom="current">firefox</Dependency>
  157. </RuntimeDependencies>
  158. <Files>
  159. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-be@firefox.mozilla.org</Path>
  160. </Files>
  161. </Package-->
  162. <Package>
  163. <Name>firefox-lang-bs</Name>
  164. <Icon>lang-bs</Icon>
  165. <IsA>locale:bs</IsA>
  166. <PartOf>system.locale</PartOf>
  167. <Summary>Engleskom jeziku paket za Firefox</Summary>
  168. <RuntimeDependencies>
  169. <Dependency releaseFrom="current">firefox</Dependency>
  170. </RuntimeDependencies>
  171. <Files>
  172. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-bs@firefox.mozilla.org</Path>
  173. </Files>
  174. </Package>
  175. <Package>
  176. <Name>firefox-lang-ca</Name>
  177. <Icon>lang-ca</Icon>
  178. <Summary>Arxiu d'idioma català del Firefox</Summary>
  179. <IsA>locale:ca</IsA>
  180. <PartOf>system.locale</PartOf>
  181. <RuntimeDependencies>
  182. <Dependency releaseFrom="current">firefox</Dependency>
  183. </RuntimeDependencies>
  184. <Files>
  185. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-ca@firefox.mozilla.org</Path>
  186. </Files>
  187. </Package>
  188. <Package>
  189. <Name>firefox-lang-da</Name>
  190. <Icon>lang-da</Icon>
  191. <Summary>Dansk sprogpakke til Firefox</Summary>
  192. <IsA>locale:da</IsA>
  193. <PartOf>system.locale</PartOf>
  194. <RuntimeDependencies>
  195. <Dependency releaseFrom="current">firefox</Dependency>
  196. </RuntimeDependencies>
  197. <Files>
  198. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-da@firefox.mozilla.org</Path>
  199. </Files>
  200. </Package>
  201. <Package>
  202. <Name>firefox-lang-de</Name>
  203. <Icon>lang-de</Icon>
  204. <Summary>Deutsch Sprachdatei für Firefox</Summary>
  205. <IsA>locale:de</IsA>
  206. <PartOf>system.locale</PartOf>
  207. <RuntimeDependencies>
  208. <Dependency releaseFrom="current">firefox</Dependency>
  209. </RuntimeDependencies>
  210. <Files>
  211. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-de@firefox.mozilla.org</Path>
  212. </Files>
  213. </Package>
  214. <Package>
  215. <Name>firefox-lang-el</Name>
  216. <Icon>lang-el</Icon>
  217. <Summary>Ελληνική γλώσσα pack για τον Firefox</Summary>
  218. <IsA>locale:el</IsA>
  219. <PartOf>system.locale</PartOf>
  220. <RuntimeDependencies>
  221. <Dependency releaseFrom="current">firefox</Dependency>
  222. </RuntimeDependencies>
  223. <Files>
  224. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-el@firefox.mozilla.org</Path>
  225. </Files>
  226. </Package>
  227. <Package>
  228. <Name>firefox-lang-en-US</Name>
  229. <Icon>lang-en-US</Icon>
  230. <Summary>English language pack for Firefox</Summary>
  231. <IsA>locale:en-US</IsA>
  232. <PartOf>system.locale</PartOf>
  233. <RuntimeDependencies>
  234. <Dependency releaseFrom="current">firefox</Dependency>
  235. </RuntimeDependencies>
  236. <Files>
  237. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-en-US@firefox.mozilla.org</Path>
  238. </Files>
  239. </Package>
  240. <Package>
  241. <Name>firefox-lang-en-ZA</Name>
  242. <Icon>lang-en-ZA</Icon>
  243. <Summary>South African English language pack for Firefox</Summary>
  244. <IsA>locale:en-ZA</IsA>
  245. <PartOf>system.locale</PartOf>
  246. <RuntimeDependencies>
  247. <Dependency releaseFrom="current">firefox</Dependency>
  248. </RuntimeDependencies>
  249. <Files>
  250. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org</Path>
  251. </Files>
  252. </Package>
  253. <Package>
  254. <Name>firefox-lang-en-GB</Name>
  255. <Icon>lang-en-GB</Icon>
  256. <Summary>British English language pack for Firefox</Summary>
  257. <IsA>locale:en-GB</IsA>
  258. <PartOf>system.locale</PartOf>
  259. <RuntimeDependencies>
  260. <Dependency releaseFrom="current">firefox</Dependency>
  261. </RuntimeDependencies>
  262. <Files>
  263. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org</Path>
  264. </Files>
  265. </Package>
  266. <Package>
  267. <Name>firefox-lang-es-AR</Name>
  268. <Icon>lang-es-AR</Icon>
  269. <Summary>Paquete de idioma español para Firefox</Summary>
  270. <IsA>locale:es-AR</IsA>
  271. <PartOf>system.locale</PartOf>
  272. <RuntimeDependencies>
  273. <Dependency releaseFrom="current">firefox</Dependency>
  274. </RuntimeDependencies>
  275. <Files>
  276. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-es-AR@firefox.mozilla.org</Path>
  277. </Files>
  278. </Package>
  279. <Package>
  280. <Name>firefox-lang-es-CL</Name>
  281. <Icon>lang-es-CL</Icon>
  282. <Summary>Paquete de idioma español para Firefox</Summary>
  283. <IsA>locale:es-CL</IsA>
  284. <PartOf>system.locale</PartOf>
  285. <RuntimeDependencies>
  286. <Dependency releaseFrom="current">firefox</Dependency>
  287. </RuntimeDependencies>
  288. <Files>
  289. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-es-CL@firefox.mozilla.org</Path>
  290. </Files>
  291. </Package>
  292. <Package>
  293. <Name>firefox-lang-es-ES</Name>
  294. <Icon>lang-es-ES</Icon>
  295. <Summary>Paquete de idioma español para Firefox</Summary>
  296. <IsA>locale:es-ES</IsA>
  297. <PartOf>system.locale</PartOf>
  298. <RuntimeDependencies>
  299. <Dependency releaseFrom="current">firefox</Dependency>
  300. </RuntimeDependencies>
  301. <Files>
  302. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-es-ES@firefox.mozilla.org</Path>
  303. </Files>
  304. </Package>
  305. <Package>
  306. <Name>firefox-lang-fi</Name>
  307. <Icon>lang-fi</Icon>
  308. <Summary>Suomen kielen pack for Firefox</Summary>
  309. <IsA>locale:fi</IsA>
  310. <PartOf>system.locale</PartOf>
  311. <RuntimeDependencies>
  312. <Dependency releaseFrom="current">firefox</Dependency>
  313. </RuntimeDependencies>
  314. <Files>
  315. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-fi@firefox.mozilla.org</Path>
  316. </Files>
  317. </Package>
  318. <Package>
  319. <Name>firefox-lang-fr</Name>
  320. <Icon>lang-fr</Icon>
  321. <Summary>Paquet de langue française pour Firefox</Summary>
  322. <IsA>locale:fr</IsA>
  323. <PartOf>system.locale</PartOf>
  324. <RuntimeDependencies>
  325. <Dependency releaseFrom="current">firefox</Dependency>
  326. </RuntimeDependencies>
  327. <Files>
  328. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-fr@firefox.mozilla.org</Path>
  329. </Files>
  330. </Package>
  331. <Package>
  332. <Name>firefox-lang-hr</Name>
  333. <Icon>lang-hr</Icon>
  334. <Summary>Hrvatski jezični paket za Firefox</Summary>
  335. <IsA>locale:hr</IsA>
  336. <PartOf>system.locale</PartOf>
  337. <RuntimeDependencies>
  338. <Dependency releaseFrom="current">firefox</Dependency>
  339. </RuntimeDependencies>
  340. <Files>
  341. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-hr@firefox.mozilla.org</Path>
  342. </Files>
  343. </Package>
  344. <Package>
  345. <Name>firefox-lang-hu</Name>
  346. <Icon>lang-hu</Icon>
  347. <Summary>Magyar nyelvű pack for Firefox</Summary>
  348. <IsA>locale:hu</IsA>
  349. <PartOf>system.locale</PartOf>
  350. <RuntimeDependencies>
  351. <Dependency releaseFrom="current">firefox</Dependency>
  352. </RuntimeDependencies>
  353. <Files>
  354. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-hu@firefox.mozilla.org</Path>
  355. </Files>
  356. </Package>
  357. <Package>
  358. <Name>firefox-lang-it</Name>
  359. <Icon>lang-it</Icon>
  360. <Summary>Language Pack italiano per Firefox</Summary>
  361. <IsA>locale:it</IsA>
  362. <PartOf>system.locale</PartOf>
  363. <RuntimeDependencies>
  364. <Dependency releaseFrom="current">firefox</Dependency>
  365. </RuntimeDependencies>
  366. <Files>
  367. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-it@firefox.mozilla.org</Path>
  368. </Files>
  369. </Package>
  370. <Package>
  371. <Name>firefox-lang-lt</Name>
  372. <Icon>lang-lt</Icon>
  373. <Summary>Lietuvių kalbos paketas Firefox</Summary>
  374. <IsA>locale:lt</IsA>
  375. <PartOf>system.locale</PartOf>
  376. <RuntimeDependencies>
  377. <Dependency releaseFrom="current">firefox</Dependency>
  378. </RuntimeDependencies>
  379. <Files>
  380. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-lt@firefox.mozilla.org</Path>
  381. </Files>
  382. </Package>
  383. <Package>
  384. <Name>firefox-lang-nl</Name>
  385. <Icon>lang-nl</Icon>
  386. <Summary>Nederlands taalpakket voor Firefox</Summary>
  387. <IsA>locale:nl</IsA>
  388. <PartOf>system.locale</PartOf>
  389. <RuntimeDependencies>
  390. <Dependency releaseFrom="current">firefox</Dependency>
  391. </RuntimeDependencies>
  392. <Files>
  393. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-nl@firefox.mozilla.org</Path>
  394. </Files>
  395. </Package>
  396. <Package>
  397. <Name>firefox-lang-pl</Name>
  398. <Icon>lang-pl</Icon>
  399. <Summary>Polski pakiet językowy dla programu Firefox</Summary>
  400. <IsA>locale:pl</IsA>
  401. <PartOf>system.locale</PartOf>
  402. <RuntimeDependencies>
  403. <Dependency releaseFrom="current">firefox</Dependency>
  404. </RuntimeDependencies>
  405. <Files>
  406. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-pl@firefox.mozilla.org</Path>
  407. </Files>
  408. </Package>
  409. <Package>
  410. <Name>firefox-lang-pt-BR</Name>
  411. <Icon>lang-pt-BR</Icon>
  412. <Summary>Pacote de idioma português para o Firefox</Summary>
  413. <IsA>locale:pt-BR</IsA>
  414. <PartOf>system.locale</PartOf>
  415. <RuntimeDependencies>
  416. <Dependency releaseFrom="current">firefox</Dependency>
  417. </RuntimeDependencies>
  418. <Files>
  419. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-pt-BR@firefox.mozilla.org</Path>
  420. </Files>
  421. </Package>
  422. <Package>
  423. <Name>firefox-lang-pt-PT</Name>
  424. <Icon>lang-pt-PT</Icon>
  425. <IsA>locale:pt-PT</IsA>
  426. <PartOf>system.locale</PartOf>
  427. <Summary>Pacote de idioma português para o Firefox</Summary>
  428. <RuntimeDependencies>
  429. <Dependency releaseFrom="current">firefox</Dependency>
  430. </RuntimeDependencies>
  431. <Files>
  432. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-pt-PT@firefox.mozilla.org</Path>
  433. </Files>
  434. </Package>
  435. <Package>
  436. <Name>firefox-lang-ro</Name>
  437. <Icon>lang-ro</Icon>
  438. <IsA>locale:ro</IsA>
  439. <PartOf>system.locale</PartOf>
  440. <Summary>Pachet de limba română pentru Firefox</Summary>
  441. <RuntimeDependencies>
  442. <Dependency releaseFrom="current">firefox</Dependency>
  443. </RuntimeDependencies>
  444. <Files>
  445. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-ro@firefox.mozilla.org</Path>
  446. </Files>
  447. </Package>
  448. <Package>
  449. <Name>firefox-lang-ru</Name>
  450. <Icon>lang-ru</Icon>
  451. <IsA>locale:ru</IsA>
  452. <PartOf>system.locale</PartOf>
  453. <Summary>Русский языковый пакет для Firefox</Summary>
  454. <RuntimeDependencies>
  455. <Dependency releaseFrom="current">firefox</Dependency>
  456. </RuntimeDependencies>
  457. <Files>
  458. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-ru@firefox.mozilla.org</Path>
  459. </Files>
  460. </Package>
  461. <Package>
  462. <Name>firefox-lang-sr</Name>
  463. <Icon>lang-sr</Icon>
  464. <IsA>locale:sr</IsA>
  465. <PartOf>system.locale</PartOf>
  466. <Summary>Паковање српски језик за Фирефок</Summary>
  467. <RuntimeDependencies>
  468. <Dependency releaseFrom="current">firefox</Dependency>
  469. </RuntimeDependencies>
  470. <Files>
  471. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-sr@firefox.mozilla.org</Path>
  472. </Files>
  473. </Package>
  474. <Package>
  475. <Name>firefox-lang-sv-SE</Name>
  476. <Icon>lang-sv-SE</Icon>
  477. <IsA>locale:sv-SE</IsA>
  478. <PartOf>system.locale</PartOf>
  479. <Summary>Svenska språkpaket för Firefox</Summary>
  480. <RuntimeDependencies>
  481. <Dependency releaseFrom="current">firefox</Dependency>
  482. </RuntimeDependencies>
  483. <Files>
  484. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-sv-SE@firefox.mozilla.org</Path>
  485. </Files>
  486. </Package>
  487. <Package>
  488. <Name>firefox-lang-tr</Name>
  489. <Icon>lang-tr</Icon>
  490. <IsA>locale:tr</IsA>
  491. <PartOf>system.locale</PartOf>
  492. <Summary>Firefox için Türkçe dil dosyası</Summary>
  493. <RuntimeDependencies>
  494. <Dependency releaseFrom="current">firefox</Dependency>
  495. </RuntimeDependencies>
  496. <Files>
  497. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-tr@firefox.mozilla.org</Path>
  498. </Files>
  499. </Package>
  500. <Package>
  501. <Name>firefox-lang-uk</Name>
  502. <Icon>lang-uk</Icon>
  503. <IsA>locale:uk</IsA>
  504. <PartOf>system.locale</PartOf>
  505. <Summary>Український мовний пакет для Firefox</Summary>
  506. <RuntimeDependencies>
  507. <Dependency releaseFrom="current">firefox</Dependency>
  508. </RuntimeDependencies>
  509. <Files>
  510. <Path fileType="localedata">/usr/lib/firefox/browser/extensions/langpack-uk@firefox.mozilla.org</Path>
  511. </Files>
  512. </Package>
  513. <History>
  514. <Update release="11">
  515. <Date>2018-01-07</Date>
  516. <Version>57.0.4</Version>
  517. <Comment>Version Bump.</Comment>
  518. <Name>Mustafa Cinasal</Name>
  519. <Email>muscnsl@gmail.com</Email>
  520. </Update>
  521. <Update release="10">
  522. <Date>2017-12-08</Date>
  523. <Version>57.0.2</Version>
  524. <Comment>Version Bump.</Comment>
  525. <Name>Mustafa Cinasal</Name>
  526. <Email>muscnsl@gmail.com</Email>
  527. </Update>
  528. <Update release="9">
  529. <Date>2017-11-19</Date>
  530. <Version>57.0</Version>
  531. <Comment>Version Bump</Comment>
  532. <Name>Mustafa Cinasal</Name>
  533. <Email>muscnsl@gmail.com</Email>
  534. </Update>
  535. <Update release="8">
  536. <Date>2017-11-12</Date>
  537. <Version>56.0.2</Version>
  538. <Comment>Version Bump</Comment>
  539. <Name>Mustafa Cinasal</Name>
  540. <Email>muscnsl@gmail.com</Email>
  541. </Update>
  542. <Update release="7">
  543. <Date>2017-09-30</Date>
  544. <Version>55.0.3</Version>
  545. <Comment>Version Bump</Comment>
  546. <Name>Mustafa Cinasal</Name>
  547. <Email>muscnsl@gmail.com</Email>
  548. </Update>
  549. <Update release="6">
  550. <Date>2017-05-29</Date>
  551. <Version>53.0.3</Version>
  552. <Comment>Version Bump</Comment>
  553. <Name>Mustafa Cinasal</Name>
  554. <Email>muscnsl@gmail.com</Email>
  555. </Update>
  556. <Update release="5">
  557. <Date>2017-03-22</Date>
  558. <Version>52.0.1</Version>
  559. <Comment>Version Bump</Comment>
  560. <Name>Kamil Atlı</Name>
  561. <Email>suvari@pisilinux.org</Email>
  562. </Update>
  563. <Update release="4">
  564. <Date>2017-03-05</Date>
  565. <Version>50.0</Version>
  566. <Comment>Version Bump</Comment>
  567. <Name>Pisi Linux Community</Name>
  568. <Email>admin@pisilinux.org</Email>
  569. </Update>
  570. <Update release="3">
  571. <Date>2016-06-16</Date>
  572. <Version>47.0</Version>
  573. <Comment>Version Bump</Comment>
  574. <Name>Pisi Linux Community</Name>
  575. <Email>admin@pisilinux.org</Email>
  576. </Update>
  577. <Update release="2">
  578. <Date>2016-06-09</Date>
  579. <Version>44.0.2</Version>
  580. <Comment>Release Bump</Comment>
  581. <Name>Pisi Linux Community</Name>
  582. <Email>admin@pisilinux.org</Email>
  583. </Update>
  584. <Update release="1">
  585. <Date>2016-04-02</Date>
  586. <Version>44.0.2</Version>
  587. <Comment>First release</Comment>
  588. <Name>Osman Erkan</Name>
  589. <Email>osman.erkan@pisilinux.org</Email>
  590. </Update>
  591. </History>
  592. </PISI>