12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>mm-common</Name>
- <Homepage>https://www.gtkmm.org/</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Common build files of the C++ bindings</Summary>
- <Description>Common build files of the C++ bindings</Description>
- <Archive sha1sum="98fbc8d537597841332f6aa74e4570c2c4401451" type="tarxz">https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.6.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>libxslt-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>mm-common.patch</Patch>
- <Patch level="1">mm-common.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>mm-common</Name>
- <RuntimeDependencies>
- <Dependency>doxygen</Dependency>
- <Dependency>libxslt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-01-07</Date>
- <Version>1.0.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2022-12-02</Date>
- <Version>1.0.5</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-02-13</Date>
- <Version>1.0.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-05-26</Date>
- <Version>1.0.3</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|