pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libnotify</Name>
  6. <Homepage>http://www.galago-project.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Desktop notification library</Summary>
  14. <Description>libnotify sends desktop notifications to a notification daemon.</Description>
  15. <Archive sha1sum="4cdf482737df504ac37f5489940b5c7ea5e18d57" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.7.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gtk3-devel</Dependency>
  18. <Dependency>gdk-pixbuf-devel</Dependency>
  19. <Dependency>gnome-common</Dependency>
  20. <Dependency>libepoxy-devel</Dependency>
  21. <Dependency>at-spi2-core-devel</Dependency>
  22. <Dependency>gobject-introspection-devel</Dependency>
  23. <Dependency>gtk-doc</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>libnotify</Name>
  28. <RuntimeDependencies>
  29. <Dependency>gdk-pixbuf</Dependency>
  30. <Dependency>glib2</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="3">
  54. <Date>2017-02-28</Date>
  55. <Version>0.7.7</Version>
  56. <Comment>Release bump.</Comment>
  57. <Name>Stefan Gronewold(groni)</Name>
  58. <Email>groni@pisilinux.org</Email>
  59. </Update>
  60. <Update release="2">
  61. <Date>2016-06-09</Date>
  62. <Version>0.7.6</Version>
  63. <Comment>Release Bump</Comment>
  64. <Name>Pisi Linux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2014-05-31</Date>
  69. <Version>0.7.6</Version>
  70. <Comment>First release</Comment>
  71. <Name>Alihan Öztürk</Name>
  72. <Email>alihan@pisilinux.org</Email>
  73. </Update>
  74. </History>
  75. </PISI>