pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>polybar</Name>
  6. <Homepage>https://polybar.github.io/</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>A fast and easy to use tool for creating status bars</Summary>
  14. <Description>Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting.</Description>
  15. <Archive sha1sum="c54753f044dbd41e4ba4d97b8e0a430dcc74f672" type="tar">https://github.com/jaagr/polybar/releases/download/3.4.2/polybar-3.4.2.tar</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>i3wm-devel</Dependency>
  19. <Dependency>xcb-proto</Dependency>
  20. <Dependency>cairo-devel</Dependency>
  21. <Dependency>curl-devel</Dependency>
  22. <Dependency>xcb-util-xrm-devel</Dependency>
  23. <Dependency>libnl-devel</Dependency>
  24. <Dependency>wireless-tools-devel</Dependency>
  25. <Dependency>alsa-lib-devel</Dependency>
  26. <Dependency>jsoncpp-devel</Dependency>
  27. <Dependency>pulseaudio-libs-devel</Dependency>
  28. </BuildDependencies>
  29. <!--Patches>
  30. <Patch level="1">xpp_1_40_i3ipcpp_0_71.patch</Patch>
  31. </Patches-->
  32. </Source>
  33. <Package>
  34. <Name>polybar</Name>
  35. <RuntimeDependencies>
  36. <Dependency>libgcc</Dependency>
  37. <Dependency>cairo</Dependency>
  38. <Dependency>curl</Dependency>
  39. <Dependency>libxcb</Dependency>
  40. <Dependency>freetype</Dependency>
  41. <Dependency>fontconfig</Dependency>
  42. <Dependency>xcb-util-xrm</Dependency>
  43. <Dependency>xcb-util-wm</Dependency>
  44. <Dependency>xcb-util-cursor</Dependency>
  45. <Dependency>libnl</Dependency>
  46. <Dependency>jsoncpp</Dependency>
  47. <Dependency>alsa-lib</Dependency>
  48. <Dependency>pulseaudio-libs</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="executable">/usr/bin</Path>
  52. <Path fileType="data">/usr/share/bash-completion</Path>
  53. <Path fileType="man">/usr/share/man</Path>
  54. <Path fileType="data">/usr/share/doc</Path>
  55. <Path fileType="data">/usr/share/zsh</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="3">
  60. <Date>2020-01-25</Date>
  61. <Version>3.4.2</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2019-04-13</Date>
  68. <Version>3.3.1</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Ertuğrul Erata</Name>
  71. <Email>ertugrulerata@gmail.com</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2018-11-30</Date>
  75. <Version>3.2.1</Version>
  76. <Comment>First release</Comment>
  77. <Name>Ertuğrul Erata</Name>
  78. <Email>ertugrulerata@gmail.com</Email>
  79. </Update>
  80. </History>
  81. </PISI>