12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>mypaint</Name>
- <Homepage>http://mypaint.intilinux.com/</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>mypaint</Icon>
- <IsA>app:gui</IsA>
- <Summary>Painting application</Summary>
- <Description>MyPaint is a fast and easy painting application. It lets you focus on the art instead of the program</Description>
- <Archive sha1sum="ba5505faf0f87df0a9466fc0789c5665796842d2">https://github.com/mypaint/libmypaint/releases/download/v1.5.1/libmypaint-1.5.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>python-numpy</Dependency>
- <Dependency>protobuf-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>mypaint</Name>
- <RuntimeDependencies>
- <Dependency>python-numpy</Dependency>
- <Dependency>protobuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/mypaint</Path>
- <Path fileType="data">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-09-18</Date>
- <Version>1.5.1</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|