pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>notify-python</Name>
  6. <Homepage>http://www.galago-project.com</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Python bindings for libnotify</Summary>
  14. <Description>notify-python are Python bindings for the Galago project's notification library libnotify.</Description>
  15. <Archive sha1sum="0e2b8525b1aabf0924c5efb53ced6aa429240ed0" type="targz">http://galago-project.org/files/releases/source/notify-python/notify-python-0.1.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libnotify-devel</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>python-gtk-devel</Dependency>
  20. <Dependency>gtk2-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">link-with-python.patch</Patch>
  24. <Patch level="1">notify-python-0.1.1-fix-GTK-symbols.patch</Patch>
  25. <Patch level="1">libnotify0.7.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>notify-python</Name>
  30. <RuntimeDependencies>
  31. <Dependency>atk</Dependency>
  32. <Dependency>gtk2</Dependency>
  33. <Dependency>cairo</Dependency>
  34. <Dependency>glib2</Dependency>
  35. <Dependency>pango</Dependency>
  36. <Dependency>python</Dependency>
  37. <Dependency>freetype</Dependency>
  38. <Dependency>libnotify</Dependency>
  39. <Dependency>fontconfig</Dependency>
  40. <Dependency>gdk-pixbuf</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. <Path fileType="data">/usr/share/pygtk/2.0/defs</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="3">
  50. <Date>2017-01-24</Date>
  51. <Version>0.1.1</Version>
  52. <Comment>Rebuild for new toolchain</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="2">
  57. <Date>2016-06-09</Date>
  58. <Version>0.1.1</Version>
  59. <Comment>Release Bump</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2016-01-09</Date>
  65. <Version>0.1.1</Version>
  66. <Comment>First release</Comment>
  67. <Name>Alihan Öztürk</Name>
  68. <Email>alihan@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>