pspec.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>libdbusmenu</Name>
  5. <Homepage>https://launchpad.net/dbusmenu</Homepage>
  6. <Packager>
  7. <Name>Süleyman Poyraz</Name>
  8. <Email>zaryob.dev@gmail.com</Email>
  9. </Packager>
  10. <License>LGPLv3</License>
  11. <IsA>library</IsA>
  12. <Summary>Library for applications to pass a menu scructure accross DBus</Summary>
  13. <Description>libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.</Description>
  14. <Archive sha1sum="f88fc666609ed486a968fd6c8b739dff07d50bdd" >https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>gtk2</Dependency>
  17. <Dependency>gnome-doc-utils</Dependency>
  18. <Dependency>json-glib-devel</Dependency>
  19. <Dependency>gtk-doc</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libdbusmenu-glib</Name>
  24. <Summary>GLIB bindings for libdbusmenu</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>libdbusmenu-common</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib/libdbusmenu-glib*</Path>
  30. <Path fileType="library">/usr/lib/libdbusmenu-json*</Path>
  31. <Path fileType="data">/usr/share/libdbusmenu</Path>
  32. <Path fileType="data">/usr/share/gir-1.0</Path>
  33. <Path fileType="data">/usr/lib/girepository-1.0</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>libdbusmenu-common</Name>
  38. <Summary>Common files for libdbusmenu libraries</Summary>
  39. <Files>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>libdbusmenu-gtk</Name>
  45. <Summary>GTK libraries for libdbusmenu</Summary>
  46. <RuntimeDependencies>
  47. <Dependency>libdbusmenu-glib</Dependency>
  48. <Dependency>libdbusmenu-common</Dependency>
  49. <Dependency>gtk2</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="library">/usr/lib/libdbusmenu-gtk*</Path>
  53. </Files>
  54. </Package>
  55. <Package>
  56. <Name>libdbusmenu-tools</Name>
  57. <Summary>Some examples for testing libdbusmenu</Summary>
  58. <RuntimeDependencies>
  59. <Dependency>libdbusmenu-glib</Dependency>
  60. <Dependency>libdbusmenu-common</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="executable">/usr/libexec</Path>
  64. <Path fileType="doc">/usr/share/doc/libdbusmenu/*dbusmenu-bench*</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>libdbusmenu-devel</Name>
  69. <Summary>Development files for libdbusmenu</Summary>
  70. <RuntimeDependencies>
  71. <Dependency release="current">libdbusmenu-glib</Dependency>
  72. <Dependency release="current">libdbusmenu-gtk</Dependency>
  73. <Dependency>dbus-glib-devel</Dependency>
  74. </RuntimeDependencies>
  75. <Files>
  76. <Path fileType="header">/usr/include</Path>
  77. <Path fileType="data">/usr/lib/pkgconfig</Path>
  78. <Path fileType="data">/usr/share/vala</Path>
  79. </Files>
  80. </Package>
  81. <History>
  82. <Update release="1">
  83. <Date>2019-09-18</Date>
  84. <Version>16.04.0</Version>
  85. <Comment>First release</Comment>
  86. <Name>Süleyman Poyraz</Name>
  87. <Email>zaryob.dev@gmail.com</Email>
  88. </Update>
  89. </History>
  90. </INARY>