pspec.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>otter-browser</Name>
  6. <Homepage>http://otter-browser.org/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold (groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>gui</IsA>
  13. <Summary>Otter-Browser Controlled by the user, not vice versa</Summary>
  14. <Description>Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5.</Description>
  15. <Archive sha1sum="2c3c73e2fa45fc1aaa4c8021af663ab121e16d8f" type="targz">https://github.com/OtterBrowser/otter-browser/archive/refs/tags/v1.0.03.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>qt5-svg-devel</Dependency>
  19. <Dependency>hunspell-devel</Dependency>
  20. <Dependency>qt5-base-devel</Dependency>
  21. <Dependency>qt5-webkit-devel</Dependency>
  22. <Dependency>qt5-webengine-devel</Dependency>
  23. <Dependency>qt5-multimedia-devel</Dependency>
  24. <Dependency>qt5-xmlpatterns-devel</Dependency>
  25. <Dependency>qt5-declarative-devel</Dependency>
  26. <Dependency>gst-plugins-base-devel</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>otter-browser</Name>
  31. <RuntimeDependencies>
  32. <Dependency>libgcc</Dependency>
  33. <Dependency>qt5-svg</Dependency>
  34. <Dependency>hunspell</Dependency>
  35. <Dependency>qt5-base</Dependency>
  36. <Dependency>qt5-webkit</Dependency>
  37. <Dependency>qt5-webengine</Dependency>
  38. <Dependency>qt5-multimedia</Dependency>
  39. <Dependency>qt5-xmlpatterns</Dependency>
  40. <Dependency>qt5-declarative</Dependency>
  41. <Dependency>gst-plugins-good</Dependency>
  42. <Dependency>gst-plugins-base</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="library">/usr/lib</Path>
  46. <Path fileType="doc">/usr/share</Path>
  47. <Path fileType="man">/usr/share/man/man1</Path>
  48. <Path fileType="executable">/usr/bin</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="3">
  53. <Date>2024-07-14</Date>
  54. <Version>1.0.03</Version>
  55. <Comment>rebuild</Comment>
  56. <Name>Erkan IŞIK</Name>
  57. <Email>erkanisik@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2023-05-17</Date>
  61. <Version>1.0.03</Version>
  62. <Comment>Version bump</Comment>
  63. <Name>Erkan IŞIK</Name>
  64. <Email>erkanisik@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2020-07-06</Date>
  68. <Version>1.0.01</Version>
  69. <Comment>First Release</Comment>
  70. <Name>Erkan IŞIK</Name>
  71. <Email>erkanisik@pisilinux.org</Email>
  72. </Update>
  73. </History>
  74. </PISI>