pspec.xml 3.4 KB

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