123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>notify-python</Name>
- <Homepage>http://galago-project.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <PartOf>programming.language.python</PartOf>
- <IsA>app:console</IsA>
- <Summary>Python bindings for libnotify</Summary>
- <Description>notify-python are Python bindings for the Galago project's notification library libnotify.</Description>
- <Archive sha1sum="0e2b8525b1aabf0924c5efb53ced6aa429240ed0" type="targz">http://galago-project.org/files/releases/source/notify-python/notify-python-0.1.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libnotify-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python-gtk-devel</Dependency>
- <Dependency>gtk2-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">link-with-python.patch</Patch>
- <Patch level="1">notify-python-0.1.1-fix-GTK-symbols.patch</Patch>
- <Patch level="1">libnotify0.7.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>notify-python</Name>
- <Summary>Python bindings for libnotify</Summary>
- <RuntimeDependencies>
- <Dependency>atk</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>python</Dependency>
- <Dependency>freetype</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>fontconfig</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/pygtk/2.0/defs</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-01-17</Date>
- <Version>0.1.1</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-29</Date>
- <Version>0.1.1</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-24</Date>
- <Version>0.1.1</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.1.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-09</Date>
- <Version>0.1.1</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|