pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>volumeicon</Name>
  6. <Homepage>https://github.com/Maato/volumeicon</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>desktop.misc</PartOf>
  14. <Summary>A lightweight volume control applet with support for global keybindings.</Summary>
  15. <Description>Volume Icon aims to be a lightweight volume control that sits in your systray.</Description>
  16. <Archive sha1sum="000bb7ab3ccb72c9262462c4d6b5025e09637ecf" type="targz">
  17. https://nullwise.com/pages/volumeicon/volumeicon-0.5.1.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>gettext-devel</Dependency>
  24. <Dependency>alsa-lib-devel</Dependency>
  25. <Dependency>libnotify-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <Patch level='1'>turkish_translation.patch</Patch>
  29. <Patch level='1'>ru_translation.patch</Patch>
  30. <Patch level='1'>ukranian_translation.patch</Patch>
  31. <Patch level='1'>notify_cflags_set.patch</Patch>
  32. <Patch level='1'>languas_list.patch</Patch>
  33. <!-- <Patch level='1'></Patch> -->
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>volumeicon</Name>
  38. <RuntimeDependencies>
  39. <!-- <Dependency></Dependency> -->
  40. <Dependency>gtk3</Dependency>
  41. <Dependency>glib2</Dependency>
  42. <Dependency>cairo</Dependency>
  43. <Dependency>libX11</Dependency>
  44. <Dependency>alsa-lib</Dependency>
  45. <Dependency>libnotify</Dependency>
  46. <Dependency>gdk-pixbuf</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="executable">/usr/bin/volumeicon</Path>
  50. <Path fileType="data">/usr/share</Path>
  51. <Path fileType="localedata">/usr/share/locale</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="2">
  56. <Date>2024-08-18</Date>
  57. <Version>0.5.1</Version>
  58. <Comment>Rebuild.</Comment>
  59. <Name>fury</Name>
  60. <Email>uglyside@yandex.ru</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2022-05-02</Date>
  64. <Version>0.5.1</Version>
  65. <Comment>First build.</Comment>
  66. <Name>fury</Name>
  67. <Email>uglyside@yandex.ru</Email>
  68. </Update>
  69. </History>
  70. </PISI>