Added various packages required for Pantheon development
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
pisitools.dodoc("CHANGELOG", "LICENSE", "README.md")
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libcloudproviders</Name>
|
||||
<Homepage>http://live.gnome.org/libcloudproviders</Homepage>
|
||||
<Packager>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>libcloudproviders is a DBus API that allows cloud storage sync clients to expose
|
||||
their services.</Summary>
|
||||
<Description>libcloudproviders is a DBus API that allows cloud storage sync clients to expose
|
||||
their services. Clients such as file managers and desktop environments can then
|
||||
provide integrated access to the cloud providers services.</Description>
|
||||
<Archive sha1sum="dc8c456ad2d5ebf329ea0da8231a1efe6fb39198">https://gitlab.gnome.org/World/libcloudproviders/-/archive/0.3.0/libcloudproviders-0.3.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>vala</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libcloudproviders</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libcloudproviders-devel</Name>
|
||||
<Summary>Development files for libcloudproviders</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libcloudproviders</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
<Path fileType="data">/usr/share/vala/vapi</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-04-10</Date>
|
||||
<Version>0.3.0</Version>
|
||||
<Comment>First release for Pisi Linux</Comment>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user