pspec.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>grub2</Name>
  6. <Homepage>http://www.gnu.org/software/grub/</Homepage>
  7. <Packager>
  8. <Name>Serdar Soytetir</Name>
  9. <Email>kaptan@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>GNU GRUB is a Multiboot boot loader.</Summary>
  14. <Description>GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project.</Description>
  15. <Archive sha1sum="3d7eb6eaab28b88cb969ba9ab24af959f4d1b178" type="tarxz">http://ftp.gnu.org/gnu/grub/grub-2.02.tar.xz</Archive>
  16. <Archive sha1sum="4ec712aced1c2b4cb6cd1cbd83fc2154249d6977" type="tarxz" target="grub-2.02/grub-extras">http://source.pisilinux.org/1.0/grub2_extras_915resolution_r10.tar.xz</Archive>
  17. <Archive sha1sum="30797ba7a86fc32213b9ae994c9fa45f37d01170" type="gz">http://ftp.gnu.org/gnu/unifont/unifont-6.3.20131217/unifont-6.3.20131217.bdf.gz</Archive>
  18. <Archive sha1sum="bc062965689314bcee544c34fe0b0afef847448d" type="tarxz" target="grub-2.02/themes">https://sourceforge.net/projects/pisilinux/files/source/grub2-theme-pisilinux-0.4.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency>autogen</Dependency>
  21. <Dependency>binutils</Dependency>
  22. <Dependency>bison</Dependency>
  23. <Dependency>flex</Dependency>
  24. <Dependency>gcc</Dependency>
  25. <Dependency>help2man</Dependency>
  26. <Dependency>texinfo</Dependency>
  27. <Dependency>freetype-devel</Dependency>
  28. <Dependency>zlib-devel</Dependency>
  29. <Dependency>ncurses-devel</Dependency>
  30. <Dependency>xz-devel</Dependency>
  31. <Dependency>fuse-devel</Dependency>
  32. <Dependency>lvm2-devel</Dependency>
  33. <Dependency>device-mapper-devel</Dependency>
  34. <Dependency>gettext-devel</Dependency>
  35. <Dependency>noto-fonts</Dependency>
  36. <Dependency>efivar-devel</Dependency>
  37. <Dependency>efibootmgr-devel</Dependency>
  38. <Dependency>mtools</Dependency>
  39. <Dependency>dosfstools</Dependency>
  40. </BuildDependencies>
  41. <Replaces>
  42. <Package>grub</Package>
  43. </Replaces>
  44. <Patches>
  45. <Patch level="1">gfxpayload.patch</Patch>
  46. <Patch level="1">grub-2.02_beta2-KERNEL_GLOBS.patch</Patch>
  47. <Patch level="1">mkconfig-fix.patch</Patch>
  48. <Patch level="1">pisi_name_and_initramfs.patch</Patch>
  49. <Patch level="1">Allow_GRUB_to_mount_ext234_filesystems_that_have_the_encryption_feature.patch</Patch>
  50. <Patch level="1">tsc-Change-default-tsc-calibration-method-to-pmtimer-on-EFI-systems.patch</Patch>
  51. <Patch level="1">intel-ucode.patch</Patch>
  52. </Patches>
  53. </Source>
  54. <Package>
  55. <Name>grub2</Name>
  56. <RuntimeDependencies>
  57. <Dependency>freetype</Dependency>
  58. <Dependency>xz</Dependency>
  59. <Dependency>fuse</Dependency>
  60. <Dependency>lvm2</Dependency>
  61. <Dependency>device-mapper</Dependency>
  62. <Dependency>mtools</Dependency>
  63. <Dependency>os-prober</Dependency>
  64. </RuntimeDependencies>
  65. <Files>
  66. <Path fileType="executable">/usr/bin</Path>
  67. <Path fileType="executable">/usr/sbin</Path>
  68. <Path fileType="library">/usr/lib/grub/i386-pc/</Path>
  69. <Path fileType="library">/usr/lib/grub/x86_64-efi</Path>
  70. <Path fileType="doc">/usr/share/doc</Path>
  71. <Path fileType="data">/usr/share/grub</Path>
  72. <Path fileType="data">/usr/share/info</Path>
  73. <Path fileType="data">/boot/grub2</Path>
  74. <Path fileType="localedata">/usr/share/locale</Path>
  75. <Path fileType="man">/usr/share/man/man1</Path>
  76. <Path fileType="man">/usr/share/man/man8</Path>
  77. <Path fileType="config">/etc/bash_completion.d</Path>
  78. <Path fileType="config">/etc/grub.d</Path>
  79. <Path fileType="config">/etc/default</Path>
  80. </Files>
  81. <AdditionalFiles>
  82. <AdditionalFile owner="root" permission="0644" target="/usr/share/grub/pisi-grub-bg.png">pisi-grub-bg.png</AdditionalFile>
  83. <AdditionalFile owner="root" permission="0644" target="/etc/default/grub">grub-defaults</AdditionalFile>
  84. <AdditionalFile owner="root" permission="0755" target="/etc/grub.d/30_uefi-firmware">30_uefi-firmware</AdditionalFile>
  85. <AdditionalFile owner="root" permission="0755" target="/usr/bin/update-grub">update-grub</AdditionalFile>
  86. </AdditionalFiles>
  87. </Package>
  88. <History>
  89. <Update release="10">
  90. <Date>2017-12-25</Date>
  91. <Version>2.02</Version>
  92. <Comment>Patch for ext234.</Comment>
  93. <Name>Kamil Atlı</Name>
  94. <Email>suvari@pisilinux.org</Email>
  95. </Update>
  96. <Update release="9">
  97. <Date>2017-12-06</Date>
  98. <Version>2.02</Version>
  99. <Comment>Version bump.</Comment>
  100. <Name>Ertuğrul Erata</Name>
  101. <Email>ertugrulerata@gmail.com</Email>
  102. </Update>
  103. <Update release="8">
  104. <Date>2017-06-19</Date>
  105. <Version>2.02_rc2</Version>
  106. <Comment>version B.</Comment>
  107. <Name>Ali Algul</Name>
  108. <Email>aligulle3801@gmail.com</Email>
  109. </Update>
  110. <Update release="7">
  111. <Date>2017-03-04</Date>
  112. <Version>2.02_beta3</Version>
  113. <Comment>update.</Comment>
  114. <Name>Ertuğrul Erata</Name>
  115. <Email>ertugrulerata@gmail.com</Email>
  116. </Update>
  117. <Update release="6">
  118. <Date>2017-03-04</Date>
  119. <Version>2.02_beta2</Version>
  120. <Comment>Rebuild.</Comment>
  121. <Name>PisiLinux Community</Name>
  122. <Email>admin@pisilinux.org</Email>
  123. </Update>
  124. <Update release="6">
  125. <Date>2016-08-21</Date>
  126. <Version>2.02_beta2</Version>
  127. <Comment>New theme</Comment>
  128. <Name>PisiLinux Community</Name>
  129. <Email>admin@pisilinux.org</Email>
  130. </Update>
  131. <Update release="5">
  132. <Date>2016-07-30</Date>
  133. <Version>2.02_beta2</Version>
  134. <Comment>Add windows 42_custom remove</Comment>
  135. <Name>PisiLinux Community</Name>
  136. <Email>admin@pisilinux.org</Email>
  137. </Update>
  138. <Update release="4">
  139. <Date>2016-07-12</Date>
  140. <Version>2.02_beta2</Version>
  141. <Comment>Add windows 42_custom</Comment>
  142. <Name>PisiLinux Community</Name>
  143. <Email>admin@pisilinux.org</Email>
  144. </Update>
  145. <Update release="3">
  146. <Date>2016-06-25</Date>
  147. <Version>2.02_beta2</Version>
  148. <Comment>Add efi</Comment>
  149. <Name>PisiLinux Community</Name>
  150. <Email>admin@pisilinux.org</Email>
  151. </Update>
  152. <Update release="2">
  153. <Date>2016-04-27</Date>
  154. <Version>2.02_beta2</Version>
  155. <Comment>Release Bump</Comment>
  156. <Name>PisiLinux Community</Name>
  157. <Email>admin@pisilinux.org</Email>
  158. </Update>
  159. <Update release="1">
  160. <Date>2016-04-20</Date>
  161. <Version>2.02_beta2</Version>
  162. <Comment>First release</Comment>
  163. <Name>Alihan Öztürk</Name>
  164. <Email>alihan@pisilinux.org</Email>
  165. </Update>
  166. </History>
  167. </PISI>