pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>yad</Name>
  6. <Homepage>https://github.com/v1cont/yad</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.library</PartOf>
  12. <License>GPLv3</License>
  13. <IsA>library</IsA>
  14. <Summary>Yet Another Dialog - display graphical dialogs from shell scripts or command line.</Summary>
  15. <Description>Yad allows you to display GTK+ dialog boxes from command line or shell scripts. YAD depends on GTK+ only.</Description>
  16. <Archive sha1sum="5c466f9e50c93b1154ec3b7cef3c844477fe4085" type="targz">https://github.com/v1cont/yad/archive/v7.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>intltool</Dependency>
  19. <Dependency>gtk3-devel</Dependency>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>gettext-devel</Dependency>
  22. <Dependency>gtkspell3-devel</Dependency>
  23. <Dependency>shared-mime-info</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>yad</Name>
  28. <Summary>Yet Another Dialog - display graphical dialogs from shell scripts or command line.</Summary>
  29. <Conflicts>
  30. <Package>yad-gtk2</Package>
  31. </Conflicts>
  32. <RuntimeDependencies>
  33. <Dependency>gtk3</Dependency>
  34. <Dependency>cairo</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>pango</Dependency>
  37. <Dependency>gtkspell3</Dependency>
  38. <Dependency>gdk-pixbuf</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="data">/usr/share</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="localedata">/usr/share/locale</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="3">
  50. <Date>2020-09-23</Date>
  51. <Version>7.1</Version>
  52. <Comment>Major version bump. Fix translation</Comment>
  53. <Name>Blue Devil</Name>
  54. <Email>bluedevil@sctzine.com</Email>
  55. </Update>
  56. <Update release="2">
  57. <Date>2020-04-27</Date>
  58. <Version>6.0</Version>
  59. <Comment>version bump</Comment>
  60. <Name>Erkan IŞIK</Name>
  61. <Email>erkanisik@pisilinux.org</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2019-04-05</Date>
  65. <Version>0.42.0</Version>
  66. <Comment>First release</Comment>
  67. <Name>PisiLinux Community</Name>
  68. <Email>admins@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>