libmsgraph new package
This commit is contained in:
+452220
-452118
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
1a8926ad2fac526ed6d78ae611daac0df485840c
|
||||
89265dc5a6a6f2d8b36b0e26b866870c7818c866
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
0329aabe828628d476645c561911204e4a89ae81
|
||||
fcad1c5ce4ec63eee731be9e8eae00ddcf81dbf7
|
||||
@@ -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("COPYING", "NEWS", "README*")
|
||||
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmsgraph</Name>
|
||||
<Homepage>https://gitlab.gnome.org/GNOME/msgraph</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A shared library for accessing MS Graph API</Summary>
|
||||
<Icon>libmsgraph</Icon>
|
||||
<Description>MS Graph API'ye erişim için paylaşılan bir kitaplık</Description>
|
||||
<Archive sha1sum="4c15c54329b592bf0954e6d236c696501ed6c5c5" type="tarxz">https://download.gnome.org/sources/msgraph/0.2/msgraph-0.2.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>librest-devel</Dependency>
|
||||
<Dependency>libsoup3-devel</Dependency>
|
||||
<Dependency>libuhttpmock-devel</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
<Dependency>gnome-online-accounts-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>libmsgraph.patch</Patch>
|
||||
<Patch level="1">libmsgraph.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libmsgraph</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>librest</Dependency>
|
||||
<Dependency>libsoup3</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
<Dependency>libuhttpmock</Dependency>
|
||||
<Dependency>gnome-online-accounts</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libmsgraph-devel</Name>
|
||||
<Summary>Development files for libmsgraph</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libmsgraph</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>librest-devel</Dependency>
|
||||
<Dependency>libsoup3-devel</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
<Dependency>gnome-online-accounts-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-03-18</Date>
|
||||
<Version>0.2.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmsgraph</Name>
|
||||
<Summary xml:lang="tr">A shared library for accessing MS Graph API</Summary>
|
||||
<Description xml:lang="tr">MS Graph API'ye erişim için paylaşılan bir kitaplık</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user