pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>grub2-editor</Name>
  6. <Homepage>https://github.com/maz-1/grub2-editor</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <Summary>A KDE Control Module for configuring the GRUB2 bootloader</Summary>
  13. <Description>Smoothly integrated in KDE System Settings, it is the central place for managing your GRUB2 configuration. Supports many GRUB2 configuration options.</Description>
  14. <Archive sha1sum="170a2dff605235f1b3135aa60da331e790ad00c4" type="targz">https://github.com/maz-1/grub2-editor/archive/0.8.1.tar.gz</Archive>
  15. <!-- <Archive sha1sum="031f5813f315a0ee32e1265a302178d98d24455a" type="targz">https://sourceforge.net/projects/pisilinux/files/source/grub2-editor-0.7.0.tar.gz</Archive> -->
  16. <BuildDependencies>
  17. <Dependency>extra-cmake-modules</Dependency>
  18. <Dependency>gettext-devel</Dependency>
  19. <Dependency>grub2</Dependency>
  20. <Dependency>os-prober</Dependency>
  21. <Dependency>GraphicsMagick-devel</Dependency>
  22. <Dependency>imagemagick-devel</Dependency>
  23. <Dependency>kauth5-devel</Dependency>
  24. <Dependency>kconfigwidgets5-devel</Dependency>
  25. <Dependency>kcoreaddons5-devel</Dependency>
  26. <Dependency>kdoctools5-devel</Dependency>
  27. <Dependency>ki18n5-devel</Dependency>
  28. <Dependency>kio5-devel</Dependency>
  29. <Dependency>qca2-qt5-devel</Dependency>
  30. <Dependency>qt5-base-devel</Dependency>
  31. <Dependency>solid5-devel</Dependency>
  32. </BuildDependencies>
  33. <Patches>
  34. <Patch level="1">grub2.patch</Patch>
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>grub2-editor</Name>
  39. <Files>
  40. <Path fileType="config">/etc/grub.d/grub_rmecho.sh</Path>
  41. <Path fileType="config">/etc/dbus-1</Path>
  42. <Path fileType="library">/usr/lib</Path>
  43. <Path fileType="library">/usr/lib/qt5</Path>
  44. <Path fileType="data">/usr/share</Path>
  45. <Path fileType="doc">/usr/share/doc</Path>
  46. </Files>
  47. <Summary>A KDE Control Module for configuring the GRUB2 bootloader</Summary>
  48. <RuntimeDependencies>
  49. <Dependency>kio5</Dependency>
  50. <Dependency>kauth5</Dependency>
  51. <Dependency>ki18n5</Dependency>
  52. <Dependency>solid5</Dependency>
  53. <Dependency>libgcc</Dependency>
  54. <Dependency>qt5-base</Dependency>
  55. <Dependency>imagemagick</Dependency>
  56. <Dependency>kcompletion5</Dependency>
  57. <Dependency>kcoreaddons5</Dependency>
  58. <Dependency>kconfigwidgets5</Dependency>
  59. <Dependency>kwidgetsaddons5</Dependency>
  60. </RuntimeDependencies>
  61. </Package>
  62. <History>
  63. <Update release="14">
  64. <Date>2025-02-02</Date>
  65. <Version>0.8.1</Version>
  66. <Comment>Rebuild kde5</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2017-01-23</Date>
  72. <Version>0.7.0</Version>
  73. <Comment>First Release</Comment>
  74. <Name>Stefan Gronewold</Name>
  75. <Email>groni@pisilinux.org</Email>
  76. </Update>
  77. </History>
  78. </PISI>