pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>blueman</Name>
  6. <Homepage>http://blueman-project.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>bluetooth</Icon>
  13. <IsA>app:gui</IsA>
  14. <IsA>library</IsA>
  15. <Summary>GTK+ Bluetooth Manager</Summary>
  16. <Description>blueman is a bluetooth manager application which is designed to be simple and intuitive for everyday bluetooth tasks. It's written with GTK+ toolkit.</Description>
  17. <Archive sha1sum="983cde51a366555e042d20cef9e87f6ccf6eb268" type="targz">https://github.com/blueman-project/blueman/releases/download/2.0.5/blueman-2.0.5.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>intltool</Dependency>
  20. <Dependency>unifdef</Dependency>
  21. <Dependency>m4</Dependency>
  22. <Dependency>util-macros</Dependency>
  23. <Dependency>gettext-devel</Dependency>
  24. <Dependency>python-devel</Dependency>
  25. <Dependency>itstool</Dependency>
  26. <Dependency>docbook-xml</Dependency>
  27. <Dependency>docbook-xsl</Dependency>
  28. <Dependency>cython</Dependency>
  29. <Dependency>gtk3-devel</Dependency>
  30. <Dependency>glib2-devel</Dependency>
  31. <Dependency>notify-python</Dependency>
  32. <Dependency>bluez-libs-devel</Dependency>
  33. <Dependency>python-gtk-devel</Dependency>
  34. <Dependency>python-pygobject3-devel</Dependency>
  35. <Dependency>python-pygobject-devel</Dependency>
  36. <Dependency>startup-notification-devel</Dependency>
  37. </BuildDependencies>
  38. </Source>
  39. <Package>
  40. <Name>blueman</Name>
  41. <RuntimeDependencies>
  42. <Dependency>gtk3</Dependency>
  43. <Dependency>glib2</Dependency>
  44. <Dependency>python</Dependency>
  45. <Dependency>bluez-libs</Dependency>
  46. <Dependency>startup-notification</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="executable">/usr/bin</Path>
  50. <Path fileType="executable">/usr/libexec</Path>
  51. <Path fileType="localedata">/usr/share/locale</Path>
  52. <Path fileType="library">/usr/lib/python2*</Path>
  53. <Path fileType="library">/usr/lib/nautilus-sendto/</Path>
  54. <Path fileType="data">/usr/share</Path>
  55. <Path fileType="data">/usr/share/polkit-1</Path>
  56. <Path fileType="doc">/usr/share/doc</Path>
  57. <Path fileType="man">/usr/share/man</Path>
  58. <Path fileType="data">/etc/dbus-1/system.d</Path>
  59. <Path fileType="data">/etc/xdg/autostart</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="3">
  64. <Date>2018-01-04</Date>
  65. <Version>2.0.5</Version>
  66. <Comment>Version Bump</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2017-04-10</Date>
  72. <Version>2.0.4</Version>
  73. <Comment>rebuild</Comment>
  74. <Name>Kamil Atlı</Name>
  75. <Email>suvari@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-09-11</Date>
  79. <Version>2.0.4</Version>
  80. <Comment>First release</Comment>
  81. <Name>Ergün Salman</Name>
  82. <Email>poyraz76@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>