pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libnotify</Name>
  6. <Homepage>http://www.galago-project.org</Homepage>
  7. <Packager>
  8. <Name>Suleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>Desktop notification library</Summary>
  15. <Description>libnotify sends desktop notifications to a notification daemon.</Description>
  16. <Archive sha1sum="18915d9a5ee8e0a00c3fd990d649251e3d2deac9" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.8.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gtk3-devel</Dependency>
  19. <Dependency>gdk-pixbuf-devel</Dependency>
  20. <Dependency>gnome-common</Dependency>
  21. <Dependency>libepoxy-devel</Dependency>
  22. <Dependency>at-spi2-core-devel</Dependency>
  23. <Dependency>gobject-introspection-devel</Dependency>
  24. <Dependency>gtk-doc</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>libnotify</Name>
  29. <RuntimeDependencies>
  30. <Dependency>gdk-pixbuf</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="data">/usr/share/gir-1.0/</Path>
  37. <Path fileType="doc">/usr/share/gtk-doc/html</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>libnotify-devel</Name>
  42. <Summary>Development files for libnotify</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">libnotify</Dependency>
  45. <Dependency>gdk-pixbuf-devel</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="1">
  54. <Date>2019-09-14</Date>
  55. <Version>0.7.8</Version>
  56. <Comment>First release</Comment>
  57. <Name>Suleyman Poyraz</Name>
  58. <Email>zaryob.dev@gmail.com</Email>
  59. </Update>
  60. </History>
  61. </INARY>