pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gfxboot</Name>
  6. <Homepage>https://github.com/openSUSE/gfxboot</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>gfxboot</Icon>
  13. <IsA>app:console</IsA>
  14. <Summary>Tools to create graphical boot logos</Summary>
  15. <Description>Set of tools to create graphical boot logos, for grub, lilo and syslinux. It supports arch-specific boot menus, advanced help menus, multiple keymaps, animated images, and more graphical pretty things.</Description>
  16. <Archive sha1sum="4e8adefbc51d35fd6f9f4bd5abcacd6f26b3a703" type="targz">https://github.com/openSUSE/gfxboot/archive/4.5.20.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>xmlto</Dependency>
  19. <Dependency>freetype-devel</Dependency>
  20. <Dependency>util-linux</Dependency>
  21. <Dependency>libxslt</Dependency>
  22. <Dependency>lynx</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level="0">productname.patch</Patch>
  26. <Patch>no-theme-no-git.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>gfxboot</Name>
  31. <RuntimeDependencies>
  32. <Dependency>perl-HTML-Parser</Dependency>
  33. <Dependency>freetype</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/sbin</Path>
  37. <Path fileType="executable">/usr/share/gfxboot/bin</Path>
  38. <Path fileType="data">/usr/share/gfxboot</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="3">
  44. <Date>2017-01-25</Date>
  45. <Version>4.5.20</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>Stefan Gronewold</Name>
  48. <Email>groni@pisilinux.org</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2016-06-08</Date>
  52. <Version>4.5.12</Version>
  53. <Comment>Release Bump</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2016-04-04</Date>
  59. <Version>4.5.12</Version>
  60. <Comment>First release</Comment>
  61. <Name>Ertuğrul Erata</Name>
  62. <Email>ertugrulerata@gmail.com</Email>
  63. </Update>
  64. </History>
  65. </PISI>