123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libmypaint</Name>
- <Homepage>https://github.com/mypaint/libmypaint</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>ISC</License>
- <IsA>library</IsA>
- <Summary>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Summary>
- <Description>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Description>
- <Archive sha1sum="d9d2ac9d6ee45056e02bbbc497a66dc861db5c05" type="tarxz">https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>json-c-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libmypaint</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>json-c</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libmypaint-devel</Name>
- <Summary>Development files for libmypaint</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libmypaint</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>json-c-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2017-12-20</Date>
- <Version>1.3.0</Version>
- <Comment>First release.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|