mm-common First release

This commit is contained in:
Rmys
2021-05-26 11:59:37 +03:00
committed by GitHub
parent 3d9091952e
commit 01141b9d78
3 changed files with 80 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+50
View File
@@ -0,0 +1,50 @@
<?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="0a9a1ce41b6b5d32b10e6c78f60f6cc32f4b90b8" type="tarxz">https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.3.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>
<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="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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mm-common</Name>
<Summary xml:lang="tr">Common build files of the C++ bindings</Summary>
<Description xml:lang="tr">Common build files of the C++ bindings</Description>
</Source>
</PISI>